Age | Commit message (Expand) | Author | Files | Lines |
2008-07-24 | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures | Andrea Righi | 1 | -3/+0 |
2008-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb... | Linus Torvalds | 1 | -0/+16 |
2008-07-21 | termios: Termios defines for other platforms | Alan Cox | 1 | -0/+4 |
2008-07-15 | atmel-mci: Driver for Atmel on-chip MMC controllers | Haavard Skinnemoen | 2 | -1/+14 |
2008-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 | Linus Torvalds | 10 | -52/+102 |
2008-07-11 | Fix name of Russell King in various comments | Uwe Kleine-König | 1 | -1/+1 |
2008-07-08 | dmaengine: Driver for the Synopsys DesignWare DMA controller | Haavard Skinnemoen | 1 | -0/+16 |
2008-07-02 | avr32: Power Management support ("standby" and "mem" modes) | Haavard Skinnemoen | 2 | -0/+4 |
2008-07-02 | avr32: Add simple SRAM allocator | Haavard Skinnemoen | 1 | -0/+30 |
2008-07-02 | avr32: Use a quicklist for PTE allocation as well | Haavard Skinnemoen | 1 | -13/+15 |
2008-07-02 | avr32: Use a quicklist for PGD allocation | Haavard Skinnemoen | 1 | -12/+20 |
2008-07-02 | avr32: Cover the kernel page tables in the user PGDs | Haavard Skinnemoen | 1 | -4/+10 |
2008-07-02 | avr32: Store virtual addresses in the PGD | Haavard Skinnemoen | 2 | -28/+24 |
2008-07-02 | avr32: Clean up and optimize the TLB operations | Haavard Skinnemoen | 1 | -1/+0 |
2008-06-28 | avr32: Move setup_platform() into chip-specific file | Haavard Skinnemoen | 1 | -4/+0 |
2008-06-27 | avr32: Kill unneeded #include <asm/pgalloc.h> from asm/mmu_context.h | Haavard Skinnemoen | 1 | -1/+0 |
2008-06-27 | avr32: Add PSIF platform devices | Hans-Christian Egtvedt | 1 | -0/+1 |
2008-06-27 | avr32: Add pin configuration choice to LCDC peripheral | Hans-Christian Egtvedt | 1 | -1/+2 |
2008-06-27 | avr32: Allow board to define oscillator rates | Alex | 1 | -0/+6 |
2008-06-27 | avr32: Provide PCI DMA mapping API | Haavard Skinnemoen | 1 | -0/+2 |
2008-05-03 | avr32: types: use <asm-generic/int-*.h> for the avr32 architecture | H. Peter Anvin | 1 | -30/+2 |
2008-04-29 | kernel: Move arches to use common unaligned access | Harvey Harrison | 1 | -4/+9 |
2008-04-28 | mm: introduce pte_special pte bit | Nick Piggin | 1 | -0/+8 |
2008-04-20 | avr32: add include/asm-avr32/serial.h | Adrian Bunk | 1 | -0/+13 |
2008-04-20 | add include/asm-avr32/xor.h | Adrian Bunk | 1 | -0/+6 |
2008-04-20 | avr32: Generic clockevents support | David Brownell | 1 | -112/+0 |
2008-04-20 | avr32: Move sleep code into mach-at32ap | Haavard Skinnemoen | 1 | -0/+48 |
2008-04-20 | avr32: Use constants from sysreg.h in asm.h | Haavard Skinnemoen | 1 | -4/+4 |
2008-04-20 | avr32: Delete mostly unused header asm/intc.h | Haavard Skinnemoen | 2 | -128/+5 |
2008-04-20 | avr32: pass i2c board info through at32_add_device_twi | Ben Nizette | 1 | -1/+4 |
2008-04-20 | avr32: cleanup - use _AC macro to define PAGE_SIZE | Cyrill Gorcunov | 1 | -5/+3 |
2008-04-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn... | Haavard Skinnemoen | 1 | -3/+1 |
2008-04-17 | Generic semaphore implementation | Matthew Wilcox | 1 | -108/+1 |
2008-04-07 | atmel_usba_udc: move endpoint declarations into platform data. | Stelian Pop | 1 | -3/+1 |
2008-04-03 | kvm: provide kvm.h for all architecture: fixes headers_install | Christian Borntraeger | 1 | -0/+6 |
2008-03-10 | avr32: Work around byteswap bug in gcc < 4.2 | Haavard Skinnemoen | 1 | -0/+6 |
2008-02-13 | AVR32: Define PAGE_SHARED | Haavard Skinnemoen | 1 | -0/+1 |
2008-02-08 | CONFIG_HIGHPTE vs. sub-page page tables. | Martin Schwidefsky | 2 | -4/+13 |
2008-02-08 | Basic PWM driver for AVR32 and AT91 | David Brownell | 1 | -0/+3 |
2008-02-08 | asm-*/posix_types.h: scrub __GLIBC__ | Mike Frysinger | 1 | -4/+0 |
2008-02-08 | aout: move STACK_TOP[_MAX] to asm/processor.h | David Howells | 2 | -7/+5 |
2008-02-07 | Add cmpxchg_local to avr32 | Mathieu Desnoyers | 1 | -0/+23 |
2008-02-07 | Sanitize the type of struct user.u_ar0 | H. Peter Anvin | 1 | -1/+1 |
2008-02-07 | Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed | Kirill A. Shutemov | 2 | -6/+0 |
2008-02-06 | Fix __const_udelay declaration and definition mismatches | Jeff Dike | 1 | -1/+1 |
2008-02-06 | read_current_timer() cleanups | Andrew Morton | 1 | -2/+1 |
2008-02-06 | Fix timerfd breakage on avr32 | Haavard Skinnemoen | 1 | -1/+1 |
2008-02-05 | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 1 | -3/+3 |
2008-02-05 | gpiolib: avr32 at32ap platform support | David Brownell | 3 | -13/+27 |
2008-02-01 | [NET]: Introducing socket mark socket option. | Laszlo Attila Toth | 1 | -0/+2 |