index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-05
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
1
-4
/
+4
2017-04-05
audit: Abstract hash key handling
Jan Kara
1
-11
/
+28
2017-04-04
tracing/kprobes: expose maxactive for kretprobe in kprobe_events
Alban Crequy
1
-6
/
+33
2017-04-04
printk: Correctly handle preemption in console_unlock()
Petr Mladek
1
-2
/
+6
2017-04-04
irq/affinity: Fix CPU spread for unbalanced nodes
Keith Busch
1
-9
/
+11
2017-04-04
rtmutex: Fix more prio comparisons
Peter Zijlstra
1
-3
/
+29
2017-04-04
rtmutex: Fix PI chain order integrity
Peter Zijlstra
2
-2
/
+28
2017-04-04
sched,tracing: Update trace_sched_pi_setprio()
Peter Zijlstra
1
-1
/
+1
2017-04-04
sched/rtmutex: Refactor rt_mutex_setprio()
Peter Zijlstra
2
-95
/
+83
2017-04-04
rtmutex: Clean up
Peter Zijlstra
3
-19
/
+18
2017-04-04
sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update
Xunlei Pang
1
-1
/
+1
2017-04-04
sched/rtmutex/deadline: Fix a PI crash for deadline tasks
Xunlei Pang
3
-8
/
+24
2017-04-04
rtmutex: Deboost before waking up the top waiter
Xunlei Pang
3
-32
/
+34
2017-04-04
Merge branch 'sched/core' into locking/core
Thomas Gleixner
12
-304
/
+648
2017-04-03
ftrace: Have init/main.c call ftrace directly to free init memory
Steven Rostedt (VMware)
1
-3
/
+4
2017-04-03
Merge 4.11-rc5 into tty-next
Greg Kroah-Hartman
2
-21
/
+30
2017-04-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-19
/
+27
2017-04-02
Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Al Viro
34
-496
/
+840
2017-04-01
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
1
-2
/
+25
2017-04-01
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
1
-20
/
+38
2017-04-01
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
1
-0
/
+1
2017-03-31
ftrace: Create separate t_func_next() to simplify the function / hash logic
Steven Rostedt (VMware)
1
-14
/
+31
2017-03-31
ftrace: Update func_pos in t_start() when all functions are enabled
Steven Rostedt (VMware)
1
-0
/
+1
2017-03-31
ftrace: Return NULL at end of t_start() instead of calling t_hash_start()
Steven Rostedt (VMware)
1
-1
/
+1
2017-03-31
ftrace: Assign iter->hash to filter or notrace hashes on seq read
Steven Rostedt (VMware)
1
-12
/
+9
2017-03-31
ftrace: Clean up __seq_open_private() return check
Steven Rostedt (VMware)
1
-11
/
+13
2017-03-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+3
2017-03-31
braille-console: Fix value returned by _braille_console_setup
Samuel Thibault
2
-10
/
+18
2017-03-31
timekeeping: Remove pointless conversion to bool
Nicholas Mc Guire
1
-2
/
+1
2017-03-31
Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
15
-104
/
+256
2017-03-30
livepatch: Reduce the time of finding module symbols
Zhou Chengming
1
-1
/
+4
2017-03-30
locking/ww-mutex: Limit stress test to 2 seconds
Chris Wilson
1
-9
/
+9
2017-03-30
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
11
-387
/
+584
2017-03-30
sched/fair: Optimize ___update_sched_avg()
Yuyang Du
1
-94
/
+118
2017-03-30
sched/fair: Explicitly generate __update_load_avg() instances
Peter Zijlstra
1
-18
/
+38
2017-03-28
new helper: uaccess_kernel()
Al Viro
1
-1
/
+1
2017-03-28
Backmerge tag 'v4.11-rc4' into drm-next
Dave Airlie
5
-341
/
+477
2017-03-28
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-16
/
+48
2017-03-28
LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...
Tetsuo Handa
1
-1
/
+6
2017-03-28
update to v4.11-rc4 due to memory corruption bug in rc2
James Morris
34
-496
/
+840
2017-03-27
audit: move audit_signal_info() into kernel/auditsc.c
Paul Moore
2
-19
/
+14
2017-03-27
cgroup: switch to BUG_ON()
Nicholas Mc Guire
1
-6
/
+3
2017-03-27
sched/clock: Fix broken stable to unstable transfer
Pavel Tatashin
1
-4
/
+5
2017-03-27
sched/fair: Prefer sibiling only if local group is under-utilized
Srikar Dronamraju
1
-3
/
+4
2017-03-26
lockdep: Fix per-cpu static objects
Peter Zijlstra
2
-1
/
+11
2017-03-25
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
3
-255
/
+399
2017-03-24
bpf: improve verifier packet range checks
Alexei Starovoitov
1
-2
/
+3
2017-03-25
Merge back schedutil governor updates for 4.12.
Rafael J. Wysocki
2
-23
/
+53
2017-03-24
tracing: Move trace_handle_return() out of line
Steven Rostedt (VMware)
1
-0
/
+12
2017-03-24
ftrace: Allow for function tracing to record init functions on boot up
Steven Rostedt (VMware)
1
-0
/
+44
[prev]
[next]