aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-10[PATCH] io-accounting: core statisticsAndrew Morton1-0/+2
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan1-25/+22
2006-12-10[PATCH] sysctl: remove some OPsAlexey Dobriyan1-10/+0
2006-12-10[PATCH] ipc-procfs-sysctl mixupsRandy Dunlap1-0/+11
2006-12-09[PATCH] WorkStruct: Use direct assignment rather than cmpxchg()David Howells1-12/+9
2006-12-08[PATCH] sysctl: fix sys_sysctl interface of ipc sysctlsEric W. Biederman1-0/+60
2006-12-08[PATCH] sysctl: simplify ipc ns specific sysctlsEric W. Biederman1-57/+49
2006-12-08[PATCH] sysctl: implement sysctl_uts_string()Eric W. Biederman1-5/+32
2006-12-08[PATCH] sysctl: simplify sysctl_uts_stringEric W. Biederman1-102/+26
2006-12-08[PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov1-11/+8
2006-12-08[PATCH] sys_setpgid: eliminate unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov1-7/+4
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu3-11/+26
2006-12-08[PATCH] use current->nsproxy->pid_nsCedric Le Goater1-3/+3
2006-12-08[PATCH] to nsproxyCedric Le Goater2-7/+42
2006-12-08[PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu1-24/+25
2006-12-08[PATCH] identifier to nsproxyCedric Le Goater1-1/+3
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev4-20/+21
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater2-2/+2
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater4-16/+17
2006-12-08[PATCH] struct path: convert kernelJosef Sipek2-13/+13
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek5-16/+16
2006-12-08[PATCH] lockdep: avoid lockdep warning in mdNeilBrown1-0/+9
2006-12-08[PATCH] sys_unshare: remove a broken CLONE_SIGHAND codeOleg Nesterov1-12/+4
2006-12-08[PATCH] make set_special_pids() staticOleg Nesterov1-1/+1
2006-12-08[PATCH] do_acct_process(): don't take tty_mutexOleg Nesterov1-5/+2
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra4-11/+10
2006-12-08[PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()Hidetoshi Seto1-1/+2
2006-12-08[PATCH] move kallsyms data to .rodataJan Beulich1-8/+8
2006-12-07Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-0/+1
2006-12-07[IA64] IA64 Kexec/kdumpZou Nan hai1-0/+1
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds1-0/+73
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+5
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds4-45/+173
2006-12-07[PATCH] cpuset: allow a larger buffer for writes to cpuset filesPaul Menage1-2/+3
2006-12-07[PATCH] add ignore_loglevel boot optionIngo Molnar1-1/+13
2006-12-07[PATCH] lockdep: register_lock_class() fixIngo Molnar1-0/+6
2006-12-07[PATCH] Kexec / Kdump: Unify elf note codeMagnus Damm1-0/+56
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller13-19/+19
2006-12-07[PATCH] futex: remove unneeded barrierRalf Baechle1-1/+1
2006-12-07[PATCH] Add Sparse annotations to SRCU wrapper functions in rcutortureJosh Triplett1-2/+2
2006-12-07[PATCH] sys: remove unused variableDavid Rientjes1-2/+2
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk1-3/+0
2006-12-07[PATCH] softirq: remove BUG_ONs which can incorrectly triggerZachary Amsden1-2/+0
2006-12-07[PATCH] lockdep: show more details about self-test failuresIngo Molnar1-0/+3
2006-12-07[PATCH] lockdep: more chainsIngo Molnar1-1/+1
2006-12-07[PATCH] sched: correct output of show_state()Chris Caputo1-4/+4
2006-12-07[PATCH] sysctl: string length calculated is wrong if it contains negative numbersBP, Praveen1-2/+2
2006-12-07[PATCH] futex: init error checkAkinobu Mita1-2/+8
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan3-6/+3
2006-12-07[PATCH] rcu: add a prefetch() in rcu_do_batch()Eric Dumazet1-1/+3