summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-06-16kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson
2024-06-16kdb: Merge identical case statements in kdb_read()Daniel Thompson
2024-06-16kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson
2024-06-16kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson
2024-06-16kdb: Fix buffer overflow during tab-completeDaniel Thompson
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-06-12dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin
2024-06-12dma-mapping: benchmark: fix node id validationFedor Pchelkin
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li
2024-06-12sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-06-12kernel/numa.c: Move logging out of numa.hKent Overstreet
2024-06-12sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-06-12rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin
2024-06-12rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin
2024-06-12softirq: Fix suspicious RCU usage in __do_softirq()Zqiang
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
2024-06-12sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov
2024-06-12ring-buffer: Fix a race between readers and resize checksPetr Pavlu
2024-06-12ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian
2024-05-17timers: Rename del_timer() to timer_delete()Thomas Gleixner
2024-05-17timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner
2024-05-17bpf: Check bloom filter map value sizeAndrei Matei
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-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson
2024-05-02fork: defer linking file vma until vma is fully initializedMiaohe Lin
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-13dma-direct: Leak pages on dma_set_decrypted() failureRick Edgecombe
2024-04-13panic: Flush kernel log buffer at the endJohn Ogness
2024-04-10bpf: Protect against int overflow for stack access sizeAndrei Matei
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-03entry: Respect changes to system call number by trace_sys_enter()André Rösti
2024-04-03tracing: Use .flush() call to wake up readersSteven 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: Fix resetting of shortest_fullSteven Rostedt (Google)
2024-04-03ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)
2024-04-03ring-buffer: Fix waking up ring buffer readersSteven 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-04-03timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner
2024-04-03timers: Use del_timer_sync() even on UPThomas Gleixner