summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-03-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)-10/+8
2024-03-16timer/migration: Remove buggy early return on deactivationFrederic Weisbecker-20/+0
2024-03-15bpf: Clarify bpf_arena comments.Alexei Starovoitov-7/+18
2024-03-15printk: Update @console_may_schedule in console_trylock_spinning()John Ogness-0/+6
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-0/+1
2024-03-14bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy-3/+9
2024-03-14bpf: preserve sleepable bit in subprog infoAndrii Nakryiko-0/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-52/+68
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-843/+965
2024-03-14Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-76/+125
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-168/+433
2024-03-14bpf: Temporarily disable atomic operations in BPF arenaPuranjay Mohan-1/+9
2024-03-14sched/fair: Fix typos in commentsIngo Molnar-34/+34
2024-03-13kernel/hung_task.c: export sysctl_hung_task_timeout_secsKent Overstreet-0/+1
2024-03-13pidfs: remove config optionChristian Brauner-6/+0
2024-03-13PM: EM: Force device drivers to provide power in uWLukasz Luba-0/+11
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-29/+60
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-231/+815
2024-03-13swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZEWill Deacon-7/+11
2024-03-13swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon-2/+9
2024-03-13swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon-1/+3
2024-03-13swiotlb: Enforce page alignment in swiotlb_alloc()Will Deacon-0/+6
2024-03-13swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon-12/+14
2024-03-13Merge tag 'dma-mapping-6.9-2024-03-11' of git://git.infradead.org/users/hch/d...Linus Torvalds-4/+51
2024-03-12Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-135/+404
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-734/+3094
2024-03-12Merge tag 'audit-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+2
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+3
2024-03-12watchdog/core: remove sysctl handlers from public headerThomas Weißschuh-10/+12
2024-03-12tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)-17/+39
2024-03-12ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)-48/+68
2024-03-12ring-buffer: Reuse rb_watermark_hit() for the poll logicSteven Rostedt (Google)-14/+7
2024-03-12ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)-7/+20
2024-03-12ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)-3/+4
2024-03-12entry: Respect changes to system call number by trace_sys_enter()André Rösti-1/+7
2024-03-12sched/balancing: Fix a couple of outdated function names in commentsIngo Molnar-2/+2
2024-03-12sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()Ingo Molnar-3/+3
2024-03-12sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()Ingo Molnar-4/+4
2024-03-12sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...Ingo Molnar-3/+3
2024-03-12sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar-8/+8
2024-03-12sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...Ingo Molnar-5/+5
2024-03-12sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()Ingo Molnar-7/+7
2024-03-12sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()Ingo Molnar-3/+3
2024-03-12sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar-5/+5
2024-03-12sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar-5/+5
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar-3/+3
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar-5/+5
2024-03-12sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()Ingo Molnar-2/+2
2024-03-12sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...Ingo Molnar-10/+9