| Commit message (Expand) | Author | Age | Files | Lines |
* | unified (weak) sys_pipe implementation | Ulrich Drepper | 2008-05-03 | 1 | -17/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-30 | 2 | -0/+6 |
|\ |
|
| * | Driver for IXP4xx built-in Ethernet ports | Krzysztof Halasa | 2008-04-29 | 2 | -0/+6 |
* | | pxafb: make lubbock/mainstone/zylonite/littleton to use new LCD connection type | eric miao | 2008-04-30 | 4 | -10/+6 |
* | | pxafb: convert fb driver to use ioremap() and __raw_{readl, writel} | eric miao | 2008-04-30 | 1 | -5/+0 |
* | | arm: Export empty_zero_page for ZERO_PAGE usage in modules. | Aneesh Kumar K.V | 2008-04-29 | 1 | -0/+1 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-04-29 | 25 | -143/+283 |
|\ \ |
|
| * \ | Merge branch 'orion-fixes2' | Russell King | 2008-04-29 | 4 | -6/+112 |
| |\ \ |
|
| | * | | [ARM] Feroceon: Feroceon-specific WA-cache compatible {copy,clear}_user_page() | Lennert Buytenhek | 2008-04-28 | 4 | -3/+102 |
| | * | | [ARM] Feroceon: fix function alignment in proc-feroceon.S | Nicolas Pitre | 2008-04-28 | 1 | -3/+10 |
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'pxa' and 'orion-fixes1' | Russell King | 2008-04-29 | 19 | -108/+138 |
| |\ \ \ \
| | | |/ / |
|
| | | * | | [ARM] Orion: catch a couple more alternative spellings of PCIe | Lennert Buytenhek | 2008-04-28 | 6 | -8/+8 |
| | | * | | [ARM] Orion: fix orion-ehci platform resource end addresses | Lennert Buytenhek | 2008-04-28 | 1 | -2/+2 |
| | | * | | [ARM] Orion: fix ->map_irq() PCIe bus number check | Lennert Buytenhek | 2008-04-28 | 7 | -27/+54 |
| | | * | | [ARM] feroceon: remove CONFIG_CPU_CACHE_ROUND_ROBIN check | Lennert Buytenhek | 2008-04-28 | 1 | -3/+0 |
| | | * | | [ARM] feroceon: remove CONFIG_CPU_DCACHE_WRITETHROUGH check | Lennert Buytenhek | 2008-04-28 | 2 | -41/+1 |
| | | * | | kprobes/arm: fix decoding of arithmetic immediate instructions | Lennert Buytenhek | 2008-04-28 | 1 | -1/+1 |
| | | * | | kprobes/arm: fix cache flush address for instruction stub | Nicolas Pitre | 2008-04-28 | 1 | -1/+1 |
| | * | | | [ARM] pxa: fix 1c104e0e4f6ab396960c058e95e18bdedcac945b | Russell King | 2008-04-29 | 1 | -3/+3 |
| | * | | | [ARM] 5017/1: pxa3xx: Report unsupported wakeup sources in pxa3xx_set_wake() | Mark Brown | 2008-04-24 | 1 | -0/+2 |
| | * | | | [ARM] 5020/1: magician: remove __devinit marker from pasic3_leds_info | Philipp Zabel | 2008-04-24 | 1 | -1/+1 |
| | * | | | [ARM] 5014/1: Cleanup reset state before entering suspend or resetting. | Dmitry Baryshkov | 2008-04-24 | 1 | -2/+2 |
| | * | | | [ARM] 5008/1: magician: add magician specific input GPIOs to MFP config | Philipp Zabel | 2008-04-21 | 1 | -0/+8 |
| | * | | | [ARM] 5007/1: magician: properly request GPIOs used by the machine code itself | Philipp Zabel | 2008-04-21 | 1 | -8/+43 |
| | * | | | [ARM] 5006/1: Gumstix GPIO header fixup and defconfig fixup | Jaya Kumar | 2008-04-21 | 2 | -11/+12 |
| * | | | | [ARM] 5021/1: at91: buildfix for sam9263 + PM | David Brownell | 2008-04-28 | 1 | -5/+9 |
| * | | | | [ARM] 5018/1: RealView: Fix the ARM11MPCore Oprofile compilation | Catalin Marinas | 2008-04-28 | 1 | -22/+22 |
| * | | | | [ARM] 5016/1: AT91: typo in mci configuration for at91cap at91sam9263 | Nicolas Ferre | 2008-04-28 | 2 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | i2c: Convert most new-style drivers to use module aliasing | Jean Delvare | 2008-04-29 | 18 | -42/+17 |
* | | | | arm: use kbuild.h instead of macros in asm-offsets.c | Christoph Lameter | 2008-04-29 | 1 | -7/+1 |
* | | | | arm: use non-racy method for /proc/davinci_clocks creation | Denis V. Lunev | 2008-04-29 | 1 | -5/+1 |
* | | | | proc: switch /proc/bus/ecard/devices to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -28/+26 |
* | | | | proc: remove proc_root from drivers | Alexey Dobriyan | 2008-04-29 | 1 | -1/+1 |
* | | | | proc: remove proc_bus | Alexey Dobriyan | 2008-04-29 | 1 | -1/+1 |
* | | | | iomap: fix 64 bits resources on 32 bits | Benjamin Herrenschmidt | 2008-04-29 | 1 | -2/+2 |
* | | | | ARM: always select HAVE_IDE | Adrian Bunk | 2008-04-28 | 1 | -14/+1 |
* | | | | atmel_lcdfb: don't initialize a pre-allocated framebuffer | Haavard Skinnemoen | 2008-04-28 | 2 | -0/+25 |
|/ / / |
|
* | | | Merge branch 'irq-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2008-04-24 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | arm/mach-integrator/time.c, mwave: revert portions of recent irq cleanups | Jeff Garzik | 2008-04-24 | 1 | -1/+4 |
* | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-04-24 | 24 | -20/+31 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [ARM] fix 48d7927bdf071d05cf5d15b816cf06b0937cb84f | Catalin Marinas | 2008-04-24 | 23 | -17/+29 |
| * | | | [ARM] fix lh7a40x/kev7a400 build | Russell King | 2008-04-20 | 1 | -3/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh... | Linus Torvalds | 2008-04-21 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | arm: Storage class should be before const qualifier | Tobias Klauser | 2008-04-21 | 1 | -3/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-04-21 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | ARM minor irq handler cleanup: avoid passing unused info to irq | Jeff Garzik | 2008-04-20 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-21 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | UIO: arch/arm/Kconfig: Make UIO available on ARM architecture | Hans-Jürgen Koch | 2008-04-19 | 1 | -0/+2 |
| |/ / / |
|
* | | | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 2008-04-21 | 9 | -10/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | arch: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 9 | -10/+0 |
| |/ / |
|