aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-21cpu/hotplug: Provide knobs to control SMTThomas Gleixner2-0/+4
2018-06-21x86/topology: Provide topology_smt_supported()Thomas Gleixner2-0/+10
2018-06-21x86/smp: Provide topology_is_primary_thread()Thomas Gleixner4-1/+33
2018-06-21x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk1-26/+29
2018-06-20x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-0/+15
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2-0/+29
2018-06-20x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen4-0/+67
2018-06-20x86/speculation/l1tf: Make sure the first page is always reservedAndi Kleen1-0/+6
2018-06-20x86/speculation/l1tf: Protect PROT_NONE PTEs against speculationAndi Kleen5-13/+84
2018-06-20x86/speculation/l1tf: Protect swap entries against L1TFLinus Torvalds1-3/+8
2018-06-20x86/speculation/l1tf: Change order of offset/type in swap entryLinus Torvalds1-11/+20
2018-06-20x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFTAndi Kleen1-2/+7
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds12-13/+13
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-29/+14
2018-06-16Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds15-14/+626
2018-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds40-1233/+2313
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab8-9/+9
2018-06-15arch/*: Kconfig: fix documentation for NMI watchdogMauro Carvalho Chehab4-4/+4
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-16/+29
2018-06-15hexagon: drop the unused variable zero_page_maskAnshuman Khandual2-4/+0
2018-06-15hexagon: fix printk format warning in setup.cRandy Dunlap1-1/+1
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner6-9/+9
2018-06-15arm: port KCOV to armDmitry Vyukov4-1/+16
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams1-1/+3
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada7-8/+8
2018-06-15x86: fix dependency of X86_32_LAZY_GSMasahiro Yamada1-1/+1
2018-06-14KVM: x86: VMX: redo fix for link error without CONFIG_HYPERVArnd Bergmann1-4/+2
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini38-1228/+2310
2018-06-14KVM: x86: fix typo at kvm_arch_hardware_setup commentMarcelo Tosatti1-1/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds17-17/+17
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds25-30/+30
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds11-69/+47
2018-06-12KVM: x86: VMX: fix build without hyper-vLinus Torvalds1-0/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds77-131/+153
2018-06-13KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulationSimon Guo1-3/+3
2018-06-13KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT modePaul Mackerras1-6/+2
2018-06-13KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bitPaul Mackerras1-0/+4
2018-06-13KVM: PPC: Book3S PR: Fix failure status setting in treclaim. emulationPaul Mackerras1-9/+11
2018-06-13KVM: PPC: Book3S PR: Fix MSR setting when delivering interruptsPaul Mackerras2-33/+22
2018-06-13KVM: PPC: Book3S PR: Handle additional interrupt typesCameron Kaiser1-0/+3
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook3-3/+4
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook8-10/+12
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook2-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook41-58/+60
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook28-47/+61
2018-06-12Convert intel uncore to struct_sizeMatthew Wilcox1-9/+10
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds53-351/+301
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds55-595/+1320
2018-06-12kvm: fix typo in flag nameMichael S. Tsirkin1-2/+2
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini3-14/+26