index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-19
SLOW_WORK: Allow a requeueable work item to sleep till the thread is needed
David Howells
3
-9
/
+132
2009-11-19
SLOW_WORK: Allow the owner of a work item to determine if it is queued or not
David Howells
2
-0
/
+34
2009-11-19
SLOW_WORK: Allow the work items to be viewed through a /proc file
David Howells
7
-12
/
+413
2009-11-19
SLOW_WORK: Add delayed_slow_work support
Jens Axboe
3
-3
/
+171
2009-11-19
SLOW_WORK: Add support for cancellation of slow work
Jens Axboe
3
-7
/
+88
2009-11-19
SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional
Jens Axboe
2
-21
/
+17
2009-11-19
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
David Howells
8
-16
/
+150
2009-11-18
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
7
-32
/
+70
2009-11-18
strcmp: fix overflow and possibly signedness error
Linus Torvalds
1
-6
/
+14
2009-11-18
Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-6
/
+5
2009-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-2
/
+2
2009-11-19
agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()
David Woodhouse
1
-6
/
+5
2009-11-18
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-49
/
+48
2009-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
5
-3
/
+14
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
49
-490
/
+432
2009-11-19
ima: replace GFP_KERNEL with GFP_NOFS
Mimi Zohar
1
-2
/
+2
2009-11-18
OMAP: cs should be positive in gpmc_cs_free()
Roel Kluin
1
-1
/
+1
2009-11-18
omap: fix unlikely(x) < y
Roel Kluin
1
-1
/
+1
2009-11-18
Merge branch 'fix/asoc' into for-linus
Takashi Iwai
3
-3
/
+4
2009-11-18
Merge branch 'fix/hda' into for-linus
Takashi Iwai
1
-0
/
+1
2009-11-18
Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-2
/
+3
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
9
-22
/
+78
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2
-0
/
+24
2009-11-18
ASoC: tlv320aic23 fix rate selection
Troy Kisky
1
-1
/
+1
2009-11-18
ASoC: OMAP3 Pandora: update for TWL4030 codec changes
Grazvydas Ignotas
1
-1
/
+2
2009-11-18
ASoC: Modifying the license string GPLv2 for OMAP3 EVM
Anuj Aggarwal
1
-1
/
+1
2009-11-18
cxgb3: fix premature page unmap
Divy Le Ray
1
-2
/
+2
2009-11-18
ibm_newemac: Fix EMACx_TRTR[TRT] bit shifts
Dave Mitchell
1
-2
/
+2
2009-11-17
[CPUFREQ] Fix stale cpufreq_cpu_governor pointer
Prarit Bhargava
1
-2
/
+30
2009-11-17
[CPUFREQ] Resolve time unit thinko in ondemand/conservative govs
Pallipadi, Venkatesh
2
-4
/
+4
2009-11-17
[CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c4...
Rusty Russell
1
-12
/
+7
2009-11-17
[CPUFREQ] Fix use after free on governor restore
Dmitry Monakhov
1
-6
/
+10
2009-11-17
[CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not...
John Villalovos
1
-6
/
+17
2009-11-17
[CPUFREQ] powernow-k8: Fix test in get_transition_latency()
Roel Kluin
1
-1
/
+1
2009-11-17
[CPUFREQ] longhaul: select Longhaul version 2 for capable CPUs
Krzysztof Helt
1
-1
/
+1
2009-11-18
sh: Fixup last users of irq_chip->typename
Thomas Gleixner
2
-2
/
+2
2009-11-17
fcntl: rename F_OWNER_GID to F_OWNER_PGRP
Peter Zijlstra
2
-3
/
+3
2009-11-17
procfs: fix /proc/<pid>/stat stack pointer for kernel threads
Stefani Seibold
1
-1
/
+1
2009-11-17
mm: allow memory hotplug and hibernation in the same kernel
Andi Kleen
3
-10
/
+37
2009-11-17
workqueue: fix race condition in schedule_on_each_cpu()
Tejun Heo
1
-15
/
+13
2009-11-17
mm/memory_hotplug: fix section mismatch
Hidetoshi Seto
1
-1
/
+2
2009-11-17
MAINTAINERS: KMEMCHECK: add file patterns, use M: for Pekka's name and address
Joe Perches
1
-2
/
+6
2009-11-17
drivers/video/da8xx-fb.c: fix error return
Roel Kluin
1
-1
/
+1
2009-11-17
spi: error status should be negative
Roel Kluin
1
-1
/
+1
2009-11-17
USB: option.c: add support for D-Link DWM-162-U5
Zhang Le
1
-0
/
+2
2009-11-17
USB: usbmon: fix bug in mon_buff_area_shrink
Alan Stern
1
-4
/
+7
2009-11-17
USB: xhci: Fix scratchpad deallocation.
Sarah Sharp
1
-1
/
+1
2009-11-17
USB: xhci: Fix TRB physical to virtual address translation.
Sarah Sharp
1
-2
/
+5
2009-11-17
USB: xhci: Fix bug memory free after failed initialization.
Sarah Sharp
1
-3
/
+5
2009-11-17
USB: cdc_acm: Fix memory leak after hangup
Francesco Lavra
1
-5
/
+11
[next]