summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v3.2-rc7' into x86/asmIngo Molnar2012-01-0429-123/+264
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-12-211-2/+2
| |\
| | * net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter2011-12-191-2/+2
| * | x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch2011-12-192-8/+8
| |/
| * Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2011-12-151-3/+15
| |\
| | * xen: only limit memory map to maximum reservation for domain 0.Ian Campbell2011-12-151-3/+15
| * | Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2011-12-126-48/+35
| * | x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming2011-12-091-46/+2
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-098-44/+68
| |\ \
| | * | x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-096-35/+48
| | * | x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf2011-12-081-7/+14
| | * | x86/intel_mid: Kconfig select fixAlan Cox2011-12-061-0/+3
| | * | x86/intel_mid: Fix the Kconfig for MID selectionAlan Cox2011-12-061-2/+3
| * | | thp: add compound tail page _mapcount when mappedYouquan Song2011-12-091-0/+2
| |/ /
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-0514-29/+150
| |\ \
| | * | x86, amd: Fix up numa_node information for AMD CPU family 15h model 0-0fh nor...Andreas Herrmann2011-12-051-0/+13
| | * | x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platformsMathias Nyman2011-12-052-0/+14
| | * | x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle...Konrad Rzeszutek Wilk2011-12-051-0/+2
| | * | Merge branch 'ucode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp i...Ingo Molnar2011-12-052-10/+27
| | |\ \
| | | * | x86: Document rdmsr_safe restrictionsBorislav Petkov2011-12-051-1/+8
| | | * | x86, microcode: Fix the failure path of microcode update driver init codeSrivatsa S. Bhat2011-12-051-9/+19
| | * | | x86: Fix "Acer Aspire 1" reboot hangPeter Chubb2011-12-051-2/+11
| | * | | x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani2011-12-051-0/+1
| | * | | Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava2011-12-051-0/+1
| | * | | x86/mpparse: Account for bus types other than ISA and PCIBjorn Helgaas2011-12-051-1/+1
| | * | | x86, mrst: Change the pmic_gpio device type to IPCFeng Tang2011-12-051-0/+1
| | * | | mrst: Added some platform data for the SFI translationsJekyll Lai2011-12-051-0/+42
| | * | | x86,mrst: Power control commands updateJacob Pan2011-12-052-16/+23
| | * | | x86/reboot: Blacklist Dell OptiPlex 990 known to require PCI rebootRafael J. Wysocki2011-12-051-0/+8
| | * | | x86, UV: Fix UV2 hub part numberJack Steiner2011-12-052-0/+3
| | * | | x86: Add user_mode_vm check in stack_overflow_checkMitsuo Hayasaka2011-12-051-0/+3
| | |/ /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-056-25/+43
| |\ \ \
| | * | | perf, x86: Force IBS LVT offset assignment for family 10hRobert Richter2011-12-051-11/+18
| | * | | perf, x86: Disable PEBS on SandyBridge chipsPeter Zijlstra2011-12-051-0/+8
| | * | | Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgentIngo Molnar2011-11-151-2/+5
| | |\ \ \
| | | * | | oprofile, x86: Fix crash when unloading module (nmi timer mode)Robert Richter2011-11-041-2/+5
| | * | | | perf/x86: Enable raw event access to Intel offcore eventsPeter Zijlstra2011-11-141-5/+1
| | * | | | perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-142-6/+6
| | * | | | perf/x86: Fix PEBS instruction unwindPeter Zijlstra2011-11-141-1/+5
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-12-051-1/+22
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | sched, x86: Avoid unnecessary overflow in sched_clockSalman Qazi2011-11-161-1/+22
| | |/ / /
* | | | | x86_64, asm: Optimise fls(), ffs() and fls64()David Howells2011-12-151-5/+62
* | | | | x86, bitops: Move fls64.h inside __KERNEL__H. Peter Anvin2011-12-151-9/+2
* | | | | x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich2011-12-151-32/+21
* | | | | x86: Report cpb and eff_freq_ro flags correctlyJoerg Roedel2011-12-151-1/+2
* | | | | x86/i386: Use less assembly in strlen(), speed things up a bitAlexey Dobriyan2011-12-121-5/+3
* | | | | x86: Use the same node_distance for 32 and 64-bitH Hartley Sweeten2011-12-071-2/+0
* | | | | x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi2011-12-063-2/+3
* | | | | x86: Clean up and extend do_int3()Srikar Dronamraju2011-12-061-6/+1
* | | | | x86: Call do_notify_resume() with interrupts enabledSrikar Dronamraju2011-12-061-0/+4