aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)5-14/+27
2017-04-20ftrace: Remove unused "flags" field from struct ftrace_func_probeSteven Rostedt (VMware)1-1/+0
2017-04-20ftrace: Move the function commands into the tracing directorySteven Rostedt (VMware)1-0/+20
2017-04-20Merge tag 'trace-v4.11-rc5-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+19
2017-04-20block: remove the errors field from struct requestChristoph Hellwig1-14/+12
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig1-9/+0
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-8/+40
2017-04-20Merge branch 'linus' into irq/coreThomas Gleixner18-131/+199
2017-04-20genirq/affinity: Fix calculating vectors to assignKeith Busch1-1/+1
2017-04-20powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao1-3/+4
2017-04-20kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao1-12/+8
2017-04-20kprobes: Skip preparing optprobe if the probe is ftrace-basedMasami Hiramatsu1-2/+9
2017-04-20timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2-1/+3
2017-04-19ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-04-19tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-04-19rcu: Fix typo in PER_RCU_NODE_PERIOD header commentPaul E. McKenney1-1/+1
2017-04-19rcu: Use true/false in assignment to boolNicholas Mc Guire1-1/+1
2017-04-19rcu: Use bool value directlyNicholas Mc Guire1-1/+1
2017-04-19rcu: Improve comments for hotplug/suspend/hibernate functionsPaul E. McKenney1-4/+37
2017-04-19rcu: Remove obsolete comment from rcu_future_gp_cleanup() headerPaul E. McKenney1-3/+1
2017-04-19lockdep: Use "WARNING" tag on lockdep splatsPaul E. McKenney2-47/+48
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie6-58/+73
2017-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-3/+3
2017-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+8
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan1-3/+3
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2-3/+3
2017-04-18genirq: Return the IRQ name from free_irq()Christoph Hellwig1-3/+10
2017-04-18genirq: Fix indentation in remove_irq()Christoph Hellwig1-1/+1
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney4-153/+812
2017-04-18srcutorture: Print Tiny SRCU reader statisticsPaul E. McKenney1-4/+11
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney3-1/+219
2017-04-18srcu: Crude control of expedited grace periodsPaul E. McKenney1-38/+46
2017-04-18srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney2-20/+45
2017-04-18srcu: Allow a second bit in rcu_seq for SRCU statePaul E. McKenney1-1/+1
2017-04-18srcu: Improve rcu_seq grace-period-counter abstractionPaul E. McKenney2-9/+29
2017-04-18srcu: Fix bogus try_check_zero() commentPaul E. McKenney1-4/+3
2017-04-18srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney2-1/+2
2017-04-18srcu: Move rcu_node traversal macros to rcu.hPaul E. McKenney2-35/+35
2017-04-18rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney1-6/+3
2017-04-18srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney4-25/+38
2017-04-18srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney1-70/+1
2017-04-18srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney4-799/+38
2017-04-18srcu: Add grace-period sequence numbersPaul E. McKenney1-4/+23
2017-04-18srcu: Move to state-based grace-period sequencingPaul E. McKenney1-50/+61
2017-04-18srcu: Push srcu_advance_batches() fastpath into common casePaul E. McKenney1-20/+7
2017-04-18rcu: Fix warning in rcu_seq_end()Dmitry Vyukov1-1/+1
2017-04-18rcu: Expedited wakeups need to be fully orderedPaul E. McKenney1-0/+2
2017-04-18srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney2-35/+40
2017-04-18rcu: Add single-element dequeue functions to rcu_segcblistPaul E. McKenney1-0/+45
2017-04-18srcu: Allow early boot use of synchronize_srcu()Paul E. McKenney1-0/+2