summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-1220-115/+173
|\
| * x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-109-89/+90
| * x86-64: Wire up getcpu syscallAndy Lutomirski2011-08-101-0/+2
| * x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski2011-08-102-16/+0
| * x86-64: Add vsyscall:emulate_vsyscall trace eventAndy Lutomirski2011-08-042-0/+35
| * x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-048-9/+38
| * x86-64, xen: Enable the vvar mappingAndy Lutomirski2011-08-041-1/+3
| * x86-64: Work around gold bug 13023Andy Lutomirski2011-08-041-6/+10
| * x86-64: Move the "user" vsyscall segment out of the data segment.Andy Lutomirski2011-08-041-18/+18
| * x86-64: Pad vDSO to a page boundaryAndy Lutomirski2011-08-041-0/+1
| * Merge commit 'v3.0' into x86/vdsoH. Peter Anvin2011-08-0435-119/+328
| |\
* | \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-08-111-0/+1
|\ \ \
| * | | perf, x86: Add model 45 SandyBridge supportYouquan Song2011-08-091-0/+1
* | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-063-7/+6
|\ \ \ \ | |/ / / |/| | |
| * | | xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk2011-08-051-0/+1
| * | | xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov2011-08-041-5/+3
| * | | xen: Fix printk() format in xen/setup.cIgor Mammedov2011-08-041-2/+2
| * | | xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge2011-08-041-1/+1
* | | | x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabledLinus Torvalds2011-08-031-2/+1
* | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-039-28/+1083
|\ \ \ \
| * | | | cpuidle: stop depending on pm_idleLen Brown2011-08-032-2/+6
| * | | | x86 idle: move mwait_idle_with_hints() to where it is usedLen Brown2011-08-033-25/+23
| * | | | cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-031-1/+2
| * | | | mrst_pmu: driver for Intel Moorestown Power Management UnitLen Brown2011-08-033-0/+1052
| | |_|/ | |/| |
* | | | Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+1
|\ \ \ \
| * | | | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+1
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-299-15/+26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/PCI: Preserve existing pci=bfsort whitelist for Dell systemsNarendra_K@Dell.com2011-07-221-7/+7
| * | | | x86/PCI: quirks: Use pci_dev->revisiontip-bot for Sergei Shtylyov2011-07-221-3/+2
| * | | | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+1
| * | | | x86/PCI: config space accessor functions should not ignore the segment argumentJan Beulich2011-07-225-2/+14
| * | | | x86/PCI: reduce severity of host bridge window conflict warningsBjorn Helgaas2011-07-221-4/+3
| * | | | x86/PCI: select direct access mode for mmconfig optionShaohua Li2011-07-221-1/+1
* | | | | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-291-1/+3
|\ \ \ \ \
| * | | | | xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge2011-07-251-1/+3
* | | | | | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-1/+0
* | | | | | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-263-6/+6
* | | | | | atomic: use <linux/atomic.h>Arun Sharma2011-07-2621-21/+20
* | | | | | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-4/+1
* | | | | | ptrace: unify show_regs() prototypeMike Frysinger2011-07-261-1/+0
* | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-2611-163/+1482
|\ \ \ \ \ \
| * | | | | | x86, olpc-xo15-sci: Enable EC wakeup capabilityDaniel Drake2011-07-241-1/+1
| * | | | | | x86, olpc: Fix dependency on POWER_SUPPLYDaniel Drake2011-07-241-2/+4
| * | | | | | x86, olpc: Add XO-1.5 SCI driverDaniel Drake2011-07-064-0/+187
| * | | | | | x86, olpc: Add XO-1 RTC driverDaniel Drake2011-07-063-0/+89
| * | | | | | x86, olpc-xo1-sci: Propagate power supply/battery eventsDaniel Drake2011-07-062-1/+40
| * | | | | | x86, olpc-xo1-sci: Add lid switch functionalityDaniel Drake2011-07-062-1/+207
| * | | | | | x86, olpc-xo1-sci: Add GPE handler and ebook switch functionalityDaniel Drake2011-07-063-3/+187
| * | | | | | x86, olpc: EC SCI wakeup mask functionalityDaniel Drake2011-07-062-6/+111
| * | | | | | x86, olpc: Add XO-1 SCI driver and power button controlDaniel Drake2011-07-063-0/+201
OpenPOWER on IntegriCloud