summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/apic: Move no_ipi_broadcast() out of 32bitThomas Gleixner2019-07-253-29/+27
* x86/apic: Add NMI_VECTOR wait to IPI shorthandThomas Gleixner2019-07-251-1/+4
* x86/apic: Remove dest argument from __default_send_IPI_shortcut()Thomas Gleixner2019-07-254-14/+11
* x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner2019-07-254-12/+34
* x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner2019-07-253-1/+12
* x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner2019-07-252-3/+1
* x86/apic: Consolidate the apic local headersThomas Gleixner2019-07-2512-119/+83
* x86/apic: Move apic_flat_64 header into apic directoryThomas Gleixner2019-07-253-2/+2
* x86/apic: Move ipi header into apic directoryThomas Gleixner2019-07-258-14/+13
* x86/apic: Cleanup the include mazeThomas Gleixner2019-07-259-112/+26
* x86/apic: Move IPI inlines into ipi.cThomas Gleixner2019-07-252-22/+13
* x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner2019-07-251-44/+63
* x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-07-251-0/+8
* x86/apic: Invoke perf_events_lapic_init() after enabling APICThomas Gleixner2019-07-251-3/+2
* x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner2019-07-251-1/+1
* Merge branch 'smp/hotplug' into x86/apicThomas Gleixner2019-07-252-1/+6
|\
| * Merge branch 'parisc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-232-1/+6
| |\
| | * parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller2019-07-211-1/+2
| | * parisc: add kprobe_fault_handler()Sven Schnelle2019-07-211-0/+4
* | | x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat2019-07-251-19/+27
* | | x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper2019-07-228-66/+1
* | | x86/apic: Initialize TPR to block interrupts 16-31Andy Lutomirski2019-07-221-2/+5
|/ /
* / hexagon: switch to generic version of pte allocationMike Rapoport2019-07-211-32/+2
|/
* Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-204-1/+38
|\
| * dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-164-1/+38
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-2031-195/+218
|\ \
| * | x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner2019-07-201-1/+10
| * | x86/hyper-v: Zero out the VP ASSIST PAGE on allocationDexuan Cui2019-07-191-2/+11
| * | x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-07-182-1/+1
| * | x86/boot/compressed/64: Remove unused variableZhenzhong Duan2019-07-181-1/+0
| * | x86/boot/efi: Remove unused variablesZhenzhong Duan2019-07-181-9/+1
| * | x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-177-51/+59
| * | x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra2019-07-171-6/+11
| * | x86/entry/64: Simplify idtentry a littlePeter Zijlstra2019-07-171-54/+48
| * | x86/entry/32: Simplify common_exceptionPeter Zijlstra2019-07-171-23/+13
| * | x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-1710-26/+45
| * | x86/process: Delete useless check for dead process with LDTJann Horn2019-07-171-11/+1
| * | x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann2019-07-172-2/+2
| * | x86/e820: Use proper booleans instead of 0/1Yi Wang2019-07-161-2/+2
| * | x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-07-162-2/+2
| * | x86/mm: Free sme_early_buffer after initDavid Rientjes2019-07-161-1/+1
| * | x86/boot: Fix memory leak in default_get_smp_config()David Rientjes2019-07-161-6/+4
| * | Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski2019-07-151-2/+12
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2011-61/+87
|\ \ \
| * | | x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf2019-07-182-23/+26
| * | | x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf2019-07-181-1/+1
| * | | x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf2019-07-181-1/+1
| * | | x86/head/64: Annotate start_cpu0() as non-callableJosh Poimboeuf2019-07-181-2/+2
| * | | x86/entry: Fix thunk function ELF sizesJosh Poimboeuf2019-07-181-3/+2
| * | | x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf2019-07-181-15/+19