aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14a' into HEADPaul E. McKenney9-736/+844
2016-06-15rcu: Correctly handle sparse possible cpusMark Rutland4-23/+34
2016-06-15rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira2-0/+23
2016-06-15rcu: Fix a typo in a commentPaul E. McKenney1-1/+1
2016-06-15rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney1-2/+5
2016-06-14rcutorture: Fix error return code in rcu_perf_init()Wei Yongjun1-1/+3
2016-06-14rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng1-3/+11
2016-06-14torture: Stop onoff task if there is only one cpuBoqun Feng1-0/+8
2016-06-14torture: Break online and offline functions out of torture_onoff()Paul E. McKenney1-64/+104
2016-06-14torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2-8/+1
2016-06-14torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney1-6/+1
2016-06-14rcu: Move expedited code from tree_plugin.h to tree_exp.hPaul E. McKenney2-88/+94
2016-06-14rcu: Move expedited code from tree.c to tree_exp.hPaul E. McKenney2-543/+566
2016-06-14rcu: Remove some superfluous linesPeter Zijlstra1-3/+0
2016-06-14rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()Paul E. McKenney1-2/+1
2016-06-14rcu: Fix outdated rcu_scheduler_active commentPaul E. McKenney1-1/+1
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-06-03Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner66-1058/+6095
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+1
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck1-0/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+16
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+1
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko1-0/+2
2016-05-26add down_write_killable_nested()Al Viro1-0/+16
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+11
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-14/+36
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+3
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki1-1/+3
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra1-7/+11
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2016-05-24genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn1-1/+1
2016-05-23uprobes: wait for mmap_sem for write killableMichal Hocko1-2/+5
2016-05-23prctl: make PR_SET_THP_DISABLE wait for mmap_sem killableMichal Hocko1-1/+2
2016-05-23mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko1-1/+5
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2-21/+2
2016-05-23kexec: do a cleanup for function kexec_loadMinfei Huang1-56/+69
2016-05-23kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang1-3/+6
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang3-2/+21
2016-05-23kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen1-6/+9
2016-05-23kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang1-5/+5
2016-05-23wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov1-1/+2
2016-05-23wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-05-23ELF/MIPS build fixRalf Baechle1-3/+1
2016-05-23bpf, inode: disallow userns mountsDaniel Borkmann1-1/+0
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+2
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds2-3/+2
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-59/+383
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-12/+24
2016-05-20radix-tree: introduce radix_tree_emptyMatthew Wilcox1-6/+1