aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2014-05-21x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXMSuravee Suthikulpanit
2014-05-21x86/PCI: Warn if we have to "guess" host bridge node informationMyron Stowe
2014-05-21Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin
2014-05-20x86, microcode: Add a disable chicken bitBorislav Petkov
2014-05-20x86, boot: Carve out early cmdline parsing functionBorislav Petkov
2014-05-20Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Rob Herring
2014-05-20x86, mm: Replace arch_vma_name with vm_ops->name for vsyscallsAndy Lutomirski
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski
2014-05-20x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPETAndy Lutomirski
2014-05-19fix Haswell precise store data source encodingStephane Eranian
2014-05-16x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner
2014-05-16iommu: dmar: Provide arch specific irq allocationThomas Gleixner
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner
2014-05-16x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner
2014-05-16x86: uv: Use irq_alloc/free_hwirq()Thomas Gleixner
2014-05-16x86: hpet: Use irq_alloc/free_hwirq()Thomas Gleixner
2014-05-16x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov
2014-05-15net: filter: x86: split bpf_jit_compile()Alexei Starovoitov
2014-05-15goldfish: Allow 64bit buildsAlan
2014-05-15x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range()David Vrabel
2014-05-15x86/xen: set regions above the end of RAM as 1:1David Vrabel
2014-05-15x86/xen: only warn once if bad MFNs are found during setupDavid Vrabel
2014-05-15x86/xen: compactly store large identity ranges in the p2mDavid Vrabel
2014-05-15x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFNDavid Vrabel
2014-05-15x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()David Vrabel
2014-05-15xen/x86: set panic notifier priority to minimumRadim Krčmář
2014-05-14x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds
2014-05-14KVM: x86: disable master clock if TSC is reset during suspendMarcelo Tosatti
2014-05-14ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)
2014-05-14ftrace/x86: Get the current mcount addr for add_breakpoint()Steven Rostedt (Red Hat)
2014-05-14uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov
2014-05-14x86/traps: Kill DO_ERROR_INFO()Oleg Nesterov
2014-05-14x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()Oleg Nesterov
2014-05-14x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()Oleg Nesterov
2014-05-14x86/traps: Introduce do_error_trap()Oleg Nesterov
2014-05-14x86/traps: Use SEND_SIG_PRIV instead of force_sig()Oleg Nesterov
2014-05-14x86/traps: Make math_error() staticOleg Nesterov
2014-05-14uprobes/x86: Fix scratch register selection for rip-relative fixupsDenys Vlasenko
2014-05-14uprobes/x86: Simplify rip-relative handlingDenys Vlasenko
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring
2014-05-13x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos
2014-05-13net: filter: x86: fix JIT address randomizationAlexei Starovoitov
2014-05-13x86/gpu: Sprinkle const, __init and __initconst to stolen memory quirksVille Syrjälä
2014-05-13x86/gpu: Implement stolen memory size early quirk for CHVDamien Lespiau
2014-05-12KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller