summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-133-2/+10
|\
| * Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian2024-04-153-2/+10
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-1/+0
|\ \
| * | blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai2024-05-091-1/+0
| |/
* | Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-138-83/+72
|\ \
| * | csky: Emulate one-byte cmpxchgPaul E. McKenney2024-05-112-0/+11
| * | lib: Add one-byte emulation functionPaul E. McKenney2024-04-091-0/+3
| * | parisc: add u16 support to cmpxchg()Al Viro2024-04-093-10/+11
| * | parisc: add missing export of __cmpxchg_u8()Al Viro2024-04-091-0/+1
| * | parisc: unify implementations of __cmpxchg_u{8,32,64}Al Viro2024-04-091-35/+16
| * | parisc: __cmpxchg_u32(): lift conversion into the callersAl Viro2024-04-092-5/+4
| * | sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizesAl Viro2024-04-092-9/+11
| * | sparc32: unify __cmpxchg_u{32,64}Al Viro2024-04-091-25/+16
| * | sparc32: make the first argument of __cmpxchg_u64() volatile u64 *Al Viro2024-04-092-2/+2
| * | sparc32: make __cmpxchg_u32() return u32Al Viro2024-04-092-4/+4
| |/
* | Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds2024-05-131-2/+2
|\ \
| * | arch: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney2024-04-091-2/+2
| |/
* | Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-1361-4482/+153
|\ \
| * | alpha: drop pre-EV56 supportArnd Bergmann2024-05-0611-301/+15
| * | alpha: cabriolet: remove EV5 CPU supportArnd Bergmann2024-05-034-44/+4
| * | alpha: remove LCA and APECS based machinesArnd Bergmann2024-05-0318-2940/+21
| * | alpha: sable: remove early machine supportArnd Bergmann2024-05-036-333/+11
| * | alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann2024-05-038-770/+8
| * | alpha: trim the unused stuff from asm-offsets.cAl Viro2024-05-031-20/+1
| * | alpha: jensen, t2 - make __EXTERN_INLINE same as for the restAl Viro2024-05-032-2/+2
| * | alpha: core_lca: take the unused functions outAl Viro2024-05-031-44/+0
| * | alpha: missing includesAl Viro2024-05-0316-14/+45
| * | alpha: sys_sio: fix misspelled ifdefsAl Viro2024-05-031-2/+2
| * | alpha: don't make functions public without a reasonAl Viro2024-05-037-14/+16
| * | alpha: add clone3() supportAl Viro2024-05-032-1/+2
| * | alpha: fix modversions for strcpy() et.al.Al Viro2024-05-033-14/+22
| * | alpha: sort scr_mem{cpy,move}w() outAl Viro2024-05-032-0/+21
* | | Merge tag 'soc-defconfig-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-134-1/+27
|\ \ \
| * | | arm64: defconfig: enable Airoha platformDaniel Danzberger2024-05-101-0/+1
| * | | Merge tag 'qcom-arm64-defconfig-for-6.10-2' of https://git.kernel.org/pub/scm...Arnd Bergmann2024-05-081-0/+1
| |\ \ \
| | * | | arm64: defconfig: select INTERCONNECT_QCOM_SM6115 as built-inDmitry Baryshkov2024-04-291-0/+1
| * | | | Merge tag 'amlogic-defconfig-for-v6.10' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann2024-05-071-0/+1
| |\ \ \ \
| | * | | | arm64: defconfig: enable Khadas TS050 panel as moduleNeil Armstrong2024-05-031-0/+1
| * | | | | Merge tag 'arm-soc/for-6.10/defconfig-arm64' of https://github.com/Broadcom/s...Arnd Bergmann2024-04-301-0/+1
| |\ \ \ \ \
| | * | | | | arm64: defconfig: build snd_bcm2835 as moduleStefan Wahren2024-04-141-0/+1
| | |/ / / /
| * | | | | Merge tag 'renesas-arm-defconfig-for-v6.10-tag1' of git://git.kernel.org/pub/...Arnd Bergmann2024-04-302-1/+8
| |\ \ \ \ \
| | * | | | | ARM: shmobile: defconfig: Refresh for v6.9-rc1Geert Uytterhoeven2024-04-081-1/+2
| | * | | | | arm64: defconfig: Enable R9A09G057 SoCLad Prabhakar2024-03-261-0/+1
| | * | | | | arm64: defconfig: Enable Renesas DA9062 PMICBiju Das2024-03-261-0/+4
| | * | | | | arm64: defconfig: Enable Renesas RZ/G2L display unit DRM driverBiju Das2024-03-261-0/+1
| | |/ / / /
| * | | | | Merge tag 'imx-defconfig-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2024-04-292-0/+2
| |\ \ \ \ \
| | * | | | | ARM: imx_v6_v7_defconfig: Update ONBOARD_USB_HUB to ONBOAD_USB_DEVFabio Estevam2024-04-221-1/+1
| | * | | | | ARM: imx_v6_v7_defconfig: Select CONFIG_USB_ONBOARD_HUBFabio Estevam2024-04-031-0/+1
| | * | | | | arm64: defconfig: Enable DRM_IMX8MP_DW_HDMI_BRIDGE as moduleAdam Ford2024-03-291-0/+1
| | |/ / / /
| * | | | | Merge tag 'qcom-arm64-defconfig-for-6.10' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2024-04-291-0/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |