summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-129-63/+98
|\
| * x86/vdso: Unbreak paravirt VDSO clocksThomas Gleixner2020-06-091-0/+18
| * x86_64: Fix jiffies ODR violationBob Haarman2020-06-092-6/+2
| * x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser2020-06-091-2/+5
| * x86/speculation: Prevent rogue cross-process SSBD shutdownAnthony Steinhauser2020-06-091-18/+10
| * x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser2020-06-091-37/+50
| * x86/cpu: Add Sapphire Rapids CPU model numberTony Luck2020-06-031-0/+2
| *---. Merge branches 'x86/apic', 'x86/misc' and 'x86/splitlock' into x86/urgentIngo Molnar2020-06-013-1/+12
| |\ \ \
| | | | * x86/split_lock: Add Icelake microserver and Tigerlake CPU modelsFenghua Yu2020-05-281-0/+3
| | | * | x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma2020-05-251-0/+8
| | * | | x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov2020-05-261-1/+1
| | |/ /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-111-2/+2
|\ \ \ \
| * | | | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-111-2/+2
* | | | | alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel2020-06-111-1/+6
* | | | | Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-1125-157/+284
|\ \ \ \ \
| * | | | | riscv: set the permission of vdso_data to read-onlyVincent Chen2020-06-111-2/+14
| * | | | | riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen2020-06-1116-69/+199
| * | | | | riscv: fix build warning of missing prototypesZong Li2020-06-101-0/+1
| * | | | | RISC-V: Don't mark init section as non-executableAnup Patel2020-06-101-11/+0
| * | | | | RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel2020-06-101-0/+1
| * | | | | RISC-V: Remove do_IRQ() functionAnup Patel2020-06-102-7/+3
| * | | | | clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel2020-06-101-2/+0
| * | | | | irqchip: RISC-V per-HART local interrupt controller driverAnup Patel2020-06-104-34/+4
| * | | | | RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel2020-06-102-0/+17
| * | | | | RISC-V: self-contained IPI handling routineAnup Patel2020-06-104-9/+22
| * | | | | RISC-V: Sort select statements alphanumericallyPalmer Dabbelt2020-06-101-34/+34
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-116-5/+28
|\ \ \ \ \ \
| * | | | | | arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel2020-06-112-1/+6
| * | | | | | arm64: acpi: fix UBSAN warningNick Desaulniers2020-06-101-2/+3
| * | | | | | arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2020-06-102-0/+16
| * | | | | | arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGSJoe Perches2020-06-081-1/+2
| * | | | | | arm64: debug: mark a function as __init to save some memoryChristophe JAILLET2020-06-041-1/+1
* | | | | | | Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-113-5/+6
|\ \ \ \ \ \ \
| * | | | | | | m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm()Luc Van Oostenryck2020-05-301-2/+2
| * | | | | | | m68k,nommu: add missing __user in uaccess' __ptr() macroLuc Van Oostenryck2020-05-301-1/+1
| * | | | | | | m68k: Drop CONFIG_MTD_M25P80 in stmark2_defconfigBin Meng2020-05-301-1/+0
| * | | | | | | m68k/PCI: Fix a memory leak in an error handling pathChristophe JAILLET2020-05-251-1/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-113-26/+23
|\ \ \ \ \ \ \
| * | | | | | | x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user()Al Viro2020-06-031-1/+1
| * | | | | | | TEST_ACCESS_OK _never_ had been checked anywhereAl Viro2020-06-031-7/+0
| * | | | | | | x86: switch cp_stat64() to unsafe_put_user()Al Viro2020-06-031-18/+22
* | | | | | | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-103-22/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macrosWill Deacon2020-04-161-8/+8
| * | | | | | | | arm64: csum: Disable KASAN for do_csum()Will Deacon2020-04-151-8/+12
| * | | | | | | | compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-151-6/+6
| |/ / / / / / /
* | | | | | | | arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton2020-06-101-1/+1
* | | | | | | | Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-105-4/+64
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | um: virtio: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-022-2/+2
| * | | | | | | um: Use fdatasync() when mapping the UBD FSYNC commandAnton Ivanov2020-06-021-1/+1
| * | | | | | | um: Do not evaluate compiler's library path when cleaningMasahiro Yamada2020-06-021-2/+2