summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-0521-51/+166
|\
| * um: include sys/types.h for size_tJason A. Donenfeld2022-07-171-1/+2
| * um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck2022-07-173-7/+7
| * um: Add missing apply_returns()Peter Zijlstra2022-07-171-0/+4
| * um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld2022-07-171-1/+16
| * um: include linux/stddef.h for __always_inlineJason A. Donenfeld2022-07-171-0/+1
| * UML: add support for KASAN under x86_64Patricia Alfonso2022-07-1710-5/+108
| * um: random: Don't initialise hwrng struct with zeroChristopher Obbard2022-07-171-1/+1
| * um: remove unused mm_copy_segmentsTobias Klauser2022-07-171-5/+0
| * um: remove unused variableHaowen Bai2022-07-171-2/+1
| * um: Remove straying parenthesisBenjamin Beichler2022-07-171-1/+1
| * um: x86: print RIP with symbolJohannes Berg2022-07-171-2/+2
| * arch: um: Fix build for statically linked UML w/ constructorsDavid Gow2022-07-171-0/+1
| * x86/um: Kconfig: Fix indentationJuerg Haefliger2022-07-171-5/+5
| * um/drivers: Kconfig: Fix indentationJuerg Haefliger2022-07-171-27/+27
| * um: Kconfig: Fix indentationJuerg Haefliger2022-07-171-1/+1
* | Merge tag 'for-linus' of github.com:openrisc/linuxLinus Torvalds2022-08-055-4/+116
|\ \
| * | openrisc: io: Define iounmap argument as volatileStafford Horne2022-07-302-2/+2
| * | openrisc: Add virt defconfigStafford Horne2022-07-301-0/+108
| * | openrisc: Add pci bus supportStafford Horne2022-07-303-2/+6
| * | Merge branch 'pci/header-cleanup-immutable' of git://git.kernel.org/pub/scm/l...Stafford Horne2022-07-3031-228/+11
| |\ \ | | |/ | |/|
* | | Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-058-130/+1038
|\ \ \
| * | | x86/sgx: Drop 'page_index' from sgx_backingSean Christopherson2022-07-082-2/+0
| * | | x86/sgx: Free up EPC pages directly to support large page rangesReinette Chatre2022-07-073-0/+18
| * | | x86/sgx: Support complete page removalReinette Chatre2022-07-072-0/+166
| * | | x86/sgx: Support modifying SGX page typeReinette Chatre2022-07-072-0/+222
| * | | x86/sgx: Tighten accessible memory range after enclave initializationReinette Chatre2022-07-071-0/+5
| * | | x86/sgx: Support adding of pages to an initialized enclaveReinette Chatre2022-07-071-0/+117
| * | | x86/sgx: Support restricting of enclave page permissionsReinette Chatre2022-07-072-0/+237
| * | | x86/sgx: Support VA page allocation without reclaimingReinette Chatre2022-07-073-8/+10
| * | | x86/sgx: Export sgx_encl_page_alloc()Jarkko Sakkinen2022-07-073-32/+35
| * | | x86/sgx: Export sgx_encl_{grow,shrink}()Reinette Chatre2022-07-072-2/+4
| * | | x86/sgx: Keep record of SGX page typeReinette Chatre2022-07-073-1/+7
| * | | x86/sgx: Create utility to validate user provided offset and lengthReinette Chatre2022-07-071-6/+22
| * | | x86/sgx: Make sgx_ipi_cb() available internallyReinette Chatre2022-07-072-1/+3
| * | | x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()Reinette Chatre2022-07-073-31/+47
| * | | x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()Reinette Chatre2022-07-073-5/+5
| * | | x86/sgx: Export sgx_encl_ewb_cpumask()Reinette Chatre2022-07-073-29/+68
| * | | x86/sgx: Support loading enclave page without VMA permissions checkReinette Chatre2022-07-072-19/+40
| * | | x86/sgx: Add wrapper for SGX2 EAUG functionReinette Chatre2022-07-071-0/+6
| * | | x86/sgx: Add wrapper for SGX2 EMODT functionReinette Chatre2022-07-071-0/+6
| * | | x86/sgx: Add wrapper for SGX2 EMODPR functionReinette Chatre2022-07-072-0/+11
| * | | x86/sgx: Add short descriptions to ENCLS wrappersReinette Chatre2022-07-071-0/+15
* | | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-0531-89/+42
|\ \ \ \
| * | | | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-2821-53/+10
| * | | | KVM: arm64: Add a flag to disable MMIO trace for nVHE KVMSai Prakash Ranjan2022-06-151-1/+6
| * | | | lib: Add register read/write tracing supportPrasad Sodagudi2022-06-152-0/+4
| * | | | arm64: io: Use asm-generic high level MMIO accessorsSai Prakash Ranjan2022-06-151-33/+8
| * | | | arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-156-2/+14
* | | | | Merge tag 'arm-late-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-08-055-14/+51
|\ \ \ \ \