summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-8/+8
2024-06-12kheaders: use `command -v` to test for existence of `cpio`Miguel Ojeda1-1/+6
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-06-12dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin1-2/+1
2024-06-12dma-mapping: benchmark: fix node id validationFedor Pchelkin1-1/+2
2024-06-12dma-mapping: benchmark: fix up kthread-related error handlingFedor Pchelkin1-6/+10
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher3-12/+24
2024-06-12tracing/probes: fix error check in parse_btf_field()Carlos López1-0/+4
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li1-0/+2
2024-06-12eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-0/+12
2024-06-12sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2-2/+2
2024-06-12tracing/user_events: Fix non-spaced field matchingBeau Belgrave1-1/+75
2024-06-12tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave1-48/+59
2024-06-12tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave1-14/+22
2024-06-12kernel/numa.c: Move logging out of numa.hKent Overstreet2-0/+27
2024-06-12bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev1-0/+5
2024-06-12bpf: Fix verifier assumptions about socket->skAlexei Starovoitov1-5/+18
2024-06-12bpf: prevent r10 register from being marked as preciseAndrii Nakryiko1-2/+4
2024-06-12sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde1-19/+34
2024-06-12rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin1-1/+2
2024-06-12rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin1-1/+1
2024-06-12softirq: Fix suspicious RCU usage in __do_softirq()Zqiang1-4/+8
2024-06-12sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov1-1/+6
2024-06-12cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson1-4/+10
2024-06-12ring-buffer: Fix a race between readers and resize checksPetr Pavlu1-0/+9
2024-06-12ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-16/+23
2024-05-17workqueue: Fix selection of wake_cpu in kick_pool()Sven Schnelle1-2/+6
2024-05-17bpf: Check bloom filter map value sizeAndrei Matei1-0/+13
2024-05-17swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=yWill Deacon1-0/+1
2024-05-17bpf: Fix a verifier verbose messageAnton Protopopov1-2/+1
2024-05-02bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)1-1/+1
2024-05-02sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan1-6/+12
2024-05-02sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding1-5/+6
2024-05-02sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding1-3/+2
2024-05-02mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-3/+2
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-2/+2
2024-05-02fork: defer linking file vma until vma is fully initializedMiaohe Lin1-9/+9
2024-05-02mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2024-04-27sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers1-6/+14
2024-04-17x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson1-1/+2
2024-04-17kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian1-6/+12
2024-04-17tracing: hide unused ftrace_event_id_fopsArnd Bergmann1-0/+4
2024-04-17PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen1-0/+6
2024-04-17ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)1-3/+3
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li1-1/+1
2024-04-13rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()Zqiang1-1/+1
2024-04-13dma-direct: Leak pages on dma_set_decrypted() failureRick Edgecombe1-4/+5
2024-04-13panic: Flush kernel log buffer at the endJohn Ogness1-0/+8
2024-04-13printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness1-2/+1