summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-01-15seccomp: fix UAF in user-trap codeTycho Andersen
2019-01-16Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer
2019-01-11umh: add exit routine for UMH processTaehee Yoo
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-08fork, memcg: fix cached_stacks caseShakeel Butt
2019-01-08fork: record start_time lateDavid Herrmann
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-01-05bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso
2019-01-04kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso
2019-01-04kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang
2019-01-04panic: add options to print system info when panic happensFeng Tang
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang
2019-01-04kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa
2019-01-04kernel/hung_task.c: force console verbose before panicLiu, Chuansheng
2019-01-04proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-30sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2018-12-30kdb: use bool for binary state indicatorsNicholas Mc Guire
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson