summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesWaiman Long2018-03-312-1/+11
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-03-3116-84/+156
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | lockdep: Make the lock debug output more usefulTetsuo Handa2018-03-291-2/+2
| * | | | | | | | | | | | | | | | | | | | | locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()Peter Zijlstra2018-03-282-7/+7
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.16-rc5' into locking/core, to pick up fixesIngo Molnar2018-03-122-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixes and dependenciesIngo Molnar2018-03-1020-95/+142
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | locking/lockdep: Show unadorned pointersBorislav Petkov2018-02-281-12/+12
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-0210-187/+183
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-03-1110-187/+183
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2...Paul E. McKenney2018-02-233-40/+70
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | torture: Provide more sensible nreader/nwriter defaults for rcuperfPaul E. McKenney2018-02-201-1/+20
| | | | * | | | | | | | | | | | | | | | | | | | | rcutorture: Record which grace-period primitives are testedPaul E. McKenney2018-02-201-8/+16
| | | | * | | | | | | | | | | | | | | | | | | | | rcutorture: Re-enable testing of dynamic expeditingPaul E. McKenney2018-02-201-6/+9
| | | | * | | | | | | | | | | | | | | | | | | | | rcutorture: Avoid fake-writer use of undefined primitivesPaul E. McKenney2018-02-201-4/+4
| | | | * | | | | | | | | | | | | | | | | | | | | rcutorture: Abstract function and module namesPaul E. McKenney2018-02-201-8/+8
| | | | * | | | | | | | | | | | | | | | | | | | | rcutorture: Replace multi-instance kzalloc() with kcalloc()Paul E. McKenney2018-02-201-5/+4
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | rcu: Remove SRCU throttlingPaul E. McKenney2018-02-201-3/+1
| | | * | | | | | | | | | | | | | | | | | | | | srcu: Remove dead code in srcu_gp_end()Byungchul Park2018-02-201-2/+0
| | | * | | | | | | | | | | | | | | | | | | | | srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov2018-02-201-2/+4
| | | * | | | | | | | | | | | | | | | | | | | | srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov2018-02-201-0/+3
| | | * | | | | | | | | | | | | | | | | | | | | srcu: Abstract function namePaul E. McKenney2018-02-201-1/+1
| | | |/ / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney2018-02-234-6/+11
| | * | | | | | | | | | | | | | | | | | | | | rcu: Make expedited RCU CPU selection avoid unnecessary storesPaul E. McKenney2018-02-202-10/+27
| | * | | | | | | | | | | | | | | | | | | | | rcu: Trace expedited GP delays due to transitioning CPUsPaul E. McKenney2018-02-201-1/+2
| | * | | | | | | | | | | | | | | | | | | | | rcu: Add more tracing of expedited grace periodsPaul E. McKenney2018-02-202-1/+19
| | * | | | | | | | | | | | | | | | | | | | | rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov2018-02-201-1/+1
| | * | | | | | | | | | | | | | | | | | | | | rcu: Use wrapper for lockdep assertsMatthew Wilcox2018-02-204-16/+19
| | * | | | | | | | | | | | | | | | | | | | | rcu: Remove redundant nxttail index macro defineLiu, Changcheng2018-02-201-7/+0
| | * | | | | | | | | | | | | | | | | | | | | rcu: Consolidate rcu.h #ifdefsPaul E. McKenney2018-02-201-6/+2
| | * | | | | | | | | | | | | | | | | | | | | rcu: More clearly identify grace-period kthread stack dumpPaul E. McKenney2018-02-201-0/+1
| | * | | | | | | | | | | | | | | | | | | | | rcu: Remove obsolete force-quiescent-state statistics for debugfsPaul E. McKenney2018-02-202-8/+1
| | * | | | | | | | | | | | | | | | | | | | | rcu: Remove obsolete __rcu_pending() statistics for debugfsPaul E. McKenney2018-02-202-39/+9
| | * | | | | | | | | | | | | | | | | | | | | rcu: Remove obsolete callback-invocation statistics for debugfsPaul E. McKenney2018-02-203-4/+0
| | * | | | | | | | | | | | | | | | | | | | | rcu: Remove obsolete boost statistics for debugfsPaul E. McKenney2018-02-202-12/+2
| | * | | | | | | | | | | | | | | | | | | | | rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo2018-02-201-1/+13
| | * | | | | | | | | | | | | | | | | | | | | rcu: Fix CPU offload boot message when no CPUs are offloadedPaul E. McKenney2018-02-201-2/+5
| | * | | | | | | | | | | | | | | | | | | | | sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney2018-02-152-30/+2
| | * | | | | | | | | | | | | | | | | | | | | rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data()Lihao Liang2018-02-151-4/+0
| | |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | panic: Add closing panic marker parenthesisBorislav Petkov2018-03-081-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-03-281-23/+7
| |_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-251-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-221-3/+8
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-03-251-12/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | sched/debug: Adjust newlines for better alignmentJoe Lawrence2018-03-201-11/+16
| * | | | | | | | | | | | | | | | | | | | sched/debug: Fix per-task line continuation for console outputJoe Lawrence2018-03-201-1/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-251-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | perf/cgroup: Fix child event counting bugSong Liu2018-03-201-5/+16
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-03-252-10/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-201-3/+4
OpenPOWER on IntegriCloud