summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-1214-7/+68
|\
| * Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-1114-7/+68
| |\
| | * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131948-39196/+55388
| | |\
| | * | kcsan, trace: Make KCSAN compatible with tracingMarco Elver2020-03-211-0/+5
| | * | Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-21131-583/+1011
| | |\ \
| | * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211804-31508/+52637
| | |\ \ \
| | | * | | x86/purgatory: Fail the build if purgatory.ro has missing symbolsHans de Goede2020-03-172-3/+11
| | | * | | x86/purgatory: Disable various profiling and sanitizing optionsHans de Goede2020-03-171-1/+4
| | | * | | x86/kexec: Do not reserve EFI setup_data in the kexec e820 tableDave Young2020-02-241-1/+9
| | * | | | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-2073-985/+279
| | |\ \ \ \
| | * | | | | x86/vdso: Enable sanitizers for vma.oJann Horn2020-01-101-0/+3
| | * | | | | Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2020-01-0631-85/+142
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-302114-31546/+76375
| | |\ \ \ \ \ \
| | * | | | | | | kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-1/+1
| | * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-1912-1/+36
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86, kcsan: Enable KCSAN for x86Marco Elver2019-11-1612-1/+36
* | | | | | | | | | Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-124-10/+37
|\| | | | | | | | |
| * | | | | | | | | locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra2020-06-114-10/+37
* | | | | | | | | | 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