summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du2019-06-031-44/+74
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Remove unused argument in __lock_releaseYuyang Du2019-06-031-2/+2
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Remove redundant argument in check_deadlockYuyang Du2019-06-031-3/+3
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Update comments on dependency searchYuyang Du2019-06-031-11/+10
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du2019-06-031-12/+21
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du2019-06-031-8/+13
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Change type of the element field in circular_queueYuyang Du2019-06-031-10/+14
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Update commentYuyang Du2019-06-031-3/+9
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du2019-06-031-8/+8
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Change the range of class_idx in held_lock structYuyang Du2019-06-031-20/+39
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-031-9/+9
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-032-6/+8
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Print the right depth for chain key collisionYuyang Du2019-06-031-3/+4
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Remove useless conditional macroYuyang Du2019-06-031-3/+3
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Adjust lock usage bit character checksYuyang Du2019-06-031-5/+16
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Change all print_*() return type to voidYuyang Du2019-06-031-101/+108
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar2019-06-0344-329/+213
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | futex: Consolidate duplicated timer setup codeWaiman Long2019-05-281-30/+39
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell2019-05-241-4/+0
| * | | | | | | | | | | | | | | | | | | | | locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior2019-05-241-1/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-0816-318/+540
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-2816-318/+540
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-1915-150/+302
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | | rcutorture: Upper case solves the case of the vanishing NULL pointerPaul E. McKenney2019-05-281-1/+2
| | | | | | | * | | | | | | | | | | | | | | | | | | rcutorture: Dump trace buffer for callback pipe drain failuresPaul E. McKenney2019-05-281-1/+3
| | | | | | | * | | | | | | | | | | | | | | | | | | rcutorture: Add trivial RCU implementationPaul E. McKenney2019-05-283-1/+62
| | | | | | | * | | | | | | | | | | | | | | | | | | rcutorture: Halt forward-progress checks at end of runPaul E. McKenney2019-05-281-1/+2
| | | | | | | * | | | | | | | | | | | | | | | | | | rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernelsPaul E. McKenney2019-05-281-3/+14
| | | | | | | * | | | | | | | | | | | | | | | | | | rcutorture: Exempt tasks RCU from timely draining of grace periodsPaul E. McKenney2019-05-281-1/+4
| | | | | | | * | | | | | | | | | | | | | | | | | | torture: Allow inter-stutter interval to be specifiedPaul E. McKenney2019-05-283-4/+9
| | | | | | | * | | | | | | | | | | | | | | | | | | rcutorture: Fix stutter_wait() return value and freelist checksPaul E. McKenney2019-05-282-8/+25
| | | | | | | * | | | | | | | | | | | | | | | | | | rcutorture: Add cond_resched() to forward-progress free-up loopPaul E. McKenney2019-05-281-2/+4
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | | | | rcu/sync: Simplify the state machineOleg Nesterov2019-05-281-70/+95
| | | | | | * | | | | | | | | | | | | | | | | | | locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_...Oleg Nesterov2019-05-281-2/+1
| | | | | | * | | | | | | | | | | | | | | | | | | uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_semOleg Nesterov2019-05-281-3/+1
| | | | | | * | | | | | | | | | | | | | | | | | | rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov2019-05-282-51/+6
| | | | |_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | rcu: Make __call_srcu staticJiang Biao2019-05-281-2/+2
| | | | | * | | | | | | | | | | | | | | | | | | srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-282-0/+70
| | | | |/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney2019-06-131-2/+1
| | | | * | | | | | | | | | | | | | | | | | | rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney2019-05-281-3/+4
| | | | * | | | | | | | | | | | | | | | | | | rcu: Correctly unlock root node in rcu_check_gp_start_stall()Neeraj Upadhyay2019-05-281-1/+3
| | | | * | | | | | | | | | | | | | | | | | | rcu: Dump specified number of blocked tasksNeeraj Upadhyay2019-05-281-1/+1
| | | |/ / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | rcu: Remove unused rdp local from synchronize_rcu_expedited()Jiang Biao2019-05-281-2/+0
| | * | | | | | | | | | | | | | | | | | | | rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney2019-05-283-12/+12
| | * | | | | | | | | | | | | | | | | | | | rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)2019-05-281-4/+17
| | * | | | | | | | | | | | | | | | | | | | rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()Paul E. McKenney2019-05-251-6/+29
| | * | | | | | | | | | | | | | | | | | | | rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()Paul E. McKenney2019-05-251-0/+5
| | * | | | | | | | | | | | | | | | | | | | rcu: Inline invoke_rcu_callbacks() into its sole remaining callerPaul E. McKenney2019-05-251-17/+3
| | * | | | | | | | | | | | | | | | | | | | rcu: Use irq_work to get scheduler's attention in clean contextPaul E. McKenney2019-05-252-0/+22
| | * | | | | | | | | | | | | | | | | | | | rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()Paul E. McKenney2019-05-251-1/+1
OpenPOWER on IntegriCloud