aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-01-12Merge tag 'perf_urgent_for_v6.13_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-01-11Merge tag 'probes-fixes-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2025-01-10Merge tag 'sched_ext-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-26/+74
2025-01-10Merge tag 'cgroup-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-33/+11
2025-01-10Merge tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi3-15/+59
2025-01-10workqueue: warn if delayed_work is queued to an offlined cpu.Imran Khan1-0/+7
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa1-1/+1
2025-01-10tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)1-2/+4
2025-01-08cgroup/cpuset: remove kernfs active breakChen Ridong1-25/+0
2025-01-08sched_ext: switch class when preempted by higher priority schedulerHonglei Wang1-1/+2
2025-01-08sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()Changwoo Min1-6/+6
2025-01-08sched_ext: keep running prev when prev->scx.slice != 0Henry Huang1-4/+7
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-01-05Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-01-03Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+2
2025-01-03Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+14
2025-01-03Merge tag 'ftrace-v6.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+3
2025-01-02ftrace: Fix function profiler's filtering functionalityKohei Enju1-6/+2
2025-01-02fgraph: Add READ_ONCE() when accessing fgraph_array[]Zilin Guan1-1/+1
2024-12-31tracing: Have process_string() also allow arraysSteven Rostedt1-0/+12
2024-12-30kcov: mark in_softirq_really() as __always_inlineArnd Bergmann1-1/+1
2024-12-29Merge tag 'locking-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+17
2024-12-27Merge tag 'probes-fixes-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-12-24sched_ext: initialize kit->cursor.flagsHenry Huang1-1/+1
2024-12-24workqueue: add printf attribute to __alloc_workqueue()Su Hui1-0/+1
2024-12-23tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu1-0/+3
2024-12-24tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds1-7/+6
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+5
2024-12-20kheaders: Ignore silly-rename filesDavid Howells1-0/+1
2024-12-20Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+14
2024-12-19workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...Tvrtko Ursulin1-9/+13
2024-12-18fork: avoid inappropriate uprobe access to invalid mmLorenzo Stoakes1-7/+6
2024-12-18trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt1-0/+9
2024-12-18ring-buffer: Fix overflow in __rb_map_vmaEdward Adam Davis1-1/+5
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-255/+237
2024-12-17bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi1-1/+5
2024-12-17Merge tag 'ftrace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+9
2024-12-17locking/rtmutex: Make sure we wake anything on the wake_q when we release the...John Stultz2-3/+17
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt4-216/+83
2024-12-17tracing: Add "%s" check in test_event_printk()Steven Rostedt1-15/+89
2024-12-17tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt1-2/+19
2024-12-17tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt1-29/+53
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-12-16ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not setSteven Rostedt1-1/+2
2024-12-16fgraph: Still initialize idle shadow stacks when startingSteven Rostedt1-1/+7
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-22/+77
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-89/+251
2024-12-14bpf: Avoid deadlock caused by nested kprobe and fentry bpf programsPriya Bala Govindasamy1-0/+6
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-0/+138
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi2-76/+8
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)1-6/+9
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)2-2/+11
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross1-1/+1
2024-12-12bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi1-0/+6
2024-12-12bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman1-2/+5
2024-12-11sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo1-1/+1
2024-12-11cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long1-1/+9
2024-12-10cgroup/cpuset: Remove stale textCosta Shulyupin1-7/+2
2024-12-10Merge tag 'probes-fixes-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2024-12-10bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn1-1/+5
2024-12-10bpf: fix potential error returnAnton Protopopov1-1/+5
2024-12-10bpf: check changes_pkt_data property for extension programsEduard Zingerman1-4/+12
2024-12-10bpf: track changes_pkt_data property for global functionsEduard Zingerman1-1/+31
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman2-2/+2
2024-12-10bpf: add find_containing_subprog() utility functionEduard Zingerman1-4/+24
2024-12-10bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_progJiri Olsa1-0/+4
2024-12-10bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn1-0/+7
2024-12-09Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-12/+17
2024-12-09futex: fix user access on powerpcLinus Torvalds1-2/+2
2024-12-09sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra4-8/+54
2024-12-09sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot1-1/+1
2024-12-09sched/fair: Fix NEXT_BUDDYK Prateek Nayak1-5/+2
2024-12-08Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-7/+18
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+9
2024-12-08tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)1-0/+5
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-62/+106
2024-12-06bpf: Use raw_spinlock_t for LPM trieHou Tao1-6/+6
2024-12-06bpf: Switch to bpf mem allocator for LPM trieHou Tao1-23/+48
2024-12-06bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-06bpf: Handle in-place update for full LPM trie correctlyHou Tao1-23/+21
2024-12-06bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao1-3/+20
2024-12-06bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elemHou Tao1-3/+1
2024-12-06bpf: Remove unnecessary check when updating LPM trieHou Tao1-2/+1
2024-12-05sched/numa: fix memory leak due to the overwritten vma->numab_stateAdrian Huang1-3/+9
2024-12-05Merge tag 'audit-pr-20241205' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2024-12-05Merge tag 'trace-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+38
2024-12-05clocksource: Make negative motion detection more robustThomas Gleixner3-7/+18
2024-12-05tracing: Fix archs that still call tracepoints without RCU watchingSteven Rostedt1-6/+37
2024-12-04audit: workaround a GCC bug triggered by task comm changesYafang shao1-2/+2
2024-12-04bpf: Fix narrow scalar spill onto 64-bit spilled scalar slotsTao Lyu1-0/+1
2024-12-04bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_miscKumar Kartikeya Dwivedi1-3/+6
2024-12-04tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu1-5/+1
2024-12-03genirq/proc: Add missing space separator backThomas Gleixner1-3/+4
2024-12-02bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi1-6/+6
2024-12-02bpf: Ensure reg is PTR_TO_STACK in process_iter_argTao Lyu1-0/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra2-2/+2
2024-12-02locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutexJohn Stultz1-3/+0
2024-12-02sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa1-0/+1
2024-12-02sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak1-1/+1
2024-12-02sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak1-1/+1
2024-12-02sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak1-1/+1
2024-12-02softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernelK Prateek Nayak1-4/+11
2024-12-02sched: fix warning in sched_setaffinityJosh Don1-1/+1
2024-12-02sched/deadline: Fix replenish_dl_new_period dl_server conditionJuri Lelli1-1/+1
2024-12-01Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-4/+5
2024-11-30Merge tag 'dma-mapping-6.13-2024-11-30' of git://git.infradead.org/users/hch/...Linus Torvalds1-5/+15
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2024-11-29posix-timers: Target group sigqueue to current task only if not exitingFrederic Weisbecker1-3/+4
2024-11-28Merge tag 'trace-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds2-1/+15
2024-11-28ntp: Remove invalid cast in time offset mathMarcelo Dalmas1-1/+1
2024-11-28dma-debug: fix physical address calculation for struct dma_debug_entryFedor Pchelkin1-5/+15
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-148/+428
2024-11-27Revert "fs: don't block i_writecount during exec"Christian Brauner1-3/+23
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds10-59/+84
2024-11-25bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski1-3/+3
2024-11-25bpf, lsm: Remove getlsmprop hooks BTF IDsThomas Weißschuh1-2/+0
2024-11-25futex: improve user space accessesLinus Torvalds2-24/+57
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+4
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-36/+131
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2024-11-22Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+2
2024-11-22tracing: Record task flag NEED_RESCHED_LAZY.Thomas Gleixner2-1/+15
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds22-210/+207
2024-11-22Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-11-22Merge tag 'trace-ring-buffer-v6.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-30/+76
2024-11-21Merge tag 'dma-mapping-6.13-2024-11-19' of git://git.infradead.org/users/hch/...Linus Torvalds4-90/+67
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds21-312/+1542
2024-11-20Merge tag 'kgdb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds4-71/+50
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds8-149/+451
2024-11-20Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-294/+682
2024-11-20Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-135/+159
2024-11-20Merge tag 'wq-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-4/+18
2024-11-20Merge tag 'probes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-47/+44
2024-11-20Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-9/+59
2024-11-20ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds24-1639/+1658
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-16/+116
2024-11-19Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds28-394/+634
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-182/+547
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-71/+116
2024-11-19Merge tag 'kcsan-20241112-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-40/+37
2024-11-19Merge tag 'rcu.release.v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-173/+275
2024-11-19Merge tag 'pm-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-2/+53
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+0
2024-11-19Merge tag 'csd-lock.2024.11.16a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-11-19Merge tag 'scftorture.2024.11.16a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+44
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+30
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-48/+50
2024-11-18Merge tag 'audit-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+5
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-127/+65
2024-11-18tracing: Fix function name for trampolineTatsuya S3-8/+36
2024-11-18Merge tag 'vfs-6.13.usercopy' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-40/+2
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds9-15/+2
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+133
2024-11-18posix-timers: Fix spurious warning on double enqueue versus do_exit()Frederic Weisbecker1-2/+8
2024-11-18ftrace: Get the true parent ip for function tracerJeff Xie1-0/+26
2024-11-18cpu: Remove spurious NULL in attribute_group definitionThomas Weißschuh1-3/+0
2024-11-18kdb: fix ctrl+e/a/f/b/d/p/n broken in keyboard modeNir Lichtman1-9/+24
2024-11-18ring-buffer: Correct a grammatical error in a commentliujing1-1/+1
2024-11-18Merge branch 'for-6.13-force-console' into for-linusPetr Mladek3-5/+37
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-11-16Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-8/+29
2024-11-15Merge branches 'rcu/fixes', 'rcu/nocb', 'rcu/torture', 'rcu/stall' and 'rcu/s...Frederic Weisbecker7-123/+219
2024-11-15rcuscale: Remove redundant WARN_ON_ONCE() splatUladzislau Rezki (Sony)1-2/+0
2024-11-15rcuscale: Do a proper cleanup if kfree_scale_init() failsUladzislau Rezki (Sony)1-2/+4
2024-11-15srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavorPaul E. McKenney1-4/+2
2024-11-15Merge branches 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki1-0/+52
2024-11-15bpf: use common instruction history across all statesAndrii Nakryiko1-55/+52
2024-11-15Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2024-11-15workqueue: Reduce expensive locks for unbound workqueueWangyang Guo1-4/+18
2024-11-15bpf: Add necessary migrate_disable to range_tree.Yonghong Song1-0/+10
2024-11-15bpf: Do not alloc arena on unsupported archesViktor Malik1-0/+4
2024-11-14crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-1/+1
2024-11-14sched_ext: Replace scx_next_task_picked() with switch_class() in commentZhao Mengmeng1-2/+2
2024-11-14scftorture: Handle NULL argument passed to scf_add_to_free_list().Sebastian Andrzej Siewior1-0/+2
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-26/+50
2024-11-14sched_ext: ops.cpu_acquire() should be called with SCX_KF_RESTTejun Heo1-1/+1
2024-11-14cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancingWaiman Long1-4/+16
2024-11-14tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recordingSteven Rostedt1-2/+26
2024-11-14Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug"Steven Rostedt1-6/+3
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-0/+30
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-5/+11
2024-11-14Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-1/+4
2024-11-14dma-mapping: save base/size instead of pointer to shared DMA poolGeert Uytterhoeven1-6/+8
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis1-4/+17
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis1-0/+10
2024-11-13bpf: Introduce range_tree data structure and use it in bpf arenaAlexei Starovoitov4-15/+304
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov20-109/+241
2024-11-13genirq/proc: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang1-3/+6
2024-11-12bpf: Add kernel symbol for struct_ops trampolineXu Kuohai3-4/+87
2024-11-12bpf: Use function pointers count as struct_ops links countXu Kuohai1-10/+25
2024-11-12bpf: Remove unused member rcu from bpf_struct_ops_mapXu Kuohai1-1/+0
2024-11-12bpf: Support private stack for struct_ops progsYonghong Song2-1/+10