summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: silence preempt warning on kvm_write_guest_timeMatt T. Yourst2009-07-021-0/+2
* x86: Set cpu_llc_id on AMD CPUsAndreas Herrmann2009-07-021-1/+3
* x86: Fix non-lazy GS handling in sys_vm86()Lubomir Rintel2009-07-021-4/+5
* crypto: aes-ni - Fix cbc mode IV savingHuang Ying2009-07-021-2/+3
* ARM: 5545/2: add flush_kernel_dcache_page() for ARMNicolas Pitre2009-07-021-0/+8
* x86: hpet: Mark per cpu interrupts IRQF_TIMER to prevent resume failureThomas Gleixner2009-07-021-1/+2
* x86: handle initrd that extends into unusable memoryYinghai Lu2009-07-021-12/+3
* x86: Add quirk for reboot stalls on a Dell Optiplex 360Jean Delvare2009-07-021-0/+9
* x86: Fix uv bau sending buffer initializationCliff Wickman2009-07-021-7/+2
* x86: move rdtsc_barrier() into the TSC vread methodPetr Tesarik2009-07-022-9/+10
* x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf2009-07-021-2/+8
* x86, UV: Fix macros for multiple coherency domainsJack Steiner2009-07-022-8/+13
* x86: Fix UV BAU activation descriptor initCliff Wickman2009-07-022-3/+14
* x86: memtest: remove 64-bit divisionAndreas Herrmann2009-07-021-7/+7
* x86: Detect use of extended APIC ID for AMD CPUsAndreas Herrmann2009-07-023-1/+12
* KVM: VMX: Handle vmx instruction vmexitsAvi Kivity2009-07-021-0/+15
* KVM: x86: check for cr3 validity in ioctl_set_sregsMarcelo Tosatti2009-07-021-1/+7
* KVM: Add VT-x machine check support v4Andi Kleen2009-07-026-3/+53
* cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-096-6/+6
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-06-088-101/+74
|\
| * MIPS: Outline udelay and fix a few issues.Ralf Baechle2009-06-085-92/+66
| * MIPS: ioctl.h: Fix headers_check warningsJaswinder Singh Rajput2009-06-081-0/+4
| * MIPS: Cobalt: PCI bus is always required to obtain the board IDYoichi Yuasa2009-06-081-0/+1
| * MIPS: Kconfig: Remove "Support for" from Cavium system typeYoichi Yuasa2009-06-081-2/+2
| * MIPS: Sibyte: Honor CONFIG_CMDLINERalf Baechle2009-06-081-7/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-089-24/+50
|\ \ | |/ |/|
| * Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-06-042-2/+5
| |\
| | * [ARM] pxa: fix pxa27x_udc default pullup GPIOPhilipp Zabel2009-06-041-1/+4
| | * [ARM] pxa/imote2: fix UCAM sensor board ADC model numberJonathan Cameron2009-06-041-1/+1
| * | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2009-06-045-87/+199
| |\ \
| | * | mx[23]: don't put clock lookups in __initdataRabin Vincent2009-06-034-4/+4
| | |/
| * | [ARM] ARMv7 errata: only apply fixes when running on applicable CPURussell King2009-06-021-11/+25
| * | [ARM] 5534/1: kmalloc must return a cache line aligned bufferMartin Fuzzey2009-06-022-7/+16
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-06-061-3/+3
|\ \ \
| * | | x86/pci: fix mmconfig detection with 32bit near 4gYinghai Lu2009-06-041-3/+3
| | |/ | |/|
* | | [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones2009-06-051-6/+7
* | | lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTORRusty Russell2009-06-042-4/+14
|/ /
* / powerpc/pmac: Update PowerMac 32-bit defconfigBenjamin Herrenschmidt2009-06-021-83/+195
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-06-013-4/+5
|\
| * sparc64: Fix section attribute warnings.David S. Miller2009-05-292-2/+2
| * sparc64: Fix SET_PERSONALITY to not clip bits outside of PER_MASK.David S. Miller2009-05-071-2/+3
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-05-301-2/+2
|\ \
| * | acpi-cpufreq: fix printk typo and indentationJoe Perches2009-05-291-2/+2
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-05-2926-67/+460
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainlineRussell King2009-05-2930-309/+549
| |\ \
| | * | Gemini: Fix SRAM/ROM location after memory swapPaulius Zaleckas2009-05-281-2/+1
| * | | [ARM] update mach-typesRussell King2009-05-291-9/+122
| * | | [ARM] Add cmpxchg support for ARMv6+ systems (v5)Mathieu Desnoyers2009-05-281-0/+173
| * | | [ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King2009-05-285-13/+71
| * | | Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2009-05-235-12/+29
| |\ \ \