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
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
hrtimer: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-06
1
-1
/
+0
*
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-2
/
+2
|
\
|
*
ipc, kernel, mm: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-01-30
1
-1
/
+1
|
\
\
|
*
|
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
2018-01-22
1
-1
/
+1
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-01-30
1
-0
/
+18
|
\
\
\
|
*
|
|
sched/deadline: Implement "runtime overrun signal" support
Juri Lelli
2018-01-10
1
-0
/
+18
|
|
/
/
*
|
|
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2018-01-27
1
-0
/
+4
|
\
\
\
|
*
|
|
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
2018-01-27
1
-0
/
+3
*
|
|
|
hrtimer: Implement SOFT/HARD clock base selection
Anna-Maria Gleixner
2018-01-16
1
-4
/
+11
*
|
|
|
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
2018-01-16
1
-24
/
+172
*
|
|
|
hrtimer: Prepare handling of hard and softirq based hrtimers
Anna-Maria Gleixner
2018-01-16
1
-9
/
+29
*
|
|
|
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
2018-01-16
1
-0
/
+20
*
|
|
|
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
Anna-Maria Gleixner
2018-01-16
1
-13
/
+18
*
|
|
|
hrtimer: Factor out __hrtimer_next_event_base()
Anna-Maria Gleixner
2018-01-16
1
-4
/
+16
*
|
|
|
hrtimer: Factor out __hrtimer_start_range_ns()
Anna-Maria Gleixner
2018-01-16
1
-20
/
+24
*
|
|
|
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
Anna-Maria Gleixner
2018-01-16
1
-3
/
+3
*
|
|
|
hrtimer: Make remote enqueue decision less restrictive
Anna-Maria Gleixner
2018-01-16
1
-1
/
+1
*
|
|
|
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
2018-01-16
3
-19
/
+14
*
|
|
|
hrtimer: Unify hrtimer removal handling
Anna-Maria Gleixner
2018-01-16
1
-6
/
+4
*
|
|
|
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
Anna-Maria Gleixner
2018-01-16
1
-32
/
+28
*
|
|
|
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
2018-01-16
1
-67
/
+62
*
|
|
|
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
2018-01-16
1
-10
/
+2
*
|
|
|
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
2018-01-16
1
-20
/
+6
*
|
|
|
hrtimer: Use accesor functions instead of direct access
Anna-Maria Gleixner
2018-01-16
1
-2
/
+2
*
|
|
|
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
2018-01-16
1
-16
/
+15
*
|
|
|
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
2018-01-16
1
-15
/
+13
*
|
|
|
hrtimer: Switch 'for' loop to _ffs() evaluation
Anna-Maria Gleixner
2018-01-16
1
-10
/
+21
*
|
|
|
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
2018-01-16
1
-7
/
+9
*
|
|
|
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
2018-01-16
1
-1
/
+6
*
|
|
|
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
2018-01-16
1
-4
/
+5
*
|
|
|
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
2018-01-16
1
-6
/
+6
*
|
|
|
hrtimer: Correct blatantly incorrect comment
Thomas Gleixner
2018-01-16
1
-3
/
+3
*
|
|
|
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
2018-01-16
4
-61
/
+60
*
|
|
|
Merge branch 'timers/urgent' into timers/core, to pick up dependent fix
Ingo Molnar
2018-01-16
1
-1
/
+1
|
\
|
|
|
|
*
|
|
timers: Unconditionally check deferrable base
Thomas Gleixner
2018-01-14
1
-1
/
+1
|
|
/
/
*
|
|
posix-cpu-timers: Make set_process_cpu_timer() more robust
Max R. P. Grossmann
2018-01-14
1
-2
/
+1
*
|
|
posix-timers: Prevent UB from shifting negative signed value
Nick Desaulniers
2018-01-04
2
-3
/
+3
|
/
/
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-12-31
2
-13
/
+41
|
\
\
|
*
|
timers: Invoke timer_start_debug() where it makes sense
Thomas Gleixner
2017-12-29
1
-2
/
+2
|
*
|
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
Thomas Gleixner
2017-12-29
1
-2
/
+17
|
*
|
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
2017-12-29
1
-0
/
+15
|
*
|
timers: Use deferrable base independent of base::nohz_active
Anna-Maria Gleixner
2017-12-29
1
-9
/
+7
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-12-31
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATION
Paul E. McKenney
2017-12-18
1
-0
/
+1
*
|
|
cpufreq: schedutil: Use idle_calls counter of the remote CPU
Joel Fernandes
2017-12-28
1
-0
/
+13
|
/
/
*
/
posix-timer: Properly check sigevent->sigev_notify
Thomas Gleixner
2017-12-15
1
-12
/
+17
|
/
*
Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...
Thomas Gleixner
2017-11-23
2
-20
/
+25
|
\
|
*
timer: Pass function down to initialization routines
Kees Cook
2017-11-21
1
-6
/
+15
[next]