summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | powerpc/pci: Use of_irq_parse_and_map_pci() helperRob Herring2018-01-171-8/+2
| | * | | | | | | PCI: Move OF-related PCI functions into PCI coreRob Herring2018-01-171-1/+0
| | |/ / / / / /
| * | | | | | | x86/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-1/+2
| * | | | | | | powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-113-4/+5
| * | | | | | | alpha/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-112-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-0430-505/+745
|\ \ \ \ \ \ \
| * | | | | | | KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-031-0/+88
| * | | | | | | KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-033-6/+110
| * | | | | | | KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed2018-02-033-1/+17
| * | | | | | | KVM/x86: Add IBPB supportAshok Raj2018-02-033-3/+116
| * | | | | | | KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed2018-02-032-5/+4
| * | | | | | | Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into ...Thomas Gleixner2018-02-031-254/+186
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini2018-01-311-123/+147
| | * | | | | | | KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini2018-01-271-14/+22
| | * | | | | | | KVM: nVMX: Eliminate vmcs02 poolJim Mattson2018-01-271-123/+23
| * | | | | | | | x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny2018-02-021-1/+1
| * | | | | | | | x86/pti: Mark constant arrays as __initconstArnd Bergmann2018-02-021-2/+2
| * | | | | | | | x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed2018-02-021-30/+56
| * | | | | | | | x86/kvm: Update spectre-v1 mitigationDan Williams2018-02-011-11/+9
| * | | | | | | | x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf2018-01-311-14/+0
| * | | | | | | | x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2018-01-302-1/+34
| * | | | | | | | x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2018-01-302-19/+29
| * | | | | | | | x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King2018-01-301-1/+1
| * | | | | | | | x86/spectre: Report get_user mitigation for spectre_v1Dan Williams2018-01-301-1/+1
| * | | | | | | | x86/syscall: Sanitize syscall table de-references under speculationDan Williams2018-01-301-1/+4
| * | | | | | | | x86/get_user: Use pointer masking to limit speculationDan Williams2018-01-301-0/+10
| * | | | | | | | x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-304-14/+14
| * | | | | | | | x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams2018-01-301-4/+4
| * | | | | | | | x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-301-0/+9
| * | | | | | | | x86: Introduce barrier_nospecDan Williams2018-01-302-2/+5
| * | | | | | | | x86: Implement array_index_mask_nospecDan Williams2018-01-301-0/+24
| * | | | | | | | x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-307-12/+11
| * | | | | | | | x86/entry/64: Push extra regs right awayAndy Lutomirski2018-01-301-3/+7
| * | | | | | | | x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2018-01-302-122/+2
| * | | | | | | | x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang2018-01-301-3/+3
| * | | | | | | | x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAPWilliam Grant2018-01-302-4/+7
| * | | | | | | | Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-302139-30631/+68378
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-044-3/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-02-022-2/+2
| * | | | | | | | | | x86/dumpstack: Avoid uninitlized variableArnd Bergmann2018-02-021-1/+1
| * | | | | | | | | | x86/kexec: Make kexec (mostly) work in 5-level paging modeKirill A. Shutemov2018-01-311-0/+8
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-042-4/+26
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'at24-4.16-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2018-01-03338-1422/+3946
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-12-31143-579/+904
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | i2c/ARM: davinci: Deep refactoring of I2C recoveryLinus Walleij2017-12-312-4/+26
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-038-3/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini2018-01-151-3/+4
| * | | | | | | | | | | arm: Implement thread_struct whitelist for hardened usercopyKees Cook2018-01-152-0/+11
| * | | | | | | | | | | arm64: Implement thread_struct whitelist for hardened usercopyKees Cook2018-01-152-0/+11
| * | | | | | | | | | | x86: Implement thread_struct whitelist for hardened usercopyKees Cook2018-01-152-0/+9