aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-07Merge remote-tracking branch 'wireless-next/main'Bob Copeland1-0/+33
2025-07-06Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+21
2025-07-06Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki4-10/+2
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang1-5/+5
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-12/+13
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' of git://git.kernel.org/pub/scm/linu...Paolo Abeni1-0/+33
2025-07-03timekeeping: Provide ktime_get_clock_ts64()Thomas Gleixner1-0/+33
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra1-1/+1
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra2-10/+15
2025-07-01sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh1-1/+1
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun1-2/+2
2025-06-29Merge tag 'perf_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+5
2025-06-28Merge tag 'trace-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2025-06-27tracing: Fix filter logic errorEdward Adam Davis1-7/+7
2025-06-26PM: Restrict swap use to later in the suspend sequenceMario Limonciello4-10/+2
2025-06-26perf/aux: Fix pending disable flow when the AUX ring buffer overrunsLeo Yan2-5/+5
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-7/+10
2025-06-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+34
2025-06-25crashdump: add CONFIG_KEYS dependencyArnd Bergmann1-0/+1
2025-06-23bpf: Specify access type of bpf_sysctl_get_name argsJerome Marchand1-1/+1
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro1-29/+34
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds1-12/+17
2025-06-22Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-8/+9
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-50/+83
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+12
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)1-0/+4
2025-06-19kho: initialize tail pages for higher order folios properlyPratyush Yadav1-12/+17
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn2-3/+7
2025-06-18Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1
2025-06-18Merge tag 'wq-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2025-06-18Merge tag 'sched_ext-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-8/+15
2025-06-18cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong1-2/+1
2025-06-18fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt1-0/+6
2025-06-17workqueue: Initialize wq_isolated_cpumask in workqueue_init_early()Chuyi Zhou1-1/+2
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...Tejun Heo3-2/+9
2025-06-17sched_ext: Make scx_group_set_weight() always update tg->scx.weightTejun Heo1-6/+6
2025-06-17bpf: Mark dentry->d_inode as trusted_or_nullSong Liu1-3/+2
2025-06-13posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-13genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek1-1/+1
2025-06-13genirq/cpuhotplug: Restore affinity even for suspended IRQBrian Norris1-7/+0
2025-06-13genirq/cpuhotplug: Rebalance managed interrupts across multi-CPU hotplugBrian Norris1-0/+8
2025-06-11futex: Verify under the lock if hash can be replacedSebastian Andrzej Siewior1-0/+10
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang1-4/+11
2025-06-10tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt1-3/+1
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-8/+10
2025-06-08Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds2-53/+143
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-8/+10
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+88
2025-06-07tracing: Add rcu annotation around file->filter accessesSteven Rostedt1-4/+6
2025-06-06Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+29
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-06-06ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov1-3/+1
2025-06-06tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt1-48/+138
2025-06-05kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_countMax Kellermann1-0/+26
2025-06-05alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan1-2/+3
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt18-110/+152
2025-06-06tinyconfig: enable CONFIG_LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada1-0/+1
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu1-1/+1
2025-06-05futex: Handle invalid node numbers supplied by userPeter Zijlstra1-2/+2
2025-06-05perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun1-2/+20
2025-06-05perf: Fix dangling cgroup pointer in cpuctxYeoreum Yun1-15/+6
2025-06-05perf: Fix cgroup state vs ERRORPeter Zijlstra1-21/+30
2025-06-05perf: Fix sample vs do_exit()Peter Zijlstra2-8/+16
2025-06-04Merge tag 'sched_ext-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-18/+19
2025-06-03Merge tag 'trace-v6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-3/+10
2025-06-03Merge tag 'cgroup-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+16
2025-06-03sched_ext: idle: Skip cross-node search with !CONFIG_NUMAAndrea Righi1-0/+8
2025-06-02Merge tag 'modules-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-24/+57
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-4/+14
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-18/+36
2025-06-02ftrace: Don't allocate ftrace module map if ftrace is disabledYe Bin1-0/+3
2025-06-02ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-06-02rtmutex_api: provide correct extern functionsPaolo Bonzini1-12/+21
2025-05-31sched/numa: add statistics of numa balance taskChen Yu2-2/+11
2025-05-31sched/numa: fix task swap by skipping kernel threadsLibo Chen1-1/+2
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-1/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds14-285/+736
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-498/+1718
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+0
2025-05-30Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-105/+134
2025-05-30sched_ext: idle: Properly handle invalid prev_cpu during idle selectionAndrea Righi1-18/+11
2025-05-30cgroup: adjust criteria for rstat subsystem cpu lock accessJP Kobryn1-9/+16
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+15
2025-05-29Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds20-260/+574
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2025-05-29ring-buffer: Simplify functions with __free(kfree) to free allocationsSteven Rostedt1-18/+9
2025-05-29ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)Steven Rostedt1-24/+11
2025-05-29ring-buffer: Simplify ring_buffer_read_page() with guard()Steven Rostedt1-17/+11
2025-05-29ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()Steven Rostedt1-7/+2
2025-05-29ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()Steven Rostedt1-14/+9
2025-05-29ring-buffer: Removed unnecessary if() goto out where out is the next lineSteven Rostedt1-4/+1
2025-05-29tracing: Reset last-boot buffers when reading out all cpu buffersMasami Hiramatsu (Google)1-0/+22
2025-05-29ring-buffer: Allow reserve_mem persistent ring buffers to be mmappedSteven Rostedt2-8/+45
2025-05-29ring-buffer: Do not trigger WARN_ON() due to a commit_overrunSteven Rostedt1-8/+18
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds14-592/+966
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-3/+9
2025-05-28tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-05-28Merge tag 'audit-pr-20250527' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2025-05-28Merge tag 'integrity-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+86
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-869/+1240
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-260/+482
2025-05-27Merge tag 'wq-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+14
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-159/+97
2025-05-27Merge tag 'for-linus-6.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2025-05-27Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-22/+40
2025-05-27delayacct: remove redundant code and adjust indentationWang Yaxin1-35/+16
2025-05-27crash_dump, nvme: select CONFIGFS_FS as built-inArnd Bergmann1-1/+7
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds9-64/+90
2025-05-27selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song1-2/+5
2025-05-27bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song1-2/+16
2025-05-27ring-buffer: Move cpus_read_lock() outside of buffer->mutexSteven Rostedt1-5/+6
2025-05-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao1-1/+2
2025-05-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-05-27bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variableYonghong Song2-0/+10
2025-05-27bpf: Remove special_kfunc_set from verifierYonghong Song1-197/+177
2025-05-27bpf: Add open coded dmabuf iteratorT.J. Mercier2-0/+53
2025-05-27bpf: Add dmabuf iteratorT.J. Mercier2-0/+105
2025-05-27locking/mutex: implement mutex_lock_killable_nest_lockMaxim Levitsky1-3/+4
2025-05-27locking/mutex: implement mutex_trylock_nestedMaxim Levitsky1-3/+11
2025-05-27Merge tag 'timers-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-111/+45
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-22/+22
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-77/+115
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-71/+3
2025-05-27Merge tag 'irq-drivers-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-31/+16
2025-05-27Merge tag 'irq-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-1367/+1014
2025-05-27Merge tag 'core-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-48/+1
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-199/+444
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-194/+317
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-576/+1383
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-101/+232
2025-05-26Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini36-223/+404
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki5-13/+33
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds2-67/+47
2025-05-26Merge branch 'pm-cpufreq'Rafael J. Wysocki3-24/+12
2025-05-26Merge branch 'pm-em'Rafael J. Wysocki1-27/+45
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-56/+48
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-6/+65
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+10
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-05-25Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2025-05-25module: Account for the build time module name manglingPeter Zijlstra1-1/+25
2025-05-25module: Extend the module namespace parsingPeter Zijlstra1-2/+34
2025-05-25module: Add module specific symbol namespace supportPeter Zijlstra1-2/+31
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar7-541/+1339
2025-05-25module: release codetag section when module load failsDavid Wang1-0/+1
2025-05-23bpf: Fix error return value in bpf_copy_from_user_dynptrMykyta Yatsenko1-2/+6
2025-05-23btf: Allow mmap of vmlinux btfLorenz Bauer1-0/+32
2025-05-23traceevent/block: Add REQ_ATOMIC flag to block trace eventsRitesh Harjani (IBM)1-0/+2
2025-05-23xen: enable XEN_UNPOPULATED_ALLOC as part of xen.configRoger Pau Monne1-0/+3
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov1-1/+1
2025-05-22sched_ext: Call ops.update_idle() after updating builtin idle bitsTejun Heo1-10/+15
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo2-19/+39
2025-05-22sched_ext: Introduce cgroup_lifetime_notifierTejun Heo1-1/+26
2025-05-22cgroup: Minor reorganization of cgroup_create()Tejun Heo1-24/+24
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+7
2025-05-22bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...Di Shen1-0/+2
2025-05-21cgroup: avoid per-cpu allocation of size zero rstat cpu locksJP Kobryn1-0/+9
2025-05-21kernel/panic.c: format kernel-doc commentsSravan Kumar Gundu1-5/+3
2025-05-21fork: define a local GFP_VMAP_STACKLinus Walleij1-43/+45
2025-05-21fork: check charging success before zeroing stackPasha Tatashin1-5/+5
2025-05-21fork: clean-up naming of vm_stack/vm_struct variables in vmap stacks codePasha Tatashin1-31/+29
2025-05-21fork: clean-up ifdef logic around stack allocationPasha Tatashin1-11/+11
2025-05-21kernel/watchdog: add /sys/kernel/{hard,soft}lockup_countMax Kellermann1-0/+53
2025-05-21crash_dump: retrieve dm crypt keys in kdump kernelCoiby Xu1-0/+133
2025-05-21crash_dump: reuse saved dm crypt keys for CPU/memory hot-pluggingCoiby Xu1-4/+48
2025-05-21crash_dump: store dm crypt keys in kdump reserved memoryCoiby Xu1-0/+133
2025-05-21crash_dump: make dm crypt keys persist for the kdump kernelCoiby Xu3-0/+166
2025-05-21kexec_file: allow to place kexec_buf randomlyCoiby Xu1-0/+3
2025-05-21sched_ext: idle: Consolidate default idle CPU selection kfuncsAndrea Righi1-85/+71
2025-05-21genirq/irqdesc: Remove double locking in hwirq_show()Claudiu Beznea1-1/+0
2025-05-21perf: Only dump the throttle log for the leaderKan Liang1-2/+4
2025-05-21perf: Fix the throttle logic for a groupKan Liang1-20/+46
2025-05-21futex: Correct the kernedoc return value for futex_wait_setup().Sebastian Andrzej Siewior1-1/+2
2025-05-21sched/uclamp: Align uclamp and util_est and call before freq updateXuewen Yan1-7/+10
2025-05-21sched/util_est: Simplify condition for util_est_{en,de}queue()Xuewen Yan1-2/+2
2025-05-21sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUEXuewen Yan1-2/+11
2025-05-20Merge tag 'v6.15-p7' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+2
2025-05-20sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked contextAndrea Righi1-10/+27
2025-05-20sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()Andrea Righi1-0/+10
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi2-5/+5
2025-05-19cgroup: helper for checking rstat participation of cssJP Kobryn1-3/+14
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn3-32/+71
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn2-111/+129
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn1-4/+4
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn1-0/+2
2025-05-19bpf: WARN_ONCE on verifier bugsPaul Chaignon2-83/+62
2025-05-19padata: do not leak refcount in reorder_workDominik Grzegorzek1-1/+2
2025-05-18module: Remove outdated comment about text_sizeValentin Schneider1-5/+4
2025-05-18module: Make .static_call_sites read-only after initPetr Pavlu1-0/+9
2025-05-18module: Add a separate function to mark sections as read-only after initPetr Pavlu3-15/+38
2025-05-18module: Constify parameters of module_enforce_rwx_sections()Petr Pavlu2-4/+6
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...Linus Torvalds1-4/+5
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang1-5/+10
2025-05-16PM: freezer: Rewrite restarting tasks log to remove stray *done.*Paul Menzel1-2/+2
2025-05-16genirq/msi: Add helper for creating MSI-parent irq domainsMarc Zyngier1-0/+26
2025-05-16irqdomain: Fix kernel-doc and add it to DocumentationJiri Slaby (SUSE)1-2/+2
2025-05-16irqdomain: Drop irq_domain_add_*() functionsJiri Slaby (SUSE)1-27/+0
2025-05-16irqdomain: Make irq_domain_create_hierarchy() an inlineJiri Slaby (SUSE)1-41/+0