summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-09-22Merge branch 'linus' into x86/platform, to pick up fixesIngo Molnar
2016-09-21x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng
2016-09-21x86/acpi: Introduce persistent storage for cpuid <-> apicid mappingGu Zheng
2016-09-21x86/acpi: Enable acpi to register all possible cpus at boot timeGu Zheng
2016-09-21x86/numa: Online memory-less nodes at boot timeTang Chen
2016-09-21x86/e820: Use much less memory for e820/e820_saved, save up to 120kDenys Vlasenko
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko
2016-09-21x86/e820: Mark some static functions __initDenys Vlasenko
2016-09-21Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar
2016-09-20x86/dumpstack: Fix show_stack() task pointer regressionJosh Poimboeuf
2016-09-20Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming
2016-09-20perf/x86/intel/bts: Make sure debug store is validSebastian Andrzej Siewior
2016-09-20x86/efi: Only map RAM into EFI page tables if in mixed-modeMatt Fleming
2016-09-20x86/mm/pat: Prevent hang during boot when mapping pagesMatt Fleming
2016-09-20x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf
2016-09-20x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf
2016-09-20oprofile/x86: Convert x86_backtrace() to use the new unwinderJosh Poimboeuf
2016-09-20x86/stacktrace: Convert save_stack_trace_*() to use the new unwinderJosh Poimboeuf
2016-09-20perf/x86: Convert perf_callchain_kernel() to use the new unwinderJosh Poimboeuf
2016-09-20x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar
2016-09-20locking/rwsem, x86: Drop a bogus cc clobberJan Beulich
2016-09-20perf/x86/intel/pt: Add support for PTWRITE and power event tracingAlexander Shishkin
2016-09-20x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-09-20x86/tsc: Add additional Intel CPU models to the crystal quirk listPrarit Bhargava
2016-09-20x86/tsc: Use cpu id defines instead of hex constantsPrarit Bhargava
2016-09-20x86/apic: Get rid of apic_version[] arrayDenys Vlasenko
2016-09-20x86/apic: Order irq_enter/exit() calls correctly vs. ack_APIC_irq()Wanpeng Li
2016-09-20x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctlVinson Lee
2016-09-19x86/apic/uv: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-19x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-09-16x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf
2016-09-16perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming
2016-09-16perf/x86/intel/pt: Do validate the size of a kernel address filterAlexander Shishkin
2016-09-16perf/x86/intel/pt: Fix kernel address filter's offset validationAlexander Shishkin
2016-09-16perf/x86/intel/pt: Fix an off-by-one in address filter configurationAlexander Shishkin
2016-09-16x86/process: Pin the target stack in get_wchan()Andy Lutomirski
2016-09-16x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski
2016-09-16x86/entry/64: Fix a minor comment rebase errorAndy Lutomirski
2016-09-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-09-15fix minor infoleak in get_user_ex()Al Viro
2016-09-15kvm: x86: correctly reset dest_map->vector when restoring LAPIC statePaolo Bonzini
2016-09-15perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingAlexander Shishkin
2016-09-15x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar
2016-09-15x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTOREIngo Molnar
2016-09-15x86: Move thread_info into task_structAndy Lutomirski
2016-09-15um/Stop conflating task_struct::stack with thread_infoLinus Torvalds