summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-06-09rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney1-0/+2
2017-06-08rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney2-7/+7
2017-06-08sched: Rely on synchronize_rcu_mult() de-duplicationPaul E. McKenney1-7/+1
2017-06-08rcu: Make synchronize_rcu_mult() check for duplicatesPaul E. McKenney1-2/+11
2017-06-08srcu: Add DEBUG_OBJECTS_RCU_HEAD functionalityPaul E. McKenney1-1/+18
2017-06-08srcu: Shrink Tiny SRCU a bitPaul E. McKenney1-16/+0
2017-06-08rcu: Add lockdep_assert_held() teeth to tree_plugin.hPaul E. McKenney1-0/+17
2017-06-08rcu: Add lockdep_assert_held() teeth to tree.cPaul E. McKenney1-0/+25
2017-06-08srcu: Print non-default exp_holdoff values at boot timePaul E. McKenney1-1/+5
2017-06-08srcu: Make exp_holdoff module parameter be staticPaul E. McKenney1-1/+1
2017-06-08rcu: Update rcu_bootup_announce_oddness()Paul E. McKenney2-6/+34
2017-06-08rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney2-1/+42
2017-06-08rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()Paul E. McKenney1-0/+2
2017-06-08rcuperf: Add writer_holdoff boot parameterPaul E. McKenney1-0/+3
2017-06-08rcuperf: Set more user-friendly defaultsPaul E. McKenney1-2/+3
2017-06-08srcu: Shrink Tiny SRCU a bit morePaul E. McKenney1-1/+1
2017-06-08srcu: Make Classic and Tree SRCU announce themselves at bootupPaul E. McKenney2-0/+14
2017-06-08rcuperf: Add test for dynamically initialized srcu_structPaul E. McKenney1-1/+30
2017-06-08rcu: Make sync_rcu_preempt_exp_done() return boolPaul E. McKenney1-1/+1
2017-06-08rcuperf: Add ability to performance-test call_rcu() and friendsPaul E. McKenney1-5/+64
2017-06-08rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney2-8/+7
2017-06-08rcuperf: Defer expedited/normal check to end of testPaul E. McKenney1-10/+9
2017-06-08rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney3-4/+5
2017-06-08srcu: Eliminate possibility of destructive counter overflowPaul E. McKenney1-9/+24
2017-06-08rcu: Prevent rcu_barrier() from starting needless grace periodsPaul E. McKenney1-2/+8
2017-06-08srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini1-3/+2
2017-06-08srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextPaolo Bonzini2-6/+6
2017-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+1
2017-05-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+16
2017-05-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+18
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+12
2017-05-27Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2017-05-27kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu1-1/+1
2017-05-27ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques1-1/+1
2017-05-27livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMSMiroslav Benes1-0/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-30/+29
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann3-0/+3
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann1-21/+16
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann1-9/+10
2017-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-7/+13
2017-05-24posix-timers: Make signal printks conditionalThomas Gleixner1-8/+16
2017-05-23ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-7/+13
2017-05-23Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-5/+4
2017-05-22kthread: Fix use-after-free if kthread fork failsVegard Nossum1-5/+12
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra1-6/+18
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+8
2017-05-22Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki1-1/+1
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki1-4/+3
2017-05-22net: Make IP alignment calulations clearer.David S. Miller1-4/+8
2017-05-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+28