Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
7c94caca877b0feeca6f5f7b07d48c508e20d58f
7c94cac
alarmtimer: Use wakeup source from alarmtimer platform device
by Stephen Boyd
· 5 years ago
c79108b
alarmtimer: Make alarmtimer platform device child of RTC device
by Stephen Boyd
· 5 years ago
6b088ce
alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality
by Stephen Boyd
· 5 years ago
eb5a4d0
hrtimer: Add missing sparse annotation for __run_timer()
by Jules Irenge
· 5 years ago
a67ca89
Merge tag 'timers-v5.5-rc6' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core
by Thomas Gleixner
· 5 years ago
49a101d
lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()
by Christophe Leroy
· 5 years ago
99570c3
MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernel
by Thomas Gleixner
· 5 years ago
9e0333a
clocksource/drivers/hyper-v: Set TSC clocksource as default w/ InvariantTSC
by Andrea Parri
· 5 years ago
0af3e13
clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksources
by Andrea Parri
· 5 years ago
b9c60a7
clocksource/drivers/timer-microchip-pit64b: Fix sparse warning
by Claudiu Beznea
· 5 years ago
4ad3534
clocksource/drivers/exynos_mct: Rename Exynos to lowercase
by Krzysztof Kozlowski
· 5 years ago
4341067
clocksource/drivers/timer-ti-dm: Fix uninitialized pointer access
by Tony Lindgren
· 5 years ago
bc83cad
clocksource/drivers/timer-ti-dm: Switch to platform_get_irq
by Yangtao Li
· 5 years ago
cdab83f
clocksource/drivers/timer-ti-dm: Convert to devm_platform_ioremap_resource
by Yangtao Li
· 5 years ago
ba25322
clocksource/drivers/em_sti: Fix variable declaration in em_sti_probe
by Yangtao Li
· 5 years ago
9a97b2f
clocksource/drivers/em_sti: Convert to devm_platform_ioremap_resource
by Yangtao Li
· 5 years ago
2052d032
clocksource/drivers/bcm2835_timer: Fix memory leak of timer
by Colin Ian King
· 5 years ago
f5ac896
clocksource/drivers/cadence-ttc: Use ttc driver as platform driver
by Rajan Vaja
· 5 years ago
625022a
clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B support
by Claudiu Beznea
· 5 years ago
ddc61bb
clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc page
by Boqun Feng
· 5 years ago
0629346
clocksource: Fix Kconfig miscues
by Randy Dunlap
· 5 years ago
db95b8e
dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
by Biju Das
· 5 years ago
9ca9fe6
clocksource: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
1349401
clocksource/drivers/hyper-v: Suspend/resume Hyper-V clocksource for hibernation
by Dexuan Cui
· 5 years ago
5167c50
tick/common: Touch watchdog in tick_unfreeze() on all CPUs
by Chunyan Zhang
· 5 years ago
6b6d188
alarmtimer: Unregister wakeup source when module get fails
by Stephen Boyd
· 5 years ago
a750c74
selftests/timens: Check for right timens offsets after fork and exec
by Andrei Vagin
· 5 years ago
1854b97
selftests/timens: Add a simple perf test for clock_gettime()
by Andrei Vagin
· 5 years ago
d5b0117
selftests/timens: Add timer offsets test
by Andrei Vagin
· 5 years ago
9d1f5a8
selftests/timens: Add procfs selftest
by Dmitry Safonov
· 5 years ago
46e0034
selftests/timens: Add a test for clock_nanosleep()
by Andrei Vagin
· 5 years ago
11873de
selftests/timens: Add a test for timerfd
by Andrei Vagin
· 5 years ago
61c5767
selftests/timens: Add Time Namespace test for supported clocks
by Dmitry Safonov
· 5 years ago
04a8682
fs/proc: Introduce /proc/pid/timens_offsets
by Andrei Vagin
· 5 years ago
70ddf65
x86/vdso: Zap vvar pages when switching to a time namespace
by Dmitry Safonov
· 5 years ago
e6b28ec
x86/vdso: On timens page fault prefault also VVAR page
by Dmitry Safonov
· 5 years ago
af34ebe
x86/vdso: Handle faults on timens page
by Dmitry Safonov
· 5 years ago
afaa7b5
time: Allocate per-timens vvar page
by Dmitry Safonov
· 5 years ago
550a77a
x86/vdso: Add time napespace page
by Dmitry Safonov
· 5 years ago
64b302a
x86/vdso: Provide vdso_data offset on vvar_page
by Dmitry Safonov
· 5 years ago
660fd04
lib/vdso: Prepare for time namespace support
by Thomas Gleixner
· 5 years ago
6f74acf
x86/vdso: Restrict splitting VVAR VMA
by Dmitry Safonov
· 5 years ago
0efc8bb
fs/proc: Respect boottime inside time namespace for /proc/uptime
by Dmitry Safonov
· 5 years ago
1f9b37b
posix-timers: Make clock_nanosleep() time namespace aware
by Andrei Vagin
· 5 years ago
ea2d1f7
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
by Andrei Vagin
· 5 years ago
0b9b9a3
alarmtimer: Make nanosleep() time namespace aware
by Andrei Vagin
· 5 years ago
7da8b3a
posix-timers: Make timer_settime() time namespace aware
by Andrei Vagin
· 5 years ago
6cd889d
timerfd: Make timerfd_settime() time namespace aware
by Andrei Vagin
· 5 years ago
89dd8ee
time: Add do_timens_ktime_to_host() helper
by Andrei Vagin
· 5 years ago
5a590f3
posix-clocks: Wire up clock_gettime() with timens offsets
by Andrei Vagin
· 5 years ago
198fa44
posix-timers: Use clock_get_ktime() in common_timer_get()
by Andrei Vagin
· 5 years ago
9c71a2e
posix-clocks: Introduce clock_get_ktime() callback
by Andrei Vagin
· 5 years ago
2f58bf9
alarmtimer: Provide get_timespec() callback
by Andrei Vagin
· 5 years ago
41b3b8d
alarmtimer: Rename gettime() callback to get_ktime()
by Andrei Vagin
· 5 years ago
eaf8019
posix-clocks: Rename .clock_get_timespec() callbacks accordingly
by Andrei Vagin
· 5 years ago
819a95f
posix-clocks: Rename the clock_get() callback to clock_get_timespec()
by Andrei Vagin
· 5 years ago
af993f5
time: Add timens_offsets to be used for tasks in time namespace
by Andrei Vagin
· 5 years ago
769071a
ns: Introduce Time Namespace
by Andrei Vagin
· 5 years ago
c966533
lib/vdso: Mark do_hres() and do_coarse() as __always_inline
by Andrei Vagin
· 5 years ago
0898a16
lib/vdso: Add unlikely() hint into vdso_read_begin()
by Andrei Vagin
· 5 years ago
cdb7c5a
lib/vdso: Avoid duplication in __cvdso_clock_getres()
by Christophe Leroy
· 5 years ago
8463cf8
lib/vdso: Let do_coarse() return 0 to simplify the callsite
by Christophe Leroy
· 5 years ago
0b5c123
x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
by Vincenzo Frascino
· 6 years ago
de0209f
mips: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
by Vincenzo Frascino
· 6 years ago
972188f
arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
by Vincenzo Frascino
· 6 years ago
a279235
lib/vdso: Remove checks on return value for 32 bit vDSO
by Vincenzo Frascino
· 6 years ago
b767081
lib/vdso: Remove VDSO_HAS_32BIT_FALLBACK
by Vincenzo Frascino
· 6 years ago
bf27984
lib/vdso: Build 32 bit specific functions in the right context
by Vincenzo Frascino
· 6 years ago
715f23b
ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacks
by Thomas Gleixner
· 5 years ago
3b5584a
arm64: compat: vdso: Expose BUILD_VDSO32
by Vincenzo Frascino
· 6 years ago
2e34d63
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 5 years ago
ffd0873
lib/vdso: Make __cvdso_clock_getres() static
by Vincenzo Frascino
· 5 years ago
2707745
time/sched_clock: Disable interrupts in sched_clock_register()
by Paul Cercueil
· 5 years ago
f35deaf
time/posix-stubs: Provide compat itimer supoprt for alpha
by Arnd Bergmann
· 5 years ago
c79f46a
Linux 5.5-rc5
by Linus Torvalds
· 5 years ago
768fc66
Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 5 years ago
0e194d9
Documentation: riscv: add patch acceptance guidelines
by Paul Walmsley
· 5 years ago
2f3035d
riscv: prefix IRQ_ macro names with an RV_ namespace
by Paul Walmsley
· 5 years ago
9d05c18
clocksource: riscv: add notrace to riscv_sched_clock
by Zong Li
· 5 years ago
3648790
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
a125bcd
Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
by Linus Torvalds
· 5 years ago
8c62ed2
apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock
by John Johansen
· 5 years ago
c420ddd
Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
7312b70
hexagon: define ioremap_uc
by Nick Desaulniers
· 5 years ago
b73eba2
ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less
by Gang He
· 5 years ago
397eac1
ocfs2: call journal flush to mark journal as empty after journal recovery when mount
by Kai Li
· 5 years ago
c77c0a8
mm/hugetlb: defer freeing of huge pages if in non-task context
by Waiman Long
· 5 years ago
a7c46c0
mm/gup: fix memory leak in __gup_benchmark_ioctl
by Navid Emamdoost
· 5 years ago
941f762
mm/oom: fix pgtables units mismatch in Killed process message
by Ilya Dryomov
· 5 years ago
e39e773
fs/posix_acl.c: fix kernel-doc warnings
by Randy Dunlap
· 5 years ago
63e8031
hexagon: work around compiler crash
by Nick Desaulniers
· 5 years ago
780a0cf
hexagon: parenthesize registers in asm predicates
by Nick Desaulniers
· 5 years ago
213921f
fs/namespace.c: make to_mnt_ns() static
by Eric Biggers
· 5 years ago
7bebd69
fs/nsfs.c: include headers for missing declarations
by Eric Biggers
· 5 years ago
b16155a
fs/direct-io.c: include fs/internal.h for missing prototype
by Eric Biggers
· 5 years ago
e0153fc
mm: move_pages: return valid node id in status if the page is already on the target node
by Yang Shi
· 5 years ago
84029fd
memcg: account security cred as well to kmemcg
by Shakeel Butt
· 5 years ago
a69b83e
kcov: fix struct layout for kcov_remote_arg
by Andrey Konovalov
· 5 years ago
ac8f05d
mm/zsmalloc.c: fix the migrated zspage statistics.
by Chanho Min
· 5 years ago
feee6b2
mm/memory_hotplug: shrink zones when offlining memory
by David Hildenbrand
· 5 years ago
Next »