summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-01-17tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler
2019-01-17bpf: fix a (false) compiler warningPeter Oskolkov
2019-01-16bpf: btf: support 128 bit integer typeYonghong Song
2019-01-16livepatch: Remove signal sysfs attributeMiroslav Benes
2019-01-16livepatch: Send a fake signal periodicallyMiroslav Benes
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig
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-15posix-cpu-timers: Remove private interval storageThomas Gleixner
2019-01-15Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2019-01-15posix-cpu-timers: Unbreak timer rearmingThomas Gleixner
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana
2019-01-15time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney
2019-01-15genirq: Correctly annotate implicit fall throughMathieu Malaterre
2019-01-15genirq: Annotate implicit fall throughMathieu Malaterre
2019-01-14audit: hand taken context to audit_kill_trees for syscall loggingRichard Guy Briggs
2019-01-14audit: give a clue what CONFIG_CHANGE op was involvedRichard Guy Briggs
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-11livepatch: Remove ordering (stacking) of the livepatchesPetr Mladek
2019-01-11livepatch: Remove Nop structures when unusedPetr Mladek
2019-01-11livepatch: Add atomic replaceJason Baron
2019-01-11livepatch: Use lists to manage patches, objects and functionsJason Baron
2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek
2019-01-11livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek
2019-01-11livepatch: Consolidate klp_free functionsPetr Mladek
2019-01-11livepatch: Shuffle klp_enable_patch()/klp_disable_patch() codePetr Mladek
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song
2019-01-10LSM: generalize flag passing to security_capableMicah Morton
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-08SELinux: Remove cred security blob poisoningCasey Schaufler
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