Commit d6b9ce7
committed
Merge tag 'stratix10_svc_fix_v6.18' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into char-misc-linus
Dinh writes:
firmware: stratix10-svc: fix saving contoller data for v6.18
- Fix the incorrect use of platform_set_drvdata and dev_set_drvdata
* tag 'stratix10_svc_fix_v6.18' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux: (237 commits)
firmware: stratix10-svc: fix bug in saving controller data
Linux 6.18-rc4
objtool: Fix skip_alt_group() for non-alternative STAC/CLAC
kconfig/nconf: Initialize the default locale at startup
kconfig/mconf: Initialize the default locale at startup
x86/mm: Ensure clear_page() variants always have __kcfi_typeid_ symbols
PCI: Do not size non-existing prefetchable window
Revert "PCI: qcom: Remove custom ASPM enablement code"
bpf/arm64: Fix BPF_ST into arena memory
bpf: Make migrate_disable always inline to avoid partial inlining
null_blk: set dma alignment to logical block size
xfs: document another racy GC case in xfs_zoned_map_extent
xfs: prevent gc from picking the same zone twice
drm/ast: Clear preserved bits from register output value
s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP
drm/imx: parallel-display: add the bridge before attaching it
drm/imx: parallel-display: convert to devm_drm_bridge_alloc() API
blk-crypto: use BLK_STS_INVAL for alignment errors
regulator: bd718x7: Fix voltages scaled by resistor divider
x86/cpu: Add/fix core comments for {Panther,Nova} Lake
...253 files changed
Lines changed: 2023 additions & 854 deletions
File tree
- Documentation
- devicetree/bindings
- net
- sound
- netlink/specs
- networking
- arch
- arm64/net
- s390
- configs
- crypto
- include/asm
- mm
- pci
- x86
- events/intel
- include/asm
- kernel
- cpu
- microcode
- fpu
- net
- block
- drivers
- acpi
- base/regmap
- bcma
- block/null_blk
- bluetooth
- cpuidle/governors
- crypto/aspeed
- dma-buf
- dpll
- zl3073x
- firmware
- gpu/drm
- amd
- amdgpu
- display
- amdgpu_dm
- dc/dpp/dcn30
- include
- ivsrcid/vcn
- pm
- powerplay/smumgr
- swsmu
- ast
- ci
- i915/display
- imx/ipuv3
- mediatek
- msm
- adreno
- disp/dpu1
- dsi/phy
- nouveau
- panel
- radeon
- scheduler
- xe
- net
- ethernet
- chelsio/inline_crypto/ch_ipsec
- hisilicon
- hibmcge
- hns3/hns3pf
- intel
- ice
- igb
- igc
- ixgbe
- mellanox/mlx5/core
- en_accel
- esw
- netronome/nfp
- sfc
- stmicro/stmmac
- mctp
- phy
- usb
- wireless
- ath
- ath10k
- ath11k
- ath12k
- broadcom/brcm80211/brcmfmac
- intel/iwlwifi/mld
- nvme
- host
- target
- pci
- controller/dwc
- regulator
- scsi
- spi
- ufs/core
- vfio
- video/fbdev
- aty
- core
- fs
- nfsd
- smb
- client
- server
- xfs
- libxfs
- include
- asm-generic
- linux
- net
- bluetooth
- scsi
- trace/events
- uapi/linux
- kernel
- bpf
- power
- sched
- lib
- kunit
- net
- batman-adv
- bluetooth
- rfcomm
- core
- ipv4
- mac80211
- mptcp
- netfilter
- sctp
- tls
- wireless
- scripts
- kconfig
- package
- sound
- hda/codecs/realtek
- soc
- amd/acp
- codecs
- fsl
- intel
- avs
- common
- mediatek
- mt8195
- mt8365
- qcom/qdsp6
- renesas
- sdw_utils
- usb
- tools
- lib/bpf
- net/ynl
- lib
- pyynl
- objtool
- testing/selftests
- cachestat
- net
- vfio
- lib
- include
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 | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| 647 | + | |
647 | 648 | | |
648 | 649 | | |
649 | 650 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2036 | 2036 | | |
2037 | 2037 | | |
2038 | 2038 | | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
2039 | 2043 | | |
2040 | 2044 | | |
2041 | 2045 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
Lines changed: 2 additions & 2 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 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| 608 | + | |
| 609 | + | |
608 | 610 | | |
609 | 611 | | |
610 | 612 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13260 | 13260 | | |
13261 | 13261 | | |
13262 | 13262 | | |
13263 | | - | |
13264 | | - | |
13265 | 13263 | | |
13266 | | - | |
| 13264 | + | |
13267 | 13265 | | |
13268 | 13266 | | |
13269 | 13267 | | |
| |||
13272 | 13270 | | |
13273 | 13271 | | |
13274 | 13272 | | |
13275 | | - | |
13276 | | - | |
13277 | 13273 | | |
13278 | | - | |
| 13274 | + | |
13279 | 13275 | | |
13280 | 13276 | | |
13281 | 13277 | | |
| |||
13429 | 13425 | | |
13430 | 13426 | | |
13431 | 13427 | | |
| 13428 | + | |
| 13429 | + | |
13432 | 13430 | | |
13433 | | - | |
| 13431 | + | |
13434 | 13432 | | |
| 13433 | + | |
13435 | 13434 | | |
13436 | 13435 | | |
13437 | 13436 | | |
| |||
13616 | 13615 | | |
13617 | 13616 | | |
13618 | 13617 | | |
13619 | | - | |
| 13618 | + | |
13620 | 13619 | | |
13621 | 13620 | | |
13622 | 13621 | | |
| |||
21332 | 21331 | | |
21333 | 21332 | | |
21334 | 21333 | | |
| 21334 | + | |
21335 | 21335 | | |
21336 | 21336 | | |
21337 | 21337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1213 | 1213 | | |
1214 | 1214 | | |
1215 | 1215 | | |
| 1216 | + | |
1216 | 1217 | | |
1217 | 1218 | | |
1218 | 1219 | | |
| |||
1757 | 1758 | | |
1758 | 1759 | | |
1759 | 1760 | | |
1760 | | - | |
1761 | | - | |
| 1761 | + | |
| 1762 | + | |
1762 | 1763 | | |
1763 | 1764 | | |
1764 | 1765 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
| |||
0 commit comments