First  |  Prev |  Next  |  Last
Pages: 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888
hwmon: Driver for SMM665 Six-Channel Active DC Output Controller/Monitor
On 27 Jun 2010, at 16:10, Guenter Roeck wrote: On Sun, Jun 27, 2010 at 06:20:59AM -0400, Mark Brown wrote: A bit late to the game here but this looks like the chip has some regulator control functionality as well as monitoring functionality (and the product page on the Summit web site suggests so als... 27 Jun 2010 16:06
[PATCH] Staging: comedi: kcomedilib: fix coding style issues in kcomedilib_main.c
This is a patch to the kcomedilib_main.c file that fixes up some printk() warning issues. Signed-off-by: Gustavo Silva <silvagustavo(a)users.sourceforge.net> --- .../staging/comedi/kcomedilib/kcomedilib_main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/k... 27 Jun 2010 13:55
[GIT] Networking
Here are the networking bug fixes that have accumulated while you were away, most notably: 1) Blind ipsec policy dereference leads to OOPS, fixed by Timo Ter�s. 2) TEQL devices should not set IFF_XMIT_DST_RELEASE since it is important to allow the SKB's dst to get referenced post transmit. Fix from To... 27 Jun 2010 13:55
arch/tile: Add driver to enable access to the user dynamic network.
On 6/26/2010 7:16 AM, Arnd Bergmann wrote: On Friday 25 June 2010, Chris Metcalf wrote: The original submission of this code to LKML had the driver instantiated under /proc/tile/hardwall. Now we just use a character device for this, conventionally /dev/hardwall. Some futures planning for the ... 2 Jul 2010 14:37
writeback: Fix broken sync writeback
Hi Jan Kara, On Monday 2010-02-15 16:41, Jan Engelhardt wrote: On Monday 2010-02-15 15:49, Jan Kara wrote: On Sat 13-02-10 13:58:19, Jan Engelhardt wrote: This fixes it by using the passed in page writeback count, instead of doing MAX_WRITEBACK_PAGES batches, which gets us much bett... 27 Jun 2010 13:55
[GIT PULL] percpu for v2.6.35-rc3
Hello, Linus. Please pull from the following branch to receive percpu changes for 2.6.35-rc3. git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-linus There are two fixes. One is to fix two trivial and harmless bugs in pcpu_build_alloc_info(). The other fixes a bug in per_cpu_ptr_to_phys() ... 27 Jun 2010 12:48
PM: Make it possible to avoid wakeup events from being lost
On Sat, 26 Jun 2010, Rafael J. Wysocki wrote: +void pm_relax(void) +{ + unsigned long flags; + + spin_lock_irqsave(&events_lock, flags); + if (events_in_progress) { + event_count++; + if (!--events_in_progress) + wake_up_all(&events_wait_queue); + } + spin_unlock_irqrestore(&event... 2 Jul 2010 14:38
[GIT] Please pull NFS client fixes
Hi Linus, Please pull from the "bugfixes" branch of the repository at git pull git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git bugfixes This will update the following files through the appended changesets. Cheers, Trond ---- fs/nfs/client.c | 122 ++++++++++++++++++++--------------... 27 Jun 2010 12:48
[PATCH] drivers/usb/Makefile: conditionally descend to 'early'
Don't descend to the EARLY_PRINTK_DBGP directory unless it is actually used. Signed-off-by: Nicolas Kaiser <nikai(a)nikai.net> --- drivers/usb/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 80b4008..239f050 100644 --- a/driv... 27 Jun 2010 11:43
SysRq commands trigger without holding sysrq.
On Sun, Jun 27, 2010 at 7:12 AM, Linus Torvalds <torvalds(a)linux-foundation.org> wrote: On Mon, 14 Jun 2010, Nick Bowler wrote: 97f5f0cd8cd0a05449cbb77d1e6f02e026875802 is the first bad commit Dmitry? I didn't see any follow-ups on this issue, should I just do the revert, or is there some better ... 27 Jun 2010 11:43
First  |  Prev |  Next  |  Last
Pages: 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888