Age | Commit message (Expand) | Author | Files | Lines |
2006-12-08 | [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 5 | -16/+16 |
2006-12-08 | [PATCH] lockdep: avoid lockdep warning in md | NeilBrown | 1 | -0/+9 |
2006-12-08 | [PATCH] sys_unshare: remove a broken CLONE_SIGHAND code | Oleg Nesterov | 1 | -12/+4 |
2006-12-08 | [PATCH] make set_special_pids() static | Oleg Nesterov | 1 | -1/+1 |
2006-12-08 | [PATCH] do_acct_process(): don't take tty_mutex | Oleg Nesterov | 1 | -5/+2 |
2006-12-08 | [PATCH] tty: ->signal->tty locking | Peter Zijlstra | 4 | -11/+10 |
2006-12-08 | [PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq() | Hidetoshi Seto | 1 | -1/+2 |
2006-12-08 | [PATCH] move kallsyms data to .rodata | Jan Beulich | 1 | -8/+8 |
2006-12-07 | Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li... | Linus Torvalds | 1 | -0/+1 |
2006-12-07 | [IA64] IA64 Kexec/kdump | Zou Nan hai | 1 | -0/+1 |
2006-12-07 | Add "run_scheduled_work()" workqueue function | Linus Torvalds | 1 | -0/+73 |
2006-12-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+5 |
2006-12-07 | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 4 | -45/+173 |
2006-12-07 | [PATCH] cpuset: allow a larger buffer for writes to cpuset files | Paul Menage | 1 | -2/+3 |
2006-12-07 | [PATCH] add ignore_loglevel boot option | Ingo Molnar | 1 | -1/+13 |
2006-12-07 | [PATCH] lockdep: register_lock_class() fix | Ingo Molnar | 1 | -0/+6 |
2006-12-07 | [PATCH] Kexec / Kdump: Unify elf note code | Magnus Damm | 1 | -0/+56 |
2006-12-07 | [PATCH] struct seq_operations and struct file_operations constification | Helge Deller | 13 | -19/+19 |
2006-12-07 | [PATCH] futex: remove unneeded barrier | Ralf Baechle | 1 | -1/+1 |
2006-12-07 | [PATCH] Add Sparse annotations to SRCU wrapper functions in rcutorture | Josh Triplett | 1 | -2/+2 |
2006-12-07 | [PATCH] sys: remove unused variable | David Rientjes | 1 | -2/+2 |
2006-12-07 | [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols | Adrian Bunk | 1 | -3/+0 |
2006-12-07 | [PATCH] softirq: remove BUG_ONs which can incorrectly trigger | Zachary Amsden | 1 | -2/+0 |
2006-12-07 | [PATCH] lockdep: show more details about self-test failures | Ingo Molnar | 1 | -0/+3 |
2006-12-07 | [PATCH] lockdep: more chains | Ingo Molnar | 1 | -1/+1 |
2006-12-07 | [PATCH] sched: correct output of show_state() | Chris Caputo | 1 | -4/+4 |
2006-12-07 | [PATCH] sysctl: string length calculated is wrong if it contains negative num... | BP, Praveen | 1 | -2/+2 |
2006-12-07 | [PATCH] futex: init error check | Akinobu Mita | 1 | -2/+8 |
2006-12-07 | [PATCH] kernel core: replace kmalloc+memset with kzalloc | Burman Yan | 3 | -6/+3 |
2006-12-07 | [PATCH] rcu: add a prefetch() in rcu_do_batch() | Eric Dumazet | 1 | -1/+3 |
2006-12-07 | [PATCH] make kernel/signal.c:kill_proc_info() static | Adrian Bunk | 1 | -2/+1 |
2006-12-07 | [PATCH] remove kernel/lockdep.c:lockdep_internal | Adrian Bunk | 1 | -7/+0 |
2006-12-07 | [PATCH] hotplug CPU: clean up hotcpu_notifier() use | Ingo Molnar | 4 | -11/+1 |
2006-12-07 | [PATCH] kprobes: enable booster on the preemptible kernel | Masami Hiramatsu | 1 | -21/+96 |
2006-12-07 | [PATCH] remove the syslog interface when printk is disabled | Mike Galbraith | 1 | -6/+1 |
2006-12-07 | [PATCH] HZ: 300Hz support | Alan Cox | 1 | -5/+15 |
2006-12-07 | [PATCH] debug: workqueue locking sanity | Peter Zijlstra | 1 | -0/+13 |
2006-12-07 | [PATCH] sleep profiling | Ingo Molnar | 2 | -9/+41 |
2006-12-07 | [PATCH] lockdep: name some old style locks | Peter Zijlstra | 2 | -2/+3 |
2006-12-07 | [PATCH] lockdep: print current locks on in_atomic warnings | Peter Zijlstra | 1 | -0/+2 |
2006-12-07 | [PATCH] taskstats: cleanup reply assembling | Oleg Nesterov | 1 | -22/+16 |
2006-12-07 | [PATCH] taskstats: use nla_reserve() for reply assembling | Oleg Nesterov | 1 | -42/+44 |
2006-12-07 | [PATCH] taskstats: factor out reply assembling | Oleg Nesterov | 1 | -27/+28 |
2006-12-07 | [PATCH] taskstats: cleanup ->signal->stats allocation | Oleg Nesterov | 2 | -2/+25 |
2006-12-07 | [PATCH] taskstats: cleanup do_exit() path | Oleg Nesterov | 2 | -32/+17 |
2006-12-07 | [PATCH] taskstats_exit_alloc: optimize/simplify | Oleg Nesterov | 1 | -13/+4 |
2006-12-07 | [PATCH] profile: fix uaccess handling | Heiko Carstens | 1 | -1/+2 |
2006-12-07 | [PATCH] Disable CLONE_CHILD_CLEARTID for abnormal exit | Roland McGrath | 1 | -1/+10 |
2006-12-07 | [PATCH] lockdep: misc fixes in lockdep.c | Jarek Poplawski | 1 | -3/+6 |
2006-12-07 | [PATCH] lockdep: internal locking fixes | Jarek Poplawski | 1 | -10/+15 |