summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney
2017-12-11torture: Save a line in stutter_wait(): while -> forPaul E. McKenney
2017-12-11torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney
2017-12-11torture: Make stutter less vulnerable to compilers and racesPaul E. McKenney
2017-12-11locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso
2017-12-11locking/locktorture: Fix rwsem reader_delayDavidlohr Bueso
2017-12-11rcutorture: Preempt RCU-preempt readers more vigorouslyPaul E. McKenney
2017-12-11torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney
2017-12-11rcu: Remove have_rcu_nocb_mask from tree_plugin.hRakib Mullick
2017-12-11rcu: Add comment giving debug strategy for double call_rcu()Paul E. McKenney
2017-12-04tracepoint: Remove smp_read_barrier_depends() from commentPaul E. McKenney
2017-12-04locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()Paul E. McKenney
2017-12-04uprobes: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-12-04softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-12-04trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-12-04workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-11-28sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney
2017-11-28sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2017-11-28torture: Suppress CPU stall warnings during shutdown ftrace dumpPaul E. McKenney
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney
2017-11-28rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug codePaul E. McKenney
2017-11-28rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()Paul E. McKenney
2017-11-28rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()Paul E. McKenney
2017-11-28rcu: Avoid ->dynticks_nesting store tearingPaul E. McKenney
2017-11-28rcu: Stop duplicating lockdep checks in RCU's idle-entry codePaul E. McKenney
2017-11-28rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney
2017-11-28rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney
2017-11-27rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney
2017-11-27rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}()Paul E. McKenney
2017-11-27rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney
2017-11-27rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidationPaul E. McKenney
2017-11-27rcu: Reduce dyntick-idle state spacePaul E. McKenney
2017-11-27rcu: Avoid ->dynticks_nmi_nesting store tearingPaul E. McKenney
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitKees Cook
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21timer: Pass function down to initialization routinesKees Cook
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook