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
2019-08-21
posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()
Thomas Gleixner
2
-3
/
+4
2019-08-21
posix-cpu-timers: Sanitize bogus WARNONS
Thomas Gleixner
1
-7
/
+13
2019-08-21
hrtimer: Don't take expiry_lock when timer is currently migrated
Julien Grall
1
-1
/
+5
2019-08-21
hrtimer: Protect lockless access to timer->base
Julien Grall
1
-1
/
+2
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
1
-1
/
+1
2019-08-20
posix-cpu-timers: Fixup stale comment
Thomas Gleixner
1
-3
/
+4
2019-08-20
hrtimer: Improve comments on handling priority inversion against softirq kthread
Frederic Weisbecker
2
-4
/
+16
2019-08-20
posix-timers: Use a callback for cancel synchronization on PREEMPT_RT
Thomas Gleixner
3
-1
/
+32
2019-08-01
posix-timers: Move rcu_head out of it union
Sebastian Andrzej Siewior
1
-2
/
+2
2019-08-01
posix-timers: Rework cancel retry loops
Thomas Gleixner
1
-6
/
+23
2019-08-01
posix-timers: Cleanup the flag/flags confusion
Thomas Gleixner
1
-5
/
+5
2019-08-01
itimers: Prepare for PREEMPT_RT
Anna-Maria Gleixner
1
-0
/
+1
2019-08-01
alarmtimer: Prepare for PREEMPT_RT
Anna-Maria Gleixner
1
-1
/
+1
2019-08-01
timers: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
1
-8
/
+95
2019-08-01
hrtimer: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
1
-6
/
+89
2019-08-01
hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT
Sebastian Andrzej Siewior
1
-0
/
+34
2019-08-01
hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT
Sebastian Andrzej Siewior
1
-1
/
+11
2019-08-01
tick: Mark tick related hrtimers to expiry in hard interrupt context
Sebastian Andrzej Siewior
2
-10
/
+18
2019-08-01
hrtimer: Make enqueue mode check work on RT
Thomas Gleixner
1
-2
/
+7
2019-08-01
hrtimer: Provide hrtimer_sleeper_start_expires()
Thomas Gleixner
1
-2
/
+17
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
1
-11
/
+32
2019-07-30
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
1
-4
/
+4
2019-07-10
timekeeping/vsyscall: Use __iter_div_u64_rem()
Arnd Bergmann
1
-5
/
+1
2019-07-08
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+0
2019-07-07
time: Validate user input in compat_settimeofday()
zhengbin
1
-0
/
+4
2019-07-03
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
2
-0
/
+134
2019-06-27
hrtimer: Use a bullet for the returns bullet list
Mauro Carvalho Chehab
1
-3
/
+4
2019-06-23
timer_list: Guard procfs specific code
Nathan Huckleberry
1
-17
/
+19
2019-06-22
timekeeping: Provide a generic update_vsyscall() implementation
Vincenzo Frascino
2
-0
/
+134
2019-06-22
posix-timers: Use spin_lock_irq() in itimer_delete()
Sebastian Andrzej Siewior
1
-5
/
+3
2019-06-22
posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()
Sebastian Andrzej Siewior
1
-5
/
+0
2019-06-22
timekeeping: Use proper ktime_add when adding nsecs in coarse offset
Jason A. Donenfeld
1
-1
/
+1
2019-06-22
Merge branch 'linus' into timers/core
Thomas Gleixner
1
-2
/
+3
2019-06-22
ntp: Limit TAI-UTC offset
Miroslav Lichvar
1
-1
/
+3
2019-06-17
Merge tag 'v5.2-rc5' into sched/core, to pick up fixes
Ingo Molnar
1
-2
/
+3
2019-06-14
alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()
Yangtao Li
1
-1
/
+0
2019-06-14
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2019-06-14
timekeeping: Repair ktime_get_coarse*() granularity
Thomas Gleixner
1
-2
/
+3
2019-06-12
hrtimer: Remove unused header include
Yangtao Li
1
-1
/
+0
2019-06-03
sched/fair: Remove the rq->cpu_load[] update code
Dietmar Eggemann
1
-2
/
+0
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2019-05-09
ntp: Allow TAI-UTC offset to be set to zero
Miroslav Lichvar
1
-1
/
+1
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+10
2019-05-07
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-5
/
+34
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-2
/
+2
2019-05-06
Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+12
2019-05-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-63
/
+93
2019-05-06
Merge branches 'pm-cpuidle' and 'pm-sleep'
Rafael J. Wysocki
1
-0
/
+12
2019-05-03
nohz_full: Allow the boot CPU to be nohz_full
Nicholas Piggin
2
-14
/
+70
[prev]
[next]