summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-14s390/boot: vmlinux.lds.S: handle '.init.text'Nathan Chancellor1-0/+1
2024-02-14s390: vmlinux.lds.S: explicitly keep various sectionsNathan Chancellor1-0/+12
2024-02-14s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor2-0/+32
2024-02-14s390: vmlinux.lds.S: handle '.data.rel' sections explicitlyNathan Chancellor1-0/+6
2024-02-14s390/boot: add support for CONFIG_LD_ORPHAN_WARNNathan Chancellor1-2/+3
2024-02-12s390/switch_to: use generic header fileHeiko Carstens10-47/+34
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens10-21/+48
2024-02-09s390/extmem: fix virtual vs physical address confusionAlexander Gordeev1-2/+2
2024-02-09s390/fpu: make use of __uninitialized macroHeiko Carstens4-3/+6
2024-02-09s390/time: make stp_subsys constRicardo B. Marliere1-1/+1
2024-02-09s390/vdso: drop '-fPIC' from LDFLAGSNathan Chancellor2-2/+2
2024-02-09s390/mmap: disable mmap alignment when randomize_va_space = 0Sven Schnelle1-8/+11
2024-02-09s390/hypfs_sprp: remove unneeded DMA zone allocationHeiko Carstens1-1/+1
2024-02-09s390/diag: add missing virt_to_phys() translation to diag14()Thomas Richter1-0/+20
2024-02-09s390/time: improve steering precisionSven Schnelle1-2/+2
2024-02-09s390/pai_crypto: return proper error code in paicrypt_initThomas Richter1-1/+1
2024-02-09s390/pai: export number of sysfs attribute filesThomas Richter2-6/+16
2024-02-09s390/pai_crypto: emit error on too many countersThomas Richter1-2/+4
2024-02-09s390/pai: fix attr_event_free upper limit for pai device driversThomas Richter2-2/+2
2024-02-09s390/hypfs_diag0c: fix virtual vs physical address confusionHeiko Carstens4-5/+20
2024-02-09s390/hypfs_sprp: fix virtual vs physical address confusionHeiko Carstens1-1/+1
2024-02-09s390/appldata: fix virtual vs physical address confusionGerald Schaefer1-2/+2
2024-02-09s390/diag: fix diag26c() physical vs virtual address confusionAlexander Gordeev2-3/+3
2024-02-09s390/configs: update default configurationsHeiko Carstens3-13/+3
2024-02-09s390/configs: enable INIT_STACK_ALL_ZERO in all configurationsHeiko Carstens3-3/+0
2024-02-09s390/configs: provide compat topic configuration targetHeiko Carstens1-0/+3
2024-02-02Merge tag 'iommu-fixes-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+28
2024-02-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-16/+4
2024-02-02powerpc: iommu: Bring back table group release_ownership() callShivaprasad G Bhat1-9/+28
2024-02-01Merge tag 'parisc-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-74/+118
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-10/+12
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov3-9/+9
2024-01-31parisc: BTLB: Fix crash when setting up BTLB at CPU bringupHelge Deller1-1/+1
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller8-71/+108
2024-01-30arm64: vdso32: Remove unused vdso32-offsets.hKevin Brodsky3-13/+1
2024-01-30arm64: scs: Disable LTO for SCS patching codeArd Biesheuvel1-0/+6
2024-01-30arm64: Revert "scs: Work around full LTO issue with dynamic SCS"Ard Biesheuvel1-7/+1
2024-01-30Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+17
2024-01-28Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds34-230/+83
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-12/+49
2024-01-28parisc: Drop unneeded semicolon in parse_tree_node()Helge Deller1-1/+1
2024-01-28parisc: Prevent hung tasks when printing inventory on serial consoleHelge Deller1-0/+3
2024-01-28parisc: Check for valid stride size for cache flushesHelge Deller1-0/+4
2024-01-28parisc: Make RO_DATA page aligned in vmlinux.lds.SHelge Deller1-1/+1
2024-01-27Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-11/+14
2024-01-27um: Fix adding '-no-pie' for clangNathan Chancellor1-1/+3
2024-01-27mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao1-0/+6
2024-01-27MIPS: loongson64: set nid for reserved memblock regionHuang Pei2-0/+5
2024-01-27Revert "MIPS: loongson64: set nid for reserved memblock region"Thomas Bogendoerfer2-4/+0
2024-01-27Merge tag 'arm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-55/+72