summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | watchdog/softlockup: Enforce that timestamp is valid on bootThomas Gleixner2020-01-171-4/+6
| * | | | | watchdog/softlockup: Remove obsolete check of last reported taskPetr Mladek2020-01-161-17/+1
| * | | | | watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang2020-01-161-3/+0
* | | | | | Merge tag 'timers-urgent-2020-01-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-271-20/+17
|\ \ \ \ \ \
| * | | | | | lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner2020-01-171-20/+17
| * | | | | | lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner2020-01-171-1/+1
* | | | | | | Merge tag 'audit-pr-20200127' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-271-2/+3
|\ \ \ \ \ \ \
| * | | | | | | audit: Add __rcu annotation to RCU pointerAmol Grover2019-12-091-2/+3
* | | | | | | | Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-01-272-6/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný2020-01-151-5/+6