index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-10
tick/sched: Fix non-kernel-doc comment
Jiapeng Chong
1
-2
/
+2
2022-04-10
tick/nohz: Use WARN_ON_ONCE() to prevent console saturation
Paul Gortmaker
1
-1
/
+1
2022-04-09
timers: Fix warning condition in __run_timers()
Anna-Maria Behnsen
1
-4
/
+7
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2022-03-24
Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-3
/
+9
2022-03-10
task_work: Remove unnecessary include from posix_timers.h
Eric W. Biederman
1
-0
/
+1
2022-03-08
prlimit: do not grab the tasklist_lock
Barret Rhoden
1
-3
/
+9
2022-03-07
tick/rcu: Stop allowing RCU_SOFTIRQ in idle
Frederic Weisbecker
1
-10
/
+40
2022-03-07
tick/rcu: Remove obsolete rcu_needs_cpu() parameters
Frederic Weisbecker
1
-6
/
+4
2022-03-07
tick: Detect and fix jiffies update stall
Frederic Weisbecker
2
-0
/
+21
2022-02-01
clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW
Waiman Long
2
-1
/
+16
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-2
/
+2
2022-01-15
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
Yury Norov
1
-2
/
+2
2022-01-13
Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-10
/
+42
2022-01-10
Merge branch 'clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Thomas Gleixner
1
-10
/
+42
2021-12-17
timekeeping: Really make sure wall_to_monotonic isn't positive
Yu Liao
1
-2
/
+1
2021-12-10
timers: implement usleep_idle_range()
SeongJae Park
1
-7
/
+9
2021-12-02
timers/nohz: Last resort update jiffies on nohz_full IRQ entry
Frederic Weisbecker
1
-0
/
+7
2021-11-30
clocksource: Reduce the default clocksource_watchdog() retries to 2
Waiman Long
1
-1
/
+1
2021-11-30
clocksource: Avoid accidental unstable marking of clocksources
Waiman Long
1
-9
/
+41
2021-11-02
posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
Michael Pratt
1
-2
/
+17
2021-09-23
posix-cpu-timers: Prevent spuriously armed 0-value itimer
Frederic Weisbecker
1
-1
/
+2
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+4
2021-09-03
memcg: enable accounting for posix_timers_cache slab
Vasily Averin
1
-2
/
+2
2021-09-03
memcg: enable accounting for new namesapces and struct nsproxy
Vasily Averin
1
-2
/
+2
2021-08-28
clocksource: Make clocksource watchdog test safe for slow-HZ systems
Paul E. McKenney
3
-23
/
+23
2021-08-12
hrtimer: Unbreak hrtimer_force_reprogram()
Thomas Gleixner
1
-20
/
+20
2021-08-12
hrtimer: Use raw_cpu_ptr() in clock_was_set()
Thomas Gleixner
1
-2
/
+3
2021-08-10
hrtimer: Avoid more SMP function calls in clock_was_set()
Thomas Gleixner
1
-9
/
+65
2021-08-10
hrtimer: Avoid unnecessary SMP function calls in clock_was_set()
Marcelo Tosatti
1
-2
/
+33
2021-08-10
hrtimer: Add bases argument to clock_was_set()
Thomas Gleixner
3
-10
/
+17
2021-08-10
time/timekeeping: Avoid invoking clock_was_set() twice
Thomas Gleixner
1
-8
/
+10
2021-08-10
timekeeping: Distangle resume and clock-was-set events
Thomas Gleixner
4
-10
/
+18
2021-08-10
hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case
Thomas Gleixner
1
-28
/
+59
2021-08-10
hrtimer: Ensure timerfd notification for HIGHRES=n
Thomas Gleixner
2
-16
/
+19
2021-08-10
hrtimer: Consolidate reprogramming code
Peter Zijlstra
1
-43
/
+29
2021-08-10
hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()
Thomas Gleixner
1
-7
/
+53
2021-08-10
posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...
Frederic Weisbecker
1
-6
/
+35
2021-08-10
posix-cpu-timers: Consolidate timer base accessor
Frederic Weisbecker
1
-15
/
+13
2021-08-10
posix-cpu-timers: Remove confusing return value override
Frederic Weisbecker
1
-2
/
+0
2021-08-10
posix-cpu-timers: Force next expiration recalc after itimer reset
Frederic Weisbecker
1
-2
/
+0
2021-08-10
posix-cpu-timers: Force next_expiration recalc after timer deletion
Frederic Weisbecker
1
-1
/
+32
2021-08-10
posix-cpu-timers: Assert task sighand is locked while starting cputime counter
Frederic Weisbecker
1
-0
/
+2
2021-08-10
posix-timers: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-08-10
clocksource: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-3
/
+3
2021-07-27
timers: Move clearing of base::timer_running under base:: Lock
Thomas Gleixner
1
-2
/
+4
2021-07-15
timers: Fix get_next_timer_interrupt() with no timers pending
Nicolas Saenz Julienne
1
-3
/
+5
2021-07-15
posix-cpu-timers: Fix rearm racing against process tick
Frederic Weisbecker
1
-5
/
+5
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-14
/
+0
2021-06-29
Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
12
-110
/
+755
[next]