aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-06-113-0/+8
|\
| * PM / x86: Save/restore MISC_ENABLE registerOndrej Zary2010-06-083-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-114-0/+5
|\ \
| * | PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-114-0/+5
* | | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-06-105-2/+103
|\ \ \
| * | | KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable()Julia Lawall2010-06-091-0/+1
| * | | KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity2010-06-091-0/+3
| * | | KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti2010-06-091-0/+2
| * | | KVM: SVM: Implement workaround for Erratum 383Joerg Roedel2010-06-092-0/+82
| * | | KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel2010-06-091-1/+14
| * | | KVM: powerpc: fix init/exit annotationJean Delvare2010-06-091-1/+1
| | |/ | |/|
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-101-1/+1
|\ \ \
| * | | powerpc/oprofile: fix potential buffer overrun in op_model_cell.cDenis Kirjanov2010-06-071-1/+1
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-06-1019-30/+206
|\ \ \ \
| * | | | ARM: 6164/1: Add kto and kfrom to input operands list.Khem Raj2010-06-084-8/+8
| * | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-06-08145-1222/+2515
| |\ \ \ \
| | * | | | [ARM] pxa/spitz: Correctly register WM8750Marek Vasut2010-05-311-0/+3
| | * | | | [ARM] pxa/palmtc: storage class should be before const qualifierTobias Klauser2010-05-311-2/+2
| * | | | | ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6Anfei2010-06-081-0/+3
| * | | | | ARM: 6165/1: trap overflows on highmem pages from kmap_atomic when debuggingNicolas Pitre2010-06-081-1/+10
| * | | | | ARM: 6152/1: ux500 make it possible to disable localtimersLinus Walleij2010-06-081-1/+2
| * | | | | ARM: 6146/1: sa1111: Prevent deadlock in resume pathMarek VaĊĦut2010-05-271-2/+7
| * | | | | ARM: 6145/1: ux500 MTU clockrate correctionLinus Walleij2010-05-277-12/+167
| * | | | | ARM: 6144/1: TCM memory bug freeing bugLinus Walleij2010-05-271-3/+3
| * | | | | ARM: VFP: Fix vfp_put_double() for d16-d31Russell King2010-05-271-1/+1
* | | | | | FRV: Reinstate null behaviour for the GDB remote protocol 'p' commandDavid Howells2010-06-091-0/+6
* | | | | | Merge branch 'msm-urgent' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-06-091-0/+1
|\ \ \ \ \ \
| * | | | | | msm: dma: add completion.h headerDaniel Walker2010-06-071-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | microblaze: Fix sg_dma_len() regressionFUJITA Tomonori2010-06-091-1/+0
* | | | | | microblaze: Define ARCH_SLAB_MINALIGN to fix slab crashMichal Simek2010-06-091-0/+2
* | | | | | [S390] Update default configuration.Martin Schwidefsky2010-06-081-10/+13
* | | | | | [S390] arch/s390/kvm: Use GFP_ATOMIC when a lock is heldJulia Lawall2010-06-081-1/+1
* | | | | | [S390] kprobes: add parameter check to module_free()Hendrik Brueckner2010-06-081-2/+4
* | | | | | [S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens2010-06-083-11/+12
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-06-0423-59/+354
|\ \ \ \ \
| * | | | | sh: make sure static declaration on ms7724seKuninori Morimoto2010-06-021-4/+4
| * | | | | sh: make sure static declaration on mach-migorKuninori Morimoto2010-06-021-1/+1
| * | | | | sh: make sure static declaration on mach-ecovec24Kuninori Morimoto2010-06-021-8/+8
| * | | | | sh: make sure static declaration on mach-ap325rxaKuninori Morimoto2010-06-021-1/+1
| * | | | | Merge branch 'sh/iomap'Paul Mundt2010-06-029-34/+57
| |\ \ \ \ \
| | * | | | | sh: PIO disabling for x3proto and urquell.Paul Mundt2010-06-021-0/+2
| | * | | | | sh: mach-sdk7786: conditionally disable PIO support.Paul Mundt2010-06-021-0/+1
| | * | | | | sh: support for platforms without PIO.Paul Mundt2010-06-028-34/+54
| * | | | | | sh: add romImage MMCIF boot for sh7724 and Ecovec V2Magnus Damm2010-05-319-4/+171
| * | | | | | sh: allow romImage data between head.S and the zero pageMagnus Damm2010-05-312-3/+10
| * | | | | | sh: Add support MMCIF for ecovecYusuke Goda2010-05-311-2/+84
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-31333-5497/+9728
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | sh: remove duplicated #includeHuang Weiyi2010-05-261-1/+0
| | |/ / / / | |/| | | |
| * | | | | sh: handle early calls to return_address() when using dwarf unwinder.Paul Mundt2010-05-252-2/+19
* | | | | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-043-17/+37
|\ \ \ \ \ \