aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-06-151-2/+2
|\
| * [IA64] fix compile error in arch/ia64/mm/extable.cRusty Russell2009-06-151-2/+2
* | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-1/+1
|\ \
| * | timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-1511-54/+37
|\ \ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151761-31404/+105418
| |\ \ \ | | | |/ | | |/|
| * | | cfg80211: errno.h: define ERFKILLAlexander Beregalov2009-06-074-0/+7
| * | | rfkill: rewriteJohannes Berg2009-06-032-16/+15
| * | | net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang2009-06-031-0/+2
| * | | syscall: Sort out syscall_restart name clash.Eric W. Biederman2009-05-202-5/+5
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-18776-25244/+27685
| |\ \ \
| * | | | powerpc/82xx: Rework Embedded Planet ep8248e platform to use of_mdioGrant Likely2009-04-271-6/+3
| * | | | net: Rework pasemi_mac driver to use of_mdio infrastructureGrant Likely2009-04-271-27/+5
| * | | | rfkill: remove deprecated state constantsJohannes Berg2009-04-221-2/+2
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-15177-2198/+5861
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-12642-14387/+33243
| |\ \ \ \
| * | | | | powerpc: Fix bug in move of altivec code to vector.SBenjamin Herrenschmidt2009-06-121-2/+4
| * | | | | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2009-06-1222-220/+234
| |\ \ \ \ \
| | * | | | | powerpc/40x: Convert AMCC Kilauea/Halekala boards to ppc40x_simpleJosh Boyer2009-06-045-82/+61
| | * | | | | powerpc/40x: Convert AMCC Makalu board to ppc40x_simpleJosh Boyer2009-06-045-83/+61
| | * | | | | powerpc/4xx: Sequoia: Enable NAND supportStefan Roese2009-06-042-37/+94
| | * | | | | powerpc/4xx: Disable PCI_LEGACYJosh Boyer2009-06-0316-18/+18
| * | | | | | powerpc: Add support for swiotlb on 32-bitBecky Bruce2009-06-098-2/+226
| * | | | | | powerpc/spufs: Remove unused error pathStephen Rothwell2009-06-091-2/+0
| * | | | | | powerpc: Fix warning when printing a resource_size_tStephen Rothwell2009-06-091-1/+1
| * | | | | | powerpc/xmon: Remove unused variable in xmon.cStephen Rothwell2009-06-091-1/+1
| * | | | | | powerpc/pseries: Fix warnings when printing resource_size_tStephen Rothwell2009-06-091-2/+2
| * | | | | | powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt2009-06-0910-8/+32
| * | | | | | powerpc: Separate PACA fields for server CPUsBenjamin Herrenschmidt2009-06-093-19/+39
| * | | | | | powerpc: Split exception handling out of head_64.SBenjamin Herrenschmidt2009-06-092-960/+995
| * | | | | | powerpc: Introduce CONFIG_PPC_BOOK3SBenjamin Herrenschmidt2009-06-091-11/+11
| * | | | | | powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt2009-06-096-306/+213
| * | | | | | powerpc: Set init_bootmem_done on NUMA platforms as wellBenjamin Herrenschmidt2009-06-092-1/+3
| * | | | | | powerpc/mm: Fix a AB->BA deadlock scenario with nohash MMU context lockBenjamin Herrenschmidt2009-06-091-3/+4
| * | | | | | powerpc/mm: Fix some SMP issues with MMU context handlingBenjamin Herrenschmidt2009-06-091-4/+8
| * | | | | | powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath2009-06-094-11/+60
| * | | | | | powerpc/virtex: Add ml510 reference design device treeRoderick Colenbrander2009-06-061-0/+465
| * | | | | | powerpc/virtex: Add Xilinx ML510 reference design supportRoderick Colenbrander2009-06-064-1/+47
| * | | | | | powerpc/virtex: refactor intc driver and add support for i8259 cascadingGrant Likely2009-06-061-18/+58
| * | | | | | powerpc/virtex: Add support for Xilinx PCI host bridgeRoderick Colenbrander2009-06-066-0/+162
| |/ / / / /
| * | | | | powerpc/pci: Fix annotation of pcibios_claim_one_busStephen Rothwell2009-06-021-2/+1
| * | | | | powerpc/ftrace: Use PPC_INST_NOP directlyMichael Ellerman2009-06-021-7/+2
| * | | | | powerpc/ftrace: Remove unused macrosMichael Ellerman2009-06-021-8/+0
| * | | | | powerpc/ftrace: Use ppc_function_entry() instead of GET_ADDRMichael Ellerman2009-06-021-9/+3
| * | | | | powerpc: Display processor virtualization resource allocs in lparcfgNathan Fontenot2009-06-021-2/+38
| * | | | | powerpc: Convert RTAS event scan from kernel thread to workqueueAnton Blanchard2009-06-021-38/+38
| * | | | | powerpc: Make the NR_CPUS max 8192Michael Neuling2009-06-021-2/+2
| * | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2009-05-2989-557/+899
| |\ \ \ \ \
| * | | | | | powerpc/pci: clean up direct access to sysdata by iseries platformKumar Gala2009-05-212-5/+5
| * | | | | | powerpc: Keep track of emulated instructionsGeert Uytterhoeven2009-05-214-6/+196