aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-06-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2010-06-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-24/+45
2010-06-28arm: update gfp/slab.h includesTejun Heo1-0/+1
2010-06-27Merge branch 'sh/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+1
2010-06-27Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-3/+41
2010-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds7-52/+157
2010-06-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds75-514/+93
2010-06-25x86, Calgary: Increase max PHB numberDarrick J. Wong1-5/+10
2010-06-21arch/sh/mm: Eliminate a double lockJulia Lawall1-1/+1
2010-06-20x86: Fix rebooting on Dell Precision WorkStation T7400Thomas Backlund1-0/+8
2010-06-18x86: Fix vsyscall on gcc 4.5 with -OsAndi Kleen1-1/+1
2010-06-15powerpc/5200: fix lite5200 ethernet phy addressDmitry Baryshkov1-2/+2
2010-06-15powerpc/5200: fix oops during going to standbyDmitry Baryshkov1-1/+10
2010-06-15alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19Morten H. Larsen5-49/+155
2010-06-15alpha: fix pci_mmap_resource API breakageMatt Turner1-2/+1
2010-06-15alpha: fix __arch_hweight32 typoMatt Turner1-1/+1
2010-06-15powerpc/5200: add lite5200 onboard I2C eeprom and flashDmitry Baryshkov2-0/+29
2010-06-15powerpc: Fix mpic_resume on early G5 macsAlastair Bridgewater1-1/+1
2010-06-15powerpc: rtas_flash needs to use rtas_data_bufMilton Miller1-18/+21
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig8-42/+0
2010-06-15powerpc/kexec: Wait for online/possible CPUs only.Matt Evans1-17/+1
2010-06-15powerpc: Disable CONFIG_SYSFS_DEPRECATEDGrant Likely60-119/+59
2010-06-15powerpc/boot: Remove addRamdisk.c since it is now unusedPaul Mackerras2-312/+1
2010-06-15powerpc: Move kdump default base address to 64MB on 64bitAnton Blanchard1-1/+10
2010-06-15powerpc: Remove dead CONFIG_HIGHPTEChristoph Egger1-4/+0
2010-06-12Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown1-1/+1
2010-06-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-0/+8
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds4-0/+5
2010-06-11x86, pat: Proper init of memtype subtree_max_endVenkatesh Pallipadi2-1/+2
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu4-0/+5
2010-06-10um, hweight: Fix UML boot crash due to x86 optimized hweightBorislav Petkov1-0/+6
2010-06-10x86, setup: Set ax register in boot vga queryAndi Kleen1-2/+1
2010-06-11percpu, x86: Avoid warnings of unused variables in per cpuAndi Kleen1-0/+2
2010-06-10Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-2/+103
2010-06-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-06-10suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett1-1/+1
2010-06-10Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds19-30/+206
2010-06-10perf_events: Fix Intel Westmere event constraintsStephane Eranian1-0/+1
2010-06-09x86, irq: Rename gsi_end gsi_top, and fix off by one errorsEric W. Biederman5-14/+14
2010-06-09FRV: Reinstate null behaviour for the GDB remote protocol 'p' commandDavid Howells1-0/+6
2010-06-09Merge branch 'msm-urgent' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds1-0/+1
2010-06-09KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable()Julia Lawall1-0/+1
2010-06-09KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity1-0/+3
2010-06-09KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti1-0/+2
2010-06-09KVM: SVM: Implement workaround for Erratum 383Joerg Roedel2-0/+82
2010-06-09KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel1-1/+14
2010-06-09KVM: powerpc: fix init/exit annotationJean Delvare1-1/+1
2010-06-09microblaze: Fix sg_dma_len() regressionFUJITA Tomonori1-1/+0
2010-06-09microblaze: Define ARCH_SLAB_MINALIGN to fix slab crashMichal Simek1-0/+2
2010-06-08ARM: 6164/1: Add kto and kfrom to input operands list.Khem Raj4-8/+8
2010-06-08Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King145-1222/+2515
2010-06-08ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6Anfei1-0/+3
2010-06-08ARM: 6165/1: trap overflows on highmem pages from kmap_atomic when debuggingNicolas Pitre1-1/+10
2010-06-08ARM: 6152/1: ux500 make it possible to disable localtimersLinus Walleij1-1/+2
2010-06-08[S390] Update default configuration.Martin Schwidefsky1-10/+13
2010-06-08[S390] arch/s390/kvm: Use GFP_ATOMIC when a lock is heldJulia Lawall1-1/+1
2010-06-08[S390] kprobes: add parameter check to module_free()Hendrik Brueckner1-2/+4
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens3-11/+12
2010-06-07x86: use __ASSEMBLY__ rather than __ASSEMBLER__Andres Salomon1-1/+1
2010-06-07msm: dma: add completion.h headerDaniel Walker1-0/+1
2010-06-08PM / x86: Save/restore MISC_ENABLE registerOndrej Zary3-0/+8
2010-06-07powerpc/oprofile: fix potential buffer overrun in op_model_cell.cDenis Kirjanov1-1/+1
2010-06-07sh: Fix up IORESOURCE_PCI_FIXED usage in pcibios_fixup_device_resources().Paul Mundt1-2/+0
2010-06-07sh: remove duplicated #includeHuang Weiyi1-1/+0
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds23-59/+354
2010-06-04Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds3-17/+37
2010-06-04arch/um: fix kunmap_atomic() call in skas/uaccess.cCesar Eduardo Barros1-1/+1
2010-06-04xtensa: invoke oom-killer from page faultNick Piggin1-10/+4
2010-06-04mn10300: invoke oom-killer from page faultNick Piggin1-5/+4
2010-06-04m32r: invoke oom-killer from page faultNick Piggin1-10/+4
2010-06-04frv: invoke oom-killer from page faultNick Piggin1-4/+4
2010-06-03Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-23/+27
2010-06-03Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds3-17/+3
2010-06-03Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds1-2/+2
2010-06-03Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+22
2010-06-03xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell1-2/+2
2010-06-02of/powerpc: fix fsl_msi device node pointerWolfram Sang1-1/+1
2010-06-02sh: make sure static declaration on ms7724seKuninori Morimoto1-4/+4
2010-06-02sh: make sure static declaration on mach-migorKuninori Morimoto1-1/+1
2010-06-02sh: make sure static declaration on mach-ecovec24Kuninori Morimoto1-8/+8
2010-06-02sh: make sure static declaration on mach-ap325rxaKuninori Morimoto1-1/+1
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt1-4/+0
2010-06-02powerpc/cell: Fix integer constant warningDenis Kirjanov1-1/+1
2010-06-02powerpc/kprobes: Remove resume_execution() in kprobesAnanth N Mavinakayanahalli1-12/+2
2010-06-02of/powerpc: fix 85xx RapidIO device node pointerAlexandre Bounine1-1/+1
2010-06-02x86, smpboot: Fix cores per node printing on bootBorislav Petkov1-1/+1
2010-06-02Merge branch 'sh/iomap'Paul Mundt9-34/+57
2010-06-02sh: PIO disabling for x3proto and urquell.Paul Mundt1-0/+2
2010-06-02sh: mach-sdk7786: conditionally disable PIO support.Paul Mundt1-0/+1
2010-06-02sh: support for platforms without PIO.Paul Mundt8-34/+54
2010-06-01Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds29-258/+3712
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds54-105/+103
2010-06-01Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds14-90/+97
2010-06-01Merge branch 'amd-iommu/2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-10/+26
2010-06-01x86/amd-iommu: Fall back to GART if initialization failsJoerg Roedel2-4/+9
2010-06-01x86/amd-iommu: Fix crash when request_mem_region failsJoerg Roedel1-3/+8
2010-06-01Merge commit 'v2.6.35-rc1' into amd-iommu/2.6.35Joerg Roedel1771-38560/+91496
2010-05-31x86/mm: Remove unused DBG() macroAkinobu Mita2-12/+0
2010-05-31perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian1-0/+22
2010-05-31sh: add romImage MMCIF boot for sh7724 and Ecovec V2Magnus Damm9-4/+171
2010-05-31sh: allow romImage data between head.S and the zero pageMagnus Damm2-3/+10
2010-05-31sh: Add support MMCIF for ecovecYusuke Goda1-2/+84
2010-05-31[ARM] pxa/spitz: Correctly register WM8750Marek Vasut1-0/+3
2010-05-31[ARM] pxa/palmtc: storage class should be before const qualifierTobias Klauser1-2/+2
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt333-5497/+9728
2010-05-31powerpc: Don't export cvt_fd & _df when CONFIG_PPC_FPU is not setBenjamin Herrenschmidt1-1/+1
2010-05-31Merge commit 'kumar/next' into nextBenjamin Herrenschmidt19-250/+1494
2010-05-31Merge commit 'jwb/next' into nextBenjamin Herrenschmidt9-7/+2217
2010-05-30ia64: revert __node_random additionLinus Torvalds1-17/+0
2010-05-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds5-15/+82
2010-05-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds6-1/+283
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-26/+92
2010-05-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds6-76/+47
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-17/+0
2010-05-30parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomicJohn David Anglin1-3/+13
2010-05-30parisc: Remove unnecessary macros from entry.SJohn David Anglin1-33/+7
2010-05-30parisc: LWS fixes for syscall.SJohn David Anglin1-23/+9
2010-05-30parisc: Delete unnecessary nop's in entry.SJohn David Anglin1-7/+0
2010-05-30parisc: Avoid interruption in critical region in entry.SJohn David Anglin1-2/+3
2010-05-30parisc: invoke oom-killer from page faultNick Piggin1-4/+3
2010-05-30parisc: clear floating point exception flag on SIGFPE signalHelge Deller1-0/+1
2010-05-30parisc: Use of align_frame provides stack frame.Carlos O'Donell1-4/+11
2010-05-28Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds12-35/+250
2010-05-28Merge branch 'ht-delete-2.6.35' into releaseLen Brown4-20/+3
2010-05-28Merge branch 'acpi_enable' into releaseLen Brown1-2/+0
2010-05-28Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown2-2/+8
2010-05-28tracing: fix for tracepoint API changeStephen Rothwell1-5/+5
2010-05-28Merge branch 'for-linus/2635-updates' of git://git.fluff.org/bjdooks/linuxLinus Torvalds5-23/+432
2010-05-28FRV: ARCH_KMALLOC_MINALIGN was already definedDavid Howells2-4/+2
2010-05-28ARM: Merge for-2635/defconfig3Ben Dooks2-22/+403
2010-05-28ARM: s3c2410_defconfig: Add new machinesBen Dooks1-8/+27
2010-05-28ARM: s3c6400_defconfig: Add framebuffer and basic LCDBen Dooks1-2/+43
2010-05-28ARM: s3c6400_defconfig: Add RTC driver supportBen Dooks1-1/+66
2010-05-28ARM: s3c6400_defconfig: Enable USB host sideBen Dooks1-3/+217
2010-05-28ARM: s3c6400_defconfig: Add SPI driverBen Dooks1-1/+37
2010-05-28ARM: s3c6400_defconfig: Update compiled machinesBen Dooks1-7/+13
2010-05-28ARM: S5P: Regoster clk_xusbxti clock for hsotg driverThomas Abraham1-0/+1
2010-05-28ARM: S3C64XX: Add USB OTG HCLK to the list of clocksThomas Abraham1-0/+6
2010-05-28ARM: SAMSUNG: gpio-cfg.h: update documentationBen Dooks1-0/+21
2010-05-28ARM: SAMSUNG: Fix documentation for s3c_gpio_cfgpin()Ben Dooks1-1/+1
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2010-05-27sched: clarify commment for TS_POLLINGLen Brown1-2/+2
2010-05-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2-0/+21
2010-05-28mfd: New AB8500 driverRabin Vincent1-1/+1
2010-05-28ARM: AB3550 board configuration and irq for U300Mattias Wallin2-0/+62
2010-05-28mfd: Renamed ab3100.h to abx500.hLinus Walleij1-1/+1
2010-05-28davinci: da850 TPS6507x touch screen driver board dataTodd Fischer1-0/+12
2010-05-28mfd: Add tps6507x board data structureTodd Fischer1-1/+6
2010-05-28x86: remove rdc321x_defs.hFlorian Fainelli1-12/+0
2010-05-27[IA64] Fix build breakageTony Luck2-0/+21
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-70/+90
2010-05-27DMAENGINE: DMA40 U8500 platform configurationLinus Walleij6-1/+283
2010-05-27x86, cpufeature: Unbreak compile with gcc 3.xH. Peter Anvin1-0/+7
2010-05-27Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds1-67/+9
2010-05-27Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2-11/+56
2010-05-27Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds12-97/+84
2010-05-27Merge branch 'for-linus/2634-git-updates' of git://git.fluff.org/bjdooks/linuxLinus Torvalds16-122/+407
2010-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds6-175/+126
2010-05-27numa: ia64: support numa_mem_id() for memoryless nodesLee Schermerhorn2-0/+5
2010-05-27numa: ia64: use generic percpu var numa_node_id() implementationLee Schermerhorn3-5/+10
2010-05-27numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn5-24/+21
2010-05-27numa: add generic percpu var numa_node_id() implementationLee Schermerhorn1-0/+4
2010-05-27frv: remove "struct file *" argument from sysctl ->proc_handlerJan Blunck1-8/+10
2010-05-27parisc: use asm-generic/scatterlist.hFUJITA Tomonori2-18/+5
2010-05-27mn10300: use asm-generic/scatterlist.hFUJITA Tomonori1-38/+1
2010-05-27frv: use asm-generic/scatterlist.hFUJITA Tomonori1-39/+1
2010-05-27blackfin: use use asm-generic/scatterlist.hFUJITA Tomonori1-21/+1
2010-05-27xtensa: use use asm-generic/scatterlist.hFUJITA Tomonori1-22/+1
2010-05-27mips: use use asm-generic/scatterlist.hFUJITA Tomonori1-21/+1
2010-05-27m68k: use asm-generic/scatterlist.hFUJITA Tomonori1-15/+1
2010-05-27m32r: use use asm-generic/scatterlist.hFUJITA Tomonori1-14/+1
2010-05-27h8300: use asm-generic/scatterlist.hFUJITA Tomonori1-11/+1
2010-05-27cris: use asm-generic/scatterlist.hFUJITA Tomonori1-16/+1
2010-05-27avr32: use asm-generic/scatterlist.hFUJITA Tomonori1-19/+1
2010-05-27asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori7-14/+12
2010-05-27alpha: use asm-generic/scatterlist.hFUJITA Tomonori2-18/+6
2010-05-27powerpc: use asm-generic/scatterlist.hFUJITA Tomonori2-28/+4
2010-05-27x86_32: use asm-generic/scatterlist.hAndrew Morton1-1/+1
2010-05-27asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()FUJITA Tomonori5-2/+12
2010-05-27asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori4-0/+8
2010-05-27powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2-8/+8
2010-05-27x86: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori1-2/+0
2010-05-27ia64: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori1-2/+0
2010-05-27rapidio: fix maintenance access to higher memory areasThomas Moll1-7/+30
2010-05-27rapidio, powerpc/85xx: Add MChk handler for SRIO portAlexandre Bounine1-4/+70
2010-05-27rapidio, powerpc/85xx: add Port-Write message handler for SRIO portAlexandre Bounine1-3/+260
2010-05-27rapidio: add Port-Write handling for EMAlexandre Bounine1-1/+1
2010-05-27s390: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-3/+3
2010-05-27x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita3-3/+3
2010-05-27ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checksOleg Nesterov1-2/+2
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger3-67/+9
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+17
2010-05-27arm: omap: remove the unused omap_gpio_set_debounce methodsFelipe Balbi1-74/+0
2010-05-27arm: omap: switch over to gpio_set_debounceFelipe Balbi5-12/+6
2010-05-27arm: omap: gpio: implement set_debounce methodFelipe Balbi1-0/+68
2010-05-27davinci: mmc: pass number of SG segments as platform dataSudhakar Rajashekhara1-0/+3
2010-05-27arch/x86/kernel: Add missing spin_unlockJulia Lawall1-3/+9
2010-05-27ARM: 6146/1: sa1111: Prevent deadlock in resume pathMarek VaĊĦut1-2/+7