summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-165-37/+29
* powerpc/mm: Remove flush_HPTE()Benjamin Herrenschmidt2008-12-162-18/+5
* powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.cBenjamin Herrenschmidt2008-12-163-1/+1
* powerpc/mm: Add local_flush_tlb_mm() to SW loaded TLB implementationsBenjamin Herrenschmidt2008-12-161-0/+5
* powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUGBenjamin Herrenschmidt2008-12-161-1/+10
* powerpc: Remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori2008-12-161-7/+0
* powerpc: Introduce ppc_pci_flags accessorsJosh Boyer2008-12-1614-18/+42
* powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch2008-12-163-3/+39
* powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_indexNathan Lynch2008-12-161-1/+1
* powerpc: Move smp_hw_index to 32-bit codeNathan Lynch2008-12-162-1/+2
* powerpc: Remove `have_of' global variableAnton Vorontsov2008-12-165-13/+1
* powerpc: Fix !CONFIG_PPC_NEED_DMA_SYNC_OPS build warningBecky Bruce2008-12-161-6/+35
* powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven2008-12-163-33/+34
* powerpc/ps3: Quiet dmesg outputGeoff Levand2008-12-161-1/+1
* powerpc: Fix typo in pgtable-ppc64.hGeoff Levand2008-12-161-1/+1
* powerpc/chrp: Add missing of_node_put in pci.cNicolas Palix2008-12-161-0/+1
* Merge branch 'merge' into nextPaul Mackerras2008-12-1660-1496/+2414
|\
| * powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann2008-12-161-0/+3
| * powerpc: Fix bootmem reservation on uninitialized nodeDave Hansen2008-12-161-5/+11
| * powerpc: Check for valid hugepage size in hugetlb_get_unmapped_areaBrian King2008-12-161-0/+3
| * Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2008-12-141-0/+3
| |\
| | * powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala2008-12-131-0/+3
| * | x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-144-15/+23
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer...Linus Torvalds2008-12-131-0/+1
| |\ \
| | * | powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadiaJosh Boyer2008-12-111-0/+1
| | |/
| * | MIPS: IP32: Update defconfigDavid Daney2008-12-121-436/+624
| * | MIPS: Add missing calls to plat_unmap_dma_mem.David Daney2008-12-121-0/+3
| * | MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev2008-12-121-1/+1
| * | MIPS: Use EI/DI for MIPS R2.David Daney2008-12-121-0/+10
| * | MN10300: Give correct size when reserving interrupt vector tableAkira Takeuchi2008-12-101-1/+1
| * | MN10300: Fix the preemption resume_kernel() routineAkira Takeuchi2008-12-101-1/+2
| * | MN10300: Discard low-priority Tx interrupts when closing an on-chip serial portAkira Takeuchi2008-12-101-0/+5
| * | MN10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macrosCyrill Gorcunov2008-12-101-12/+10
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-12-105-80/+161
| |\ \
| | * | [IA64] SN: prevent IRQ retargetting in request_irq()John Keller2008-12-091-1/+8
| | * | [IA64] Clear up section mismatch with arch_unregister_cpu()Robin Holt2008-12-091-1/+3
| | * | [IA64] Clear up section mismatch for sn_check_wars.Robin Holt2008-12-091-2/+2
| | * | [IA64] Updated the generic_defconfig to work with the 2.6.28-rc7 kernel.Robin Holt2008-12-091-71/+147
| | * | [IA64] eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-12-091-4/+1
| | * | [IA64] remove BUILD_BUG_ON from paravirt_getreg()Alexey Dobriyan2008-12-091-1/+0
| * | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-12-102-0/+29
| |\ \ \
| | * | | MIPS: Better than nothing implementation of PCI mmap to fix X.Ralf Baechle2008-12-092-0/+29
| * | | | uml: boot broken due to buffer overrunBalbir Singh2008-12-101-1/+3
| | |/ / | |/| |
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-12-097-18/+42
| |\ \ \
| | * | | [ARM] Fix alignment fault handling for ARMv6 and later CPUsRussell King2008-12-071-3/+23
| | * | | [ARM] 5340/1: fix stack placement after noexecstack changesLennert Buytenhek2008-12-061-1/+1
| | * | | [ARM] 5339/1: fix __fls() on ARMNicolas Pitre2008-12-041-6/+10
| | * | | [ARM] Orion: fix bug in pcie configuration cycle function field maskSaeed Bishara2008-12-021-1/+1
| | * | | [ARM] omap: fix a pile of issuesRussell King2008-12-013-7/+7
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-12-092-0/+4
| |\ \ \ \ | | | |_|/ | | |/| |
OpenPOWER on IntegriCloud