summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre1-0/+1
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre1-1/+1
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev1-0/+2
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev1-2/+5
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler1-1/+1
2019-01-17bpf: fix a (false) compiler warningPeter Oskolkov1-1/+2
2019-01-17bpf: btf: support 128 bit integer typeYonghong Song1-19/+85
2019-01-17livepatch: Remove signal sysfs attributeMiroslav Benes3-74/+41
2019-01-17livepatch: Send a fake signal periodicallyMiroslav Benes1-3/+13
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig1-0/+2
2019-01-15seccomp: fix UAF in user-trap codeTycho Andersen1-0/+4
2019-01-15Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+9
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-22/+88
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi1-3/+9
2019-01-15posix-cpu-timers: Remove private interval storageThomas Gleixner1-7/+6
2019-01-15Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-0/+1
2019-01-15posix-cpu-timers: Unbreak timer rearmingThomas Gleixner1-0/+1
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana1-0/+3
2019-01-15time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney2-30/+29
2019-01-15genirq: Correctly annotate implicit fall throughMathieu Malaterre1-1/+1
2019-01-15genirq: Annotate implicit fall throughMathieu Malaterre1-0/+1
2019-01-15audit: hand taken context to audit_kill_trees for syscall loggingRichard Guy Briggs3-16/+19
2019-01-15audit: give a clue what CONFIG_CHANGE op was involvedRichard Guy Briggs1-2/+5
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-12umh: add exit routine for UMH processTaehee Yoo2-2/+32
2019-01-11livepatch: Remove ordering (stacking) of the livepatchesPetr Mladek1-4/+0
2019-01-11livepatch: Remove Nop structures when unusedPetr Mladek5-9/+76
2019-01-11livepatch: Add atomic replaceJason Baron4-8/+236
2019-01-11livepatch: Use lists to manage patches, objects and functionsJason Baron1-2/+7
2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek3-193/+108
2019-01-11livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek3-6/+9
2019-01-11livepatch: Consolidate klp_free functionsPetr Mladek1-45/+92
2019-01-11livepatch: Shuffle klp_enable_patch()/klp_disable_patch() codePetr Mladek1-164/+166
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek4-15/+17
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song1-6/+6
2019-01-11LSM: generalize flag passing to security_capableMicah Morton2-11/+15
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu1-1/+2
2019-01-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2019-01-09fork, memcg: fix cached_stacks caseShakeel Butt1-0/+1
2019-01-09SELinux: Remove cred security blob poisoningCasey Schaufler1-13/+0
2019-01-08fork: record start_time lateDavid Herrmann1-2/+11
2019-01-07Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-18/+18
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-117/+11
2019-01-06bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann1-13/+48
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+5
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada6-17/+13
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-21/+52
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig1-6/+7
2019-01-05kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-05kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1