summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-5/+14
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-8/+0
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta2-5/+14
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2013-11-12Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-2/+88
2013-11-12Merge branch 'x86-uaccess-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+18
2013-11-12Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2013-11-12Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-86/+118
2013-11-12Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+19
2013-11-12Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2013-11-12Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2013-11-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-57/+98
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-95/+210
2013-11-11Revert "x86/UV: Add uvtrace support"Ingo Molnar1-8/+0
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring3-6/+6
2013-11-06uprobes: Introduce arch_uprobe->ixolOleg Nesterov1-1/+4
2013-11-06uprobes: Move function declarations out of archDavid A. Long1-7/+0
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar1-1/+2
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen1-1/+2
2013-10-28x86/efi: Add EFI framebuffer earlyprintk supportMatt Fleming1-0/+2
2013-10-27x86: remove this_cpu_xor() implementationHeiko Carstens1-8/+0
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich3-13/+30
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich3-44/+68
2013-10-23ACPI, x86: Extended error log driver for x86 platformChen, Gong1-0/+1
2013-10-17intel_mid: Move platform device setups to their own platform_<device>.* filesDavid Cohen1-0/+16
2013-10-17intel_mid: Moved SFI related code to sfi.cKuppuswamy Sathyanarayanan1-0/+1
2013-10-17intel_mid: Added custom handler for ipc devicesKuppuswamy Sathyanarayanan1-0/+15
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan3-16/+16
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2-6/+6
2013-10-11x86: Apply the asm_volatile_goto() compiler quirkIngo Molnar1-1/+1
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar3-6/+6
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar3-6/+6
2013-10-10x86, hyperv: Get the local APIC timer frequency from the hypervisorK. Y. Srinivasan1-0/+19
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-2/+0
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring1-3/+0
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar1-11/+20
2013-09-28x86: Improve the printout of the SMP bootup CPU tableBorislav Petkov1-0/+6
2013-09-28sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra1-8/+0
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-11/+20
2013-09-25xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel1-11/+20
2013-09-25sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2-0/+60
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra3-4/+100
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-25x86: Use asm goto to implement better modify_and_test() functionsPeter Zijlstra5-92/+58
2013-09-24x86/UV: Add uvtrace supportMike Travis1-0/+8
2013-09-24x86/UV: Update UV support for external NMI signalsMike Travis2-2/+86
2013-09-24x86/UV: Move NMI supportMike Travis1-0/+2
2013-09-11mm: make sure _PAGE_SWP_SOFT_DIRTY bit is not set on present pteCyrill Gorcunov2-15/+22
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen1-6/+31
2013-09-10Merge branch 'x86/jumplabel' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+7