summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86-64: Speed up dwarf2 unwinderJan Beulich2006-10-211-39/+279
* [PATCH] kernel/nsproxy.c: use kmemdup()Alexey Dobriyan2006-10-201-4/+2
* [PATCH] cad_pid sysctl with PROC_FS=nRandy Dunlap2006-10-201-0/+4
* [PATCH] readjust comments of task_timeslice for kernel docBorislav Petkov2006-10-201-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-10-172-5/+7
|\
| * Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2006-10-112-5/+7
* | [PATCH] Convert cpu hotplug notifiers to use raw_notifier instead of blocking...Neil Brown2006-10-171-9/+15
* | [PATCH] rt-mutex: fixup rt-mutex debug codePeter Zijlstra2006-10-171-2/+2
* | [PATCH] genirq: clean up irq-flow-type namingIngo Molnar2006-10-171-24/+9
* | [PATCH] swsusp: fix memory leaksAndrew Morton2006-10-171-1/+2
* | [PATCH] posix-cpu-timers: prevent signal delivery starvationThomas Gleixner2006-10-171-6/+21
* | [PATCH] i386 Time: Avoid PIT SMP lockupsjohn stultz2006-10-171-1/+1
* | [PATCH] lockdep: increase max allowed recursion depthIngo Molnar2006-10-171-3/+5
* | [PATCH] fix epoll_pwait when EPOLL=nRandy Dunlap2006-10-161-0/+1
* | [PATCH] lockdep: fix printk recursion logicIngo Molnar2006-10-111-9/+2
* | [PATCH] lockdep: use BUILD_BUG_ONAlexey Dobriyan2006-10-111-4/+1
* | [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-112-2/+2
* | [PATCH] sched: likely profilingNick Piggin2006-10-111-3/+3
* | [PATCH] fix Module taint flags listing in Oops/panicFlorin Malita2006-10-111-45/+49
* | [PATCH] mm: kevent threads: use MPOL_DEFAULTChristoph Lameter2006-10-111-0/+7
* | [PATCH] swsusp: Use suspend_consoleRafael J. Wysocki2006-10-112-1/+15
|/
* [PATCH] cpuset ANSI prototypeAl Viro2006-10-101-1/+1
* [PATCH] make kernel/relay.c __user-cleanAl Viro2006-10-101-19/+22
* [PATCH] __user annotations: futexAl Viro2006-10-102-13/+14
* [PATCH] swsusp: Make userland suspend work on SMP againRafael J. Wysocki2006-10-071-1/+1
* [PATCH] ixp4xxdefconfig arm fixesFrederik Deweerdt2006-10-061-1/+1
* [PATCH] kauditd_thread warning fixAndrew Morton2006-10-061-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-055-40/+33
* IRQ: Typedef the IRQ handler function typeDavid Howells2006-10-051-3/+1
* IRQ: Typedef the IRQ flow handler function typeDavid Howells2006-10-051-9/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-042-2/+0
|\
| * Remove all inclusions of <linux/config.h>Dave Jones2006-10-042-2/+0
* | Merge branch 'audit.b32' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-10-042-5/+32
|\ \
| * | [PATCH] name_count array overrunSteve Grubb2006-10-041-2/+17
| * | [PATCH] PPID filtering fixAlexander Viro2006-10-041-2/+7
| * | [PATCH] arch filter lists with < or > should not be acceptedEric Paris2006-10-041-1/+8
| |/
* | [PATCH] rcu: simplify/improve batch tuningOleg Nesterov2006-10-041-8/+3
* | [PATCH] rcu: add sched torture type to rcutortureJosh Triplett2006-10-041-1/+39
* | [PATCH] rcu: add rcu_bh_sync torture type to rcutortureJosh Triplett2006-10-041-1/+15
* | [PATCH] rcu: add rcu_sync torture type to rcutortureJosh Triplett2006-10-041-2/+15
* | [PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementationJosh Triplett2006-10-041-24/+29
* | [PATCH] RCU: add fake writers to rcutortureJosh Triplett2006-10-041-5/+104
* | [PATCH] rcu: Fix sign bug making rcu_random always return the same sequenceJosh Triplett2006-10-041-2/+2
* | [PATCH] rcu: Avoid kthread_stop on invalid pointer if rcutorture reader start...Josh Triplett2006-10-041-1/+1
* | [PATCH] rcu: Mention rcu_bh in description of rcutorture's torture_type param...Josh Triplett2006-10-041-1/+1
* | [PATCH] rcu: Add MODULE_AUTHOR to rcutorture moduleJosh Triplett2006-10-041-0/+1
* | [PATCH] SRCU: report out-of-memory errorsAlan Stern2006-10-042-3/+5
* | [PATCH] Add SRCU-based notifier chainsAlan Stern2006-10-041-1/+123
* | [PATCH] srcu-3: add SRCU operations to rcutorturePaul E. McKenney2006-10-041-10/+123
* | [PATCH] srcu-3: RCU variant permitting read-side blockingPaul E. McKenney2006-10-042-1/+258