summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Linus Torvalds9-1791/+19
2019-11-26Merge branch 'acpi-mm'Rafael J. Wysocki2-12/+18
2019-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-40/+112
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-46/+40
2019-11-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-11-26Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-44/+319
2019-11-26Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+26
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar1-0/+4
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2-10/+18
2019-11-21x86/pti/32: Size initial_page_table correctlyThomas Gleixner1-0/+10
2019-11-21x86/doublefault/32: Fix stack canaries in the double fault handlerAndy Lutomirski1-0/+3
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini10-52/+413
2019-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-40/+112
2019-11-21x86/ioperm: Fix use of deprecated config optionAlexander Duyck1-2/+1
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig1-2/+2
2019-11-19Merge tag 'v5.4-rc8' into WIP.x86/mm, to pick up fixesIngo Molnar69-695/+1228
2019-11-18x86: Fix typos in commentsCao jin1-3/+3
2019-11-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+2
2019-11-16x86/speculation: Fix redundant MDS mitigation messageWaiman Long1-0/+13
2019-11-16x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long1-2/+15
2019-11-16x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner3-16/+40
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner4-58/+11
2019-11-16x86/iopl: Restrict iopl() permission scopeThomas Gleixner3-39/+85
2019-11-16x86/iopl: Fixup misleading commentThomas Gleixner1-8/+27
2019-11-16x86/ioperm: Share I/O bitmap if identicalThomas Gleixner2-42/+45
2019-11-16x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner2-15/+21
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2-41/+43
2019-11-16x86/ioperm: Add bitmap sequence numberThomas Gleixner3-10/+34
2019-11-16x86/ioperm: Move iobitmap data into a structThomas Gleixner3-35/+42
2019-11-16x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner3-7/+7
2019-11-16x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner4-29/+43
2019-11-16x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner1-0/+3
2019-11-16x86/ioperm: Simplify first ioperm() invocation logicThomas Gleixner1-29/+26
2019-11-16x86/iopl: Cleanup include mazeThomas Gleixner1-12/+4
2019-11-16x86/cpu: Unify cpu_init()Thomas Gleixner1-108/+65
2019-11-16x86/process: Unify copy_thread_tls()Thomas Gleixner3-143/+100
2019-11-16x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner1-1/+1
2019-11-16x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra3-40/+112
2019-11-15x86/cpu: Align cpu_caps_cleared and cpu_caps_set to unsigned longFenghua Yu1-2/+3
2019-11-15x86: Remove the calgary IOMMU driverChristoph Hellwig4-1770/+0
2019-11-15Merge branch 'linus' into x86/hypervThomas Gleixner77-762/+1575
2019-11-14x86/crash: Align function arguments on opening bracesBorislav Petkov1-17/+11
2019-11-14x86/kdump: Remove the backup region handlingLianbo Jiang2-123/+11
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang1-0/+15
2019-11-13ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf1-1/+11
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)1-3/+5
2019-11-13ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2-7/+39
2019-11-13x86/resctrl: Fix potential lockdep warningXiaochen Shen1-4/+0
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-39/+384