summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-1675-155/+926
|\
| * [ARM] 5191/1: ARM: remove CVS keywordsAdrian Bunk2008-08-1614-20/+5
| * [ARM] pxafb: add flag to specify output format on LDD pins when base is RGBT16Eric Miao2008-08-161-4/+6
| * [ARM] update mach-typesRussell King2008-08-161-6/+47
| * [ARM] 5196/1: fix inline asm constraints for preloadNicolas Pitre2008-08-161-2/+2
| * [ARM] 5194/1: update .gitignoreNicolas Pitre2008-08-122-1/+3
| * [ARM] add proc-macros.S include to proc-arm940 and proc-arm946Russell King2008-08-122-0/+2
| * [ARM] 5192/1: ARM TLB: add v7wbi_{possible,always}_flags to {possible,always}...Paul Walmsley2008-08-121-2/+5
| * [ARM] 5193/1: Wire up missing syscallsStefan Schmidt2008-08-122-2/+14
| * [ARM] traps: don't call undef hook functions with spinlock heldRussell King2008-08-121-13/+18
| * [ARM] 5183/2: Provide Poodle LoCoMo GPIO namesDmitry Baryshkov2008-08-121-0/+6
| * [ARM] dma-mapping: provide sync_range APIsRussell King2008-08-102-29/+48
| * [ARM] dma-mapping: improve type-safeness of DMA translationsRussell King2008-08-104-37/+61
| * Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2008-08-0939-31/+703
| |\
| | * [ARM] Kirkwood: instantiate the orion_spi driver in the platform codeLennert Buytenhek2008-08-093-0/+54
| | * [ARM] prevent crashing when too much RAM installedLennert Buytenhek2008-08-093-0/+71
| | * [ARM] Kirkwood: Instantiate mv_xor driverSaeed Bishara2008-08-094-0/+220
| | * [ARM] Orion: Instantiate mv_xor driver for 5182Saeed Bishara2008-08-099-0/+109
| | * [ARM] Orion: enable CONFIG_RTC_DRV_S35390A in the defconfg for QNAP devicesMartin Michlmayr2008-08-091-1/+1
| | * [ARM] Orion: enable RTC_DRV_PCF8563 in the defconfig for HP mv2120Martin Michlmayr2008-08-091-1/+1
| | * [ARM] Orion: enable KEYBOARD_GPIO in the defconfgMartin Michlmayr2008-08-091-1/+8
| | * [ARM] Orion: Export the reset button of the QNAP TS-409Martin Michlmayr2008-08-091-0/+6
| | * [ARM] Orion: use better key codes for the TS-209/TS-409 buttonsMartin Michlmayr2008-08-092-3/+3
| | * [ARM] Orion: export red SATA lights on TS-409, fix SATA presence/activityMartin Michlmayr2008-08-091-0/+42
| | * [ARM] Orion: support D0 5281 siliconLennert Buytenhek2008-08-092-0/+12
| | * [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek2008-08-0924-26/+177
| * | Merge branch 'for-rmk' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2008-08-097-10/+8
| |\ \
| | * | [ARM] S3C24XX: Fix section mismatch for s3c_lookup_cpuBen Dooks2008-08-091-3/+1
| | * | [ARM] CATS: Do not try and map bad PCI IRQ numbersBen Dooks2008-08-091-0/+3
| | * | [ARM] JIVE: Remove duplicated mtd includesHuang Weiyi2008-08-091-3/+0
| | * | Merge http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm ...Ben Dooks2008-08-084684-179087/+303831
| | |\ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-07-15629-19339/+57185
| | |\ \ \
| | * | | | [ARM] S3C24XX: s3c243xx_clock_register() data can be __initdataBen Dooks2008-07-154-4/+4
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-08-1552-2235/+3605
|\ \ \ \ \ \
| * | | | | | Blackfin arch: hook up some missing new system callsBryan Wu2008-08-141-0/+6
| * | | | | | Blackfin arch: do not muck with the UART during boot -- let the serial driver...Mike Frysinger2008-08-146-183/+0
| * | | | | | Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as ...Mike Frysinger2008-08-143-18/+5
| * | | | | | Blackfin arch: use %pF when printing out the double fault address so we get s...Mike Frysinger2008-08-141-1/+1
| * | | | | | Blackfin arch: add support for the BlackStamp boardBenjamin Matthews2008-08-145-3/+1606
| * | | | | | Blackfin arch: Allow ins functions to have a low latency versionRobin Getz2008-08-142-0/+136
| * | | | | | Blackfin arch: Print out doublefault addresses, so debug can occurRobin Getz2008-08-142-1/+12
| * | | | | | Blackfin arch: mark some functions as __init as they are only called from __i...Mike Frysinger2008-08-147-9/+9
| * | | | | | Blackfin arch: cleanup cache lock codeMike Frysinger2008-08-143-16/+34
| * | | | | | Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabl...Michael Hennerich2008-08-132-0/+18
| * | | | | | Blackfin arch: Fix bug - when expanding the trace buffer, it does not print o...Robin Getz2008-08-061-35/+53
| * | | | | | Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idlingMichael Hennerich2008-08-067-92/+8
| * | | | | | Blackfin arch: delete unused cache functionsMike Frysinger2008-08-131-115/+0
| * | | | | | Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger2008-08-135-25/+19
| * | | | | | Blackfin arch: unify the duplicated portions of __start and split mach-specif...Mike Frysinger2008-08-066-649/+146
| * | | | | | Blackfin arch: add asm/thread_info.h for THREAD_SIZE defineMike Frysinger2008-08-061-0/+1