| Commit message (Expand) | Author | Age | Files | Lines |
* | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-27 | 1 | -2/+0 |
* | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-27 | 1 | -32/+25 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+0 |
* | ptrace: unify show_regs() prototype | Mike Frysinger | 2011-07-27 | 1 | -2/+0 |
* | asm-generic: move archictures to common delay.h | Jonas Bonn | 2011-07-22 | 1 | -26/+1 |
* | avr32, exec: remove redundant set_fs(USER_DS) | Mathias Krause | 2011-06-14 | 1 | -1/+0 |
* | Merge branch 'setns' | Linus Torvalds | 2011-05-28 | 1 | -1/+2 |
|\ |
|
| * | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 1 | -1/+2 |
* | | arch: add #define for each of optimized find bitops | Akinobu Mita | 2011-05-27 | 1 | -0/+15 |
|/ |
|
* | avr32: add ATAG_BOARDINFO | Andreas Bießmann | 2011-04-13 | 1 | -0/+9 |
* | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 2011-03-24 | 1 | -1/+0 |
* | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 2011-03-24 | 1 | -1/+0 |
* | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 2011-03-24 | 1 | -0/+1 |
* | add the common dma_addr_t typedef to include/linux/types.h | FUJITA Tomonori | 2011-03-23 | 1 | -8/+0 |
* | avr32: add missing include causing undefined pgtable_page_* references | Hans-Christian Egtvedt | 2011-01-26 | 1 | -0/+1 |
* | avr32: make architecture sys_clone prototype match asm-generic prototype | Hans-Christian Egtvedt | 2011-01-13 | 1 | -5/+0 |
* | avr32: use syscall prototypes from asm-generic instead of arch | Hans-Christian Egtvedt | 2011-01-13 | 1 | -9/+0 |
* | mm: remove pte_*map_nested() | Peter Zijlstra | 2010-10-27 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 2010-10-23 | 1 | -85/+1 |
|\ |
|
| * | ioctl: Use asm-generic/ioctls.h on avr32 (enables termiox) | Jeff Mahoney | 2010-10-22 | 1 | -85/+1 |
* | | Fix IRQ flag handling naming | David Howells | 2010-10-07 | 1 | -18/+11 |
|/ |
|
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-14 | 1 | -1/+1 |
* | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 2010-08-11 | 1 | -5/+0 |
* | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 2010-08-11 | 1 | -5/+0 |
* | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN | FUJITA Tomonori | 2010-08-11 | 1 | -1/+1 |
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-11 | 1 | -2/+0 |
|\ |
|
| * | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 2010-08-07 | 1 | -2/+0 |
* | | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2010-08-10 | 2 | -0/+3 |
* | | tty: remove remaining Hayes ESP ioctls | Greg Kroah-Hartman | 2010-08-10 | 1 | -2/+0 |
* | | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 | 1 | -0/+3 |
|\| |
|
| * | serial: fix rs485 for atmel_serial on avr32 | Peter Huewe | 2010-07-26 | 1 | -0/+3 |
* | | arch: Implement local64_t | Peter Zijlstra | 2010-06-09 | 1 | -0/+1 |
|/ |
|
* | avr32: use asm-generic/scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -19/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
|\ |
|
| * | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 2010-05-14 | 1 | -1/+1 |
* | | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 2010-05-17 | 1 | -1/+1 |
|/ |
|
* | avr32: use generic ptrace_resume code | Christoph Hellwig | 2010-03-13 | 1 | -0/+2 |
* | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 1 | -1/+1 |
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2009-12-17 | 1 | -0/+1 |
|\ |
|
| * | kbuild: move asm-offsets.h to include/generated | Sam Ravnborg | 2009-12-12 | 1 | -0/+1 |
* | | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 2009-12-16 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 | Linus Torvalds | 2009-12-15 | 1 | -18/+1 |
|\ \
| |/
|/| |
|
| * | avr32: convert to asm-generic/hardirq.h | Christoph Hellwig | 2009-12-14 | 1 | -18/+1 |
* | | Unify sys_mmap* | Al Viro | 2009-12-11 | 1 | -4/+0 |
* | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 1 | -0/+1 |
|\ \ |
|
| * | | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-12-06 | 1 | -1/+1 |
|\ \ |
|
| * | | avr32: Convert BUG() to use unreachable() | David Daney | 2009-12-05 | 1 | -1/+1 |
| |/ |
|
* / | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 2009-10-12 | 1 | -0/+2 |
|/ |
|
* | mm: remove duplicate asm/mman.h files | Arnd Bergmann | 2009-09-22 | 1 | -19/+1 |