aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-6/+20
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-7/+7
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-9/+7
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-5/+77
2012-12-20keys: use keyring_alloc() to create module signing keyringDavid Howells1-9/+6
2012-12-20kcmp: include linux/ptrace.hCyrill Gorcunov1-0/+1
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins1-1/+4
2012-12-19Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+3
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-0/+16
2012-12-19generic compat_sys_sigaltstack()Al Viro1-0/+45
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-0/+6
2012-12-19new helper: restore_altstack()Al Viro1-0/+7
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-5/+3
2012-12-19watchdog: Fix disable/enable regressionBjørn Mork1-7/+4
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds5-183/+294
2012-12-18Merge branch 'akpm' (more patches from Andrew)Linus Torvalds3-10/+16
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa1-2/+2
2012-12-18res_counter: return amount of charges after res_counter_uncharge()Glauber Costa1-7/+13
2012-12-18irq: tsk->comm is an arrayAlan Cox1-1/+1
2012-12-18Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-33/+31
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-4/+31
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-49/+55
2012-12-17pidns: remove unused is_container_init()Gao feng1-15/+0
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+3
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+17
2012-12-17trace: use kbasename()Andy Shevchenko1-4/+4
2012-12-17printk: boot_delay should only affect outputAndrew Cooks1-19/+21
2012-12-17watchdog: store the watchdog sample period as a variableChuansheng Liu1-5/+8
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-17kernel: remove reference to feature-removal-schedule.txtTao Ma2-4/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds14-115/+371
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_HUGEPAGEMel Gorman1-1/+1
2012-12-16random: Mix cputime from each thread that exits to the poolNick Kossifidis1-0/+3
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-115/+25
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds6-17/+352
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
2012-12-14userns: Fix typo in description of the limitation of userns_installEric W. Biederman1-1/+1
2012-12-14userns: Add a more complete capability subset test to commit_credsEric W. Biederman1-1/+26
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2-2/+4
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds1-10/+8
2012-12-14MODSIGN: Fix kbuild output when using default extra_certificatesMichal Marek1-1/+5
2012-12-14MODSIGN: Avoid using .incbin in C sourceTakashi Iwai3-8/+21
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-15/+18
2012-12-14module: Remove a extra null character at the top of module->strtab.Satoru Takeuchi1-5/+1
2012-12-14security: introduce kernel_module_from_file hookKees Cook1-0/+11
2012-12-14module: add flags arg to sys_finit_module()Rusty Russell1-14/+26
2012-12-14module: add syscall to load module from fdKees Cook2-148/+220
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+65
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds3-39/+17
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-11/+12