summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-124-9/+79
|\
| * KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li2020-04-111-3/+34
| * KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li2020-04-111-1/+11
| * x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-112-5/+34
* | Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-123-0/+522
|\ \
| * | perf/x86/intel/uncore: Add Ice Lake server uncore supportKan Liang2020-04-083-0/+522
* | | Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-04-113-4/+11
|\ \ \
| * | | arch: nios2: remove 'resetvalue' propertyAlexandru Ardelean2020-04-111-2/+0
| * | | arch: nios2: rename 'altr,gpio-bank-width' -> 'altr,ngpio'Alexandru Ardelean2020-04-111-2/+2
| * | | arch: nios2: Enable the common clk subsystem on Nios2Dragos Bogdan2020-04-112-0/+9
* | | | Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-1126-303/+109
|\ \ \ \ | |_|_|/ |/| | |
| * | | MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memoryMasahiro Yamada2020-04-091-2/+2
| * | | x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-0912-62/+6
| * | | crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada2020-04-091-2/+0
| * | | crypto: x86 - rework configuration based on KconfigJason A. Donenfeld2020-04-091-87/+65
| * | | x86: add comments about the binutils version to support code in as-instrMasahiro Yamada2020-04-091-0/+10
| * | | x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld2020-04-093-10/+19
| * | | x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-0913-89/+21
| * | | x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2020-04-092-5/+2
| * | | x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada2020-04-092-6/+2
| * | | x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-092-10/+2
| * | | x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada2020-04-092-44/+2
| * | | x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada2020-04-091-1/+1
| * | | sh: remove unneeded uapi asm-generic wrappersMasahiro Yamada2020-04-092-4/+0
| * | | h8300: move definition of __kernel_size_t etc. to posix_types.hMasahiro Yamada2020-04-092-15/+13
| * | | sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada2020-04-091-5/+3
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-1080-259/+207
|\ \ \
| * | | change email address for Pali RohárPali Rohár2020-04-103-3/+3
| * | | mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-107-3/+26
| * | | powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-107-17/+27
| * | | x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-04-102-0/+14
| * | | x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-108-25/+34
| * | | mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-107-17/+17
| * | | mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-1020-95/+46
| * | | mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-107-7/+7
| * | | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-1027-89/+17
| * | | mm: define pte_index as macro for x86Arjun Roy2020-04-101-0/+3
| * | | mm: bring sparc pte_index() semantics inline with other platformsArjun Roy2020-04-101-5/+5
| * | | mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-102-0/+10
* | | | Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-04-104-15/+8
|\ \ \ \
| * | | | arch/xtensa: fix grammar in Kconfig help textHu Haowen2020-03-301-1/+1
| * | | | xtensa: remove meaningless export ccflags-yMasahiro Yamada2020-03-091-1/+0
| * | | | xtensa: replace setup_irq() by request_irq()afzal mohammed2020-03-032-13/+7
* | | | | Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-102-2/+2
|\ \ \ \ \
| * | | | | x86/xen: fix booting 32-bit pv guestJuergen Gross2020-04-091-1/+1
| * | | | | x86/xen: make xen_pvmmu_arch_setup() staticJason Yan2020-04-081-1/+1
* | | | | | Merge tag 'acpi-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-101-1/+1
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'acpi-ec' and 'acpi-x86'Rafael J. Wysocki2020-04-101-1/+1
| |\ \ \ \ \ \ \
| | | * | | | | | ACPI, x86/boot: make acpi_nobgrt staticJason Yan2020-04-081-1/+1
* | | | | | | | | Merge tag 's390-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-102-10/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |