summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-05-30sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-05-30sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-05-30tracing/user_events: Fix non-spaced field matchingBeau Belgrave
2024-05-30tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave
2024-05-30bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev
2024-05-30bpf: Fix verifier assumptions about socket->skAlexei Starovoitov
2024-05-30bpf: prevent r10 register from being marked as preciseAndrii Nakryiko
2024-05-30sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-05-30rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin
2024-05-30rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin
2024-05-30softirq: Fix suspicious RCU usage in __do_softirq()Zqiang
2024-05-30sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov
2024-05-30cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson
2024-05-30ring-buffer: Fix a race between readers and resize checksPetr Pavlu
2024-05-30ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian
2024-05-17workqueue: Fix selection of wake_cpu in kick_pool()Sven Schnelle
2024-05-17bpf: Check bloom filter map value sizeAndrei Matei
2024-05-17swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=yWill Deacon
2024-05-17bpf: Fix a verifier verbose messageAnton Protopopov
2024-05-02bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)
2024-05-02sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan
2024-05-02sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding
2024-05-02sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding
2024-05-02mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson
2024-04-27fork: defer linking file vma until vma is fully initializedMiaohe Lin
2024-04-27sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-17x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson
2024-04-17kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian
2024-04-17tracing: hide unused ftrace_event_id_fopsArnd Bergmann
2024-04-17PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen
2024-04-17ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li
2024-04-13rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()Zqiang
2024-04-13dma-direct: Leak pages on dma_set_decrypted() failureRick Edgecombe
2024-04-13dump_stack: Do not get cpu_sync for panic CPUJohn Ogness
2024-04-13panic: Flush kernel log buffer at the endJohn Ogness
2024-04-13printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness
2024-04-10bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko
2024-04-10bpf: put uprobe link's path and task in release callbackAndrii Nakryiko
2024-04-10kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-04-10bpf: Protect against int overflow for stack access sizeAndrei Matei
2024-04-04Revert "workqueue.c: Increase workqueue name length"Greg Kroah-Hartman
2024-04-04Revert "workqueue: Move pwq->max_active to wq->max_active"Greg Kroah-Hartman
2024-04-04Revert "workqueue: Factor out pwq_is_empty()"Greg Kroah-Hartman
2024-04-04Revert "workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate...Greg Kroah-Hartman
2024-04-04Revert "workqueue: Move nr_active handling into helpers"Greg Kroah-Hartman
2024-04-04Revert "workqueue: Make wq_adjust_max_active() round-robin pwqs while activat...Greg Kroah-Hartman
2024-04-04Revert "workqueue: RCU protect wq->dfl_pwq and implement accessors for it"Greg Kroah-Hartman
2024-04-04Revert "workqueue: Introduce struct wq_node_nr_active"Greg Kroah-Hartman