aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-92/+204
2019-05-06Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+19
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-174/+199
2019-05-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+17
2019-05-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-05-06Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-75/+102
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-24/+28
2019-05-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+31
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+20
2019-05-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-108/+20
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+9
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-12/+25
2019-04-30x86/alternatives: Add comment about module removal racesNadav Amit1-0/+5
2019-04-30x86/kprobes: Use vmalloc special flagRick Edgecombe1-6/+1
2019-04-30x86/ftrace: Use vmalloc special flagRick Edgecombe1-8/+6
2019-04-30x86/alternatives: Remove the return value of text_poke_*()Nadav Amit1-7/+4
2019-04-30x86/jump-label: Remove support for custom text pokerNadav Amit1-16/+10
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit2-8/+22
2019-04-30x86/kprobes: Set instruction page as executableNadav Amit1-4/+20
2019-04-30x86/ftrace: Set trampoline pages as executableNadav Amit1-0/+8
2019-04-30x86/kgdb: Avoid redundant comparison of patched codeNadav Amit1-13/+1
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit1-22/+86
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit1-0/+3
2019-04-30x86/jump_label: Use text_poke_early() during early initNadav Amit1-1/+6
2019-04-30x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit2-19/+44
2019-04-29x86/stacktrace: Use common infrastructureThomas Gleixner1-97/+19
2019-04-26Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar7-14/+84
2019-04-25x86/apic: Unify duplicated local apic timer clockevent initializationJacob Pan1-26/+31
2019-04-24x86/build: Move _etext to actual end of .textKees Cook1-3/+3
2019-04-22x86/kdump: Fall back to reserve high crashkernel memoryDave Young1-8/+14
2019-04-22x86/kdump: Have crashkernel=X reserve under 4G by defaultDave Young1-5/+5
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+46
2019-04-19x86/power: Optimize C3 entry on Centaur CPUsDavid Wang1-0/+12
2019-04-19x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log priorityHans de Goede1-2/+2
2019-04-19x86/cpu/amd: Exclude 32bit only assembler from 64bit buildAndi Kleen1-0/+2
2019-04-19x86/asm: Mark all top level asm statements as .textAndi Kleen2-1/+3
2019-04-19x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen1-3/+3
2019-04-19x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu1-2/+20
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+26
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers1-4/+1
2019-04-18x86/resctrl: Initialize a new resource group with default MBA valuesXiaochen Shen2-21/+35
2019-04-17x86/resctrl: Move per RDT domain initialization to a separate functionXiaochen Shen1-59/+72
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-2/+9
2019-04-17x86/irq/64: Remove stack overflow debug codeThomas Gleixner1-56/+0
2019-04-17x86/irq/64: Remap the IRQ stack with guard pagesAndy Lutomirski1-0/+30
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski6-15/+14
2019-04-17x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner2-3/+16
2019-04-17x86/irq/32: Handle irq stack allocation failure properThomas Gleixner3-20/+29