summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-04-25bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-25kernel: always initialize task->pf_io_worker to NULLStefan Metzmacher
2021-04-25Merge tag 'locking_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-25Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan
2021-04-24Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2021-04-23bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STRFlorent Revest
2021-04-23bpf: Notify user if we ever hit a bpf_snprintf verifier bugFlorent Revest
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-23signal, perf: Add missing TRAP_PERF case in siginfo_layout()Marco Elver
2021-04-22landlock: Add syscall implementationsMickaël Salaün
2021-04-22irqdomain: Drop references to recusive irqdomain setupMarc Zyngier
2021-04-22irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier
2021-04-22Merge branch 'kvm-arm64/kill_oprofile_dependency' into kvmarm-master/nextMarc Zyngier
2021-04-22kcsan: Fix printk format stringArnd Bergmann
2021-04-22perf: Get rid of oprofile leftoversMarc Zyngier
2021-04-21cpumask/hotplug: Fix cpu_dying() state trackingPeter Zijlstra
2021-04-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-04-21sched/debug: Fix cgroup_path[] serializationWaiman Long
2021-04-21sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner
2021-04-20Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-20capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn
2021-04-20tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)
2021-04-20sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar
2021-04-19bpf: Refine retval for bpf_get_task_stack helperDave Marchevsky
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest
2021-04-19bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest
2021-04-19Revert "gcov: clang: fix clang-11+ build"Linus Torvalds
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang
2021-04-19preempt/dynamic: Fix typo in macro conditional statementZhouyi Zhou
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-04-17posix-timers: Preserve return value in clock_adjtime32()Chen Jun
2021-04-17locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra
2021-04-16gcov: clang: fix clang-11+ buildJohannes Berg
2021-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-04-16bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-04-16bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-04-16bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-04-16bpf: Improve verifier error messages for usersDaniel Borkmann
2021-04-16bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-04-16bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-04-16bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann
2021-04-16bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann
2021-04-16cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io()Chunguang Xu