summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria
2020-05-18Revert "docs: sysctl/kernel: document ngroups_max"Jonathan Corbet
2020-05-18printk: fix global commentRandy Dunlap
2020-05-18genirq/irq_sim: Simplify the APIBartosz Golaszewski
2020-05-18irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski
2020-05-16blktrace: Report pid with note messagesJan Kara
2020-05-16bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson
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: Implement CAP_BPFAlexei Starovoitov
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-15rcu: constify sysrq_key_opEmil Velikov
2020-05-15kernel/power: constify sysrq_key_opEmil Velikov
2020-05-15kdb: constify sysrq_key_opEmil Velikov
2020-05-14xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-14bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko
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-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song
2020-05-13rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso
2020-05-13rcuwait: Fix stale wake call name in commentDavidlohr Bueso
2020-05-13nsproxy: attach to namespaces via pidfdsChristian Brauner
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-12sched: Make scheduler_ipi inlineThomas Gleixner
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)
2020-05-11tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)
2020-05-11bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva