summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-01-25LSM: add SafeSetID module that gates setid callsMicah Morton-5/+24
2019-01-22capabilities:: annotate implicit fall throughMathieu Malaterre-3/+1
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris-33/+141
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+24
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann-2/+15
2019-01-18Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre-0/+1
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre-1/+1
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev-0/+2
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev-2/+5
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig-0/+2
2019-01-15seccomp: fix UAF in user-trap codeTycho Andersen-0/+4
2019-01-16Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-3/+9
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-22/+88
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi-3/+9
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer-1/+2
2019-01-11umh: add exit routine for UMH processTaehee Yoo-2/+32
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song-6/+6
2019-01-10LSM: generalize flag passing to security_capableMicah Morton-11/+15
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu-1/+2
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2019-01-08fork, memcg: fix cached_stacks caseShakeel Butt-0/+1
2019-01-08SELinux: Remove cred security blob poisoningCasey Schaufler-13/+0
2019-01-08fork: record start_time lateDavid Herrmann-2/+11
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-18/+18
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-117/+11
2019-01-05bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann-13/+48
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada-1/+5
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada-17/+13
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-21/+52
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig-6/+7
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso-3/+3
2019-01-04kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso-1/+1
2019-01-04kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell-1/+1
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang-1/+9
2019-01-04panic: add options to print system info when panic happensFeng Tang-0/+28
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang-5/+0
2019-01-04kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa-4/+4
2019-01-04kernel/hung_task.c: force console verbose before panicLiu, Chuansheng-7/+5
2019-01-04proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin-0/+2
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds-8/+4
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig-4/+0
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig-55/+0
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig-39/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig-13/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-42/+47
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-78/+312
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-1/+57
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann-6/+179
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann-1/+5