index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-21
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Linus Torvalds
3
-9
/
+94
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-34
/
+84
2018-05-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+8
2018-05-20
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-7
/
+4
2018-05-19
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
1
-3
/
+56
2018-05-18
sched/deadline: Make the grub_reclaim() function static
Mathieu Malaterre
1
-1
/
+1
2018-05-18
sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...
Mathieu Malaterre
3
-6
/
+3
2018-05-17
bpf: fix truncated jump targets on heavy expansions
Daniel Borkmann
1
-25
/
+75
2018-05-18
bpf: parse and verdict prog attach may race with bpf map update
John Fastabend
1
-3
/
+3
2018-05-18
bpf: sockmap update rollback on error can incorrectly dec prog refcnt
John Fastabend
1
-6
/
+6
2018-05-16
locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...
Waiman Long
1
-0
/
+2
2018-05-16
locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
Waiman Long
3
-21
/
+28
2018-05-15
tick/broadcast: Use for_each_cpu() specially on UP kernels
Dexuan Cui
1
-0
/
+8
2018-05-13
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-67
/
+91
2018-05-13
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-56
/
+1
2018-05-12
Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...
Mel Gorman
1
-56
/
+1
2018-05-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+5
2018-05-11
init: fix false positives in W+X checking
Jeffrey Hugo
1
-0
/
+5
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-5
/
+14
2018-05-11
Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+3
2018-05-11
Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-14
/
+2
2018-05-11
tracing: Fix regex_match_front() to not over compare the test string
Steven Rostedt (VMware)
1
-0
/
+3
2018-05-10
compat: fix 4-byte infoleak via uninitialized struct field
Jann Horn
1
-0
/
+1
2018-05-09
cpufreq: schedutil: Avoid using invalid next_freq
Rafael J. Wysocki
1
-1
/
+2
2018-05-09
cpufreq: schedutil: remove stale comment
Juri Lelli
1
-13
/
+0
2018-05-06
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-19
/
+44
2018-05-04
Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+3
2018-05-05
perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
Peter Zijlstra
1
-2
/
+5
2018-05-05
sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
Peter Zijlstra
1
-2
/
+5
2018-05-05
sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
Peter Zijlstra
1
-1
/
+6
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+14
2018-05-05
seccomp: Move speculation migitation control to arch code
Thomas Gleixner
1
-13
/
+2
2018-05-05
seccomp: Add filter flag to opt-out of SSB mitigation
Kees Cook
1
-8
/
+11
2018-05-05
seccomp: Use PR_SPEC_FORCE_DISABLE
Thomas Gleixner
1
-1
/
+1
2018-05-04
sched/core: Introduce set_special_state()
Peter Zijlstra
2
-18
/
+16
2018-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-29
/
+77
2018-05-03
bpf: use array_index_nospec in find_prog_type
Daniel Borkmann
1
-2
/
+8
2018-05-04
bpf: fix possible spectre-v1 in find_and_alloc_map()
Mark Rutland
1
-3
/
+6
2018-05-03
tracing: Fix the file mode of stack tracer
Zhengyuan Liu
1
-1
/
+1
2018-05-03
ftrace: Have set_graph_* files have normal file modes
Chen LinX
1
-2
/
+2
2018-05-03
seccomp: Enable speculation flaw mitigations
Kees Cook
1
-0
/
+17
2018-05-03
nospec: Allow getting/setting on non-current task
Kees Cook
1
-4
/
+5
2018-05-03
prctl: Add speculation control prctls
Thomas Gleixner
1
-0
/
+22
2018-05-03
kthread, sched/wait: Fix kthread_parkme() completion issue
Peter Zijlstra
2
-35
/
+40
2018-05-03
kthread, sched/wait: Fix kthread_parkme() wait-loop
Peter Zijlstra
1
-3
/
+4
2018-05-03
sched/fair: Fix the update of blocked load when newly idle
Vincent Guittot
1
-1
/
+1
2018-05-03
stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
Peter Zijlstra
1
-5
/
+14
2018-05-02
Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-27
/
+31
2018-05-02
bpf: sockmap, fix error handling in redirect failures
John Fastabend
1
-16
/
+12
2018-05-02
bpf: sockmap, zero sg_size on error when buffer is released
John Fastabend
1
-4
/
+11
[next]