summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-031-15/+15
|\
| * Merge tag 'v4.12-rc6' into perf/core, to pick up fixesIngo Molnar2017-06-2014-85/+44
| |\
| * | perf/core: Remove unused perf_cgroup_event_cgrp_time() functionMatthias Kaehlcke2017-06-081-5/+0
| * | perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2017-06-081-5/+10
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-06-0814-60/+119
| |\ \
| * | | perf/core: Fix error handling in perf_event_alloc()Dan Carpenter2017-05-231-1/+3
| * | | perf/core: Remove some dead codeDan Carpenter2017-05-231-4/+2
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-034-10/+37
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-06-2219-94/+109
| |\ \ \ \
| * | | | | locking/rtmutex: Don't initialize lockdep when not requiredLevin, Alexander (Sasha Levin)2017-06-201-1/+2
| * | | | | rt_mutex: Add lockdep annotationsPeter Zijlstra2017-06-084-10/+36
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0320-2300/+1248
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-06-1320-2300/+1248
| |\ \ \ \ \ \
| | * | | | | | rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney2017-06-083-96/+19
| | * | | | | | rcu: Remove event tracing from Tiny RCUPaul E. McKenney2017-06-081-6/+0
| | * | | | | | rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-081-0/+82
| | * | | | | | rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-081-0/+242
| | * | | | | | rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-082-27/+4
| | * | | | | | rcu: Remove debugfs tracingPaul E. McKenney2017-06-085-597/+1
| | * | | | | | srcu: Remove Classic SRCUPaul E. McKenney2017-06-084-702/+0
| | * | | | | | srcu: Fix rcutorture-statistics typoPaul E. McKenney2017-06-081-1/+1
| | * | | | | | rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-082-7/+1
| | * | | | | | rcu: Remove typecheck() from RCU locking wrapper functionsPaul E. McKenney2017-06-081-8/+4
| | * | | | | | rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-084-529/+7
| | * | | | | | rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney2017-06-081-4/+0
| | * | | | | | rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-082-23/+9
| | * | | | | | srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney2017-06-081-48/+43
| | * | | | | | rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney2017-06-082-53/+53
| | * | | | | | rcu: Convert rnp->lock wrappers to macros for SRCU usePaul E. McKenney2017-06-081-26/+21
| | * | | | | | lockdep: Use consistent printing primitivesPaul E. McKenney2017-06-081-86/+86
| | * | | | | | srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney2017-06-082-39/+33
| | * | | | | | srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney2017-06-082-0/+23
| | * | | | | | srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney2017-06-081-0/+18
| | * | | | | | rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-0/+6
| | * | | | | | rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-0/+99
| | * | | | | | rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+12
| | * | | | | | rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+8
| | * | | | | | rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney2017-06-081-2/+7
| | * | | | | | rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney2017-06-081-0/+4
| | * | | | | | rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney2017-06-082-28/+4
| | * | | | | | rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+85
| | * | | | | | rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney2017-06-083-0/+30
| | * | | | | | rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney2017-06-081-0/+2
| | * | | | | | rcu: Move docbook comments out of rcupdate.hPaul E. McKenney2017-06-083-9/+86
| | * | | | | | rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney2017-06-081-0/+2
| | * | | | | | rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney2017-06-082-7/+7
| | * | | | | | sched: Rely on synchronize_rcu_mult() de-duplicationPaul E. McKenney2017-06-081-7/+1
| | * | | | | | rcu: Make synchronize_rcu_mult() check for duplicatesPaul E. McKenney2017-06-081-2/+11
| | * | | | | | srcu: Add DEBUG_OBJECTS_RCU_HEAD functionalityPaul E. McKenney2017-06-081-1/+18
| | * | | | | | srcu: Shrink Tiny SRCU a bitPaul E. McKenney2017-06-081-16/+0
OpenPOWER on IntegriCloud