summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | riscv: signal: handle syscall restart before get_signalHaorong Lu2023-11-051-39/+46
| * | | | | Merge patch series "Add support to handle misaligned accesses in S-mode"Palmer Dabbelt2023-11-0511-59/+524
| |\ \ \ \ \
| | * | | | | riscv: add support for PR_SET_UNALIGN and PR_GET_UNALIGNClément Léger2023-11-013-0/+33
| | * | | | | riscv: report misaligned accesses emulation to hwprobeClément Léger2023-11-014-1/+79
| | * | | | | riscv: annotate check_unaligned_access_boot_cpu() with __initClément Léger2023-11-011-1/+1
| | * | | | | riscv: add support for sysctl unaligned_enabled controlClément Léger2023-11-012-0/+10
| | * | | | | riscv: add floating point insn support to misaligned access emulationClément Léger2023-11-012-4/+269
| | * | | | | riscv: report perf event for misaligned faultClément Léger2023-11-011-0/+5
| | * | | | | riscv: add support for misaligned trap handling in S-modeClément Léger2023-11-015-23/+129
| | * | | | | riscv: remove unused functions in traps_misaligned.cClément Léger2023-11-011-39/+7
| | |/ / / /
* | | | | | Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-11-1038-2584/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | MIPS: AR7: remove platformWolfram Sang2023-10-1918-2493/+0
| * | | | | mtd: parsers: ar7: remove supportWolfram Sang2023-10-191-1/+0
| * | | | | arch: mips: remove ReiserFS from defconfigPeter Lafreniere2023-10-197-27/+0
| * | | | | MIPS: lantiq: Remove unnecessary include of <linux/of_irq.h>Bjorn Helgaas2023-10-191-1/+0
| * | | | | MIPS: lantiq: Fix pcibios_plat_dev_init() "no previous prototype" warningBjorn Helgaas2023-10-191-0/+1
| * | | | | MIPS: KVM: Fix a build warning about variable set but not usedHuacai Chen2023-10-191-2/+1
| * | | | | MIPS: Remove dead code in relocate_new_kernelTiezhu Yang2023-10-061-1/+0
| * | | | | mips: dts: ralink: mt7621: rename to GnuBee GB-PC1 and GnuBee GB-PC2Arınç ÜNAL2023-10-062-2/+2
| * | | | | mips: dts: ralink: mt7621: define each reset as an itemArınç ÜNAL2023-10-061-3/+2
| * | | | | mips: dts: ingenic: Remove unneeded probe-type propertiesGeert Uytterhoeven2023-10-062-2/+0
| * | | | | MIPS: loongson32: Remove dma.h and nand.hKeguang Zhang2023-10-065-54/+0
* | | | | | Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-0913-945/+81
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel2023-10-2713-945/+81
| |\ \ \ \ \ \ \ \
| | | | * | | | | | s390/pci: Fix reset of IOMMU software countersNiklas Schnelle2023-10-052-7/+10
| | | | * | | | | | s390/pci: Use dma-iommu layerNiklas Schnelle2023-10-0210-892/+36
| | | | * | | | | | s390/pci: prepare is_passed_through() for dma-iommuNiklas Schnelle2023-10-021-4/+11
| | | * | | | | | | Merge tag 'v6.6-rc7' into coreJoerg Roedel2023-10-26149-488/+892
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | | * | | | | | | iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe2023-10-261-8/+1
| | | * | | | | | | powerpc/iommu: Do not do platform domain attach atctions after probeJason Gunthorpe2023-10-061-2/+8
| | | |/ / / / / /
| | | * | | | | | iommu/tegra-gart: Remove tegra-gartJason Gunthorpe2023-09-252-2/+0
| | | * | | | | | powerpc/iommu: Setup a default domain and remove set_platform_dma_opsJason Gunthorpe2023-09-251-21/+17
| | |/ / / / / /
* | | | | | | | Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0820-497/+266
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev2023-11-053-13/+3
| * | | | | | | | s390/mm: use compound page order to distinguish page tablesAlexander Gordeev2023-11-051-9/+4
| * | | | | | | | s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev2023-11-054-262/+31
| * | | | | | | | s390/cmma: rework no-dat handlingHeiko Carstens2023-11-055-131/+21
| * | | | | | | | s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens2023-11-056-16/+28
| * | | | | | | | s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens2023-11-052-42/+43
| * | | | | | | | s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-057-42/+58
| * | | | | | | | s390/cmma: cleanup inline assembliesHeiko Carstens2023-11-051-22/+26
| * | | | | | | | s390: add USER_STACKTRACE supportHeiko Carstens2023-11-052-0/+44
| * | | | | | | | s390/perf: implement perf_callchain_user()Heiko Carstens2023-11-052-0/+48
| * | | | | | | | s390/mm: add missing conversion to use ptdescsAlexander Gordeev2023-11-052-3/+3
* | | | | | | | | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-0836-245/+526
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones2023-11-022-1/+6
| * | | | | | | | riscv: configs: defconfig: Enable configs required for RZ/Five SoCLad Prabhakar2023-11-021-0/+52
| * | | | | | | | Merge patch series "riscv: SCS support"Palmer Dabbelt2023-11-0215-175/+237
| |\ \ \ \ \ \ \ \
| | * | | | | | | | riscv: Use separate IRQ shadow call stacksSami Tolvanen2023-10-273-0/+35
| | * | | | | | | | riscv: Implement Shadow Call StackSami Tolvanen2023-10-2710-1/+99