Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
28ef2db8866495150e4260773fead8313f1a5625
28ef2db
timer: Document TIMER_PINNED
by Peter Xu
· 6 years ago
dd2cb34
clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic
by Michael Kelley
· 6 years ago
fd1fea6
clocksource/drivers: Make Hyper-V clocksource ISA agnostic
by Michael Kelley
· 6 years ago
3419240
Merge branch 'timers/vdso' into timers/core
by Thomas Gleixner
· 6 years ago
4a8f81b
MAINTAINERS: Fix Andy's surname and the directory entries of VDSO
by Thomas Gleixner
· 6 years ago
5163370
hrtimer: Use a bullet for the returns bullet list
by Mauro Carvalho Chehab
· 6 years ago
a57e8e1
Merge tag 'timers-v5.4' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core
by Thomas Gleixner
· 6 years ago
a2e1bb4
Merge branch 'timers/drivers/davinci' into timers/drivers/next
by Daniel Lezcano
· 6 years ago
3acf4be
arm64: vdso: Fix compilation with clang older than 8
by Vincenzo Frascino
· 6 years ago
6241c4d
arm64: compat: Fix __arch_get_hw_counter() implementation
by Vincenzo Frascino
· 6 years ago
27e11a9
arm64: Fix __arch_get_hw_counter() implementation
by Vincenzo Frascino
· 6 years ago
9d90b93
lib/vdso: Make delta calculation work correctly
by Thomas Gleixner
· 6 years ago
e709803
MAINTAINERS: Add entry for the generic VDSO library
by Thomas Gleixner
· 6 years ago
6a5b78b
arm64: compat: No need for pre-ARMv7 barriers on an ARMv8 system
by Catalin Marinas
· 6 years ago
94fee4d
arm64: vdso: Remove unnecessary asm-offsets.c definitions
by Catalin Marinas
· 6 years ago
ed75e8f6
vdso: Remove superfluous #ifdef __KERNEL__ in vdso/datapage.h
by Catalin Marinas
· 6 years ago
b0c74b9
clocksource/drivers/davinci: Add support for clocksource
by Bartosz Golaszewski
· 6 years ago
721154f
clocksource/drivers/davinci: Add support for clockevents
by Bartosz Golaszewski
· 6 years ago
6fde389
clocksource/drivers/tegra: Set up maximum-ticks limit properly
by Dmitry Osipenko
· 6 years ago
0ef6b01
clocksource/drivers/tegra: Cycles can't be 0
by Dmitry Osipenko
· 6 years ago
fc9babc
clocksource/drivers/tegra: Restore base address before cleanup
by Dmitry Osipenko
· 6 years ago
2e08a4b
clocksource/drivers/tegra: Add verbose definition for 1MHz constant
by Dmitry Osipenko
· 6 years ago
7c708fd
clocksource/drivers/tegra: Drop unneeded typecasting in one place
by Dmitry Osipenko
· 6 years ago
09b2507
clocksource/drivers/tegra: Set and use timer's period
by Dmitry Osipenko
· 6 years ago
99311d0
clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr
by Dmitry Osipenko
· 6 years ago
59d43c9
clocksource/drivers/tegra: Restore timer rate on Tegra210
by Dmitry Osipenko
· 6 years ago
5a35441
clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helper
by Andrew Murray
· 6 years ago
7117a44
clocksource/drivers/sysctr: Add nxp system counter timer driver support
by Bai Ping
· 6 years ago
668f870
clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.c
by Dmitry Osipenko
· 6 years ago
87bd4c2
clocksource/drivers/tegra: Lower clocksource rating for some Tegra's
by Dmitry Osipenko
· 6 years ago
acb4bb3
clocksource/drivers/tegra: Support COMPILE_TEST universally
by Dmitry Osipenko
· 6 years ago
49a678b
clocksource/drivers/tegra: Minor code clean up
by Dmitry Osipenko
· 6 years ago
7a39167
clocksource/drivers/tegra: Release all IRQ's on request_irq() error
by Dmitry Osipenko
· 6 years ago
6b349c36
clocksource/drivers/tegra: Replace readl/writel with relaxed versions
by Dmitry Osipenko
· 6 years ago
77d57d1
clocksource/drivers/tegra: Reset hardware state on init
by Dmitry Osipenko
· 6 years ago
af8d912
clocksource/drivers/tegra: Unify timer code
by Dmitry Osipenko
· 6 years ago
f6d50ec
clocksource/drivers/tegra: Support per-CPU timers on all Tegra's
by Dmitry Osipenko
· 6 years ago
6282edb
clocksource/drivers/exynos_mct: Increase priority over ARM arch timer
by Marek Szyprowski
· 6 years ago
93665ab
clocksource/drivers/arc_timer: Use BIT() instead of _BITUL()
by Masahiro Yamada
· 6 years ago
8925ed4
clocksource/drivers/ixp4xx: Implement delay timer
by Linus Walleij
· 6 years ago
91d59bd
clocksource/drivers/timer-meson6: Update with SPDX Licence identifier
by Neil Armstrong
· 6 years ago
d48e0cd
timekeeping: Boot should be boottime for coarse ns accessor
by Jason A. Donenfeld
· 6 years ago
ecf9db3
x86/vdso: Give the [ph]vclock_page declarations real types
by Andy Lutomirski
· 6 years ago
a931477
timer_list: Guard procfs specific code
by Nathan Huckleberry
· 6 years ago
22ca962
x86/vdso: Add clock_gettime64() entry point
by Vincenzo Frascino
· 6 years ago
f66501d
x86/vdso: Add clock_getres() entry point
by Vincenzo Frascino
· 6 years ago
7ac8707
x86/vdso: Switch to generic vDSO implementation
by Vincenzo Frascino
· 6 years ago
bfe801e
arm64: vdso: Enable vDSO compat support
by Vincenzo Frascino
· 6 years ago
f01703b
arm64: compat: Get sigreturn trampolines from vDSO
by Vincenzo Frascino
· 6 years ago
1e3f17f
arm64: elf: VDSO code page discovery
by Vincenzo Frascino
· 6 years ago
7c1deee
arm64: compat: VDSO setup for compat layer
by Vincenzo Frascino
· 6 years ago
c7aa2d7
arm64: vdso: Refactor vDSO code
by Vincenzo Frascino
· 6 years ago
a7f71a2
arm64: compat: Add vDSO
by Vincenzo Frascino
· 6 years ago
f14d802
arm64: compat: Generate asm offsets for signals
by Vincenzo Frascino
· 6 years ago
206c0df
arm64: compat: Expose signal related structures
by Vincenzo Frascino
· 6 years ago
53c489e
arm64: compat: Add missing syscall numbers
by Vincenzo Frascino
· 6 years ago
98cd3c3
arm64: vdso: Build vDSO with -ffixed-x18
by Peter Collingbourne
· 6 years ago
28b1a82
arm64: vdso: Substitute gettimeofday() with C implementation
by Vincenzo Frascino
· 6 years ago
44f57d7
timekeeping: Provide a generic update_vsyscall() implementation
by Vincenzo Frascino
· 6 years ago
629fdf7
lib/vdso: Add compat support
by Vincenzo Frascino
· 6 years ago
00b2647
lib/vdso: Provide generic VDSO implementation
by Vincenzo Frascino
· 6 years ago
361f8ae
vdso: Define standardized vdso_datapage
by Vincenzo Frascino
· 6 years ago
32e2939
hrtimer: Split out hrtimer defines into separate header
by Vincenzo Frascino
· 6 years ago
b253d5f
Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
f410276
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
a8282bf
Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
693cd8c
Bluetooth: Fix regression with minimum encryption key size alignment
by Marcel Holtmann
· 6 years ago
7586add
posix-timers: Use spin_lock_irq() in itimer_delete()
by Sebastian Andrzej Siewior
· 6 years ago
12063d4
posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()
by Sebastian Andrzej Siewior
· 6 years ago
4c54294
timekeeping: Add missing _ns functions for coarse accessors
by Jason A. Donenfeld
· 6 years ago
9285ec4
timekeeping: Use proper clock specifier names in functions
by Jason A. Donenfeld
· 6 years ago
0354c1a3
timekeeping: Use proper ktime_add when adding nsecs in coarse offset
by Jason A. Donenfeld
· 6 years ago
6808acb
Merge branch 'linus' into timers/core
by Thomas Gleixner
· 6 years ago
d21e43f
kselftests: timers: freq-step: Update maximum acceptable precision and errors
by Miroslav Lichvar
· 6 years ago
d897a4a
ntp: Limit TAI-UTC offset
by Miroslav Lichvar
· 6 years ago
c356dc4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
b6653b3
tcp: refine memory limit test in tcp_fragment()
by Eric Dumazet
· 6 years ago
121bddf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
c036f7d
Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
ff17bbe
x86/vdso: Prevent segfaults due to hoisted vclock reads
by Andy Lutomirski
· 6 years ago
19d5504
SUNRPC: Fix a credential refcount leak
by Trond Myklebust
· 6 years ago
502980e
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
by Anna Schumaker
· 6 years ago
b962261
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
by Lin Yi
· 6 years ago
9091051
NFS4: Only set creation opendata if O_CREAT
by Benjamin Coddington
· 6 years ago
a4c33bb
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
0728f6c
Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
db54615e
Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 6 years ago
b7b8a44
Merge tag 'char-misc-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
cf24242
Merge tag 'usb-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
05512b0
Merge tag '5.2-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
5eab9cf
Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linux into drm-fixes
by Dave Airlie
· 6 years ago
91cbf5d
Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 6 years ago
ea37e1a
Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 6 years ago
47e3c4c
Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linux into drm-fixes
by Dave Airlie
· 6 years ago
c5d0e49
ARM: 8867/1: vdso: pass --be8 to linker if necessary
by Jason A. Donenfeld
· 6 years ago
4ae004a
Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
b910f6a
Merge tag 'fuse-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 6 years ago
b3e9783
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
e929387
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
Next »