forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
time/timers: Move all time(r) related files into kernel/time
Except for Kconfig.HZ. That needs a separate treatment. Signed-off-by: Thomas Gleixner <[email protected]>
- Loading branch information
Showing
10 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4147,7 +4147,7 @@ L: [email protected] | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Maintained | ||
F: Documentation/timers/ | ||
F: kernel/hrtimer.c | ||
F: kernel/time/hrtimer.c | ||
F: kernel/time/clockevents.c | ||
F: kernel/time/tick*.* | ||
F: kernel/time/timer_*.c | ||
|
@@ -6945,10 +6945,10 @@ POSIX CLOCKS and TIMERS | |
M: Thomas Gleixner <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Supported | ||
S: Maintained | ||
F: fs/timerfd.c | ||
F: include/linux/timer* | ||
F: kernel/*timer* | ||
F: kernel/time/*timer* | ||
|
||
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS | ||
M: Dmitry Eremin-Solenikov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.