summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-022-2/+2
|\
| *---. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-252-2/+2
| |\ \ \
| | | | * iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker2021-06-251-1/+1
| | | |/ | | |/|
| | | * Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel2021-06-171-1/+1
| | |/|
| | | * arm64: dts: msm8996: Mark the GPU's SMMU as an adreno one.Eric Anholt2021-06-081-1/+1
* | | | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-021-3/+0
|\ \ \ \
| * | | | kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2021-06-241-3/+0
| * | | | kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by defaultDavid Gow2021-06-241-1/+1
* | | | | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-02212-3609/+6413
|\ \ \ \ \
| * | | | | powerpc: Only build restart_table.c for 64sMichael Ellerman2021-07-011-2/+2
| * | | | | powerpc/64s: move ret_from_fork etc above __end_soft_maskedNicholas Piggin2021-06-301-26/+26
| * | | | | powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin2021-06-301-3/+5
| * | | | | powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin2021-06-301-0/+6
| * | | | | powerpc/64: enable MSR[EE] in irq replay pt_regsNicholas Piggin2021-06-302-0/+5
| * | | | | powerpc/64s/interrupt: preserve regs->softe for NMI interruptsNicholas Piggin2021-06-301-0/+3
| * | | | | powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-306-11/+106
| * | | | | powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin2021-06-304-23/+40
| * | | | | powerpc/64e: fix CONFIG_RELOCATABLE build warningsNicholas Piggin2021-06-301-0/+11
| * | | | | powerpc/64s: fix hash page fault interrupt handlerNicholas Piggin2021-06-301-13/+11
| * | | | | powerpc/4xx: Fix setup_kuep() on SMPChristophe Leroy2021-06-301-1/+5
| * | | | | powerpc/32s: Fix setup_{kuap/kuep}() on SMPChristophe Leroy2021-06-302-2/+2
| * | | | | powerpc/interrupt: Use names in check_return_regs_valid()Christophe Leroy2021-06-261-2/+2
| * | | | | powerpc/interrupt: Also use exit_must_hard_disable() on PPC32Christophe Leroy2021-06-261-5/+3
| * | | | | powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang2021-06-251-6/+6
| * | | | | powerpc/ptrace: Refactor regs_set_return_{msr/ip}Christophe Leroy2021-06-251-8/+2
| * | | | | powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip}Christophe Leroy2021-06-251-5/+5
| * | | | | powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()Michael Ellerman2021-06-251-6/+20
| * | | | | powerpc/pseries/vas: Include irqdomain.hMichael Ellerman2021-06-251-0/+1
| * | | | | powerpc: mark local variables around longjmp as volatileArnd Bergmann2021-06-252-13/+13
| * | | | | powerpc/pmu: Make the generic compat PMU use the architected eventsPaul Mackerras2021-06-251-36/+134
| * | | | | powerpc/pseries/dlpar: use rtas_get_sensor()Nathan Lynch2021-06-251-6/+3
| * | | | | powerpc/rtas-rtc: remove unused constantNathan Lynch2021-06-251-1/+1
| * | | | | powerpc/papr_scm: trivial: fix typo in a commentKajol Jain2021-06-251-1/+1
| * | | | | powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman2021-06-253-7/+11
| * | | | | powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman2021-06-252-56/+3
| * | | | | powerpc/bpf: Use bctrl for making function callsNaveen N. Rao2021-06-252-8/+8
| * | | | | powerpc/xmon: Add support for running a command on all cpus in xmonNaveen N. Rao2021-06-251-22/+126
| * | | | | powerpc/configs: Enable STACK_TRACER and FTRACE_SYSCALLS in some of the configsNaveen N. Rao2021-06-253-0/+5
| * | | | | powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao2021-06-251-2/+2
| * | | | | powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao2021-06-252-6/+5
| * | | | | powerpc/papr_scm: Add support for reporting dirty-shutdown-countVaibhav Jain2021-06-252-0/+36
| * | | | | powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailableVaibhav Jain2021-06-251-11/+24
| * | | | | powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...Naveen N. Rao2021-06-251-2/+6
| * | | | | powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin2021-06-241-16/+32
| * | | | | powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy2021-06-241-2/+2
| * | | | | powerpc/32: Reduce code duplication of system call entryChristophe Leroy2021-06-243-37/+19
| * | | | | powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy2021-06-242-10/+11
| * | | | | powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non bookeChristophe Leroy2021-06-241-17/+17
| * | | | | powerpc: Remove klimitChristophe Leroy2021-06-245-10/+5
| * | | | | powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy2021-06-241-19/+3