summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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: tsc: Rework time_cpufreq_notifier()Rafael J. Wysocki1-15/+14
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-24Merge tag 'drm-intel-next-2019-04-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+3
2019-04-23x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam3-13/+48
2019-04-23x86/MCE: Add an MCE-record filtering functionYazen Ghannam3-0/+11
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/ke...Linus Torvalds1-2/+46
2019-04-19x86/topology: Make DEBUG_HOTPLUG_CPU0 pr_info() more descriptiveJuri Lelli1-1/+1
2019-04-19x86/power: Optimize C3 entry on Centaur CPUsDavid Wang1-0/+12
2019-04-19x86/mce: Fix debugfs_simple_attr.cocci warningsYueHaibing1-4/+4
2019-04-19x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...Hans de Goede1-2/+2
2019-04-19x86/kvm: Make steal_time visibleAndi Kleen1-1/+1
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-19x86/smpboot: Rename match_die() to match_pkg()Len Brown1-3/+3
2019-04-18x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf1-2/+3
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-17Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner1-2/+9
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-2/+9
2019-04-17x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk1-1/+2
2019-04-17x86/speculation/mds: Fix commentBoris Ostrovsky1-1/+1
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
2019-04-17x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner1-2/+2
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner4-4/+4
2019-04-17x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner2-11/+12
2019-04-17x86/dumpstack/64: Speedup in_exception_stack()Thomas Gleixner1-31/+51
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner4-16/+29
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner2-9/+9