summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-09-02Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-09-02bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend
2018-09-02Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-09-01kernel/dma/direct: take DMA offset into account in dma_direct_supportedChristoph Hellwig
2018-08-31cpu/hotplug: Remove skip_onerr field from cpuhp_step structureMukesh Ojha
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-30srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-08-30rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith
2018-08-30rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney
2018-08-30rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch lazy counts to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney
2018-08-30rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney
2018-08-30rcu: Merge rcu_dynticks structure into rcu_data structurePaul E. McKenney
2018-08-30rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney
2018-08-30rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney
2018-08-30rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney
2018-08-30rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney
2018-08-30rcu: Motivate Tiny RCU forward progressPaul E. McKenney
2018-08-30rcutorture: Dump reader protection sequence if failures or close callsPaul E. McKenney
2018-08-30rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()Paul E. McKenney
2018-08-30rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney
2018-08-30rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in update.cPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tree_plugin.hPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tree_exp.hPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tree.cPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tiny.cPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in srcutree.hPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in rcutorture.cPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in rcu.hPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in KconfigPaul E. McKenney
2018-08-30rcu: Remove now-unused rcutorture APIsPaul E. McKenney
2018-08-30rcuperf: Remove the "rcu_bh" and "sched" torture typesPaul E. McKenney
2018-08-30rcutorture: Remove the "rcu_bh" and "sched" torture typesPaul E. McKenney
2018-08-30rcu: Stop testing RCU-bh and RCU-schedPaul E. McKenney
2018-08-30rcutorture: Add RCU-bh and RCU-sched support for extended readersPaul E. McKenney
2018-08-30rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney
2018-08-30rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney
2018-08-30rcu: Pull rcu_gp_kthread() FQS loop into separate functionPaul E. McKenney
2018-08-30rcu: Inline increment_cpu_stall_ticks() into its sole callerPaul E. McKenney
2018-08-30rcu: Fix typo in force_qs_rnp()'s parameter's parameterPaul E. McKenney