[PATCH 0/5] Remove ASoC-level I/O functions from cq93vc (no replies)
This patch series removes the use of the ASoC-level read and write functions from the cq93vc driver as part of a wider push to remove them completely and just use regmap for all register I/O. Since...
View Article3.10.9: kmemleak disables all CPUs except CPU0 (no replies)
Hi, never realized that my CPUs are gone if I compile into kernel kmemleak. Is that really the aim? CONFIG_HAVE_DEBUG_KMEMLEAK=y CONFIG_DEBUG_KMEMLEAK=y CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=400 #...
View Article[PATCH 2/4] perf, x86: Report TSX transaction abort cost as weight v2 (no...
From: Andi Kleen <ak@linux.intel.com> Use the existing weight reporting facility to report the transaction abort cost, that is the number of cycles wasted in aborts. Haswell reports this in the...
View Articleperf, x86: Add parts of the remaining haswell PMU functionality v4 (3 replies)
[v2: Added Peter's changes to the PEBS handler] [v3: Addressed Arnaldo's feedback for the perf stat -T change and avoid conflict] [v4: Remove XXX comment in checkpoint patch. Add Arnaldo's ack for...
View ArticleCrashes on 3.0.11-rc7: nouveau? (3 replies)
Aug 31 11:31:53 conquest2 kernel: ------------[ cut here ]------------ Aug 31 11:31:53 conquest2 kernel: WARNING: CPU: 0 PID: 4566 at drivers/gpu/drm/nouveau/nouveau_bo.c:151...
View Article[PATCH] i2c: i2c-dev: Create 'name' attribute automatically (no replies)
The 'name' attribute is needed for all i2c-dev class devices, meaning it can be created automatically by pointing to it in the class data structure. This simplifies the code and reduces the...
View Article[PATCH] mfd: twl6040: Use regmap for register cache (no replies)
From: Mark Brown <broonie@linaro.org> Rather then open coding a cache of the vibra control registers use the regmap cache code. Also cache the interrupt mask register, providing a small...
View Article[GIT PULL] SCSI fixes for 3.11-rc7 (no replies)
This is a bug fix for the pm80xx driver. It turns out that when the new hardware support was added in 3.10 the IO command size was kept at the old hard coded value. This means that the driver attaches...
View Article[PATCH v4:No Change] xHCI:Fixing xhci_readl definition and function call (no...
This patch redefine function xhci_readl. xhci_readl function doesn't use xhci_hcd argument. Hence there is no need of keeping it in the function arguments. Redefining this function breaks other...
View Article[PATCH] staging: android/timed_output: Create 'enable' attribute...
The 'enable' attribute is needed for all timed_output_class devices. It can thus be created automatically when creating the timed_output device. This simplifies the code and ensures that the attribute...
View Article[PATCH V2 0/3] perf: add a dummy software event to keep tracking (3 replies)
Hi This is (version 2 of) an alternative to the 'keep tracking' flag patch which is here: http://marc.info/?l=linux-kernel&m=137242545521246&w=2 perf tools is updated and a test added to...
View Article[PATCH v2] staging: android/timed_output: Create 'enable' attribute...
The 'enable' attribute is needed for all timed_output_class devices. It can thus be created automatically when creating the timed_output device. This simplifies the code and ensures that the attribute...
View Article[PATCH] rtl8187: fix use after free on failure path in rtl8187_init_urbs() (1...
In case of __dev_alloc_skb() failure rtl8187_init_urbs() calls usb_free_urb(entry) where 'entry' can points to urb allocated at the previous iteration. That means refcnt will be decremented...
View Articlesystem administrator (no replies)
Dear user Your E-mail has exceeded 2GB, which is created by our webmaster, you are currently running at 2.30GB,you can not be to send or receive new messages until you check your account. Fill out the...
View Article[PATCH] staging: asus_oled: Create device attributes automatically (1 reply)
The 'enable' and 'picture' attributes are created for all oled_class devices. They can be created automatically when creating the oled_class device. This simplifies the code and ensures that the...
View Article[PATCH] staging: dgrp: Convert to use device_create_with_groups (no replies)
Use device_create_with_groups to create sysfs attributes together with device. Also create class attribute together with class registration. This simplifies the code and ensures that attribute files...
View Article[PATCH] memcg: fix multiple large threshold notifications (no replies)
A memory cgroup with (1) multiple threshold notifications and (2) at least one threshold >=2G was not reliable. Specifically the notifications would either not fire or would not fire in the proper...
View ArticleHello.. (no replies)
Hello ! How are you today as I do hope you are very fine! I want to introduce myself to you before I could go further, I'm Miss Solange Oti by name I came across your profile which really sound so...
View Article[PATCH v2 0/9] Introduce hwmon_device_register_with_groups and (9 replies)
This patch series introduces new hwmon API functions hwmon_device_register_with_groups() and devm_hwmon_device_register_with_groups(). hwmon_device_register_with_groups() lets callers register hwmon...
View Article[PATCH] regulator: da9063: Statize da9063_ldo_lim_event (no replies)
da9063_ldo_lim_event() is only referenced in this driver, make it static. Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/regulator/da9063-regulator.c | 2 +- 1 file changed, 1...
View Article