| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner | 2020-01-24 | 1 | -0/+18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | irqdomain: Fix a memory leak in irq_domain_push_irq() | Kevin Hao | 2020-01-20 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | | | genirq: Introduce irq_domain_translate_onecell | Yash Shah | 2020-01-20 | 1 | -0/+17 | |
| | | | |_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | genirq, sched/isolation: Isolate from handling managed interrupts | Ming Lei | 2020-01-22 | 3 | -3/+65 | |
| | * | | | | | | | | | | | | | | | | | genirq: Add missing __must_hold() sparse annotation | Jules Irenge | 2020-01-09 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | genirq: Add missing __releases() sparse annotation | Jules Irenge | 2020-01-09 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | genirq: Show irq name in non-oneshot error message | Luca Ceresoli | 2020-01-09 | 1 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-01-27 | 2 | -63/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | smp: Remove allocation mask from on_each_cpu_cond.*() | Sebastian Andrzej Siewior | 2020-01-24 | 2 | -14/+6 | |
| | * | | | | | | | | | | | | | | | | | smp: Add a smp_cond_func_t argument to smp_call_function_many() | Sebastian Andrzej Siewior | 2020-01-24 | 1 | -43/+38 | |
| | * | | | | | | | | | | | | | | | | | smp: Use smp_cond_func_t as type for the conditional function | Sebastian Andrzej Siewior | 2020-01-24 | 2 | -12/+10 | |
| | | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-01-27 | 13 | -117/+703 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=n | Stephen Boyd | 2020-01-24 | 1 | -5/+0 | |
| | * | | | | | | | | | | | | | | | | | alarmtimer: Use wakeup source from alarmtimer platform device | Stephen Boyd | 2020-01-24 | 1 | -10/+5 | |
| | * | | | | | | | | | | | | | | | | | alarmtimer: Make alarmtimer platform device child of RTC device | Stephen Boyd | 2020-01-24 | 1 | -11/+9 | |
| | * | | | | | | | | | | | | | | | | | alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality | Stephen Boyd | 2020-01-24 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | hrtimer: Add missing sparse annotation for __run_timer() | Jules Irenge | 2020-01-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | tick/common: Touch watchdog in tick_unfreeze() on all CPUs | Chunyan Zhang | 2020-01-15 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | alarmtimer: Unregister wakeup source when module get fails | Stephen Boyd | 2020-01-15 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | fs/proc: Introduce /proc/pid/timens_offsets | Andrei Vagin | 2020-01-14 | 1 | -0/+101 | |
| | * | | | | | | | | | | | | | | | | | x86/vdso: Zap vvar pages when switching to a time namespace | Dmitry Safonov | 2020-01-14 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | | | | | | time: Allocate per-timens vvar page | Dmitry Safonov | 2020-01-14 | 1 | -1/+103 | |
| | * | | | | | | | | | | | | | | | | | posix-timers: Make clock_nanosleep() time namespace aware | Andrei Vagin | 2020-01-14 | 2 | -4/+25 | |
| | * | | | | | | | | | | | | | | | | | hrtimers: Prepare hrtimer_nanosleep() for time namespaces | Andrei Vagin | 2020-01-14 | 3 | -8/+12 | |
| | * | | | | | | | | | | | | | | | | | alarmtimer: Make nanosleep() time namespace aware | Andrei Vagin | 2020-01-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | posix-timers: Make timer_settime() time namespace aware | Andrei Vagin | 2020-01-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | time: Add do_timens_ktime_to_host() helper | Andrei Vagin | 2020-01-14 | 1 | -0/+36 | |
| | * | | | | | | | | | | | | | | | | | posix-clocks: Wire up clock_gettime() with timens offsets | Andrei Vagin | 2020-01-14 | 3 | -1/+16 | |
| | * | | | | | | | | | | | | | | | | | posix-timers: Use clock_get_ktime() in common_timer_get() | Andrei Vagin | 2020-01-14 | 1 | -7/+1 | |
| | * | | | | | | | | | | | | | | | | | posix-clocks: Introduce clock_get_ktime() callback | Andrei Vagin | 2020-01-14 | 3 | -2/+46 | |
| | * | | | | | | | | | | | | | | | | | alarmtimer: Provide get_timespec() callback | Andrei Vagin | 2020-01-14 | 1 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | | alarmtimer: Rename gettime() callback to get_ktime() | Andrei Vagin | 2020-01-14 | 1 | -17/+17 | |
| | * | | | | | | | | | | | | | | | | | posix-clocks: Rename .clock_get_timespec() callbacks accordingly | Andrei Vagin | 2020-01-14 | 2 | -11/+11 | |
| | * | | | | | | | | | | | | | | | | | posix-clocks: Rename the clock_get() callback to clock_get_timespec() | Andrei Vagin | 2020-01-14 | 5 | -35/+35 | |
| | * | | | | | | | | | | | | | | | | | time: Add timens_offsets to be used for tasks in time namespace | Andrei Vagin | 2020-01-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | ns: Introduce Time Namespace | Andrei Vagin | 2020-01-14 | 4 | -10/+265 | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2020-01-10 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | time/sched_clock: Disable interrupts in sched_clock_register() | Paul Cercueil | 2020-01-09 | 1 | -2/+5 | |
| | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge tag 'core-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-01-27 | 1 | -24/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | watchdog/softlockup: Enforce that timestamp is valid on boot | Thomas Gleixner | 2020-01-17 | 1 | -4/+6 | |
| | * | | | | | | | | | | | | | | | | | | watchdog/softlockup: Remove obsolete check of last reported task | Petr Mladek | 2020-01-16 | 1 | -17/+1 | |
| | * | | | | | | | | | | | | | | | | | | watchdog: Remove soft_lockup_hrtimer_cnt and related code | Jisheng Zhang | 2020-01-16 | 1 | -3/+0 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge tag 'timers-urgent-2020-01-27' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-01-27 | 1 | -20/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | lib/vdso: Update coarse timekeeper unconditionally | Thomas Gleixner | 2020-01-17 | 1 | -20/+17 | |
| | * | | | | | | | | | | | | | | | | | | lib/vdso: Make __arch_update_vdso_data() logic understandable | Thomas Gleixner | 2020-01-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | Merge tag 'audit-pr-20200127' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-01-27 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | audit: Add __rcu annotation to RCU pointer | Amol Grover | 2019-12-09 | 1 | -2/+3 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2020-01-27 | 2 | -6/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | cgroup: Prevent double killing of css when enabling threaded cgroup | Michal Koutný | 2020-01-15 | 1 | -5/+6 | |
| | * | | | | | | | | | | | | | | | | | | cgroup: fix function name in comment | Chen Zhou | 2020-01-15 | 1 | -1/+1 | |
