Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ba7d16c7794213b591a0ea415d975858d6a7dfd8
/
kernel
/
time
/
clockevents.c
1b72d43
tick: Remove outgoing CPU from broadcast masks
by Thomas Gleixner
· 6 years ago
f49c174
hrtimers/tick/clockevents: Remove sloppy license references
by Thomas Gleixner
· 6 years ago
35728b8
time: Add SPDX license identifiers
by Thomas Gleixner
· 6 years ago
58c5fc2
time: Remove useless filenames in top level comments
by Thomas Gleixner
· 6 years ago
7d9df98
clockevents: Remove unnecessary unlikely()
by Yangtao Li
· 6 years ago
fbfa926
clockevents: Warn if cpu_all_mask is used as cpumask
by Sudeep Holla
· 6 years ago
3a29ddb
clockevents: Retry programming min delta up to 10 times
by James Hogan
· 7 years ago
0695bd9
clockevents: Make clockevents_config() static
by Nicolai Stange
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
775be50
clockevents: Make clockevents_subsys static
by Ben Dooks
· 9 years ago
eef7635
clockevents: Remove unused set_mode() callback
by Viresh Kumar
· 9 years ago
7c4a976
clockevents: Allow set-state callbacks to be optional
by Viresh Kumar
· 10 years ago
a9d2098
clockevents: Check state instead of mode in suspend/resume path
by Viresh Kumar
· 10 years ago
051ebd1
clockevents: Use set/get state helper functions
by Thomas Gleixner
· 10 years ago
d7eb231
clockevents: Provide functions to set and get the state
by Thomas Gleixner
· 10 years ago
472c4a9
clockevents: Use helpers to check the state of a clockevent device
by Viresh Kumar
· 10 years ago
ac34ad2
clockevents: Do not suspend/resume if unused
by Alexandre Belloni
· 10 years ago
d2540875
clockevents: Stop unused clockevent devices
by Viresh Kumar
· 10 years ago
8fff52f
clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state
by Viresh Kumar
· 10 years ago
95f3b1f
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
149aabc
clockevents: Shutdown detached clockevent device
by Viresh Kumar
· 10 years ago
1fc1499
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
a49b116
clockevents: Cleanup dead cpu explicitely
by Thomas Gleixner
· 10 years ago
52c063d
clockevents: Make tick handover explicit
by Thomas Gleixner
· 10 years ago
ffa48c0
clockevents: Remove broadcast oneshot control leftovers
by Rafael J. Wysocki
· 10 years ago
1fe5d5c3
clockevents: Provide explicit broadcast oneshot control functions
by Thomas Gleixner
· 10 years ago
89feddb
clockevents: Remove the broadcast control leftovers
by Thomas Gleixner
· 10 years ago
592a438
clockevents: Provide explicit broadcast control functions
by Thomas Gleixner
· 10 years ago
4ffee52
clockevents: Make suspend/resume calls explicit
by Thomas Gleixner
· 10 years ago
db6f672
clockevents: Remove extra local_irq_save() in clockevents_exchange_device()
by Thomas Gleixner
· 10 years ago
9f083b7
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
by Thomas Gleixner
· 10 years ago
de81e64
clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new interface
by Viresh Kumar
· 10 years ago
77e32c8
clockevents: Manage device's state separately for the core
by Viresh Kumar
· 10 years ago
554ef38
clockevents: Handle tick device's resume separately
by Viresh Kumar
· 10 years ago
32a1583
clockevents: export clockevents_unbind_device instead of clockevents_unbind
by Vitaly Kuznetsov
· 10 years ago
bd624d7
clockevents: Introduce mode specific callbacks
by Viresh Kumar
· 10 years ago
1063200
clockevents: Prevent shift out of bounds
by Thomas Gleixner
· 10 years ago
504d587
timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
by Jan Kara
· 10 years ago
da7e6f4
time: Change the return type of clockevents_notify() to integer
by Preeti U Murthy
· 11 years ago
fe79a9b
clockevents: Adjust timer interval when frequency changes
by Soren Brinkmann
· 11 years ago
627ee79
clockevents: Serialize calls to clockevents_update_freq() in the core
by Thomas Gleixner
· 11 years ago
8709382
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
97b9410
clockevents: Sanitize ticks to nsec conversion
by Thomas Gleixner
· 11 years ago
891292a
time: Fix signedness bug in sysfs_get_uname() and its callers
by Patrick Palka
· 11 years ago
03e13cf
clockevents: Implement unbind functionality
by Thomas Gleixner
· 12 years ago
501f867
clockevents: Provide sysfs interface
by Thomas Gleixner
· 12 years ago
ccf33d6
clockevents: Add module refcount
by Thomas Gleixner
· 12 years ago
8c53daf
clockevents: Move the tick_notify() switch case to clockevents_notify()
by Thomas Gleixner
· 12 years ago
7172a286
clockevents: Get rid of the notifier chain
by Thomas Gleixner
· 12 years ago
c35ef95
clockevents: export clockevents_config_and_register for module use
by Shawn Guo
· 12 years ago
adc78e6
timekeeping: Add suspend and resume of clock event devices
by Rafael J. Wysocki
· 12 years ago
e540032
clockevents: Make clockevents_config() a global symbol
by Magnus Damm
· 13 years ago
7239f65
clockevents: remove sysdev.h
by Kay Sievers
· 13 years ago
65516f8
clockevents: Add direct ktime programming function
by Martin Schwidefsky
· 13 years ago
d174830
clockevents: Make minimum delay adjustments configurable
by Martin Schwidefsky
· 13 years ago
1b054b6
clockevents: Handle empty cpumask gracefully
by Thomas Gleixner
· 14 years ago
c0e299b
clockevents/source: Use u64 to make 32bit happy
by Thomas Gleixner
· 14 years ago
80b816b
clockevents: Provide interface to reconfigure an active clock event device
by Thomas Gleixner
· 14 years ago
57f0fcb
clockevents: Provide combined configure and register function
by Thomas Gleixner
· 14 years ago
e2830b5
time: Make do_timer() and xtime_lock local to kernel/time/
by Torben Hohn
· 14 years ago
ea9d8e3
clockevent: Don't remove broadcast device when cpu is dead
by Xiaotian Feng
· 15 years ago
3cd312c
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
b5f91da
clockevents: Convert to raw_spinlock
by Thomas Gleixner
· 15 years ago
bb6eddf
clockevents: Prevent clockevent_devices list corruption on cpu hotplug
by Thomas Gleixner
· 15 years ago
8e1a928
clockevents: Add missing include to pacify sparse
by H Hartley Sweeten
· 15 years ago
97813f2
nohz: Allow 32-bit machines to sleep for more than 2.15 seconds
by Jon Hunter
· 15 years ago
f833bab
clockevent: Prevent dead lock on clockevents_lock
by Suresh Siddha
· 15 years ago
6ff7041
hrtimer: Fix migration expiry check
by Thomas Gleixner
· 16 years ago
19035e5
Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
eea08f3
timers: Logic to move non pinned timers
by Arun R Bharadwaj
· 16 years ago
c81fc2c
clockevent: export register_device and delta2ns
by Magnus Damm
· 16 years ago
2d68259
clockevents: let set_mode() setup delta information
by Magnus Damm
· 16 years ago
320ab2b
cpumask: convert struct clock_event_device to cpumask pointers.
by Rusty Russell
· 16 years ago
2344abb
clockevents: make device shutdown robust
by Thomas Gleixner
· 16 years ago
7c1e768
clockevents: prevent clockevent event_handler ending up handler_noop
by Venkatesh Pallipadi
· 16 years ago
3eb0567
time: fix typo in comments
by Li Zefan
· 17 years ago
0b858e6
clockevent: simplify list operations
by Li Zefan
· 17 years ago
45fe4fe
x86: make clockevents more robust
by Ingo Molnar
· 17 years ago
167b1de
clockevents: warn once when program_event() is called with negative expiry
by Thomas Gleixner
· 17 years ago
de68d9b
clockevents: Allow build w/o run-tine usage for migration purposes
by Thomas Gleixner
· 17 years ago
6ddfca9
timer: remove clockevents_unregister_notifier
by Miao Xie
· 17 years ago
78c1b06
Remove clockevents_{release,request}_device
by Andi Kleen
· 17 years ago
291bc04
[PATCH] clockevents: remove bad designed sysfs support for now
by Thomas Gleixner
· 18 years ago
d316c57
[PATCH] clockevents: add core functionality
by Thomas Gleixner
· 18 years ago