summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-04-04Revert "workqueue: Implement system-wide nr_active enforcement for unbound wo...Greg Kroah-Hartman
2024-04-04Revert "workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_nod...Greg Kroah-Hartman
2024-04-04Revert "workqueue: Shorten events_freezable_power_efficient name"Greg Kroah-Hartman
2024-04-03crash: use macro to add crashk_res into iomem early for specific archBaoquan He
2024-04-03genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki
2024-04-03ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)
2024-04-03prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss
2024-04-03printk: Update @console_may_schedule in console_trylock_spinning()John Ogness
2024-04-03swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon
2024-04-03swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon
2024-04-03swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon
2024-04-03entry: Respect changes to system call number by trace_sys_enter()André Rösti
2024-04-03Fix memory leak in posix_clock_open()Linus Torvalds
2024-04-03Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers
2024-04-03workqueue: Shorten events_freezable_power_efficient nameAudra Mitchell
2024-04-03tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)
2024-04-03ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)
2024-04-03ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)
2024-04-03ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)
2024-04-03serial: Lock console when calling into driver before registrationPeter Collingbourne
2024-04-03PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah
2024-04-03bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)
2024-03-26printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness
2024-03-26printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai
2024-03-26modules: wait do_free_init correctlyChangbin Du
2024-03-26bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan