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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
itimer: Make timeval to nsec conversion range limited
Thomas Gleixner
1
-2
/
+6
2017-06-20
timers: Fix parameter description of try_to_del_timer_sync()
Peter Meerwald-Stadler
1
-1
/
+1
2017-06-20
ktime: Simplify ktime_compare implementation
Mariusz Skamra
1
-5
/
+1
2017-06-20
Merge branch 'clockevents/4.13' of https://git.linaro.org/people/daniel.lezca...
Thomas Gleixner
111
-743
/
+791
2017-06-14
clocksource/drivers/fttmr010: Factor out clock read code
Linus Walleij
1
-10
/
+6
2017-06-14
clocksource/drivers/fttmr010: Implement delay timer
Linus Walleij
1
-1
/
+34
2017-06-14
clocksource/drivers: Add timer-of common init routine
Daniel Lezcano
4
-0
/
+243
2017-06-14
clocksource/drivers/tcb_clksrc: Save timer context on suspend/resume
Alexandre Belloni
1
-0
/
+51
2017-06-14
clocksource/drivers/fttmr010: Optimize sched_clock()
Linus Walleij
1
-5
/
+10
2017-06-14
clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLARE
Daniel Lezcano
1
-0
/
+3
2017-06-14
clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPI
Daniel Lezcano
1
-2
/
+2
2017-06-14
clocksource/drivers: Rename CLKSRC_OF to TIMER_OF
Daniel Lezcano
18
-51
/
+51
2017-06-14
clocksource/drivers: Rename clksrc table to timer
Daniel Lezcano
3
-14
/
+15
2017-06-14
clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLARE
Daniel Lezcano
2
-2
/
+2
2017-06-14
clocksource/drivers: Rename clocksource_probe to timer_probe
Daniel Lezcano
25
-30
/
+30
2017-06-14
clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE
Daniel Lezcano
62
-103
/
+103
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
6
-8
/
+8
2017-06-14
posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()
Thomas Gleixner
1
-4
/
+5
2017-06-14
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
2
-38
/
+41
2017-06-14
time: Move compat_time()/stime() to native
Al Viro
2
-40
/
+41
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
3
-36
/
+42
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
3
-55
/
+115
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
4
-53
/
+60
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
3
-26
/
+35
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
3
-47
/
+64
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
5
-90
/
+108
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
5
-13
/
+1
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
4
-29
/
+25
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
8
-171
/
+142
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
4
-22
/
+10
2017-06-14
hrtimer: Move copyout of remaining time to do_nanosleep()
Al Viro
1
-42
/
+20
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
5
-11
/
+17
2017-06-14
alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()
Al Viro
1
-70
/
+32
2017-06-14
posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()
Al Viro
1
-35
/
+28
2017-06-12
posix-timers: Handle relative posix-timers correctly
Thomas Gleixner
1
-0
/
+13
2017-06-12
posix-timers: Zero out oldval itimerspec
Thomas Gleixner
1
-0
/
+2
2017-06-12
posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()
Thomas Gleixner
1
-1
/
+1
2017-06-12
Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"
Daniel Lezcano
5
-75
/
+0
2017-06-12
clocksource/drivers/fttmr010: Fix aspeed-2500 initialization
Daniel Lezcano
1
-7
/
+16
2017-06-12
clocksource/drivers/fttmr010: Add AST2500 compatible string
Daniel Lezcano
2
-1
/
+4
2017-06-12
clocksource/drivers/fttmr010: Merge Moxa into FTTMR010
Linus Walleij
6
-303
/
+108
2017-06-12
clocksource/drivers/fttmr010: Switch to use TIMER2 src
Linus Walleij
1
-11
/
+10
2017-06-12
clocksource/drivers/fttmr010: Switch to use bitops
Linus Walleij
1
-21
/
+22
2017-06-12
clocksource/drivers/fttmr010: Use state container
Linus Walleij
1
-74
/
+116
2017-06-12
clocksource/drivers/fttmr010: Drop Gemini specifics
Linus Walleij
1
-81
/
+22
2017-06-12
clocksource/drivers/fttmr010: Merge FTTMR010 DT bindings
Linus Walleij
2
-20
/
+3
2017-06-12
clocksource/drivers/fttmr010: Fix the clock handling
Linus Walleij
1
-1
/
+7
2017-06-12
arm: aspeed: Add clock-names property to timer node
Andrew Jeffery
2
-0
/
+2
2017-06-04
alarmtimer: Switch over to generic set/get/rearm routine
Thomas Gleixner
3
-110
/
+29
2017-06-04
alarmtimer: Implement arm callback
Thomas Gleixner
1
-0
/
+22
[next]