summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Fix selection of wake_cpu in kick_pool()Sven Schnelle12 days1-2/+6
* bpf: Check bloom filter map value sizeAndrei Matei12 days1-0/+13
* swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=yWill Deacon12 days1-0/+1
* bpf: Fix a verifier verbose messageAnton Protopopov12 days1-2/+1
* bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)2024-05-021-1/+1
* sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan2024-05-021-6/+12
* sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding2024-05-021-5/+6
* sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding2024-05-021-3/+2
* mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)2024-05-021-3/+2
* cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson2024-05-021-2/+2
* fork: defer linking file vma until vma is fully initializedMiaohe Lin2024-04-271-16/+17
* sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers2024-04-271-6/+14
* x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson2024-04-171-1/+2
* kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian2024-04-171-6/+12
* tracing: hide unused ftrace_event_id_fopsArnd Bergmann2024-04-171-0/+4
* PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen2024-04-171-0/+6
* ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)2024-04-171-3/+3
* ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li2024-04-131-1/+1
* rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()Zqiang2024-04-131-1/+1
* dma-direct: Leak pages on dma_set_decrypted() failureRick Edgecombe2024-04-131-4/+5
* dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-04-131-1/+0
* panic: Flush kernel log buffer at the endJohn Ogness2024-04-131-0/+8
* printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness2024-04-131-2/+1
* bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-04-102-5/+34
* bpf: put uprobe link's path and task in release callbackAndrii Nakryiko2024-04-101-3/+3
* kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-04-101-1/+1
* bpf: Protect against int overflow for stack access sizeAndrei Matei2024-04-101-0/+5
* Revert "workqueue.c: Increase workqueue name length"Greg Kroah-Hartman2024-04-041-6/+2
* Revert "workqueue: Move pwq->max_active to wq->max_active"Greg Kroah-Hartman2024-04-041-66/+67
* Revert "workqueue: Factor out pwq_is_empty()"Greg Kroah-Hartman2024-04-041-9/+4
* Revert "workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate...Greg Kroah-Hartman2024-04-041-25/+6
* Revert "workqueue: Move nr_active handling into helpers"Greg Kroah-Hartman2024-04-041-67/+19
* Revert "workqueue: Make wq_adjust_max_active() round-robin pwqs while activat...Greg Kroah-Hartman2024-04-041-19/+12
* Revert "workqueue: RCU protect wq->dfl_pwq and implement accessors for it"Greg Kroah-Hartman2024-04-041-40/+24
* Revert "workqueue: Introduce struct wq_node_nr_active"Greg Kroah-Hartman2024-04-041-135/+7
* Revert "workqueue: Implement system-wide nr_active enforcement for unbound wo...Greg Kroah-Hartman2024-04-041-309/+32
* Revert "workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_nod...Greg Kroah-Hartman2024-04-041-1/+1
* Revert "workqueue: Shorten events_freezable_power_efficient name"Greg Kroah-Hartman2024-04-041-1/+1
* crash: use macro to add crashk_res into iomem early for specific archBaoquan He2024-04-031-0/+8
* genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki2024-04-031-2/+7
* ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)2024-04-031-13/+21
* prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss2024-04-031-2/+5
* printk: Update @console_may_schedule in console_trylock_spinning()John Ogness2024-04-031-0/+6
* swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon2024-04-031-2/+9
* swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon2024-04-031-1/+3
* swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon2024-04-031-12/+14
* entry: Respect changes to system call number by trace_sys_enter()André Rösti2024-04-031-1/+7
* Fix memory leak in posix_clock_open()Linus Torvalds2024-04-031-7/+9
* Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-04-031-0/+5
* workqueue: Shorten events_freezable_power_efficient nameAudra Mitchell2024-04-031-1/+1