summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna2011-09-223-0/+881
* crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause2011-08-104-0/+809
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-309-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/+2Star
| * 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/+3Star
| * 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-301-1/+3
|\ \
| * | xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge2011-07-261-1/+3
* | | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-1/+0Star
* | | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-273-6/+6
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-2721-21/+20Star
* | | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-271-4/+1Star
* | | ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-1/+0Star
* | | 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
| * | | x86, olpc: Add XO-1 suspend/resume supportDaniel Drake2011-07-065-6/+231
| * | | x86, olpc: Rename olpc-xo1 to olpc-xo1-pmDaniel Drake2011-07-063-32/+20Star
| * | | x86, olpc: Move CS5536-related constants to cs5535.hDaniel Drake2011-07-061-18/+8Star
| * | | x86, olpc: Add missing elements to device treeDaniel Drake2011-07-061-0/+103
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-255-6/+5Star
|\ \ \
| * | | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
| * | | doc: Konfig: Documentation/power/{pm => apm-acpi}.txtMichael Witten2011-07-111-2/+2
| * | | Merge branch 'master' into for-nextJiri Kosina2011-07-1128-66/+200
| |\ \ \
| * | | | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0Star
| * | | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-2/+2
* | | | | Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2011-07-241-24/+1Star
|\ \ \ \ \
| * | | | | asm-generic: move archictures to common delay.hJonas Bonn2011-07-221-24/+1Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-07-241-37/+0Star
|\ \ \ \ \ \
| * | | | | | modules: make arch's use default loader hooksJonas Bonn2011-07-241-37/+0Star
* | | | | | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-2424-1855/+4982
|\ \ \ \ \ \ \
| * | | | | | | KVM: MMU: trace mmio page faultXiao Guangrong2011-07-244-1/+80
| * | | | | | | KVM: MMU: mmio page fault supportXiao Guangrong2011-07-245-14/+248
| * | | | | | | KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong2011-07-241-1/+1
| * | | | | | | KVM: MMU: lockless walking shadow page tableXiao Guangrong2011-07-242-8/+132
| * | | | | | | KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong2011-07-241-15/+71
| * | | | | | | KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong2011-07-241-34/+69
| * | | | | | | KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2011-07-242-18/+41
| * | | | | | | KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong2011-07-241-2/+2
| * | | | | | | KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-246-128/+33Star