[RFC] hwmon: f71882fg: Add watchdog API for F71808E and F71889
On Wed, Mar 24, 2010 at 12:12:16AM +0100, Giel van Schijndel wrote: Implement the watchdog API for the Fintek F71808E. Looking at the F71889FG datasheet I think implementing watchdog support for that chip can be accomplished rather easily. I think it's as simple as adding the pin initialisation (multi functio... 25 Mar 2010 06:51
x86,pat Update the page flags for memtype atomically instead of using memtype_lock. -V3
On Monday 15 March 2010, holt(a)sgi.com wrote: While testing an application using the xpmem (out of kernel) driver, we noticed a significant page fault rate reduction of x86_64 with respect to ia64. For one test running with 32 cpus, one thread per cpu, it took 01:08 for each of the threads to vm_insert_... 23 Mar 2010 19:29
sys_unshare: simplify the not-really-implemented CLONE_THREAD/SIGHAND/VM code
On 03/23, Eric W. Biederman wrote: Oleg Nesterov <oleg(a)redhat.com> writes: (on top of check_unshare_flags-kill-the-bogus-clone_sighand-sig-count-check.patch) Cleanup. sys_unshare(CLONE_THREAD/SIGHAND/VM) is not really implemented, and I doubt very much it will ever work. At least,... 9 Apr 2010 16:45
FS: libfs, implement simple_write_to_buffer
On Tuesday 23 March 2010, Jiri Slaby wrote: It will be used in suspend code and serves as an easy wrap around copy_from_user. Similar to simple_read_from_buffer, it takes care of transfers with proper lengths depending on available and count parameters and advances ppos appropriately. Signed-off-by: ... 24 Mar 2010 19:20
[watchdog] combine nmi_watchdog and softlockup
The new nmi_watchdog (which uses the perf event subsystem) is very similar in structure to the softlockup detector. Using Ingo's suggestion, I combined the two functionalities into one file, kernel/watchdog.c. Now both the nmi_watchdog (or hardlockup detector) and softlockup detector sit on top of the perf event... 12 May 2010 16:58
sys_unshare: simplify the not-really-implemented CLONE_THREAD/SIGHAND/VM code
Oleg Nesterov <oleg(a)redhat.com> writes: (on top of check_unshare_flags-kill-the-bogus-clone_sighand-sig-count-check.patch) Cleanup. sys_unshare(CLONE_THREAD/SIGHAND/VM) is not really implemented, and I doubt very much it will ever work. At least, nobody even tried since the original "unshare syst... 23 Mar 2010 18:20
[v3] New ldisc for WiLink7.0
Greg / Alan, Moved to staging directory as suggested. All the patches have been modified to now go into drivers/staging/ Texas Instruments has introduced it's new series of WiLink chipsets which has Bluetooth, WLAN, FM-Rx and FM-Tx and GPS on 1 single chip. This series of chipsets allow apps processo... 23 Mar 2010 17:10
[PATCH 7/7] Documentation/ABI: for N_TI_SHARED ldisc
From: Pavan Savoy <pavan_savoy(a)ti.com> N_TI_SHARED creates a sysfs entry to communicate with the application/daemon which would want to install/ un-install the line discipline, it's documentation now exists in testing/ subdirectory. Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> --- Documentation/ABI/testi... 23 Mar 2010 17:10
ksz884x: fix return value of netdev_set_eeprom
From: Jens Rottmann <JRottmann(a)LiPPERTEmbedded.de> Date: Tue, 23 Mar 2010 15:23:50 +0100 ksz884x: fix return value of netdev_set_eeprom netdev_set_eeprom() confused ethtool by just returning 1 on error instead of a proper -EINVAL. Signed-off-by: Jens Rottmann <JRottmann(a)LiPPERTEmbedded.de> App... 23 Mar 2010 17:10
[PATCH 22/22] Staging: comedi: fix space coding style issue in adq12b.c
This is a patch to the adq12b.c file that fixes up a space warning found by the checkpatch.pl tool Signed-off-by: Maurice Dawson <mauricedawson2699(a)googlemail.com> --- drivers/staging/comedi/drivers/adq12b.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/com... 23 Mar 2010 17:10