Age | Commit message (Expand) | Author | Files | Lines |
2006-03-22 | [ALSA] Fix snd_xxx_t typedefs | Takashi Iwai | 1 | -2/+2 |
2006-03-16 | [ARM] 3364/1: [cleanup] warning fix - definitions for enable_hlt and disable_hlt | Ben Dooks | 1 | -0/+3 |
2006-03-13 | [ARM] iwmmxt thread state alignment | Russell King | 2 | -2/+4 |
2006-03-07 | [ARM] 3352/1: DSB required for the completion of a TLB maintenance operation | Catalin Marinas | 1 | -0/+6 |
2006-02-23 | [ARM] 3325/2: GPIO function to control multi-drive (open collector) capability | Andrew Victor | 1 | -0/+1 |
2006-02-23 | [ARM] 3343/1: NAS100d: Fix incorrect I2C pin assignment | Alessandro Zummo | 1 | -2/+2 |
2006-02-17 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2 | -3/+8 |
2006-02-17 | [ARM] 3339/1: ARM EABI: make unmuxed syscalls visible | Nicolas Pitre | 1 | -3/+3 |
2006-02-16 | [ARM] Fix SMP initialisation oops | Russell King | 1 | -0/+5 |
2006-02-16 | [PATCH] add asm-generic/mman.h | Michael S. Tsirkin | 1 | -30/+1 |
2006-02-15 | [PATCH] madvise MADV_DONTFORK/MADV_DOFORK | Michael S. Tsirkin | 1 | -0/+2 |
2006-02-11 | [ARM] 3326/1: H1940 - Control latches | Ben Dooks | 1 | -0/+64 |
2006-02-09 | [ARM] 3279/1: OMAP: 1/3 Fix low-level io init | Tony Lindgren | 1 | -1/+5 |
2006-02-09 | [ARM] 3311/1: clean up include/asm-arm/mutex.h | Nicolas Pitre | 1 | -66/+65 |
2006-02-02 | [ARM] 3284/1: S3C2400 - adds support to GPIO | Lucas Correia Villa Real | 2 | -0/+29 |
2006-02-01 | [ARM] 3292/1: Fix memory corruption in asm-arm/checksum.h: ip_fast_csum() | Richard Purdie | 1 | -1/+1 |
2006-01-26 | [ARM] 3269/1: Add ARMv6 MT_NONSHARED_DEVICE mem_types[] index | George G. Davis | 2 | -0/+2 |
2006-01-26 | [ARM] 3266/1: S3C2400 - adds macro S3C24XX | Lucas Correia Villa Real | 4 | -9/+47 |
2006-01-19 | Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstream | Russell King | 1 | -2/+0 |
2006-01-19 | [ARM] 3267/1: PXA27x SSP controller register defines | David Vrabel | 1 | -0/+14 |
2006-01-18 | ARM: OMAP: 1/4 Fix clock framework to use clk_enable/disable | Tony Lindgren | 1 | -2/+0 |
2006-01-15 | [ARM] Fix missing compiler.h include | Russell King | 1 | -0/+2 |
2006-01-14 | [ARM] 3262/4: allow ptraced syscalls to be overriden | Nicolas Pitre | 1 | -0/+3 |
2006-01-14 | [ARM] 3110/5: old ABI compat: multi-ABI syscall entry support | Nicolas Pitre | 1 | -7/+10 |
2006-01-14 | [ARM] 3108/2: old ABI compat: statfs64 and fstatfs64 | Nicolas Pitre | 1 | -1/+37 |
2006-01-14 | [ARM] 3106/2: ARM EABI: some syscall adjustments | Nicolas Pitre | 1 | -9/+2 |
2006-01-14 | [ARM] 3105/4: ARM EABI: new syscall entry convention | Nicolas Pitre | 1 | -22/+26 |
2006-01-14 | [ARM] 3102/1: ARM EABI: stack pointer must be 64-bit aligned after a CPU exce... | Nicolas Pitre | 1 | -3/+5 |
2006-01-14 | [ARM] 3101/1: ARM EABI: slab memory must be 64-bit aligned | Nicolas Pitre | 1 | -0/+7 |
2006-01-14 | [ARM] Separate VIC (vectored interrupt controller) support from Versatile | Russell King | 3 | -22/+47 |
2006-01-14 | [ARM] start_thread fixup for nommu mode | Hyok S. Choi | 1 | -0/+7 |
2006-01-13 | [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) | Nicolas Pitre | 1 | -1/+1 |
2006-01-13 | [ARM] 3257/1: ixp2000: map in scratch and sram | Lennert Buytenhek | 1 | -0/+10 |
2006-01-12 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 5 | -1/+214 |
2006-01-12 | [PATCH] death of get_thread_info/put_thread_info | Al Viro | 1 | -3/+0 |
2006-01-12 | [PATCH] arm: task_stack_page() | Al Viro | 1 | -1/+1 |
2006-01-12 | [PATCH] arm: task_pt_regs() | Al Viro | 1 | -3/+5 |
2006-01-12 | [PATCH] arm: task_thread_info() | Al Viro | 2 | -3/+3 |
2006-01-12 | [PATCH] sched: add cacheflush() asm | Ingo Molnar | 1 | -0/+10 |
2006-01-12 | [ARM] 3209/1: Configurable DMA-consistent memory region | Kevin Hilman | 1 | -0/+9 |
2006-01-10 | [ARM] 3252/1: help gcc do the best with ___arch__swab32 | Nicolas Pitre | 1 | -1/+10 |
2006-01-10 | [ARM] 3242/2: AT91RM9200 support for 2.6 (Serial) | Andrew Victor | 3 | -0/+195 |
2006-01-10 | [PATCH] Generic ioctl.h | Brian Gerst | 1 | -74/+1 |
2006-01-10 | Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 | Linus Torvalds | 2 | -0/+130 |
2006-01-10 | [PATCH] mutex subsystem, add include/asm-arm/mutex.h | Nicolas Pitre | 1 | -0/+128 |
2006-01-10 | [PATCH] mutex subsystem, add atomic_xchg() to all arches | Ingo Molnar | 1 | -0/+2 |
2006-01-09 | [ARM] 3070/2: Add __ioremap_pfn() API | Deepak Saxena | 3 | -3/+12 |
2006-01-09 | Merge Linus' tree. | Russell King | 3 | -57/+9 |
2006-01-09 | [ARM] AT91RM9200 doesn't need anything in dma.h | Russell King | 1 | -8/+0 |
2006-01-09 | [ARM] 3240/2: AT91RM9200 support for 2.6 (Core) | SAN People | 17 | -0/+1473 |