Commit 6f3ee0e
committed
Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates from Marc Zyngier:
- New and improved irqdomain locking, closing a number of races that
became apparent now that we are able to probe drivers in parallel
- A bunch of OF node refcounting bugs have been fixed
- We now have a new IPI mux, lifted from the Apple AIC code and
made common. It is expected that riscv will eventually benefit
from it
- Two small fixes for the Broadcom L2 drivers
- Various cleanups and minor bug fixes
Link: https://lore.kernel.org/r/20230218143452.3817627-1-maz@kernel.org410 files changed
Lines changed: 5085 additions & 4481 deletions
File tree
- Documentation
- arm64
- devicetree/bindings
- cpufreq
- crypto
- display/msm
- sound
- spi
- networking
- sphinx
- virt/kvm
- arch
- arm64
- include/asm
- kernel
- kvm
- hyp/include/hyp
- vgic
- mm
- tools
- ia64/kernel
- powerpc
- boot
- include/asm
- mm/book3s64
- perf
- s390
- boot
- configs
- include/asm
- kernel
- kvm
- sh/include/asm
- x86
- boot
- events
- intel
- include/asm
- kernel
- apic
- cpu/resctrl
- kvm
- svm
- mm
- pat
- pci
- platform/uv
- um
- xen
- xtensa
- include/asm
- kernel
- mm
- block
- drivers
- acpi
- ata
- block
- xen-blkback
- char/tpm
- cpufreq
- crypto
- edac
- firmware
- efi
- google
- psci
- gpu/drm
- amd
- amdgpu
- amdkfd
- pm/swsmu/smu13
- i915
- gem
- gt
- msm
- adreno
- disp/dpu1
- dp
- hdmi
- nouveau
- ttm
- virtio
- vmwgfx
- xen
- input/misc
- iommu
- arm
- arm-smmu-v3
- arm-smmu
- irqchip
- mtd
- parsers
- spi-nor
- net
- ethernet
- broadcom/bnxt
- hisilicon/hns3/hns3vf
- intel
- iavf
- ice
- igc
- ixgbe
- marvell/octeontx2
- af
- nic
- mellanox
- mlx5/core
- en_accel
- en
- tc
- act
- ipoib
- lib
- steering
- mlxsw
- microchip/lan966x
- realtek
- stmicro/stmmac
- ipa/data
- usb
- wireless/broadcom/brcm80211/brcmfmac
- xen-netback
- nfc/pn533
- nvme/host
- pci
- controller/dwc
- platform
- surface/aggregator
- x86
- amd
- dell
- intel
- int3472
- pmc
- regulator
- scsi
- hisi_sas
- libsas
- mpi3mr
- mpt3sas
- spi
- tty/hvc
- ufs/core
- usb/host
- video/fbdev
- xen
- xen-pciback
- fs
- afs
- cifs
- ksmbd
- nfsd
- xfs
- libxfs
- include
- acpi
- linux
- mlx5
- mtd
- platform_data/x86
- net
- scsi
- trace/events
- uapi/linux
- xen
- init
- io_uring
- kernel
- irq
- kcsan
- sched
- time
- lib
- mm
- net
- 9p
- core
- ipv6
- rxrpc
- sched
- sunrpc
- auth_gss
- xprtrdma
- tipc
- scripts
- sound
- core
- pci/hda
- soc
- amd/yc
- codecs
- fsl
- intel
- boards
- common
- mediatek
- mt8186
- qcom
- sof
- usb
- xen
- tools
- include/nolibc
- objtool
- perf
- tests
- util
- testing
- memblock
- selftests/net
- af_unix
- virt/kvm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
339 | 345 | | |
340 | 346 | | |
341 | 347 | | |
342 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
343 | 353 | | |
344 | 354 | | |
345 | 355 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
57 | 68 | | |
58 | 69 | | |
59 | 70 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | 140 | | |
143 | 141 | | |
144 | 142 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments