summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...Paul E. McKenney
2016-04-21rcutorture: Add irqs-disabled test for call_rcu()Paul E. McKenney
2016-04-21rcutorture: Dump trace buffer upon shutdownPaul E. McKenney
2016-03-31torture: Clarify refusal to run more than one torture testPaul E. McKenney
2016-03-31rcutorture: Consider FROZEN hotplug notifier transitionsAnna-Maria Gleixner
2016-03-31rcutorture: Remove redundant initialization to zeroPaul E. McKenney
2016-03-31rcuperf: Do not wake up shutdown wait queue if "shutdown" is false.Artem Savkov
2016-03-31rcutorture: Avoid RCU CPU stall warning and RT throttlingPaul E. McKenney
2016-03-31rcutorture: Add rcuperf holdoff boot parameter to reduce interferencePaul E. McKenney
2016-03-31rcutorture: Make rcuperf collect expedited event-trace dataPaul E. McKenney
2016-03-31rcutorture: Set rcuperf writer kthreads to real-time priorityPaul E. McKenney
2016-03-31rcutorture: Bind rcuperf reader/writer kthreads to CPUsPaul E. McKenney
2016-03-31rcutorture: Add RCU grace-period performance testsPaul E. McKenney
2016-03-31rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney
2016-03-31rcutorture: Allow for rcupdate.rcu_normalPaul E. McKenney
2016-03-31rcu: Dump ftrace buffer when kicking grace-period kthreadPaul E. McKenney
2016-03-31rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng
2016-03-31rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney
2016-03-31rcu: Make FQS schedule advance only if FQS happenedPaul E. McKenney
2016-03-31rcu: Awaken grace-period kthread when stalledPaul E. McKenney
2016-03-31rcu: Overlap wakeups with next expedited grace periodPaul E. McKenney
2016-03-31rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney
2016-03-31rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney
2016-03-31rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney
2016-03-31rcu: Add exp_funnel_lock() fastpathPaul E. McKenney
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney
2016-03-31rcu: Shorten expedited_workdone* to exp_workdone*Paul E. McKenney
2016-03-31rcu: Force boolean subscript for expedited stall warningsPaul E. McKenney
2016-03-31rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney
2016-03-31rcu: Add expedited-grace-period event tracingPaul E. McKenney
2016-03-31rcu: Add funnel-locking tracing for expedited grace periodsPaul E. McKenney
2016-03-31rcu: Fix synchronize_rcu_expedited() header commentPaul E. McKenney
2016-03-31rcu: Make cond_resched_rcu_qs() supply RCU-sched expedited QSPaul E. McKenney
2016-03-31rcu: Make expedited RCU-preempt stall warnings count accuratelyPaul E. McKenney
2016-03-31rcu: Make expedited RCU-sched grace period immediately detect idlePaul E. McKenney
2016-03-31rcu: Consolidate dumping of ftrace bufferPaul E. McKenney
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko
2016-03-25sched: add schedule_timeout_idle()Andrew Morton
2016-03-25Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-24Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-23PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-22memremap: add MEMREMAP_WC flagBrian Starkey
2016-03-22memremap: don't modify flagsBrian Starkey
2016-03-22kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller
2016-03-22kernel: add kcov code coverageDmitry Vyukov