aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-09-02x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai1-0/+12
2016-09-02x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-09-01Merge branch 'linus' into smp/hotplugThomas Gleixner13-186/+133
2016-08-24sched/x86: Fix thread_saved_pc()Brian Gerst2-8/+11
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2-23/+7
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst6-6/+29
2016-08-24sched/x86: Add 'struct inactive_task_frame' to better document the sleeping task stack frameBrian Gerst2-2/+4
2016-08-24sched/x86/64, kgdb: Clear GDB_PS on 64-bitBrian Gerst1-1/+1
2016-08-24sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()Brian Gerst1-2/+1
2016-08-24x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack_bp()Josh Poimboeuf1-2/+0
2016-08-24x86/dumpstack/ftrace: Mark function graph handler function as unreliableJosh Poimboeuf1-8/+16
2016-08-24ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf1-1/+1
2016-08-24x86/dumpstack/ftrace: Convert dump_trace() callbacks to use ftrace_graph_ret_addr()Josh Poimboeuf1-43/+22
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski1-0/+61
2016-08-24x86/apic: Update comment about disabling processor focusWei Jiangang1-1/+0
2016-08-24x86/smpboot: Check APIC ID before setting up default routingWei Jiangang1-2/+1
2016-08-24x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov1-5/+0
2016-08-24x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li1-0/+3
2016-08-18livepatch/x86: apply alternatives and paravirt patches after relocationsJessica Yu2-0/+66
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf3-8/+5
2016-08-18x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf1-2/+2
2016-08-18x86/head: Remove useless zeroed wordJosh Poimboeuf1-1/+0
2016-08-18x86/dumpstack: Remove extra brackets around "<EOE>"Josh Poimboeuf1-1/+1
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf4-12/+11
2016-08-18x86/dumpstack: Remove show_trace()Josh Poimboeuf1-6/+0
2016-08-18x86/smp: Fix __max_logical_packages value setupJiri Olsa1-9/+16
2016-08-18x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov1-1/+8
2016-08-15Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter94-858/+1389
2016-08-15x86/apic, ACPI: Fix incorrect assignment when handling apic/x2apic entriesBaoquan He1-2/+2
2016-08-15x86/apic, ACPI: Remove the repeated lapic address override entry parsingBaoquan He2-16/+3
2016-08-15x86/mm/numa: Open code function early_get_boot_cpu_id()Baoquan He2-2/+4
2016-08-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-162/+64
2016-08-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+31
2016-08-12uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko1-11/+11
2016-08-11x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior1-4/+9
2016-08-11drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä1-7/+2
2016-08-11x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski1-2/+0
2016-08-11x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski1-7/+10
2016-08-11x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski3-3/+2
2016-08-11x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu1-2/+1
2016-08-10x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer manipulationDave Hansen1-121/+17
2016-08-10x86/platform/UV: Fix kernel panic running RHEL kdump kernel on UV systemsMike Travis1-0/+5
2016-08-10x86/platform/UV: Fix problem with UV4 BIOS providing incorrect PXM valuesMike Travis1-18/+10
2016-08-10x86/platform/UV: Fix problem with UV4 Socket IDs not being contiguousMike Travis1-4/+5
2016-08-10cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky1-11/+0
2016-08-10x86: Apply more __ro_after_init and constKees Cook19-30/+35
2016-08-10x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomizationThomas Garnier1-2/+6
2016-08-10x86/hpet: Fix /dev/rtc breakage caused by RTC cleanupArnd Bergmann1-1/+1
2016-08-10Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar64-325/+322