summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-04-18genirq: Return the IRQ name from free_irq()Christoph Hellwig
2017-04-18genirq: Fix indentation in remove_irq()Christoph Hellwig
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney
2017-04-18srcutorture: Print Tiny SRCU reader statisticsPaul E. McKenney
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney
2017-04-18srcu: Crude control of expedited grace periodsPaul E. McKenney
2017-04-18srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney
2017-04-18srcu: Allow a second bit in rcu_seq for SRCU statePaul E. McKenney
2017-04-18srcu: Improve rcu_seq grace-period-counter abstractionPaul E. McKenney
2017-04-18srcu: Fix bogus try_check_zero() commentPaul E. McKenney
2017-04-18srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney
2017-04-18srcu: Move rcu_node traversal macros to rcu.hPaul E. McKenney
2017-04-18rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney
2017-04-18srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney
2017-04-18srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney
2017-04-18srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney
2017-04-18srcu: Add grace-period sequence numbersPaul E. McKenney
2017-04-18srcu: Move to state-based grace-period sequencingPaul E. McKenney
2017-04-18srcu: Push srcu_advance_batches() fastpath into common casePaul E. McKenney
2017-04-18rcu: Fix warning in rcu_seq_end()Dmitry Vyukov
2017-04-18rcu: Expedited wakeups need to be fully orderedPaul E. McKenney
2017-04-18srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney
2017-04-18rcu: Add single-element dequeue functions to rcu_segcblistPaul E. McKenney
2017-04-18srcu: Allow early boot use of synchronize_srcu()Paul E. McKenney
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney
2017-04-18rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changedPaul E. McKenney
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney
2017-04-18rcu: Semicolon inside RCU_TRACE() for tree.cPaul E. McKenney
2017-04-18rcu: Semicolon inside RCU_TRACE() for Tiny RCUPaul E. McKenney
2017-04-18rcu: Semicolon inside RCU_TRACE() for rcu.hPaul E. McKenney
2017-04-18srcu: Check for tardy grace-period activity in cleanup_srcu_struct()Paul E. McKenney
2017-04-18srcu: Consolidate batch checking into rcu_all_batches_empty()Paul E. McKenney
2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney
2017-04-18ftrace: Move the probe function into the tracing directorySteven Rostedt (VMware)
2017-04-18Merge tag 'trace-v4.11-rc5-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He
2017-04-17ftrace: Add 'function-fork' trace optionNamhyung Kim
2017-04-17ftrace: Fix function pid filter on instancesNamhyung Kim
2017-04-17bpf: fix checking xdp_adjust_head on tail callsDaniel Borkmann
2017-04-17bpf: fix cb access in socket filter programs on tail callsDaniel Borkmann
2017-04-17tracing: Have the trace_event benchmark thread call cond_resched_rcu_qs()Steven Rostedt (VMware)
2017-04-17bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau
2017-04-17cpufreq: schedutil: Use policy-dependent transition delaysRafael J. Wysocki
2017-04-17ftrace: Fix indexing of t_hash_start() from t_next()Steven Rostedt (VMware)