Age | Commit message (Expand) | Author | Files | Lines |
2006-10-11 | [PATCH] remove bogus arch-specific syscall exports | Al Viro | 1 | -6/+0 |
2006-10-11 | [PATCH] arm-versatile iomem annotations | Al Viro | 2 | -18/+18 |
2006-10-11 | [PATCH] arm __user annotations | Al Viro | 1 | -1/+1 |
2006-10-09 | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 8 | -9/+9 |
2006-10-09 | [PATCH] arm: it's OK to pass pointer to volatile as iounmap() argument... | Al Viro | 1 | -3/+3 |
2006-10-07 | ARM: fix up nested irq regs usage | Linus Torvalds | 1 | -1/+2 |
2006-10-06 | [PATCH] ixp4xxdefconfig arm fixes | Frederik Deweerdt | 1 | -1/+2 |
2006-10-06 | Initial blind fixup for arm for irq changes | Linus Torvalds | 90 | -309/+260 |
2006-10-04 | [PATCH] atmel_serial: Pass fixed register mappings through platform_data | Haavard Skinnemoen | 1 | -0/+1 |
2006-10-04 | [PATCH] at91_serial -> atmel_serial: Public definitions | Haavard Skinnemoen | 1 | -11/+11 |
2006-10-04 | [PATCH] at91_serial -> atmel_serial: Platform device name | Haavard Skinnemoen | 1 | -5/+5 |
2006-10-04 | [PATCH] at91_serial -> atmel_serial: Kconfig symbols | Haavard Skinnemoen | 10 | -26/+26 |
2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 19 | -19/+1 |
2006-10-04 | fix file specification in comments | Uwe Zeisberger | 26 | -26/+26 |
2006-10-04 | Fix "can not" in Documentation and Kconfig | Matt LaPlante | 1 | -1/+1 |
2006-10-04 | Still more typo fixes | Matt LaPlante | 1 | -1/+1 |
2006-10-04 | Attack of "the the"s in arch | Matt LaPlante | 1 | -1/+1 |
2006-10-03 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 16 | -63/+212 |
2006-10-03 | [PATCH] arm build fail: vfpsingle.c | Frederik Deweerdt | 1 | -0/+2 |
2006-10-03 | [WATCHDOG] pnx4008: add watchdog support | Vitaly Wool | 1 | -0/+11 |
2006-10-02 | [PATCH] rename the provided execve functions to kernel_execve | Arnd Bergmann | 1 | -2/+2 |
2006-10-02 | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 1 | -1/+1 |
2006-10-02 | [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c | Serge E. Hallyn | 1 | -2/+0 |
2006-10-02 | [PATCH] namespaces: add nsproxy | Serge E. Hallyn | 1 | -0/+2 |
2006-10-02 | [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently | Greg Banks | 1 | -0/+2 |
2006-10-02 | [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode sup... | Richard Purdie | 9 | -49/+113 |
2006-10-01 | [PATCH] kill wall_jiffies | Atsushi Nemoto | 1 | -9/+1 |
2006-10-01 | [PATCH] completions: lockdep annotate on stack completions | Peter Zijlstra | 1 | -1/+1 |
2006-09-30 | [ARM] 3880/1: remove the last trace of iop31x support | Lennert Buytenhek | 1 | -3/+0 |
2006-09-30 | [ARM] 3879/1: ep93xx: instantiate platform devices for ep93xx ethernet | Lennert Buytenhek | 3 | -0/+87 |
2006-09-30 | [ARM] 3809/3: get rid of 4 megabyte kernel image size limit | Lennert Buytenhek | 2 | -10/+11 |
2006-09-30 | [ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.c | Russell King | 1 | -1/+1 |
2006-09-29 | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 1 | -1/+1 |
2006-09-29 | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 1 | -1/+1 |
2006-09-29 | [PATCH] OMAP: Update OMAP1/2 boards to give keymapsize and other pdata | Komal Shah | 8 | -23/+41 |
2006-09-29 | [PATCH] make PROT_WRITE imply PROT_READ | Jason Baron | 1 | -1/+1 |
2006-09-29 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 174 | -7941/+9075 |
2006-09-29 | Merge nommu branch | Russell King | 26 | -400/+2053 |
2006-09-28 | [ARM] 3856/1: Add clocksource for Intel IXP4xx platforms | Kevin Hilman | 3 | -11/+30 |
2006-09-28 | [ARM] 3855/1: Add generic time support | Kevin Hilman | 2 | -0/+10 |
2006-09-28 | [ARM] 3873/1: S3C24XX: Add irq_chip names | Ben Dooks | 1 | -0/+8 |
2006-09-28 | [ARM] 3872/1: S3C24XX: Apply consistant tabbing to irq_chips | Ben Dooks | 1 | -30/+30 |
2006-09-28 | [ARM] 3871/1: S3C24XX: Fix ordering of EINT4..23 | Ben Dooks | 1 | -8/+36 |
2006-09-28 | [ARM] nommu: confirms the CR_V bit in nommu mode | Hyok S. Choi | 3 | -1/+18 |
2006-09-28 | [ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores. | Hyok S. Choi | 7 | -7/+35 |
2006-09-28 | [ARM] 3870/1: AT91: Start removing static memory mappings | Andrew Victor | 2 | -47/+2 |
2006-09-28 | [ARM] 3869/1: AT91: NAND support for DK and KB9202 boards | Andrew Victor | 2 | -0/+50 |
2006-09-28 | [ARM] 3867/1: AT91 GPIO update | Andrew Victor | 13 | -126/+156 |
2006-09-28 | [ARM] 3866/1: AT91 clock update | Andrew Victor | 13 | -278/+299 |
2006-09-28 | [ARM] 3865/1: AT91RM9200 header updates | Andrew Victor | 6 | -83/+83 |