index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clocksource
/
timer-of.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
clocksource/drivers/arc_timer: Add comments about locking while read GFRC
Eugeniy Paltsev
1
-0
/
+14
2018-05-18
clocksource/drivers/mips-gic-timer: Add pr_fmt and reword pr_* messages
Matt Redfearn
1
-8
/
+10
2018-05-18
clocksource/drivers/sprd: Fix Kconfig dependency
Chunyan Zhang
1
-1
/
+3
2018-05-16
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2018-05-13
timer_list: Remove unused function pointer typedef
Chen Lin
1
-2
/
+0
2018-05-13
timers: Adjust a kernel-doc comment
Mauro Carvalho Chehab
1
-7
/
+7
2018-05-13
tick: Prefer a lower rating device only if it's CPU local device
Sudeep Holla
1
-1
/
+2
2018-05-02
clocksource: Remove kthread
Peter Zijlstra
1
-21
/
+10
2018-05-02
clocksource: Rework stale comment
Peter Zijlstra
1
-4
/
+2
2018-05-02
clocksource: Consistent de-rate when marking unstable
Peter Zijlstra
1
-1
/
+8
2018-05-02
x86/tsc: Fix mark_tsc_unstable()
Peter Zijlstra
1
-7
/
+5
2018-05-02
clocksource: Initialize cs->wd_list
Peter Zijlstra
1
-0
/
+2
2018-05-02
clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
Peter Zijlstra
1
-16
/
+34
2018-05-02
x86/tsc: Always unregister clocksource_tsc_early
Peter Zijlstra
1
-4
/
+6
2018-04-29
Linux v4.17-rc3
v4.17-rc3
Linus Torvalds
1
-1
/
+1
2018-04-29
<linux/stringhash.h>: fix end_name_hash() for 64bit long
Amir Goldstein
1
-2
/
+2
2018-04-28
MAINTAINERS: add myself as maintainer of AFFS
David Sterba
1
-1
/
+2
2018-04-27
x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI
KarimAllah Ahmed
2
-7
/
+7
2018-04-27
kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
Junaid Shahid
1
-10
/
+4
2018-04-27
x86/entry/64/compat: Preserve r8-r11 in int $0x80
Andy Lutomirski
2
-18
/
+25
2018-04-27
x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
Arnd Bergmann
2
-0
/
+73
2018-04-27
x86/setup: Do not reserve a crash kernel region if booted on Xen PV
Petr Tesarik
1
-0
/
+6
2018-04-27
i2c: sprd: Fix the i2c count issue
Baolin Wang
1
-4
/
+2
2018-04-27
i2c: sprd: Prevent i2c accesses after suspend is called
Baolin Wang
1
-0
/
+16
2018-04-27
i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
Alexander Popov
1
-1
/
+1
2018-04-27
arm64: avoid instrumenting atomic_ll_sc.o
Mark Rutland
1
-0
/
+4
2018-04-27
powerpc/kvm/booke: Fix altivec related build break
Laurentiu Tudor
1
-0
/
+7
2018-04-27
powerpc: Fix deadlock with multiple calls to smp_send_stop
Nicholas Piggin
1
-16
/
+39
2018-04-27
cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interrupt
Shilpasri G Bhat
1
-3
/
+11
2018-04-26
x86/cpu/intel: Add missing TLB cpuid values
jacek.tomaka@poczta.fm
1
-0
/
+3
2018-04-26
mtd: rawnand: marvell: fix the chip-select DT parsing logic
Miquel Raynal
1
-17
/
+8
2018-04-26
KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
Mark Rutland
1
-0
/
+5
2018-04-26
KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
Mark Rutland
1
-4
/
+10
2018-04-26
arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
Mark Rutland
1
-4
/
+10
2018-04-26
libceph: validate con->state at the top of try_write()
Ilya Dryomov
1
-0
/
+7
2018-04-26
ARM: defconfig: Update Gemini defconfig
Linus Walleij
1
-2
/
+25
2018-04-26
ARM: s3c24xx: jive: Fix some GPIO names
Linus Walleij
1
-2
/
+2
2018-04-26
HISI LPC: Add Kconfig MFD_CORE dependency
John Garry
1
-0
/
+1
2018-04-26
ARM: dts: Fix NAS4220B pin config
Linus Walleij
1
-14
/
+14
2018-04-26
MAINTAINERS: Remove myself as maintainer
Niklas Cassel
1
-2
/
+0
2018-04-26
x86/smpboot: Don't use mwait_play_dead() on AMD systems
Yazen Ghannam
1
-0
/
+2
2018-04-26
ALSA: dice: fix error path to destroy initialized stream data
Takashi Sakamoto
1
-1
/
+1
2018-04-26
x86/mm: Make vmemmap and vmalloc base address constants unsigned long
Jiri Kosina
1
-4
/
+4
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
15
-104
/
+114
2018-04-26
tick/sched: Do not mess with an enqueued hrtimer
Thomas Gleixner
1
-5
/
+5
2018-04-26
x86/vector: Remove the unused macro FPU_IRQ
Dou Liyang
1
-2
/
+0
2018-04-26
ARM: amba: Fix race condition with driver_override
Geert Uytterhoeven
1
-2
/
+9
2018-04-26
ARM: amba: Make driver_override output consistent with other buses
Geert Uytterhoeven
1
-3
/
+0
2018-04-26
Revert "ARM: amba: Fix race condition with driver_override"
Greg Kroah-Hartman
1
-9
/
+2
2018-04-26
x86/vector: Remove the macro VECTOR_OFFSET_START
Dou Liyang
1
-5
/
+0
[next]