summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: sifive: fix Kconfig errata warningRandy Dunlap2021-06-131-0/+1
* riscv32: Use medany C model for modulesKhem Raj2021-06-131-1/+1
* riscv: Fix BUILTIN_DTB for sifive and microchip socAlexandre Ghiti2021-06-122-0/+2
* riscv: alternative: fix typo in macro nameVitaly Wool2021-06-111-2/+2
* riscv: code patching only works on !XIP_KERNELJisheng Zhang2021-06-111-9/+9
* riscv: xip: support runtime trap patchingVitaly Wool2021-06-112-5/+23
* Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixesPalmer Dabbelt2021-06-021-2/+6
|\
| * riscv: mm: Fix W+X mappings at bootJisheng Zhang2021-06-021-2/+6
* | RISC-V: Fix memblock_free() usages in init_resources()Wende Tan2021-06-021-2/+2
* | riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabledVincent2021-06-021-1/+1
* | riscv: Use -mno-relax when using lld linkerKhem Raj2021-05-291-0/+9
* | riscv: kexec: Fix W=1 build warningsJisheng Zhang2021-05-232-7/+8
* | riscv: kprobes: Fix build error when MMU=nJisheng Zhang2021-05-231-0/+2
* | riscv: Select ARCH_USE_MEMTESTKefeng Wang2021-05-231-0/+1
* | riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang2021-05-231-7/+7
|/
* Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-091-21/+26
|\
| * x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gatingSuravee Suthikulpanit2021-05-061-21/+26
* | Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-0913-120/+131
|\ \
| * | KVM: x86: Consolidate guest enter/exit logic to common helpersSean Christopherson2021-05-053-74/+49
| * | KVM: x86: Defer vtime accounting 'til after IRQ handlingWanpeng Li2021-05-053-6/+15
| * | KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan2021-05-053-7/+34
| * | x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson2021-05-052-5/+1
| * | x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson2021-05-051-1/+1
| * | x86/resctrl: Fix init const confusionAndi Kleen2021-05-051-1/+1
| * | x86: Delete UD0, UD1 tracesAlexey Dobriyan2021-05-051-9/+0
| * | x86/smpboot: Remove duplicate includesWan Jiabing2021-05-051-3/+0
| * | x86/cpu: Use alternative to generate the TASK_SIZE_MAX constantLinus Torvalds2021-05-052-20/+36
* | | Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-085-10/+16
|\ \ \
| * | | riscv: remove unused handle_exception symbolRouven Czerwinski2021-05-061-2/+0
| * | | riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-063-4/+7
| * | | riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=yVincent Chen2021-05-061-2/+2
| * | | riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven2021-05-061-2/+7
* | | | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-0817-196/+28
|\ \ \ \
| * | | | arch: use cross_compiling to check whether it is a cross build or notMasahiro Yamada2021-05-055-9/+5
| * | | | .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-011-2/+2
| * | | | kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-011-1/+1
| * | | | kbuild: add a script to remove stale generated filesMasahiro Yamada2021-05-011-7/+0
| * | | | sparc: syscalls: switch to generic syscallshdr.shMasahiro Yamada2021-05-012-43/+4
| * | | | sparc: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-05-015-56/+12
| * | | | sh: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-05-012-41/+2
| * | | | sh: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-05-012-37/+2
* | | | | Merge branch 'master' into nextMichael Ellerman2021-05-08240-1751/+3722
|\ \ \ \ \
| * \ \ \ \ Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-0717-84/+36
| |\ \ \ \ \
| | * | | | | arm64: kernel: Update the stale commentShaokun Zhang2021-05-061-1/+1
| | * | | | | arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland2021-05-053-30/+5
| | * | | | | arm64: cpufeatures: use min and maxkernel test robot2021-04-301-2/+3
| | * | | | | arm64: stacktrace: restore terminal recordsMark Rutland2021-04-302-7/+9
| | * | | | | arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling2021-04-301-1/+7
| | * | | | | arm64: Show three registers per lineMatthew Wilcox (Oracle)2021-04-231-6/+3
| | * | | | | arm64: remove HAVE_DEBUG_BUGVERBOSEJisheng Zhang2021-04-231-1/+0