summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sh: Support for SH-2A 32-bit opcodes.Paul Mundt2007-05-096-10/+74
| * | | sh: Kill off redundant __div64_32 symbol export.Paul Mundt2007-05-091-2/+0
| * | | sh: Share exception vector table for SH-3/4.Paul Mundt2007-05-093-70/+11
| * | | sh: Always define TRAPA_BUG_OPCODE.Paul Mundt2007-05-091-2/+2
| * | | sh: __GFP_REPEAT for pte allocations, too.Paul Mundt2007-05-091-2/+2
| * | | rtc: rtc-sh: Fix up dev_dbg() warnings.Paul Mundt2007-05-091-1/+1
| * | | sh: generic quicklist support.Paul Mundt2007-05-095-17/+36
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-0978-983/+3366
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'armv7', 'at91', 'misc' and 'omap' into develRussell King2007-05-0967-975/+2704
| |\ \ \ \ \ \
| | | | * | | | ARM: OMAP: Fix GCC-reported compile time bugDavid Brownell2007-05-091-1/+4
| | | | * | | | ARM: OMAP: restore CONFIG_GENERIC_TIMEDavid Brownell2007-05-091-0/+1
| | | | * | | | ARM: OMAP: partial LED fixesDavid Brownell2007-05-091-11/+6
| | | | * | | | ARM: OMAP: add SoSSI clock (call propagate_rate for childrens)Imre Deak2007-05-091-0/+2
| | | | * | | | ARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations)Imre Deak2007-05-095-86/+264
| | | | * | | | ARM: OMAP: Sync framebuffer headers with N800 treeKai Svahn2007-05-092-10/+63
| | | | * | | | ARM: OMAP: Mostly cosmetic to sync up with linux-omap treeTony Lindgren2007-05-093-6/+6
| | | | * | | | ARM: OMAP: Fix gpmc headerTony Lindgren2007-05-091-1/+1
| | | | * | | | ARM: OMAP: Add mailbox support for IVAHiroshi DOYU2007-05-095-0/+1206
| | | | * | | | ARM: OMAP: Sync core code with linux-omapTony Lindgren2007-05-0815-135/+470
| | | | * | | | ARM: OMAP: Sync headers with linux-omapTony Lindgren2007-05-0822-389/+335
| | | | * | | | ARM: OMAP: h4 must have blinky leds!!David Brownell2007-05-085-1/+340
| | | | * | | | ARM: OMAP: FB: add controller platform dataImre Deak2007-05-082-3/+10
| | | | * | | | ARM: OMAP: Add function to print clock usecountsJuha Yrjola2007-05-081-0/+35
| | | | * | | | ARM: OMAP: Add DMA IRQ sanity checksJuha Yrjola2007-05-081-7/+18
| | | | * | | | ARM: OMAP: gpio init section cleanupsDavid Brownell2007-05-085-6/+5
| | | * | | | | [ARM] Fix ARM branch relocation rangeKevin Welton2007-05-081-2/+2
| | | * | | | | [ARM] Fix ASID version switchRussell King2007-05-082-7/+11
| | | * | | | | [ARM] Ensure head text is always placed at the start of kernelRussell King2007-05-083-5/+9
| | | * | | | | [ARM] Shut up warning about init_thread_unionRussell King2007-05-082-2/+2
| | | * | | | | [ARM] Mark SMP local timer and IPI as exception entriesRussell King2007-05-081-2/+2
| | * | | | | | [ARM] 4363/1: AT91: Remove legacy PIO definitionsAndrew Victor2007-05-084-389/+0
| | * | | | | | [ARM] 4361/1: AT91: Build errorAndrew Victor2007-05-081-1/+1
| * | | | | | | [ARM] armv7: add Makefile and Kconfig entriesCatalin Marinas2007-05-093-2/+38
| * | | | | | | [ARM] armv7: add support for asid-tagged VIVT I-cacheCatalin Marinas2007-05-092-0/+22
| * | | | | | | [ARM] armv7: add dedicated ARMv7 barrier instructionsCatalin Marinas2007-05-081-1/+5
| * | | | | | | [ARM] armv7: Add ARMv7 cacheid macrosCatalin Marinas2007-05-081-5/+12
| * | | | | | | [ARM] armv7: add support for ARMv7 cores.Catalin Marinas2007-05-088-0/+585
| | |/ / / / / | |/| | | | |
* | | | | | | Fix a bad error case handling in read_cache_page_async()David Howells2007-05-091-3/+3
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-0938-789/+1323
|\ \ \ \ \ \ \
| * | | | | | | [POWERPC] Further fixes for the removal of 4level-fixup hack from ppc32David Gibson2007-05-093-4/+4
| * | | | | | | [POWERPC] EEH: log all PCI-X and PCI-E AER registersLinas Vepstas2007-05-091-2/+46
| * | | | | | | [POWERPC] EEH: capture and log pci state on errorLinas Vepstas2007-05-091-2/+41
| * | | | | | | [POWERPC] EEH: Split up long error msgLinas Vepstas2007-05-091-3/+5
| * | | | | | | [POWERPC] EEH: log error only after driver notification.Linas Vepstas2007-05-091-1/+5
| * | | | | | | [POWERPC] fsl_soc: Make mac_addr const in fs_enet_of_init().Scott Wood2007-05-091-1/+1
| * | | | | | | [POWERPC] Don't use SLAB/SLUB for PTE pagesHugh Dickins2007-05-093-42/+19
| * | | | | | | [POWERPC] Spufs support for 64K LS mappings on 4K kernelsBenjamin Herrenschmidt2007-05-097-37/+283
| * | | | | | | [POWERPC] Add ability to 4K kernel to hash in 64K pagesBenjamin Herrenschmidt2007-05-096-18/+57
| * | | | | | | [POWERPC] Introduce address space "slices"Benjamin Herrenschmidt2007-05-0913-635/+769
| * | | | | | | [POWERPC] Small fixes & cleanups in segment page size demotionBenjamin Herrenschmidt2007-05-091-41/+46
OpenPOWER on IntegriCloud