index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
stack.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-25
clocksource/drivers/davinci: Add support for clocksource
Bartosz Golaszewski
1
-0
/
+85
2019-06-25
clocksource/drivers/davinci: Add support for clockevents
Bartosz Golaszewski
4
-0
/
+334
2019-06-25
clocksource/drivers/tegra: Set up maximum-ticks limit properly
Dmitry Osipenko
1
-1
/
+9
2019-06-25
clocksource/drivers/tegra: Cycles can't be 0
Dmitry Osipenko
1
-3
/
+10
2019-06-25
clocksource/drivers/tegra: Restore base address before cleanup
Dmitry Osipenko
1
-0
/
+2
2019-06-25
clocksource/drivers/tegra: Add verbose definition for 1MHz constant
Dmitry Osipenko
1
-5
/
+7
2019-06-25
clocksource/drivers/tegra: Drop unneeded typecasting in one place
Dmitry Osipenko
1
-1
/
+1
2019-06-25
clocksource/drivers/tegra: Set and use timer's period
Dmitry Osipenko
1
-2
/
+3
2019-06-25
clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr
Dmitry Osipenko
1
-17
/
+25
2019-06-25
clocksource/drivers/tegra: Restore timer rate on Tegra210
Dmitry Osipenko
1
-0
/
+2
2019-06-25
clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helper
Andrew Murray
3
-13
/
+25
2019-06-25
clocksource/drivers/sysctr: Add nxp system counter timer driver support
Bai Ping
4
-0
/
+178
2019-06-25
clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.c
Dmitry Osipenko
2
-1
/
+1
2019-06-25
clocksource/drivers/tegra: Lower clocksource rating for some Tegra's
Dmitry Osipenko
1
-4
/
+26
2019-06-25
clocksource/drivers/tegra: Support COMPILE_TEST universally
Dmitry Osipenko
1
-1
/
+1
2019-06-25
clocksource/drivers/tegra: Minor code clean up
Dmitry Osipenko
1
-19
/
+24
2019-06-25
clocksource/drivers/tegra: Release all IRQ's on request_irq() error
Dmitry Osipenko
1
-2
/
+3
2019-06-25
clocksource/drivers/tegra: Replace readl/writel with relaxed versions
Dmitry Osipenko
1
-17
/
+18
2019-06-25
clocksource/drivers/tegra: Reset hardware state on init
Dmitry Osipenko
1
-0
/
+3
2019-06-25
clocksource/drivers/tegra: Unify timer code
Dmitry Osipenko
1
-51
/
+60
2019-06-25
clocksource/drivers/tegra: Support per-CPU timers on all Tegra's
Dmitry Osipenko
1
-77
/
+43
2019-06-25
clocksource/drivers/exynos_mct: Increase priority over ARM arch timer
Marek Szyprowski
2
-3
/
+3
2019-06-25
clocksource/drivers/arc_timer: Use BIT() instead of _BITUL()
Masahiro Yamada
1
-1
/
+2
2019-06-25
clocksource/drivers/ixp4xx: Implement delay timer
Linus Walleij
1
-2
/
+14
2019-06-25
clocksource/drivers/timer-meson6: Update with SPDX Licence identifier
Neil Armstrong
1
-4
/
+1
2019-06-25
timekeeping: Boot should be boottime for coarse ns accessor
Jason A. Donenfeld
2
-2
/
+2
2019-06-23
timer_list: Guard procfs specific code
Nathan Huckleberry
1
-17
/
+19
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: Add missing _ns functions for coarse accessors
Jason A. Donenfeld
2
-3
/
+35
2019-06-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
22
-36
/
+36
2019-06-22
timekeeping: Use proper ktime_add when adding nsecs in coarse offset
Jason A. Donenfeld
1
-1
/
+1
2019-06-22
kselftests: timers: freq-step: Update maximum acceptable precision and errors
Miroslav Lichvar
1
-3
/
+3
2019-06-22
ntp: Limit TAI-UTC offset
Miroslav Lichvar
1
-1
/
+3
2019-06-16
Linux 5.2-rc5
v5.2-rc5
Linus Torvalds
1
-1
/
+1
2019-06-15
x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callback
Borislav Petkov
2
-1
/
+2
2019-06-15
Smack: Restore the smackfsdef mount option and add missing prefixes
Casey Schaufler
1
-5
/
+7
2019-06-14
ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()
Wei Li
1
-2
/
+5
2019-06-14
module: Fix livepatch/ftrace module text permissions race
Josh Poimboeuf
2
-1
/
+15
2019-06-14
tracing/uprobe: Fix obsolete comment on trace_uprobe_create()
Eiichi Tsukata
1
-2
/
+0
2019-06-14
tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()
Eiichi Tsukata
1
-3
/
+10
2019-06-14
tracing: Make two symbols static
YueHaibing
1
-2
/
+2
2019-06-14
tracing: avoid build warning with HAVE_NOP_MCOUNT
Vasily Gorbik
1
-3
/
+2
2019-06-14
tracing: Fix out-of-range read in trace_stack_print()
Eiichi Tsukata
1
-1
/
+1
2019-06-14
gfs2: Fix rounding error in gfs2_iomap_page_prepare
Andreas Gruenbacher
1
-1
/
+4
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
x86/kasan: Fix boot with 5-level paging and KASAN
Andrey Ryabinin
1
-1
/
+1
2019-06-14
timekeeping: Repair ktime_get_coarse*() granularity
Thomas Gleixner
1
-2
/
+3
2019-06-14
Revert "ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptops"
Hui Wang
1
-11
/
+5
[next]