index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
headers: taskstats_kern.h trim
Alexey Dobriyan
2009-09-18
1
-0
/
+1
*
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-09-18
8
-426
/
+780
|
\
|
*
time: Prevent 32 bit overflow with set_normalized_timespec()
Thomas Gleixner
2009-09-15
1
-1
/
+8
|
*
clocksource: Delay clocksource down rating to late boot
Thomas Gleixner
2009-09-14
1
-10
/
+18
|
*
clocksource: clocksource_select must be called with mutex locked
Thomas Gleixner
2009-09-14
1
-0
/
+2
|
*
clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crash
Martin Schwidefsky
2009-09-11
1
-2
/
+3
|
*
clocksource: Resolve cpu hotplug dead lock with TSC unstable
Thomas Gleixner
2009-08-28
1
-3
/
+30
|
*
timer.c: Fix S/390 comments
Randy Dunlap
2009-08-26
1
-2
/
+2
|
*
timekeeping: Fix invalid getboottime() value
Hiroshi Shimamoto
2009-08-25
1
-2
/
+4
|
*
time: Introduce CLOCK_REALTIME_COARSE
john stultz
2009-08-21
2
-0
/
+56
|
*
clocksource: Avoid clocksource watchdog circular locking dependency
Martin Schwidefsky
2009-08-19
1
-3
/
+16
|
*
clocksource: Protect the watchdog rating changes with clocksource_mutex
Thomas Gleixner
2009-08-19
1
-5
/
+13
|
*
clocksource: Call clocksource_change_rating() outside of watchdog_lock
Thomas Gleixner
2009-08-15
1
-2
/
+9
|
*
timekeeping: Introduce read_boot_clock
Martin Schwidefsky
2009-08-15
1
-2
/
+22
|
*
timekeeping: Increase granularity of read_persistent_clock()
Martin Schwidefsky
2009-08-15
1
-23
/
+29
|
*
timekeeping: Update clocksource with stop_machine
Martin Schwidefsky
2009-08-15
2
-83
/
+70
|
*
timekeeping: Add timekeeper read_clock helper functions
Martin Schwidefsky
2009-08-15
1
-53
/
+38
|
*
timekeeping: Move NTP adjusted clock multiplier to struct timekeeper
Martin Schwidefsky
2009-08-15
1
-29
/
+24
|
*
timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeper
Martin Schwidefsky
2009-08-15
1
-14
/
+19
|
*
timekeeping: Introduce struct timekeeper
Martin Schwidefsky
2009-08-15
2
-81
/
+160
|
*
clocksource: Move watchdog downgrade to a work queue thread
Martin Schwidefsky
2009-08-15
1
-17
/
+39
|
*
clocksource: Refactor clocksource watchdog
Martin Schwidefsky
2009-08-15
1
-28
/
+69
|
*
clocksource: Simplify clocksource watchdog resume logic
Martin Schwidefsky
2009-08-15
1
-8
/
+15
|
*
clocksource: Delay clocksource watchdog highres enablement
Martin Schwidefsky
2009-08-15
1
-25
/
+22
|
*
clocksource: Cleanup clocksource selection
Martin Schwidefsky
2009-08-15
3
-86
/
+58
|
*
timekeeping: Move reset of cycle_last for tsc clocksource to tsc
Martin Schwidefsky
2009-08-15
1
-1
/
+0
|
*
timekeeping: Remove clocksource inline functions
Martin Schwidefsky
2009-08-15
1
-13
/
+28
|
*
timekeeping: Introduce timekeeping_leap_insert
John Stultz
2009-08-15
2
-5
/
+9
|
*
Merge branch 'linus' into timers/core
Thomas Gleixner
2009-08-14
53
-606
/
+1140
|
|
\
|
*
|
timers: Cache __next_timer_interrupt result
Martin Schwidefsky
2009-08-04
1
-1
/
+23
|
*
|
hrtimer: Remove cb_entry from struct hrtimer
Peter Zijlstra
2009-07-22
1
-1
/
+0
|
*
|
timekeeping: Move ktime_get() functions to timekeeping.c
Thomas Gleixner
2009-07-07
2
-62
/
+57
|
*
|
timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=y
Martin Schwidefsky
2009-07-07
2
-0
/
+73
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-09-17
6
-466
/
+526
|
\
\
\
|
*
|
|
sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINE
Peter Zijlstra
2009-09-17
1
-15
/
+27
|
*
|
|
sched: Stop buddies from hogging the system
Peter Zijlstra
2009-09-17
1
-3
/
+8
|
*
|
|
sched: Add new wakeup preemption mode: WAKEUP_RUNNING
Peter Zijlstra
2009-09-17
4
-10
/
+27
|
*
|
|
sched: Fix TASK_WAKING & loadaverage breakage
Ingo Molnar
2009-09-17
1
-0
/
+4
|
*
|
|
sched: Rename flags to wake_flags
Peter Zijlstra
2009-09-16
1
-3
/
+3
|
*
|
|
sched: Clean up the load_idx selection in select_task_rq_fair
Peter Zijlstra
2009-09-16
1
-19
/
+8
|
*
|
|
sched: Optimize cgroup vs wakeup a bit
Peter Zijlstra
2009-09-16
3
-22
/
+10
|
*
|
|
sched: Implement a gentler fair-sleepers feature
Ingo Molnar
2009-09-16
2
-2
/
+16
|
*
|
|
sched: Add SD_PREFER_LOCAL
Peter Zijlstra
2009-09-16
1
-2
/
+5
|
*
|
|
sched: Add a few SYNC hint knobs to play with
Peter Zijlstra
2009-09-15
2
-3
/
+21
|
*
|
|
sched: Fix sync wakeups again
Peter Zijlstra
2009-09-15
1
-4
/
+4
|
*
|
|
sched: Add WF_FORK
Peter Zijlstra
2009-09-15
2
-2
/
+2
|
*
|
|
sched: Rename sync arguments
Peter Zijlstra
2009-09-15
4
-20
/
+24
|
*
|
|
sched: Rename select_task_rq() argument
Peter Zijlstra
2009-09-15
3
-10
/
+10
|
*
|
|
sched: Feature to disable APERF/MPERF cpu_power
Peter Zijlstra
2009-09-15
2
-2
/
+15
|
*
|
|
sched: Provide arch_scale_freq_power
Peter Zijlstra
2009-09-15
1
-2
/
+19
[next]