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-01-15
signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
1
-3
/
+6
2018-01-15
fork: Provide usercopy whitelisting for task_struct
Kees Cook
1
-2
/
+20
2018-01-15
fork: Define usercopy region in thread_stack slab caches
David Windsor
1
-2
/
+3
2018-01-15
fork: Define usercopy region in mm_struct slab caches
David Windsor
1
-1
/
+3
2018-01-15
ftrace/module: Move ftrace_release_mod() to ddebug_cleanup label
Namit Gupta
1
-6
/
+1
2018-01-15
tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y
Randy Dunlap
1
-1
/
+1
2018-01-15
ring-buffer: Bring back context level recursive checks
Steven Rostedt (VMware)
1
-17
/
+45
2018-01-15
staging: lustre: lnet: convert selftest to use workqueues
NeilBrown
1
-0
/
+1
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
3
-13
/
+226
2018-01-14
bpf: offload: factor out netdev checking at allocation time
Jakub Kicinski
1
-8
/
+20
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
1
-5
/
+5
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
7
-40
/
+16
2018-01-14
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
1
-16
/
+39
2018-01-14
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
1
-24
/
+23
2018-01-14
bpf: add map_alloc_check callback
Jakub Kicinski
1
-4
/
+13
2018-01-14
timers: Unconditionally check deferrable base
Thomas Gleixner
1
-1
/
+1
2018-01-14
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-01-14
posix-cpu-timers: Make set_process_cpu_timer() more robust
Max R. P. Grossmann
1
-2
/
+1
2018-01-14
futex: Prevent overflow by strengthen input validation
Li Jinyue
1
-0
/
+3
2018-01-14
futex: Avoid violating the 10th rule of futex
Peter Zijlstra
3
-23
/
+87
2018-01-14
bpf: fix divides by zero
Eric Dumazet
1
-2
/
+2
2018-01-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-01-13
kdump: write correct address of mem_section into vmcoreinfo
Kirill A. Shutemov
1
-1
/
+1
2018-01-12
error-injection: Support fault injection framework
Masami Hiramatsu
2
-0
/
+350
2018-01-12
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
5
-171
/
+9
2018-01-12
tracing/kprobe: bpf: Compare instruction pointer with original one
Masami Hiramatsu
2
-15
/
+7
2018-01-12
tracing/kprobe: bpf: Check error injectable event is on function entry
Masami Hiramatsu
4
-15
/
+16
2018-01-12
signal: Remove unnecessary ifdefs now that there is only one struct siginfo
Eric W. Biederman
1
-4
/
+0
2018-01-12
signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version
Eric W. Biederman
1
-4
/
+5
2018-01-12
signal: Clear si_sys_private before copying siginfo to userspace
Eric W. Biederman
1
-0
/
+3
2018-01-12
signal: Ensure no siginfo union member increases the size of struct siginfo
Eric W. Biederman
1
-0
/
+1
2018-01-12
signal: Ensure generic siginfos the kernel sends have all bits initialized
Eric W. Biederman
1
-1
/
+8
2018-01-12
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
Eric W. Biederman
1
-0
/
+4
2018-01-12
workqueue: avoid hard lockups in show_workqueue_state()
Sergey Senozhatsky
1
-0
/
+13
2018-01-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2018-01-12
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+0
2018-01-12
genirq/affinity: assign vectors to all possible CPUs
Christoph Hellwig
1
-15
/
+15
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-17
/
+114
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+16
2018-01-11
livepatch: add locking to force and signal functions
Miroslav Benes
1
-24
/
+28
2018-01-11
livepatch: Remove immediate feature
Miroslav Benes
2
-55
/
+6
2018-01-10
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
1
-3
/
+15
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-01-10
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
1
-1
/
+1
2018-01-10
cgroup: make cgroup.threads delegatable
Roman Gushchin
1
-0
/
+1
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-13
/
+100
2018-01-10
bpf: export function to write into verifier log buffer
Quentin Monnet
1
-4
/
+12
2018-01-10
sched/deadline: Make bandwidth enforcement scale-invariant
Juri Lelli
3
-6
/
+24
2018-01-10
sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMP
Juri Lelli
1
-3
/
+10
2018-01-10
sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter
Juri Lelli
2
-3
/
+3
[prev]
[next]