index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-08
seccomp: Audit attempts to modify the actions_logged sysctl
Tyler Hicks
2
-9
/
+69
2018-05-08
seccomp: Configurable separator for the actions_logged string
Tyler Hicks
1
-6
/
+7
2018-05-08
seccomp: Separate read and write code for actions_logged sysctl
Tyler Hicks
1
-22
/
+38
2018-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-214
/
+566
2018-05-07
rdmacg: Convert to use match_string() helper
Andy Shevchenko
1
-19
/
+16
2018-05-06
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-19
/
+44
2018-05-05
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
18
-166
/
+186
2018-05-04
Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
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
bpf, xskmap: fix crash in xsk_map_alloc error path handling
Daniel Borkmann
1
-0
/
+2
2018-05-04
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
1
-2
/
+2
2018-05-04
bpf: replace map pointer loads before calling into offloads
Jakub Kicinski
1
-5
/
+5
2018-05-04
bpf: export bpf_event_output()
Jakub Kicinski
1
-0
/
+1
2018-05-04
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
1
-0
/
+2
2018-05-04
bpf: offload: allow offloaded programs to use perf event arrays
Jakub Kicinski
1
-2
/
+4
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
19
-168
/
+144
2018-05-04
bpf: add faked "ending" subprog
Jiong Wang
1
-20
/
+14
2018-05-04
bpf: centre subprog information fields
Jiong Wang
1
-30
/
+32
2018-05-04
bpf: unify main prog and subprog
Jiong Wang
1
-26
/
+31
2018-05-04
locking/mutex: Optimize __mutex_trylock_fast()
Peter Zijlstra
1
-1
/
+2
2018-05-04
sched/core: Don't schedule threads on pre-empted vCPUs
Rohit Jain
1
-0
/
+3
2018-05-04
sched/fair: Avoid calling sync_entity_load_avg() unnecessarily
Viresh Kumar
1
-9
/
+7
2018-05-04
sched/fair: Rearrange select_task_rq_fair() to optimize it
Viresh Kumar
1
-21
/
+16
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-03
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
2
-88
/
+32
2018-05-04
bpf: fix possible spectre-v1 in find_and_alloc_map()
Mark Rutland
1
-3
/
+6
2018-05-03
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
3
-2
/
+248
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
tracing: Remove PPC32 wart from config TRACING_SUPPORT
Michael Ellerman
1
-5
/
+1
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/git/rostedt/linux-trace
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
2018-05-02
bpf: sockmap, fix scatterlist update on error path in send with apply
John Fastabend
1
-2
/
+3
2018-05-02
aio: implement io_pgetevents
Christoph Hellwig
1
-0
/
+2
[prev]
[next]