summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* um: os-linux/mem.c needs sys/stat.hLiu Aleaxander2010-06-301-0/+1
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-281-0/+1
|\
| * perf_events: Fix Intel Westmere event constraintsStephane Eranian2010-06-101-0/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-06-2814-24/+45
|\ \
| * | x86, Calgary: Increase max PHB numberDarrick J. Wong2010-06-251-5/+10
| * | x86: Fix rebooting on Dell Precision WorkStation T7400Thomas Backlund2010-06-201-0/+8
| * | x86: Fix vsyscall on gcc 4.5 with -OsAndi Kleen2010-06-181-1/+1
| * | x86, pat: Proper init of memtype subtree_max_endVenkatesh Pallipadi2010-06-112-1/+2
| * | um, hweight: Fix UML boot crash due to x86 optimized hweightBorislav Petkov2010-06-111-0/+6
| * | x86, setup: Set ax register in boot vga queryAndi Kleen2010-06-111-2/+1Star
| * | percpu, x86: Avoid warnings of unused variables in per cpuAndi Kleen2010-06-111-0/+2
| * | x86, irq: Rename gsi_end gsi_top, and fix off by one errorsEric W. Biederman2010-06-095-14/+14
| * | x86: use __ASSEMBLY__ rather than __ASSEMBLER__Andres Salomon2010-06-081-1/+1
* | | arm: update gfp/slab.h includesTejun Heo2010-06-281-0/+1
* | | Merge branch 'sh/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-06-273-4/+1Star
|\ \ \
| * | | arch/sh/mm: Eliminate a double lockJulia Lawall2010-06-211-1/+1
| * | | sh: Fix up IORESOURCE_PCI_FIXED usage in pcibios_fixup_device_resources().Paul Mundt2010-06-071-2/+0Star
| * | | sh: remove duplicated #includeHuang Weiyi2010-06-071-1/+0Star
| |/ /
* | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-06-273-3/+41
|\ \ \
| * | | powerpc/5200: fix lite5200 ethernet phy addressDmitry Baryshkov2010-06-151-2/+2
| * | | powerpc/5200: fix oops during going to standbyDmitry Baryshkov2010-06-151-1/+10
| * | | powerpc/5200: add lite5200 onboard I2C eeprom and flashDmitry Baryshkov2010-06-152-0/+29
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2010-06-277-52/+157
|\ \ \ \
| * | | | alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19Morten H. Larsen2010-06-155-49/+155
| * | | | alpha: fix pci_mmap_resource API breakageMatt Turner2010-06-151-2/+1Star
| * | | | alpha: fix __arch_hweight32 typoMatt Turner2010-06-151-1/+1
| |/ / /
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-06-2775-514/+93Star
|\ \ \ \
| * | | | powerpc: Fix mpic_resume on early G5 macsAlastair Bridgewater2010-06-151-1/+1
| * | | | powerpc: rtas_flash needs to use rtas_data_bufMilton Miller2010-06-151-18/+21
| * | | | powerpc: Unconditionally enabled irq stacksChristoph Hellwig2010-06-158-42/+0Star
| * | | | powerpc/kexec: Wait for online/possible CPUs only.Matt Evans2010-06-151-17/+1Star
| * | | | powerpc: Disable CONFIG_SYSFS_DEPRECATEDGrant Likely2010-06-1560-119/+59Star
| * | | | powerpc/boot: Remove addRamdisk.c since it is now unusedPaul Mackerras2010-06-152-312/+1Star
| * | | | powerpc: Move kdump default base address to 64MB on 64bitAnton Blanchard2010-06-151-1/+10
| * | | | powerpc: Remove dead CONFIG_HIGHPTEChristoph Egger2010-06-151-4/+0Star
| |/ / /
* | | | Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown2010-06-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett2010-06-101-1/+1
* | | | 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