Age | Commit message (Expand) | Author | Files | Lines |
2006-10-05 | IRQ: Typedef the IRQ flow handler function type | David Howells | 1 | -9/+3 |
2006-10-04 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh | Linus Torvalds | 2 | -2/+0 |
2006-10-04 | Merge branch 'audit.b32' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -5/+32 |
2006-10-04 | [PATCH] rcu: simplify/improve batch tuning | Oleg Nesterov | 1 | -8/+3 |
2006-10-04 | [PATCH] rcu: add sched torture type to rcutorture | Josh Triplett | 1 | -1/+39 |
2006-10-04 | [PATCH] rcu: add rcu_bh_sync torture type to rcutorture | Josh Triplett | 1 | -1/+15 |
2006-10-04 | [PATCH] rcu: add rcu_sync torture type to rcutorture | Josh Triplett | 1 | -2/+15 |
2006-10-04 | [PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementation | Josh Triplett | 1 | -24/+29 |
2006-10-04 | [PATCH] RCU: add fake writers to rcutorture | Josh Triplett | 1 | -5/+104 |
2006-10-04 | [PATCH] rcu: Fix sign bug making rcu_random always return the same sequence | Josh Triplett | 1 | -2/+2 |
2006-10-04 | [PATCH] rcu: Avoid kthread_stop on invalid pointer if rcutorture reader start... | Josh Triplett | 1 | -1/+1 |
2006-10-04 | [PATCH] rcu: Mention rcu_bh in description of rcutorture's torture_type param... | Josh Triplett | 1 | -1/+1 |
2006-10-04 | [PATCH] rcu: Add MODULE_AUTHOR to rcutorture module | Josh Triplett | 1 | -0/+1 |
2006-10-04 | [PATCH] SRCU: report out-of-memory errors | Alan Stern | 2 | -3/+5 |
2006-10-04 | [PATCH] Add SRCU-based notifier chains | Alan Stern | 1 | -1/+123 |
2006-10-04 | [PATCH] srcu-3: add SRCU operations to rcutorture | Paul E. McKenney | 1 | -10/+123 |
2006-10-04 | [PATCH] srcu-3: RCU variant permitting read-side blocking | Paul E. McKenney | 2 | -1/+258 |
2006-10-04 | [PATCH] msi: simplify msi sanity checks by adding with generic irq code | Eric W. Biederman | 1 | -0/+7 |
2006-10-04 | [PATCH] genirq: irq: add a dynamic irq creation API | Eric W. Biederman | 1 | -0/+56 |
2006-10-04 | [PATCH] genirq: irq: add moved_masked_irq | Eric W. Biederman | 1 | -7/+21 |
2006-10-04 | [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit | Eric W. Biederman | 1 | -3/+3 |
2006-10-04 | [PATCH] name_count array overrun | Steve Grubb | 1 | -2/+17 |
2006-10-04 | [PATCH] PPID filtering fix | Alexander Viro | 1 | -2/+7 |
2006-10-04 | [PATCH] arch filter lists with < or > should not be accepted | Eric Paris | 1 | -1/+8 |
2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 2 | -2/+0 |
2006-10-03 | rcutorture: Fix incorrect description of default for nreaders parameter | Josh Triplett | 1 | -1/+1 |
2006-10-03 | remove duplicate "until" from kernel/workqueue.c | Rolf Eike Beer | 1 | -1/+1 |
2006-10-03 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
2006-10-03 | [PATCH] scheduler: NUMA aware placement of sched_group_allnodes | Christoph Lameter | 1 | -3/+4 |
2006-10-03 | [PATCH] sched: fixing wrong comment for find_idlest_cpu() | Satoru Takeuchi | 1 | -1/+1 |
2006-10-03 | [PATCH] sched: cleanup sched_group cpu_power setup | Siddha, Suresh B | 1 | -63/+82 |
2006-10-03 | [PATCH] sched: introduce child field in sched_domain | Siddha, Suresh B | 1 | -10/+30 |
2006-10-03 | [PATCH] sched: don't print migration cost when only 1 CPU | Dave Jones | 1 | -6/+8 |
2006-10-03 | [PATCH] sched: remove unnecessary sched group allocations | Siddha, Suresh B | 1 | -66/+38 |
2006-10-03 | [PATCH] sched: force /sbin/init off isolated cpus | Nick Piggin | 1 | -2/+11 |
2006-10-03 | [PATCH] kernel-doc for kernel/resource.c | Randy Dunlap | 1 | -11/+72 |
2006-10-03 | [PATCH] kernel-doc for kernel/dma.c | Randy Dunlap | 1 | -1/+9 |
2006-10-03 | [PATCH] Create kallsyms_lookup_size_offset() | Franck Bui-Huu | 2 | -44/+82 |
2006-10-02 | [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h | David Howells | 1 | -2/+0 |
2006-10-02 | [PATCH] replace cad_pid by a struct pid | Cedric Le Goater | 2 | -6/+30 |
2006-10-02 | [PATCH] introduce get_task_pid() to fix unsafe get_pid() | Oleg Nesterov | 1 | -0/+9 |
2006-10-02 | [PATCH] introduce kernel_execve | Arnd Bergmann | 1 | -3/+2 |
2006-10-02 | [PATCH] nsproxy cloning error path fix | Pavel | 1 | -1/+1 |
2006-10-02 | [PATCH] IPC namespace - sysctls | Kirill Korotaev | 1 | -28/+88 |
2006-10-02 | [PATCH] IPC namespace - utils | Kirill Korotaev | 1 | -0/+10 |
2006-10-02 | [PATCH] IPC namespace core | Kirill Korotaev | 2 | -17/+46 |
2006-10-02 | [PATCH] uts: copy nsproxy only when needed | Serge Hallyn | 1 | -6/+14 |
2006-10-02 | [PATCH] namespaces: utsname: implement CLONE_NEWUTS flag | Serge E. Hallyn | 3 | -4/+71 |
2006-10-02 | [PATCH] namespaces: utsname: sysctl | Serge E. Hallyn | 1 | -19/+119 |
2006-10-02 | [PATCH] namespaces: utsname: implement utsname namespaces | Serge E. Hallyn | 3 | -0/+57 |