summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-12-16x86, irq, acpi: Get rid of special handling of GSI for ACPI SCIJiang Liu1-8/+2
2014-12-16x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu3-0/+34
2014-12-16x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removalJiang Liu3-4/+65
2014-12-16x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-additionJiang Liu2-3/+50
2014-12-16x86, irq, ACPI: Introduce a mutex to protect IOAPIC operations from hotplugJiang Liu1-0/+21
2014-12-16x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplugJiang Liu2-33/+58
2014-12-16x86, irq: Keep balance of IOAPIC pin reference countJiang Liu2-2/+15
2014-12-16x86, irq: Remove __init marker for functions will be used by IOAPIC hotplugJiang Liu2-11/+11
2014-12-16x86, irq: Prefer assigned ID in APIC ID register for x86_64Yinghai Lu1-6/+39
2014-12-16x86, irq: Split out alloc_ioapic_save_registers()Yinghai Lu1-7/+15
2014-12-16x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus()Thomas Gleixner1-7/+1
2014-12-16x86: Avoid building unused IRQ entry stubsJan Beulich7-20/+34
2014-12-16x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich4-15/+14
2014-12-16x86, irq, ACPI: Fix building warning of unused codeJiang Liu1-0/+2
2014-12-16x86, irq: Provide empty send_cleanup_vector() stub for UP buildsJiang Liu1-0/+4
2014-12-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+23
2014-12-16x86: mm: consolidate VM_FAULT_RETRY handlingLinus Torvalds1-28/+30
2014-12-16x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds1-7/+1
2014-12-15x86, mpx: Give MPX a real config option promptDave Hansen1-4/+26
2014-12-15Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-3/+3
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-22/+4
2014-12-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-54/+140
2014-12-14x86/tls: Disallow unusual TLS segmentsAndy Lutomirski1-0/+22
2014-12-14x86/tls: Validate TLS entries to protect espfixAndy Lutomirski1-0/+23
2014-12-14Merge tag 'trace-fixes-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2014-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds25-50/+48
2014-12-14Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds9-1/+37
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio1-0/+1
2014-12-13x86: hook up execveat system callDavid Drysdale7-0/+35
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim1-1/+1
2014-12-13x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.cRafael J. Wysocki1-1/+1
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-70/+20
2014-12-12Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsIngo Molnar13-38/+112
2014-12-12ftrace/x86: Update i386 call to prepare_ftrace_return()Steven Rostedt (Red Hat)1-3/+3
2014-12-12Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-4/+129
2014-12-12arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2-10/+14
2014-12-12arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2-60/+6
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-116/+19
2014-12-12Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+62
2014-12-11xen: switch to post-init routines in xen mmu.c earlierJuergen Gross1-1/+1
2014-12-11KVM: x86: em_ret_far overrides cplNadav Amit1-1/+1
2014-12-11KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das1-2/+2
2014-12-11x86/asm: Unify segment selector definesBorislav Petkov1-21/+9
2014-12-11x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c ...Borislav Petkov2-0/+8
2014-12-11x86_64, switch_to(): Load TLS descriptors before switching DS and ESAndy Lutomirski1-28/+73
2014-12-11x86/mm: Use min() instead of min_t() in the e820 printout codeXishi Qiu1-2/+2
2014-12-11x86/mm: Fix zone ranges boot printoutXishi Qiu2-3/+3
2014-12-11perf/x86/intel/uncore: Make sure only uncore events are collectedJiri Olsa1-3/+19
2014-12-11Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+51
2014-12-11Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+86