summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-05-19ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon
2020-05-18scs: Move accounting into alloc/free functionsWill Deacon
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon
2020-05-18Revert "docs: sysctl/kernel: document ngroups_max"Jonathan Corbet
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15docs: sysctl/kernel: document ngroups_maxStephen Kitt
2020-05-15scs: Add support for stack usage debuggingSami Tolvanen
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann
2020-05-14bpf: Enforce returning 0 for fentry/fexit progsYonghong Song
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko
2020-05-14Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-14ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-12kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu
2020-05-12kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu
2020-05-12kprobes: Lock kprobe_mutex while showing kprobe_blacklistMasami Hiramatsu
2020-05-11tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-08umh: fix memory leak on execve failureVincent Minet
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-05-08Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-08fork: prevent accidental access to clone3 featuresChristian Brauner
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers
2020-05-07kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski
2020-05-07Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-05-07tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney
2020-05-07rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney
2020-05-07rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney
2020-05-07rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney
2020-05-07cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-05-06tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu
2020-05-06tracing/boottime: Fix kprobe event API usageMasami Hiramatsu
2020-05-06tracing/kprobes: Fix a double initialization typoMasami Hiramatsu
2020-04-30perf: Add cond_resched() to task_function_call()Barret Rhoden
2020-04-30bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun