summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-8/+0
| * | | | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-2/+3
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-098-46/+85
|\ \ \ \ \ \ \
| * | | | | | | x86/percpu: Relax smp_processor_id()Peter Zijlstra2019-06-171-14/+31
| * | | | | | | locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long2019-06-172-7/+8
| * | | | | | | locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long2019-06-171-1/+1
| * | | | | | | locking/rwsem: Always release wait_lock before waking up tasksWaiman Long2019-06-171-0/+5
| * | | | | | | locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2019-06-171-4/+5
| * | | | | | | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-171-2/+2
| * | | | | | | jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira2019-06-171-0/+3
| * | | | | | | Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-17300-2472/+511
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | locking/atomic: Use s64 for atomic64_t on 64-bitMark Rutland2019-06-031-1/+1
| * | | | | | | locking/atomic: Use s64 for atomic64Mark Rutland2019-06-031-10/+10
| * | | | | | | locking/lockdep: Change the range of class_idx in held_lock structYuyang Du2019-06-031-7/+7
| * | | | | | | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-031-0/+1
| * | | | | | | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-031-1/+6
| * | | | | | | locking/lockdep: Update obsolete struct field descriptionYuyang Du2019-06-031-3/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-098-46/+55
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-288-46/+55
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-------. \ \ \ \ \ \ Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-196-45/+47
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
| | | | | | | * | | | | | torture: Allow inter-stutter interval to be specifiedPaul E. McKenney2019-05-281-1/+1
| | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | | | | | * | | | | | rcu/sync: Simplify the state machineOleg Nesterov2019-05-281-3/+1
| | | | | | * | | | | | locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_...Oleg Nesterov2019-05-281-2/+6
| | | | | | * | | | | | rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov2019-05-282-27/+11
| | | | |_|/ / / / / / | | | |/| | | | | | |
| | | | | * | | | | | module: Make srcu_struct ptr array as read-onlyJoel Fernandes (Google)2019-05-281-1/+1
| | | | | * | | | | | srcu: Remove unused vmlinux srcu linker entriesJoel Fernandes (Google)2019-05-281-4/+0
| | | | | * | | | | | srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-283-3/+20
| | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | rcu: Don't return a value from rcu_assign_pointer()Andrea Parri2019-06-141-3/+2
| | | | * | | | | | rcu: Force inlining of rcu_read_lock()Waiman Long2019-06-141-1/+1
| | | | * | | | | | rcu: Fix irritating whitespace error in rcu_assign_pointer()Paul E. McKenney2019-06-141-1/+1
| | | | * | | | | | rcu: Make kfree_rcu() ignore NULL pointersPaul E. McKenney2019-05-281-4/+8
| | | |/ / / / / /
| | * | | | | | | lockdep: Add assertion to check if in an interruptJoel Fernandes (Google)2019-05-251-0/+7
| | * | | | | | | rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()Paul E. McKenney2019-05-251-1/+1
| | |/ / / / / /
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-0812-27/+436
|\ \ \ \ \ \ \ \
| * | | | | | | | timer: Document TIMER_PINNEDPeter Xu2019-07-071-8/+19
| * | | | | | | | clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-0/+80
| * | | | | | | | clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-0/+27
| * | | | | | | | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-03428-1933/+721
| |\ \ \ \ \ \ \ \
| | * | | | | | | | vdso: Remove superfluous #ifdef __KERNEL__ in vdso/datapage.hCatalin Marinas2019-06-261-4/+0
| | * | | | | | | | timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino2019-06-222-0/+61
| | * | | | | | | | lib/vdso: Provide generic VDSO implementationVincenzo Frascino2019-06-221-0/+56
| | * | | | | | | | vdso: Define standardized vdso_datapageVincenzo Frascino2019-06-221-0/+93
| | * | | | | | | | hrtimer: Split out hrtimer defines into separate headerVincenzo Frascino2019-06-222-15/+28
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | clocksource/drivers/davinci: Add support for clockeventsBartosz Golaszewski2019-06-251-0/+44
| * | | | | | | | clocksource/drivers/exynos_mct: Increase priority over ARM arch timerMarek Szyprowski2019-06-251-1/+1
| * | | | | | | | timekeeping: Boot should be boottime for coarse ns accessorJason A. Donenfeld2019-06-251-1/+1
| * | | | | | | | timekeeping: Add missing _ns functions for coarse accessorsJason A. Donenfeld2019-06-221-0/+28
| * | | | | | | | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-222-3/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-083-3/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2mZeev Zilberman2019-06-112-3/+5