summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2024-03-13swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZEWill Deacon
2024-03-13swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon
2024-03-13swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon
2024-03-13swiotlb: Enforce page alignment in swiotlb_alloc()Will Deacon
2024-03-13swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon
2024-03-13Merge tag 'dma-mapping-6.9-2024-03-11' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-03-12Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12Merge tag 'audit-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12watchdog/core: remove sysctl handlers from public headerThomas Weißschuh
2024-03-12tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)
2024-03-12ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)
2024-03-12ring-buffer: Reuse rb_watermark_hit() for the poll logicSteven Rostedt (Google)
2024-03-12ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)
2024-03-12ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)
2024-03-12entry: Respect changes to system call number by trace_sys_enter()André Rösti
2024-03-12sched/balancing: Fix a couple of outdated function names in commentsIngo Molnar
2024-03-12sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()Ingo Molnar
2024-03-12sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()Ingo Molnar
2024-03-12sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...Ingo Molnar
2024-03-12sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar
2024-03-12sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...Ingo Molnar
2024-03-12sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()Ingo Molnar
2024-03-12sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()Ingo Molnar
2024-03-12sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar
2024-03-12sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar
2024-03-12sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()Ingo Molnar
2024-03-12sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...Ingo Molnar
2024-03-12sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...Ingo Molnar
2024-03-12sched/balancing: Update run_rebalance_domains() commentsIngo Molnar
2024-03-12sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICKIngo Molnar
2024-03-12sched/balancing: Change comment formatting to not overlap Git conflict marker...Ingo Molnar
2024-03-12sched/debug: Increase SCHEDSTAT_VERSION to 16Ingo Molnar
2024-03-12sched/balancing: Change 'enum cpu_idle_type' to have more natural definitionsIngo Molnar
2024-03-12sched/balancing: Remove reliance on 'enum cpu_idle_type' ordering when iterat...Shrikanth Hegde
2024-03-12sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' spinlock into an 'at...Ingo Molnar
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko
2024-03-11bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov