aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-10/+161
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-07x86/apic: Mask IOAPIC entries when disabling the local APICGravatar Tony W Wang-oc 1-0/+7
2020-02-06Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+3
2020-02-05x86/kvm: do not setup pv tlb flush when not paravirtualizedGravatar Thadeu Lima de Souza Cascardo 1-0/+3
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-10/+11
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceGravatar Thomas Gleixner 1-3/+125
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-54/+67
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 6-139/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+0
2020-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeGravatar Thomas Gleixner 3-7/+29
2020-01-28Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-41/+22
2020-01-28Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-10/+11
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 12-134/+204
2020-01-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-31/+123
2020-01-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-14/+4
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-2/+93
2020-01-28Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-01-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-9/+0
2020-01-28Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-37/+6
2020-01-28Merge branches 'x86/hyperv', 'x86/kdump' and 'x86/misc' into x86/urgent, to p...Gravatar Ingo Molnar 5-31/+42
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-740/+358
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-7/+91
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+7
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-117/+62
2020-01-27Merge tag 'x86-pti-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-7/+15
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 4-4/+4
2020-01-27Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-45/+36
2020-01-25x86/CPU/AMD: Remove amd_get_topology_early()Gravatar Borislav Petkov 1-8/+2
2020-01-23x86/mpx: remove MPX from arch/x86Gravatar Dave Hansen 4-65/+0
2020-01-23x86/mpx: remove bounds exception codeGravatar Dave Hansen 1-74/+0
2020-01-23x86/alternatives: add missing insn.h includeGravatar Dave Hansen 1-0/+1
2020-01-22x86/tsc: Remove redundant assignmentGravatar Mateusz Nosek 1-1/+0
2020-01-20x86/resctrl: Clean up unused function parameter in mkdir pathGravatar Xiaochen Shen 1-11/+5
2020-01-20x86/resctrl: Fix a deadlock due to inaccurate referenceGravatar Xiaochen Shen 1-8/+8
2020-01-20x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupGravatar Xiaochen Shen 1-2/+2
2020-01-20x86/resctrl: Fix use-after-free when deleting resource groupsGravatar Xiaochen Shen 1-2/+10
2020-01-20x86/cpu: Remove redundant cpu_detect_cache_sizes() callGravatar Tony W Wang-oc 2-4/+0
2020-01-20x86/resctrl: Add task resctrl information displayGravatar Chen Yu 1-0/+86
2020-01-20x86/sysfb: Fix check for bad VRAM sizeGravatar Arvind Sankar 1-1/+1
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 4-10/+11
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesGravatar Ard Biesheuvel 1-1/+1
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesGravatar Ingo Molnar 4-10/+11
2020-01-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-6/+6
2020-01-17x86/resctrl: Check monitoring static key in the MBM overflow handlerGravatar Xiaochen Shen 2-2/+3
2020-01-17x86/speculation/swapgs: Exclude Zhaoxin CPUs from SWAPGS vulnerabilityGravatar Tony W Wang-oc 1-2/+2
2020-01-17x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2Gravatar Tony W Wang-oc 1-1/+8