summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-36/+79
2013-01-12kernel/audit.c: avoid negative sleep durationsAndrew Morton1-13/+23
2013-01-12audit: catch possible NULL audit buffersKees Cook4-11/+27
2013-01-12audit: create explicit AUDIT_SECCOMP event typeKees Cook1-3/+11
2013-01-12lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina1-0/+10
2013-01-11softirq: reduce latenciesEric Dumazet1-8/+9
2013-01-11audit: fix auditfilter.c kernel-doc warningsRandy Dunlap1-1/+0
2013-01-10Merge tag 'trace-3.8-rc2-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+2
2013-01-10tracing: Fix regression of trace_options file settingSteven Rostedt1-0/+2
2013-01-07Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-2/+3
2013-01-06signals: set_current_blocked() can use __set_current_blocked()Oleg Nesterov1-6/+2
2013-01-06signals: sys_ssetmask() uses uninitialized newmaskOleg Nesterov1-0/+1
2013-01-05printk: fix incorrect length from print_time() when seconds > 99999Roland Dreier1-2/+3
2012-12-26pidns: Stop pid allocation when init diesEric W. Biederman2-3/+16
2012-12-25pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman1-0/+8
2012-12-21Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-7/+7
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-9/+7
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-5/+77
2012-12-21keys: use keyring_alloc() to create module signing keyringDavid Howells1-9/+6
2012-12-21kcmp: include linux/ptrace.hCyrill Gorcunov1-0/+1
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins1-1/+4
2012-12-20Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2012-12-20new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-0/+16
2012-12-20generic compat_sys_sigaltstack()Al Viro1-0/+45
2012-12-20introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-0/+6
2012-12-20new helper: restore_altstack()Al Viro1-0/+7
2012-12-20Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-5/+3
2012-12-20watchdog: Fix disable/enable regressionBjørn Mork1-7/+4
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-183/+294
2012-12-19Merge branch 'akpm' (more patches from Andrew)Linus Torvalds3-10/+16
2012-12-19fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa1-2/+2
2012-12-19res_counter: return amount of charges after res_counter_uncharge()Glauber Costa1-7/+13
2012-12-19irq: tsk->comm is an arrayAlan Cox1-1/+1
2012-12-19Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-33/+31
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-4/+31
2012-12-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-49/+55
2012-12-18pidns: remove unused is_container_init()Gao feng1-15/+0
2012-12-18ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+3
2012-12-18compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+17
2012-12-18trace: use kbasename()Andy Shevchenko1-4/+4
2012-12-18printk: boot_delay should only affect outputAndrew Cooks1-19/+21
2012-12-18watchdog: store the watchdog sample period as a variableChuansheng Liu1-5/+8
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-18kernel: remove reference to feature-removal-schedule.txtTao Ma2-4/+0
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds14-115/+371
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman1-1/+1
2012-12-17random: Mix cputime from each thread that exits to the poolNick Kossifidis1-0/+3
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-115/+25
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-17/+352
2012-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2