summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | rcu: Enable tick for nohz_full CPUs slow to provide expedited QSPaul E. McKenney2019-12-092-7/+46
| | | * | | | | | | | | | | | rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu"Paul E. McKenney2019-12-091-2/+2
| | | * | | | | | | | | | | | rcu: Update tree_exp.h function-header commentsPaul E. McKenney2019-12-091-12/+13
| | | * | | | | | | | | | | | rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done()Paul E. McKenney2019-12-092-12/+11
| | | * | | | | | | | | | | | rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay2019-12-091-6/+5
| | | * | | | | | | | | | | | rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay2019-12-091-1/+1
| | | * | | | | | | | | | | | rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()Paul E. McKenney2019-12-091-2/+2
| | | * | | | | | | | | | | | rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver2019-12-091-5/+6
| | | * | | | | | | | | | | | rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()Boqun Feng2019-12-091-7/+6
| | | * | | | | | | | | | | | rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney2019-12-091-10/+9
| | |/ / / / / / / / / / / /
* | | | | | | | | | | | | | Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-276-5/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-01-241-0/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao2020-01-201-0/+1
| | * | | | | | | | | | | | | | genirq: Introduce irq_domain_translate_onecellYash Shah2020-01-201-0/+17
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | genirq, sched/isolation: Isolate from handling managed interruptsMing Lei2020-01-223-3/+65
| * | | | | | | | | | | | | | genirq: Add missing __must_hold() sparse annotationJules Irenge2020-01-091-0/+1
| * | | | | | | | | | | | | | genirq: Add missing __releases() sparse annotationJules Irenge2020-01-091-0/+1
| * | | | | | | | | | | | | | genirq: Show irq name in non-oneshot error messageLuca Ceresoli2020-01-091-2/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-272-63/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-242-14/+6
| * | | | | | | | | | | | | | smp: Add a smp_cond_func_t argument to smp_call_function_many()Sebastian Andrzej Siewior2020-01-241-43/+38
| * | | | | | | | | | | | | | smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior2020-01-242-12/+10
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-2713-117/+703
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd2020-01-241-5/+0
| * | | | | | | | | | | | | | alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd2020-01-241-10/+5
| * | | | | | | | | | | | | | alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd2020-01-241-11/+9
| * | | | | | | | | | | | | | alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd2020-01-241-2/+0
| * | | | | | | | | | | | | | hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge2020-01-221-1/+1
| * | | | | | | | | | | | | | tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang2020-01-151-0/+2
| * | | | | | | | | | | | | | alarmtimer: Unregister wakeup source when module get failsStephen Boyd2020-01-151-3/+5
| * | | | | | | | | | | | | | fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin2020-01-141-0/+101
| * | | | | | | | | | | | | | x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov2020-01-141-0/+10
| * | | | | | | | | | | | | | time: Allocate per-timens vvar pageDmitry Safonov2020-01-141-1/+103
| * | | | | | | | | | | | | | posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2020-01-142-4/+25
| * | | | | | | | | | | | | | hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-143-8/+12
| * | | | | | | | | | | | | | alarmtimer: Make nanosleep() time namespace awareAndrei Vagin2020-01-141-0/+2
| * | | | | | | | | | | | | | posix-timers: Make timer_settime() time namespace awareAndrei Vagin2020-01-141-0/+2
| * | | | | | | | | | | | | | time: Add do_timens_ktime_to_host() helperAndrei Vagin2020-01-141-0/+36
| * | | | | | | | | | | | | | posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin2020-01-143-1/+16
| * | | | | | | | | | | | | | posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin2020-01-141-7/+1
| * | | | | | | | | | | | | | posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin2020-01-143-2/+46
| * | | | | | | | | | | | | | alarmtimer: Provide get_timespec() callbackAndrei Vagin2020-01-141-1/+6
| * | | | | | | | | | | | | | alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin2020-01-141-17/+17
| * | | | | | | | | | | | | | posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin2020-01-142-11/+11
| * | | | | | | | | | | | | | posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-145-35/+35
| * | | | | | | | | | | | | | time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin2020-01-141-0/+2
| * | | | | | | | | | | | | | ns: Introduce Time NamespaceAndrei Vagin2020-01-144-10/+265
| * | | | | | | | | | | | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2020-01-101-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | time/sched_clock: Disable interrupts in sched_clock_register()Paul Cercueil2020-01-091-2/+5
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'core-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-271-24/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud