summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-12-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-10Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-12-10Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-12-10Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-09Merge tag 'edac_for_3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2014-12-08x86: Replace seq_printf() with seq_puts()Rasmus Villemoes
2014-12-08x86/ticketlock: Fix spin_unlock_wait() livelockOleg Nesterov
2014-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-01x86, microcode: Limit the microcode reloading to 64-bit for nowBorislav Petkov
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel
2014-11-25x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-11-23Merge branch 'x86-traps' (trap handling from Andy Lutomirski)Linus Torvalds
2014-11-23x86_64, traps: Rework bad_iretAndy Lutomirski
2014-11-23x86_64, traps: Stop using IST for #SSAndy Lutomirski
2014-11-23x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski
2014-11-23x86: Use $(OBJDUMP) instead of plain objdumpChris Clayton
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu
2014-11-23PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu
2014-11-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-20x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1Andy Lutomirski
2014-11-19x86: Cleanly separate use of asm-generic/mm_hooks.hDave Hansen
2014-11-19x86 mpx: Change return type of get_reg_offset()Dave Hansen
2014-11-18x86, kaslr: Handle Gold linker for finding bss/brkKees Cook
2014-11-18x86, mm: Set NX across entire PMD at bootKees Cook
2014-11-18x86, microcode: Update BSPs microcode on resumeBorislav Petkov
2014-11-17x86, mpx: Cleanup unused bound tablesDave Hansen
2014-11-17x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen
2014-11-17x86, mpx: Decode MPX instruction to get bound violation informationDave Hansen
2014-11-17x86, mpx: Add MPX-specific mmap interfaceQiaowei Ren
2014-11-17x86, mpx: Add MPX to disabled featuresDave Hansen
2014-11-17x86, mpx: Rename cfg_reg_u and status_regDave Hansen
2014-11-17x86: mpx: Give bndX registers actual namesDave Hansen
2014-11-17x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen
2014-11-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-11-16x86-64: make csum_partial_copy_from_user() error handling consistentLinus Torvalds
2014-11-16x86: Require exact match for 'noxsave' command line optionDave Hansen
2014-11-16perf/x86: Add support for sampling PEBS machine state registersStephane Eranian
2014-11-16perf/x86/intel: Disallow flags for most Core2/Atom/Nehalem/Westmere eventsAndi Kleen
2014-11-16perf/x86/intel: Use INTEL_FLAGS_UEVENT_CONSTRAINT for PRECDISTAndi Kleen
2014-11-16perf/x86: Add INTEL_FLAGS_UEVENT_CONSTRAINTAndi Kleen
2014-11-16perf/x86/intel/uncore: Add scaling units to the EP iMC eventsAndi Kleen
2014-11-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar