Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c038c1c44179c80da6201f91ef354e48d5689617
c038c1c
clockevents: Switch into oneshot mode even if broadcast registered late
by Stephen Boyd
· 12 years ago
b3956a8
timer_list: Convert timer list to be a proper seq_file
by Nathan Zimmer
· 12 years ago
60cf7ea
timer_list: Split timer_list_show_tickdevices
by Nathan Zimmer
· 12 years ago
57b8015
posix-timers: Show sigevent info in proc file
by Pavel Emelyanov
· 12 years ago
48f6a7a
posix-timers: Introduce /proc/PID/timers file
by Pavel Emelyanov
· 12 years ago
5ed67f0
posix timers: Allocate timer id per process (v2)
by Pavel Emelyanov
· 12 years ago
4e8f8b3
timekeeping: Make sure to notify hrtimers when TAI offset changes
by John Stultz
· 12 years ago
51fd36f
hrtimer: Fix ktime_add_ns() overflow on 32bit architectures
by David Engraf
· 12 years ago
8f294b5
hrtimer: Add expiry time overflow check in hrtimer_interrupt
by Prarit Bhargava
· 12 years ago
ca4523c
timekeeping: Shorten seq_count region
by Thomas Gleixner
· 12 years ago
48cdc13
timekeeping: Implement a shadow timekeeper
by Thomas Gleixner
· 12 years ago
7ec98e1
timekeeping: Delay update of clock->cycle_last
by Thomas Gleixner
· 12 years ago
14a3b6a
timekeeping: Store cycle_last value in timekeeper struct as well
by Thomas Gleixner
· 12 years ago
a076b21
ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state
by John Stultz
· 12 years ago
0b5154f
timekeeping: Simplify tai updating from do_adjtimex
by John Stultz
· 12 years ago
06c017f
timekeeping: Hold timekeepering locks in do_adjtimex and hardpps
by John Stultz
· 12 years ago
cef9037
timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()
by John Stultz
· 12 years ago
87ace39
ntp: Rework do_adjtimex to take timespec and tai arguments
by John Stultz
· 12 years ago
e408569
ntp: Move timex validation to timekeeping do_adjtimex call.
by John Stultz
· 12 years ago
aa6f9c59
ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c
by John Stultz
· 12 years ago
ad46096
ntp: Split out timex validation from do_adjtimex
by John Stultz
· 12 years ago
0ed2aef
Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux into timers/core
by Thomas Gleixner
· 12 years ago
8011657
ARM: bcm281xx: Add timer driver (driver portion)
by Christian Daudt
· 12 years ago
dd5d70e
timekeeping: __timekeeping_set_tai_offset can be static
by Fengguang Wu
· 12 years ago
cfea7d7
tick: Change log level of NOHZ: local_softirq_pending message
by Rado Vrbovsky
· 12 years ago
8ffbc7d
hrtimer/trivial: Fix comment text in hrtimer.c
by David Daney
· 12 years ago
9a7a71b
timekeeping: Split timekeeper_lock into lock and seqcount
by Thomas Gleixner
· 12 years ago
7e40672
timekeeping: Move lock out of timekeeper struct
by Thomas Gleixner
· 12 years ago
eb93e4d
timekeeping: Make jiffies_lock internal
by Thomas Gleixner
· 12 years ago
23a9537
timekeeping: Calc stuff once
by Thomas Gleixner
· 12 years ago
90adda9
hrtimer: Add hrtimer support for CLOCK_TAI
by John Stultz
· 12 years ago
1ff3c96
timekeeping: Add CLOCK_TAI clockid
by John Stultz
· 13 years ago
cc244dd
timekeeping: Move TAI managment into timekeeping core from ntp
by John Stultz
· 13 years ago
1991922
clockevents: Add missing tick_check_broadcast_expired() for CLOCKEVENTS=n
by Thomas Gleixner
· 12 years ago
e445cf1
timekeeping: utilize the suspend-nonstop clocksource to count suspended time
by Feng Tang
· 12 years ago
82f9c08
x86: tsc: Add support for new S3_NONSTOP feature
by Feng Tang
· 12 years ago
5caf463
clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOP
by Feng Tang
· 12 years ago
c54fdbb
x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3
by Feng Tang
· 12 years ago
3195ef5
x86: Do full rtc synchronization with ntp
by Prarit Bhargava
· 12 years ago
7859e40
timekeeping: Use inject_offset in warp_clock
by John Stultz
· 12 years ago
c30bd09
timekeeping: Avoid adjust kernel time once hwclock kept in UTC time
by Dong Zhu
· 12 years ago
35b61ed
x86: Use tick broadcast expired check
by Thomas Gleixner
· 12 years ago
80bbe9f
arm: Use tick broadcast expired check
by Thomas Gleixner
· 12 years ago
eaa907c
tick: Provide a check for a forced broadcast pending
by Thomas Gleixner
· 12 years ago
989dcb6
tick: Handle broadcast wakeup of multiple cpus
by Thomas Gleixner
· 12 years ago
26517f3
tick: Avoid programming the local cpu timer if broadcast pending
by Thomas Gleixner
· 12 years ago
f7dce82
Merge commit 'v3.9-rc2' into timers/core
by Thomas Gleixner
· 12 years ago
7c6baa30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
0cb77508
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
ffb6a44
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 12 years ago
152fcb2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
cb16b91
s390: Fix a header dependencies related build error
by Li Zefan
· 12 years ago
2116bda
um: Use tty_port in SIGWINCH handler
by Richard Weinberger
· 12 years ago
cc4f024
um: Use tty_port_operations->destruct
by Richard Weinberger
· 12 years ago
72383d4
um: fix build failure due to mess-up of sig_info protorype
by Sergei Trofimovich
· 12 years ago
fdfa4c9
um: add missing declaration of 'getrlimit()' and friends
by Sergei Trofimovich
· 12 years ago
55ea1cf
net : enable tx time stamping in the vde driver.
by Paul Chavent
· 12 years ago
bc07732
hostfs: fix a not needed double check
by Marco Stornelli
· 12 years ago
4b7d293
Input: mms114 - Fix regulator enable and disable paths
by Mark Brown
· 12 years ago
f94352f
Input: ads7864 - check return value of regulator enable
by Mark Brown
· 12 years ago
3973501
Input: tc3589x-keypad - fix keymap size
by Rabin Vincent
· 12 years ago
f6161aa
Linux 3.9-rc2
by Linus Torvalds
· 12 years ago
9026c49
6lowpan: Fix endianness issue in is_addr_link_local().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
fef4c86
rrunner.c: fix possible memory leak in rr_init_one()
by David Oostdyk
· 12 years ago
29cd8ae
dcbnl: fix various netlink info leaks
by Mathias Krause
· 12 years ago
84d73cd
rtnl: fix info leak on RTM_GETLINK request for VF devices
by Mathias Krause
· 12 years ago
c085c49
bridge: fix mdb info leaks
by Mathias Krause
· 12 years ago
7293261
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
5869483
Input: wacom - add support for 0x10d
by Stephan Frank
· 12 years ago
8343bce
Atmel MXT touchscreen: increase reset timeouts
by Linus Torvalds
· 12 years ago
db04dc6
proc: Use nd_jump_link in proc_ns_follow_link
by Eric W. Biederman
· 12 years ago
0aefda3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
2ef3920
Platform: x86: chromeos_laptop : Add basic platform data for atmel devices
by Benson Leung
· 12 years ago
22dfab7
Input: atmel_mxt_ts - Support for touchpad variant
by Daniel Kurtz
· 12 years ago
67a865a
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
59d8e5e
Merge branch 'akpm' (fixes from Andrew)
by Linus Torvalds
· 12 years ago
c3d6b62
alpha: boot: fix build breakage introduced by system.h disintegration
by Will Deacon
· 12 years ago
15cf17d
memcg: initialize kmem-cache destroying work earlier
by Konstantin Khlebnikov
· 12 years ago
755727b
Randy has moved
by Randy Dunlap
· 12 years ago
d8fc16a
ksm: fix m68k build: only NUMA needs pfn_to_nid
by Hugh Dickins
· 12 years ago
a40e7cf
dmi_scan: fix missing check for _DMI_ signature in smbios_present()
by Ben Hutchings
· 12 years ago
dc893e1
Revert parts of "hlist: drop the node parameter from iterators"
by Arnd Bergmann
· 12 years ago
2e1c9b2
idr: remove WARN_ON_ONCE() on negative IDs
by Tejun Heo
· 12 years ago
7880639
mm/mempolicy.c: fix sp_node_init() argument ordering
by KOSAKI Motohiro
· 12 years ago
5ca3957
mm/mempolicy.c: fix wrong sp_node insertion
by Hillf Danton
· 12 years ago
88b9e45
ipc: don't allocate a copy larger than max
by Peter Hurley
· 12 years ago
e1082f4
ipc: fix potential oops when src msg > 4k w/ MSG_COPY
by Peter Hurley
· 12 years ago
c4c5ff0
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 12 years ago
92e840b
Merge tag 'metag-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag
by Linus Torvalds
· 12 years ago
eca9683
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
d381f45
Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 12 years ago
c77f8bf
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 12 years ago
84421b9
tg3: Update link_up flag for phylib devices
by Nithin Sujir
· 12 years ago
ddf6435
ipv6: stop multicast forwarding to process interface scoped addresses
by Hannes Frederic Sowa
· 12 years ago
3bc1b1a
bridging: fix rx_handlers return code
by Cristian Bercaru
· 12 years ago
7b54c16
vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink
by Linus Torvalds
· 12 years ago
a6a8fe9
netlabel: fix build problems when CONFIG_IPV6=n
by Paul Moore
· 12 years ago
1abccd7
tracing: update documentation of snapshot utility
by Hiraku Toyooka
· 12 years ago
f394793
drivers/isdn: checkng length to be sure not memory overflow
by Chen Gang
· 12 years ago
2e85d67
net/rds: zero last byte for strncpy
by Chen Gang
· 12 years ago
Next »