index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
alarmtimer: Switch over to generic set/get/rearm routine
Thomas Gleixner
2017-06-04
3
-110
/
+29
*
alarmtimer: Implement arm callback
Thomas Gleixner
2017-06-04
1
-0
/
+22
*
alarmtimer: Implement try_to_cancel callback
Thomas Gleixner
2017-06-04
1
-0
/
+10
*
alarmtimer: Implement remaining callback
Thomas Gleixner
2017-06-04
1
-9
/
+22
*
alarmtimer: Implement forward callback
Thomas Gleixner
2017-06-04
1
-0
/
+13
*
alarmtimer: Implement timer_rearm() callback
Thomas Gleixner
2017-06-04
1
-1
/
+14
*
posix-timers: Make use of cancel/arm callbacks
Thomas Gleixner
2017-06-04
1
-81
/
+100
*
posix-timers: Add cancel/arm callbacks
Thomas Gleixner
2017-06-04
1
-0
/
+3
*
posix-timers: Zero settings value in common code
Thomas Gleixner
2017-06-04
2
-6
/
+2
*
posix-timers: Make use of forward/remaining callbacks
Thomas Gleixner
2017-06-04
1
-15
/
+49
*
posix-timers: Add forward/remaining callbacks
Thomas Gleixner
2017-06-04
1
-0
/
+2
*
posix-timers: Add active flag to k_itimer
Thomas Gleixner
2017-06-04
1
-1
/
+7
*
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
Thomas Gleixner
2017-06-04
3
-10
/
+11
*
posix-timers: Rename do_schedule_next_timer
Thomas Gleixner
2017-06-04
3
-7
/
+7
*
posix-timers: Add timer_rearm() callback
Thomas Gleixner
2017-06-04
1
-15
/
+18
*
posix-timers: Store k_clock pointer in k_itimer
Thomas Gleixner
2017-06-04
2
-3
/
+6
*
posix-timers: Move interval out of the union
Thomas Gleixner
2017-06-04
2
-17
/
+16
*
posix-timers: Unify overrun/requeue_pending handling
Thomas Gleixner
2017-06-04
2
-18
/
+15
*
posix-timers: Move posix-timer internals to core
Thomas Gleixner
2017-06-04
5
-0
/
+36
*
posix-timers: Avoid gazillions of forward declarations
Thomas Gleixner
2017-06-04
1
-101
/
+89
*
posix-clocks: Remove interval timer facility and mmap/fasync callbacks
Thomas Gleixner
2017-06-04
1
-113
/
+0
*
posix-timers: Remove unused export of posix_timer_event()
Thomas Gleixner
2017-06-04
1
-1
/
+0
*
alarmtimer: Remove pointless config conditional
Thomas Gleixner
2017-06-04
1
-2
/
+1
*
Merge branch 'timers/urgent' into WIP.timers
Thomas Gleixner
2017-06-04
14
-70
/
+114
|
\
|
*
alarmtimer: Rate limit periodic intervals
Thomas Gleixner
2017-06-04
1
-0
/
+8
|
*
alarmtimer: Prevent overflow of relative timers
Thomas Gleixner
2017-06-04
1
-3
/
+3
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-06-02
1
-0
/
+1
|
|
\
|
|
*
livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS
Miroslav Benes
2017-05-27
1
-0
/
+1
|
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-05-27
1
-8
/
+16
|
|
\
\
|
|
*
|
posix-timers: Make signal printks conditional
Thomas Gleixner
2017-05-23
1
-8
/
+16
|
*
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-05-27
1
-6
/
+18
|
|
\
\
\
|
|
*
|
|
futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()
Peter Zijlstra
2017-05-22
1
-6
/
+18
|
|
|
/
/
|
*
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-05-27
1
-5
/
+12
|
|
\
\
\
|
|
*
|
|
kthread: Fix use-after-free if kthread fork fails
Vegard Nossum
2017-05-22
1
-5
/
+12
|
*
|
|
|
Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-05-27
2
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
kprobes/x86: Fix to set RWX bits correctly before releasing trampoline
Masami Hiramatsu
2017-05-27
1
-1
/
+1
|
|
*
|
|
|
ftrace: Fix memory leak in ftrace_graph_release()
Luis Henriques
2017-05-27
1
-1
/
+1
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-05-26
4
-30
/
+29
|
|
\
\
\
\
|
|
*
|
|
|
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
2017-05-25
3
-0
/
+3
|
|
*
|
|
|
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
2017-05-25
1
-21
/
+16
|
|
*
|
|
|
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
2017-05-25
1
-9
/
+10
|
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-05-24
1
-7
/
+13
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
ptrace: Properly initialize ptracer_cred on fork
Eric W. Biederman
2017-05-23
1
-7
/
+13
|
*
|
|
|
|
Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-05-23
2
-5
/
+4
|
|
\
\
\
\
\
|
|
|
\
\
\
\
|
|
|
\
\
\
\
|
|
*
-
.
\
\
\
\
Merge branches 'pm-sleep' and 'powercap'
Rafael J. Wysocki
2017-05-22
1
-1
/
+1
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
PM / hibernate: Declare variables as static
Pushkar Jambhlekar
2017-05-14
1
-1
/
+1
|
|
|
|
|
|
|
|
|
|
|
|
\
\
\
\
\
\
|
|
|
\
\
\
\
\
\
|
|
|
\
\
\
\
\
\
|
|
*
-
-
-
.
\
\
\
\
\
\
Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'
Rafael J. Wysocki
2017-05-22
1
-4
/
+3
|
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
cpufreq: schedutil: use now as reference when aggregating shared policy requests
Juri Lelli
2017-05-05
1
-4
/
+3
|
*
|
|
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-05-22
1
-4
/
+8
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
net: Make IP alignment calulations clearer.
David S. Miller
2017-05-22
1
-4
/
+8
[next]