aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-12/+23
2023-01-26bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee1-1/+0
2023-01-24module: Don't wait for GOING modulesPetr Pavlu1-5/+21
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-23/+35
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman1-0/+2
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-23/+21
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa1-2/+2
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman1-7/+18
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek1-0/+2
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song1-1/+2
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao1-1/+1
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh1-0/+2
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-23/+21
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness1-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long1-2/+8
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+6
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin1-15/+6
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst1-1/+3
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef1-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef1-19/+16
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang1-2/+2
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-10/+10
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+60
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+6
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore1-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2-7/+2
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long1-4/+29
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long1-5/+29
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky1-1/+3
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun1-0/+3
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnHao Sun1-0/+6
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-18/+48
2023-01-03time: Fix various kernel-doc problemsRandy Dunlap3-10/+10
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov1-1/+6
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-37/+17
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-16/+56
2022-12-28bpf: Always use maximal size for copy_array()Kees Cook1-5/+7
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee1-12/+27
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang1-0/+4
2022-12-27futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers1-4/+7
2022-12-27perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim1-3/+3
2022-12-27perf: Fix use-after-free in error pathPeter Zijlstra1-1/+3
2022-12-27perf/core: Fix cgroup events trackingChengming Zhou1-32/+10
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria1-1/+1
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+10
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-7/+9
2022-12-23Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds1-0/+4
2022-12-23Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+5
2022-12-23cfi: Fix CFI failure with KASANSami Tolvanen1-3/+0
2022-12-22bpf: fix nullness propagation for reg to reg comparisonsHao Sun1-1/+8
2022-12-21Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-2/+2
2022-12-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-48/+112
2022-12-21gcov: add support for checksum fieldRickard x Andersson1-0/+5
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-5/+11
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+6
2022-12-21dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig1-0/+4
2022-12-20rv/monitors: Move monitor structure in rodataAlessandro Carminati2-2/+2
2022-12-19bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORKHou Tao1-0/+2
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+10
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+17
2022-12-17rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney1-4/+6
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-28/+23
2022-12-17Merge tag 'msi-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+4
2022-12-16exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2-4/+9
2022-12-16genirq/msi: Return MSI_XA_DOMAIN_SIZE as the maximum MSI index when no domain...Thomas Gleixner1-2/+2
2022-12-16genirq/msi: Check for the presence of an irq domain when validating msi_ctrlMarc Zyngier1-1/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+26
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds16-182/+642
2022-12-15mm/gup: Fix the lockless PMD accessPeter Zijlstra1-1/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra3-8/+4
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-5/+0
2022-12-15mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-14/+18
2022-12-14bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen1-2/+3
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)3-10/+17
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)4-24/+85
2022-12-15kprobes: kretprobe events missing on 2-core KVM guestwuqiang1-6/+2
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+26
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-5/+10
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-15/+112
2022-12-14bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa1-0/+5
2022-12-14bpf: prevent leak of lsm program after failed attachMilan Landaverde1-3/+3
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2022-12-14tracing: Improve panic/die notifiersGuilherme G. Piccoli1-28/+27
2022-12-14ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernelsGuilherme G. Piccoli1-0/+1
2022-12-14tracing: Do not synchronize freeing of trigger filter on boot upSteven Rostedt (Google)1-2/+8
2022-12-14padata: Mark padata_work_init() as __refNathan Chancellor1-2/+10
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-8/+22
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds27-1623/+4459
2022-12-13Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-23/+27
2022-12-13Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-39/+739
2022-12-13tracing: Have trigger filter parsing errors show up in error_logSteven Rostedt (Google)1-1/+8
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2-10/+15
2022-12-13Merge tag 'audit-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-36/+39
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds2-24/+47
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2022-12-12livepatch: Call klp_match_callback() in klp_find_callback() to avoid code dup...Zhen Lei1-22/+11
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-18/+19
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-16/+8
2022-12-12Merge tag 'livepatching-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-27/+27
2022-12-12Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-11/+45
2022-12-12Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-180/+603
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1013/+1087
2022-12-12Merge tag 'locking-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-15/+19
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-5/+8
2022-12-12Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-22/+21
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-99/+348
2022-12-12Merge tag 'smp-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+44
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-299/+605
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-189/+761
2022-12-12rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman2-12/+49
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-8/+17
2022-12-12Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-140/+428
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+21
2022-12-12Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+11
2022-12-12Merge tag 'kcsan.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+50
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-153/+545
2022-12-12Merge branches 'powercap', 'pm-x86', 'pm-opp' and 'pm-misc'Rafael J. Wysocki1-3/+3
2022-12-12tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong1-1/+14
2022-12-12Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2-19/+18
2022-12-11relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia1-2/+2
2022-12-11kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell1-0/+1
2022-12-11relay: use strscpy() is more robust and saferXu Panda1-2/+2
2022-12-11lockdep: allow instrumenting lockdep.c with KMSANAlexander Potapenko1-1/+0
2022-12-10bpf: use check_ids() for active_lock comparisonEduard Zingerman1-3/+13
2022-12-10bpf: states_equal() must build idmap for all function framesEduard Zingerman1-1/+2
2022-12-10bpf: regsafe() must not skip check_ids()Eduard Zingerman1-21/+8
2022-12-10tracing/osnoise: Add preempt and/or irq disabled optionsDaniel Bristot de Oliveira1-5/+43
2022-12-10tracing/osnoise: Add PANIC_ON_STOP optionDaniel Bristot de Oliveira1-1/+5
2022-12-10tracing: Fix some checker warningsDavid Howells2-3/+4
2022-12-10tracing/osnoise: Make osnoise_options staticDaniel Bristot de Oliveira1-2/+2
2022-12-10tracing: remove unnecessary trace_trigger ifdefRoss Zwisler1-6/+0
2022-12-10ring-buffer: Handle resize in early boot upSteven Rostedt1-7/+25
2022-12-10tracing/hist: Fix issue of losting command info in error_logZheng Yejian1-1/+1
2022-12-10tracing: Fix issue of missing one synthetic fieldZheng Yejian1-1/+1
2022-12-10tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian1-2/+8
2022-12-10tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian1-0/+1
2022-12-09tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)3-15/+18
2022-12-09tracing/probes: Handle system names with hyphensSteven Rostedt (Google)2-4/+17
2022-12-09trace/kprobe: remove duplicated calls of ring_buffer_event_dataSong Chen1-2/+0
2022-12-09tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)2-8/+29
2022-12-09tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)2-17/+63
2022-12-09tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)2-15/+78
2022-12-09tracing: Allow multiple hitcount values in histogramsTom Zanussi1-3/+9
2022-12-09Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-1/+0
2022-12-09memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-1/+0
2022-12-08bpf: Use memmove for bpf_dynptr_{read,write}Kumar Kartikeya Dwivedi1-2/+10
2022-12-08bpf: Move PTR_TO_STACK alignment check to process_dynptr_funcKumar Kartikeya Dwivedi1-5/+8
2022-12-08bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi1-25/+38
2022-12-08bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2-67/+178
2022-12-08bpf: Propagate errors from process_* checks in check_func_argKumar Kartikeya Dwivedi1-10/+15
2022-12-08bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi1-64/+70
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-20/+28
2022-12-08bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is trueHou Tao1-1/+9
2022-12-08bpf: Reuse freed element in free_by_rcu during allocationHou Tao1-3/+18
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo1-1/+0
2022-12-08bpf: Fix comment error in fixup_kfunc_call functionYang Jihong1-1/+1
2022-12-08bpf: Do not zero-extend kfunc return valuesBjörn Töpel1-0/+4
2022-12-08blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong1-1/+2
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman1-0/+7
2022-12-08Merge branch 'rework/console-list-lock' into for-linusPetr Mladek82-964/+2732
2022-12-07bpf/docs: Document struct cgroup * kfuncsDavid Vernet1-1/+1
2022-12-07bpf/docs: Document struct task_struct * kfuncsDavid Vernet1-1/+1
2022-12-07bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko1-6/+5
2022-12-07Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2-7/+40
2022-12-07module/decompress: Support zstd in-kernel decompressionStephen Boyd2-3/+92
2022-12-07bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2-7/+40
2022-12-06bpf: remove unnecessary prune and jump pointsAndrii Nakryiko1-24/+10
2022-12-06bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko1-23/+26
2022-12-06bpf: decouple prune and jump pointsAndrii Nakryiko1-14/+43
2022-12-06bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky1-1/+6
2022-12-06bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet1-28/+48
2022-12-06Merge branch 'for-next/ftrace' into for-next/coreWill Deacon3-6/+5
2022-12-06PM: sleep: Refine error message in try_to_freeze_tasks()Rafael J. Wysocki1-2/+2
2022-12-06PM: sleep: Avoid using pr_cont() in the tasks freezing codeRafael J. Wysocki1-13/+8
2022-12-05genirq/msi: Provide msi_domain_alloc_irq_at()Thomas Gleixner1-10/+95
2022-12-05genirq/msi: Provide msi_domain_ops:: Prepare_desc()Thomas Gleixner1-0/+3
2022-12-05genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]Thomas Gleixner1-0/+4
2022-12-05genirq/msi: Add range checking to msi_insert_desc()Thomas Gleixner1-10/+43
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds1-12/+13
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds1-3/+2
2022-12-05genirq/msi: Provide msi_match_device_domain()Thomas Gleixner1-0/+25
2022-12-05genirq/msi: Provide msi_create/free_device_irq_domain()Thomas Gleixner1-0/+138
2022-12-05genirq/msi: Split msi_create_irq_domain()Thomas Gleixner1-12/+20
2022-12-05genirq/msi: Add size info to struct msi_domain_infoThomas Gleixner1-0/+11
2022-12-05genirq/msi: Provide struct msi_parent_opsThomas Gleixner1-0/+41
2022-12-05genirq/msi: Remove unused alloc/free interfacesThomas Gleixner1-73/+0
2022-12-05genirq/msi: Provide new domain id allocation functionsThomas Gleixner1-39/+136
2022-12-05genirq/msi: Provide new domain id based interfaces for freeing interruptsThomas Gleixner1-22/+120
2022-12-05genirq/msi: Make msi_add_simple_msi_descs() device domain awareThomas Gleixner1-41/+57
2022-12-05genirq/msi: Make descriptor freeing domain awareThomas Gleixner1-10/+48
2022-12-05genirq/msi: Make descriptor allocation device domain awareThomas Gleixner1-8/+12
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner1-2/+4
2022-12-05genirq/msi: Make msi_get_virq() device domain awareAhmed S. Darwish1-6/+13