aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Merge branch 'akpm' (fixes from Andrew)Gravatar Linus Torvalds 1-2/+3
2013-01-05signals: set_current_blocked() can use __set_current_blocked()Gravatar Oleg Nesterov 1-6/+2
2013-01-05signals: sys_ssetmask() uses uninitialized newmaskGravatar Oleg Nesterov 1-0/+1
2013-01-04printk: fix incorrect length from print_time() when seconds > 99999Gravatar Roland Dreier 1-2/+3
2012-12-25pidns: Stop pid allocation when init diesGravatar Eric W. Biederman 2-3/+16
2012-12-24pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Gravatar Eric W. Biederman 1-0/+8
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 2-7/+7
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 2-9/+7
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-5/+77
2012-12-20keys: use keyring_alloc() to create module signing keyringGravatar David Howells 1-9/+6
2012-12-20kcmp: include linux/ptrace.hGravatar Cyrill Gorcunov 1-0/+1
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Gravatar Hugh Dickins 1-1/+4
2012-12-19Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseGravatar Al Viro 1-0/+16
2012-12-19generic compat_sys_sigaltstack()Gravatar Al Viro 1-0/+45
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itGravatar Al Viro 1-0/+6
2012-12-19new helper: restore_altstack()Gravatar Al Viro 1-0/+7
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 2-5/+3
2012-12-19watchdog: Fix disable/enable regressionGravatar Bjørn Mork 1-7/+4
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-183/+294
2012-12-18Merge branch 'akpm' (more patches from Andrew)Gravatar Linus Torvalds 3-10/+16
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGravatar Glauber Costa 1-2/+2
2012-12-18res_counter: return amount of charges after res_counter_uncharge()Gravatar Glauber Costa 1-7/+13
2012-12-18irq: tsk->comm is an arrayGravatar Alan Cox 1-1/+1
2012-12-18Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-33/+31
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 4-4/+31
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 9-49/+55
2012-12-17pidns: remove unused is_container_init()Gravatar Gao feng 1-15/+0
2012-12-17ptrace: introduce PTRACE_O_EXITKILLGravatar Oleg Nesterov 1-0/+3
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationGravatar Catalin Marinas 1-0/+17
2012-12-17trace: use kbasename()Gravatar Andy Shevchenko 1-4/+4
2012-12-17printk: boot_delay should only affect outputGravatar Andrew Cooks 1-19/+21
2012-12-17watchdog: store the watchdog sample period as a variableGravatar Chuansheng Liu 1-5/+8
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-2/+2
2012-12-17kernel: remove reference to feature-removal-schedule.txtGravatar Tao Ma 2-4/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 14-115/+371
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Gravatar Mel Gorman 1-1/+1
2012-12-16random: Mix cputime from each thread that exits to the poolGravatar Nick Kossifidis 1-0/+3
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-115/+25
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-17/+352
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-3/+2
2012-12-14userns: Fix typo in description of the limitation of userns_installGravatar Eric W. Biederman 1-1/+1
2012-12-14userns: Add a more complete capability subset test to commit_credsGravatar Eric W. Biederman 1-1/+26
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Gravatar Eric W. Biederman 2-2/+4
2012-12-14Revert "sched: Update_cfs_shares at period edge"Gravatar Linus Torvalds 1-10/+8
2012-12-14MODSIGN: Fix kbuild output when using default extra_certificatesGravatar Michal Marek 1-1/+5
2012-12-14MODSIGN: Avoid using .incbin in C sourceGravatar Takashi Iwai 3-8/+21
2012-12-14modules: don't hand 0 to vmalloc.Gravatar Rusty Russell 1-15/+18
2012-12-14module: Remove a extra null character at the top of module->strtab.Gravatar Satoru Takeuchi 1-5/+1
2012-12-14security: introduce kernel_module_from_file hookGravatar Kees Cook 1-0/+11