index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-01-25
LSM: add SafeSetID module that gates setid calls
Micah Morton
-5
/
+24
2019-01-22
capabilities:: annotate implicit fall through
Mathieu Malaterre
-3
/
+1
2019-01-22
Merge tag 'v5.0-rc3' into next-general
James Morris
-33
/
+141
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-5
/
+24
2019-01-18
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
-2
/
+15
2019-01-18
Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+2
2019-01-17
bpf: Annotate implicit fall through in cgroup_dev_func_proto
Mathieu Malaterre
-0
/
+1
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
-1
/
+1
2019-01-17
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
-0
/
+2
2019-01-17
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
-2
/
+5
2019-01-16
swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit
Christoph Hellwig
-0
/
+2
2019-01-15
seccomp: fix UAF in user-trap code
Tycho Andersen
-0
/
+4
2019-01-16
Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
-3
/
+9
2019-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-22
/
+88
2019-01-15
tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()
Andrea Righi
-3
/
+9
2019-01-14
kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore
Jonathan Neuschäfer
-1
/
+2
2019-01-11
umh: add exit routine for UMH process
Taehee Yoo
-2
/
+32
2019-01-11
bpf: fix bpffs bitfield pretty print
Yonghong Song
-6
/
+6
2019-01-10
LSM: generalize flag passing to security_capable
Micah Morton
-11
/
+15
2019-01-10
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
-1
/
+2
2019-01-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-0
/
+1
2019-01-08
fork, memcg: fix cached_stacks case
Shakeel Butt
-0
/
+1
2019-01-08
SELinux: Remove cred security blob poisoning
Casey Schaufler
-13
/
+0
2019-01-08
fork: record start_time late
David Herrmann
-2
/
+11
2019-01-06
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
-18
/
+18
2019-01-06
Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-117
/
+11
2019-01-05
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
-13
/
+48
2019-01-06
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
-1
/
+5
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
-17
/
+13
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-21
/
+52
2019-01-05
dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations
Christoph Hellwig
-6
/
+7
2019-01-04
kernel/sched/: remove caller signal_pending branch predictions
Davidlohr Bueso
-3
/
+3
2019-01-04
kernel/locking/mutex.c: remove caller signal_pending branch predictions
Davidlohr Bueso
-1
/
+1
2019-01-04
kernel/kcov.c: mark write_comp_data() as notrace
Anders Roxell
-1
/
+1
2019-01-04
kernel/sysctl: add panic_print into sysctl
Feng Tang
-1
/
+9
2019-01-04
panic: add options to print system info when panic happens
Feng Tang
-0
/
+28
2019-01-04
fork: fix some -Wmissing-prototypes warnings
Yi Wang
-5
/
+0
2019-01-04
kernel/hung_task.c: break RCU locks based on jiffies
Tetsuo Handa
-4
/
+4
2019-01-04
kernel/hung_task.c: force console verbose before panic
Liu, Chuansheng
-7
/
+5
2019-01-04
proc/sysctl: fix return error for proc_doulongvec_minmax()
Cheng Lin
-0
/
+2
2019-01-04
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
-8
/
+4
2019-01-04
dma-mapping: remove a few unused exports
Christoph Hellwig
-4
/
+0
2019-01-04
dma-mapping: remove dmam_{declare,release}_coherent_memory
Christoph Hellwig
-55
/
+0
2019-01-04
dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs
Christoph Hellwig
-39
/
+0
2019-01-04
dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs
Christoph Hellwig
-13
/
+4
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
-42
/
+47
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-78
/
+312
2019-01-02
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
-1
/
+57
2019-01-02
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
-6
/
+179
2019-01-02
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
-1
/
+5
[next]