| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] 3692/1: ARM: coswitch irq handling to the generic implementation | Thomas Gleixner | 2006-07-01 | 4 | -118/+54 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | typo fixes: specfic -> specific | Adrian Bunk | 2006-06-30 | 1 | -1/+1 |
* | typo fixes: occuring -> occurring | Adrian Bunk | 2006-06-30 | 1 | -1/+1 |
* | typo fixes: disadvantadge -> disadvantage | Adrian Bunk | 2006-06-30 | 1 | -1/+1 |
* | [AF_UNIX]: Datagram getpeersec | Catherine Zhang | 2006-06-29 | 1 | -0/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-06-29 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] 64bit resource: change pci core and arch code to use resource_size_t | Greg Kroah-Hartman | 2006-06-27 | 1 | -1/+1 |
* | | Merge branch 'nommu' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-06-28 | 13 | -78/+378 |
|\ \ |
|
| * | | [ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu build | Russell King | 2006-06-28 | 1 | -0/+4 |
| * | | [ARM] Remove TABLE_SIZE, and several unused function prototypes | Russell King | 2006-06-28 | 1 | -5/+0 |
| * | | [ARM] nommu: uaccess tweaks | Russell King | 2006-06-28 | 1 | -52/+87 |
| * | | [ARM] nommu: adjust headers for !MMU ARM systems | Russell King | 2006-06-28 | 11 | -21/+287 |
* | | | [ARM] 3370/2: ep93xx: add crunch support | Lennert Buytenhek | 2006-06-28 | 2 | -0/+14 |
* | | | [ARM] 3665/1: crunch: add ptrace support | Lennert Buytenhek | 2006-06-28 | 1 | -0/+5 |
* | | | [ARM] 3664/1: crunch: add signal frame save/restore | Lennert Buytenhek | 2006-06-28 | 1 | -0/+14 |
* | | | [ARM] 3662/1: ixp23xx: don't include asm/hardware.h in uncompress.h | Lennert Buytenhek | 2006-06-28 | 3 | -12/+11 |
* | | | [ARM] 3660/1: Remove legacy defines | Andrew Victor | 2006-06-28 | 3 | -8/+2 |
* | | | [ARM] 3661/1: S3C2412: Fix compilation if CPU_S3C2410 only | Ben Dooks | 2006-06-28 | 1 | -9/+7 |
|/ / |
|
* | | [ARM] Remove the __arch_* layer from uaccess.h | Russell King | 2006-06-28 | 1 | -32/+13 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2006-06-27 | 1 | -1/+47 |
|\ \
| |/
|/| |
|
| * | [MTD NAND] s3c2412 support in s3c2410.c | Ben Dooks | 2006-06-27 | 1 | -1/+47 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-06-26 | 1 | -36/+0 |
|\ \ |
|
| * | | [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQ | Russell King | 2006-06-25 | 1 | -7/+0 |
| * | | [ARM] Remove save_lr/restore_pc macros | Russell King | 2006-06-25 | 1 | -12/+0 |
| * | | [ARM] Remove LOADREGS macro | Russell King | 2006-06-25 | 1 | -11/+0 |
| * | | [ARM] Remove RETINSTR macro | Russell King | 2006-06-25 | 1 | -6/+0 |
* | | | [PATCH] backlight: LOCOMO Backlight Driver updates | Richard Purdie | 2006-06-26 | 1 | -0/+5 |
| |/
|/| |
|
* | | [PATCH] random: remove SA_SAMPLE_RANDOM from floppy driver | Matt Mackall | 2006-06-25 | 1 | -1/+1 |
|/ |
|
* | Merge signal handler branch | Russell King | 2006-06-24 | 1 | -1/+78 |
|\ |
|
| * | [ARM] 3648/1: Update struct ucontext layout for coprocessor registers | Daniel Jacobowitz | 2006-06-24 | 1 | -1/+78 |
* | | Merge S3C24xx branch | Russell King | 2006-06-24 | 9 | -29/+182 |
|\ \ |
|
| * | | [ARM] 3645/1: S3C2412: irq support for external interrupts | Ben Dooks | 2006-06-24 | 2 | -23/+13 |
| * | | [ARM] 3639/1: S3C2412: serial port support | Ben Dooks | 2006-06-24 | 1 | -0/+15 |
| * | | [ARM] 3638/1: S3C2412: core clocks | Ben Dooks | 2006-06-24 | 1 | -1/+62 |
| * | | [ARM] 3635/1: S3C24XX: Add S3C2412 core cpu support | Ben Dooks | 2006-06-24 | 5 | -5/+92 |
* | | | Merge ep93xx branch | Russell King | 2006-06-24 | 2 | -0/+3 |
|\ \ \ |
|
| * | | | [ARM] 3634/1: ep93xx: initial implementation of the clk_* API | Lennert Buytenhek | 2006-06-24 | 2 | -0/+3 |
| |/ / |
|
* | | | [ARM] 3631/1: Remove legacy __mem_isa() definitions | Andrew Victor | 2006-06-24 | 13 | -20/+0 |
|/ / |
|
* | | [PATCH] adjust handle_IRR_event() return type | Jan Beulich | 2006-06-23 | 1 | -4/+0 |
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-06-22 | 8 | -36/+175 |
|\ \ |
|
| * | | [ARM] 3629/1: S3C24XX: fix missing bracket in regs-dsc.h | Ben Dooks | 2006-06-22 | 1 | -1/+1 |
| * | | [ARM] 3601/1: i.MX/MX1 DMA error handling for signaled channels only | Pavel Pisa | 2006-06-22 | 1 | -2/+6 |
| * | | [ARM] 3620/2: ixp23xx: add uengine loader support | Lennert Buytenhek | 2006-06-22 | 2 | -0/+18 |
| * | | [ARM] 3621/1: fix compilation breakage for pnx4008 | Vitaly Wool | 2006-06-22 | 1 | -4/+0 |
| * | | [ARM] 3623/1: pnx4008: move GPIO-related defines to gpio.h | Vitaly Wool | 2006-06-22 | 2 | -29/+102 |
| * | | [ARM] Add thread_notify infrastructure | Russell King | 2006-06-22 | 1 | -0/+48 |
* | | | [PATCH] network driver for Hilscher netx | Sascha Hauer | 2006-06-22 | 1 | -0/+27 |
* | | | [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use | Bjorn Helgaas | 2006-06-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-06-20 | 41 | -158/+1453 |
|\ \ |
|