summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-05-14smp: Fix smp_call_function_single_async prototypeArnd Bergmann
2021-05-14bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko
2021-05-14bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo
2021-05-14bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann
2021-05-14bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann
2021-05-14kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-05-14sched/debug: Fix cgroup_path[] serializationWaiman Long
2021-05-14rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou
2021-05-14printk: limit second loop of syslog_print_allJohn Ogness
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider
2021-05-12tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)
2021-05-12tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-05-12kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada
2021-05-12futex: Do not apply time namespace adjustment on FUTEX_LOCK_PIThomas Gleixner
2021-05-12Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner
2021-05-12rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker
2021-05-12kcsan, debugfs: Move debugfs file creation out of early initMarco Elver
2021-05-12sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy
2021-05-12sched,fair: Alternative sched_slice()Peter Zijlstra
2021-05-12perf: Rework perf_event_exit_event()Peter Zijlstra
2021-05-12sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar
2021-05-12sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel
2021-05-12kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)
2021-05-12sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song
2021-05-12sched/pelt: Fix task util_est update filteringVincent Donnefort
2021-05-12sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort
2021-05-12genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov
2021-05-12posix-timers: Preserve return value in clock_adjtime32()Chen Jun
2021-05-12ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-05-07perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek
2021-05-07bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann
2021-05-07bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann
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-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-19Revert "gcov: clang: fix clang-11+ build"Linus Torvalds
2021-04-19preempt/dynamic: Fix typo in macro conditional statementZhouyi Zhou
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-04-17locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi
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