Age | Commit message (Expand) | Author |
2020-06-04 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-05-09 | nsproxy: add struct nsset | Christian Brauner |
2020-04-29 | posix-cpu-timers: Replace __get_task_for_clock with pid_for_clock | Eric W. Biederman |
2020-04-29 | posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_type | Eric W. Biederman |
2020-04-29 | posix-cpu-timers: Extend rcu_read_lock removing task_struct references | Eric W. Biederman |
2020-04-28 | posix-cpu-timer: Unify the now redundant code in lookup_task | Eric W. Biederman |
2020-04-28 | posix-cpu-timer: Tidy up group_leader logic in lookup_task | Eric W. Biederman |
2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2020-04-16 | proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets | Andrei Vagin |
2020-04-07 | time/namespace: Fix time_for_children symlink | Michael Kerrisk (man-pages) |
2020-04-01 | hrtimer: Don't dereference the hrtimer pointer after the callback | Sebastian Andrzej Siewior |
2020-03-30 | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-03-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-03-24 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-03-21 | lockdep: Add posixtimer context tracing bits | Sebastian Andrzej Siewior |
2020-03-21 | lockdep: Annotate irq_work | Sebastian Andrzej Siewior |
2020-03-21 | lockdep: Add hrtimer context tracing bits | Sebastian Andrzej Siewior |
2020-03-21 | timekeeping: Split jiffies seqlock | Thomas Gleixner |
2020-03-19 | Revert "tick/common: Make tick_periodic() check for missing ticks" | Thomas Gleixner |
2020-03-19 | time/sched_clock: Expire timer in hardirq context | Ahmed S. Darwish |
2020-03-04 | tick/common: Make tick_periodic() check for missing ticks | Waiman Long |
2020-03-04 | hrtimer: Cast explicitely to u32t in __ktime_divns() | Wen Yang |
2020-03-04 | timekeeping: Prevent 32bit truncation in scale64_check_overflow() | Wen Yang |
2020-03-04 | posix-cpu-timers: Store a reference to a pid not a task | Eric W. Biederman |
2020-03-01 | posix-cpu-timers: Pass the task into arm_timer() | Eric W. Biederman |
2020-03-01 | posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_group | Eric W. Biederman |
2020-03-01 | posix-cpu-timers: cpu_clock_sample_group() no longer needs siglock | Eric W. Biederman |
2020-02-21 | y2038: remove unused time32 interfaces | Arnd Bergmann |
2020-02-20 | timer: Use hlist_unhashed_lockless() in timer_pending() | Eric Dumazet |
2020-02-17 | posix-timers: Pass lockdep expression to RCU lists | Amol Grover |
2020-02-17 | timer: Improve the comment describing schedule_timeout() | Alexander Popov |
2020-02-17 | lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modes | Thomas Gleixner |
2020-02-17 | lib/vdso: Avoid highres update if clocksource is not VDSO capable | Thomas Gleixner |
2020-02-17 | lib/vdso: Cleanup clock mode storage leftovers | Thomas Gleixner |
2020-02-17 | clocksource: Add common vdso clock mode storage | Thomas Gleixner |
2020-02-09 | Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-02-01 | clocksource: Prevent double add_timer_on() for watchdog_timer | Konstantin Khlebnikov |
2020-01-29 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds |
2020-01-27 | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-01-24 | alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=n | Stephen Boyd |
2020-01-24 | alarmtimer: Use wakeup source from alarmtimer platform device | Stephen Boyd |
2020-01-24 | alarmtimer: Make alarmtimer platform device child of RTC device | Stephen Boyd |
2020-01-24 | alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality | Stephen Boyd |
2020-01-22 | hrtimer: Add missing sparse annotation for __run_timer() | Jules Irenge |
2020-01-17 | lib/vdso: Update coarse timekeeper unconditionally | Thomas Gleixner |
2020-01-17 | lib/vdso: Make __arch_update_vdso_data() logic understandable | Thomas Gleixner |
2020-01-15 | tick/common: Touch watchdog in tick_unfreeze() on all CPUs | Chunyan Zhang |
2020-01-15 | alarmtimer: Unregister wakeup source when module get fails | Stephen Boyd |