summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | [ARM] pxa/em-x270: explicitly set .gpio_cs in TDO35S SPI chip dataMike Rapoport2009-04-141-2/+3
| | * | | [ARM] pxa: PalmTX and PalmT5 USB fixesMarek Vasut2009-04-134-12/+12
| | * | | [ARM] pxa: add missing declaration of pxa26x_init_irq()Marek Vasut2009-04-131-0/+3
| | * | | [ARM] pxa/colibri: fix missing variable name in inline functionsEric Miao2009-04-091-2/+2
* | | | | Get rid of final remnants of include/asm-$(ARCH)Linus Torvalds2009-04-171-0/+25
* | | | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-04-17110-0/+9454
|\ \ \ \ \
| * | | | | m32r: move include/asm-m32r/* to arch/m32r/include/asm/Hirokazu Takata2009-04-172-0/+11
| * | | | | m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata2009-04-17108-0/+9443
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-177-218/+117
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86: fix microcode driver newly spewing warningsDmitry Adamushko2009-04-171-2/+0
| * | | | | x86, PAT: Remove page granularity tracking for vm_insert_pfn mapsPallipadi, Venkatesh2009-04-171-79/+19
| * | | | | x86: disable X86_PTRACE_BTS for nowIngo Molnar2009-04-151-0/+1
| * | | | | x86: pci-swiotlb.c swiotlb_dma_ops should be staticJaswinder Singh Rajput2009-04-141-1/+1
| * | | | | x86, PAT: Remove duplicate memtype reserve in devmem mmapSuresh Siddha2009-04-102-62/+2
| * | | | | x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype()Suresh Siddha2009-04-102-23/+15
| * | | | | x86, PAT: Changing memtype to WC ensuring no WB aliasvenkatesh.pallipadi@intel.com2009-04-101-1/+8
| * | | | | x86, PAT: Handle faults cleanly in set_memory_ APIsvenkatesh.pallipadi@intel.com2009-04-101-48/+65
| * | | | | x86, PAT: Change order of cpa and free in set_memory_wbvenkatesh.pallipadi@intel.com2009-04-101-4/+7
| * | | | | x86, CPA: Change idmap attribute before ioremap attribute setupSuresh Siddha2009-04-101-3/+4
* | | | | | Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2009-04-166-64/+154
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86: UV BAU distribution and payload MMRsCliff Wickman2009-04-161-3/+9
| * | | | | x86: UV: BAU partition-relative distribution mapCliff Wickman2009-04-141-3/+16
| * | | | | x86, uv: add Kconfig dependency on NUMA for UV systemsJack Steiner2009-04-081-0/+1
| * | | | | x86: prevent /sys/firmware/sgi_uv from being created on non-uv systemsRuss Anderson2009-04-081-0/+4
| * | | | | x86, UV: Fix for nodes with memory and no cpusJack Steiner2009-04-031-2/+14
| * | | | | x86, UV: system table in bios accessed after unmapRuss Anderson2009-04-031-1/+2
| * | | | | x86: UV BAU messaging timeoutsCliff Wickman2009-04-032-11/+50
| * | | | | x86: UV BAU and nodes with no memoryCliff Wickman2009-04-031-47/+61
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-04-163-6/+6
|\ \ \ \ \ \
| * | | | | | sparc: remove some pointless conditionals before kfree()Wei Yongjun2009-04-151-4/+2
| * | | | | | sparc: asm/atomic.h on 32bit should include asm/system.h for xchgStephen Rothwell2009-04-141-0/+2
| * | | | | | sparc64: Fix smp_callin() locking.David S. Miller2009-04-141-2/+2
| | |_|/ / / | |/| | | |
* | | | | | MN10300: Stop gcc from generating uninitialised variable warnings after BUG()David Howells2009-04-151-4/+6
* | | | | | MN10300: Wire up missing system callsDavid Howells2009-04-152-0/+4
* | | | | | MN10300: Discard duplicate PFN_xxx() macrosDavid Howells2009-04-151-4/+0
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-04-1523-102/+241
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [S390] boot cputime accountingMartin Schwidefsky2009-04-144-17/+43
| * | | | | [S390] add read_persistent_clockMartin Schwidefsky2009-04-144-21/+35
| * | | | | [S390] cpu hotplug and accounting valuesMartin Schwidefsky2009-04-143-0/+28
| * | | | | [S390] fix idle time accountingMartin Schwidefsky2009-04-141-0/+2
| * | | | | [S390] smp: fix cpu_possible_map initializationHeiko Carstens2009-04-141-1/+2
| * | | | | [S390] appldata: Use new mod_virt_timer_periodic() function.Gerald Schaefer2009-04-141-1/+1
| * | | | | [S390] extend virtual timer interface by mod_virt_timer_periodicJan Glauber2009-04-142-24/+34
| * | | | | [S390] stp synchronization retry timerMartin Schwidefsky2009-04-141-0/+15
| * | | | | [S390] call nmi_enter/nmi_exit on machine checksHeiko Carstens2009-04-141-2/+3
| * | | | | [S390] wire up preadv/pwritev system callsHeiko Carstens2009-04-143-1/+23
| * | | | | [S390] s390: move machine flags to lowcoreChristian Ehrhardt2009-04-1410-36/+56
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2009-04-1516-144/+105
|\ \ \ \ \ \
| * | | | | | powerpc: pseries/dtl.c should include asm/firmware.hSachin Sant2009-04-151-0/+1
| * | | | | | powerpc: Fix data-corrupting bug in __futex_atomic_opPaul Mackerras2009-04-151-6/+6
OpenPOWER on IntegriCloud