Age | Commit message (Expand) | Author | Files | Lines |
2011-10-18 | m68knommu: create common externs for _ram* vars | Greg Ungerer | 1 | -0/+3 |
2011-10-18 | m68knommu: use generic section names in setup code | Greg Ungerer | 1 | -0/+2 |
2011-10-18 | m68k: merge the mmu and non-mmu traps.c files | Greg Ungerer | 1 | -0/+6 |
2011-10-18 | m68k: merge mmu and non-mmu include/asm/entry.h files | Greg Ungerer | 3 | -312/+252 |
2011-10-18 | m68knommu: fix problems with SPI/GPIO on ColdFire 520x | Peter Turczak | 2 | -17/+17 |
2011-08-24 | m68k: fix __page_to_pfn for a const struct page argument | Ian Campbell | 1 | -1/+1 |
2011-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2 | -4/+3 |
2011-07-30 | m68k/atari: Prefix GPIO_{IN,OUT} with CODEC_ | Geert Uytterhoeven | 1 | -2/+2 |
2011-07-30 | m68k/atari: Reserve some ST-RAM early on for device buffer use | Michael Schmitz | 1 | -2/+1 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -2/+0 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -2/+2 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+0 |
2011-07-27 | h8300/m68k/xtensa: __FD_ISSET should return 0/1 | Andrew Morton | 1 | -1/+1 |
2011-07-27 | ptrace: unify show_regs() prototype | Mike Frysinger | 1 | -1/+0 |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 19 | -1406/+876 |
2011-07-26 | m68k, exec: remove redundant set_fs(USER_DS) | Mathias Krause | 1 | -4/+0 |
2011-07-25 | m68knommu: Move forward declaration of do_IRQ() from machdep.h to irq.h | Geert Uytterhoeven | 2 | -1/+2 |
2011-07-25 | m68k: fix some atomic operation asm address modes for ColdFire | Greg Ungerer | 1 | -3/+3 |
2011-07-25 | m68k: use CPU_HAS_NO_BITFIELDS for signal functions | Greg Ungerer | 1 | -8/+7 |
2011-07-25 | m68k: merge and clean up delay.h files | Greg Ungerer | 3 | -136/+94 |
2011-07-25 | m68knommu: correctly use trap_init | Greg Ungerer | 1 | -1/+0 |
2011-07-25 | m68k: merge mmu and non-mmu bitops.h | Greg Ungerer | 3 | -837/+528 |
2011-07-25 | m68k: merge MMU and non MMU versions of system.h | Greg Ungerer | 4 | -355/+197 |
2011-07-25 | m68k: merge MMU and non-MMU versions of asm/hardirq.h | Greg Ungerer | 4 | -47/+32 |
2011-07-25 | m68k: merge the non-mmu and mmu versions of module.c | Greg Ungerer | 1 | -18/+13 |
2011-05-28 | Merge branch 'setns' | Linus Torvalds | 1 | -1/+2 |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 1 | -1/+2 |
2011-05-27 | m68knommu: use generic find_next_bit_le() | Akinobu Mita | 1 | -44/+2 |
2011-05-27 | arch: add #define for each of optimized find bitops | Akinobu Mita | 2 | -0/+10 |
2011-05-27 | m68knommu: fix build error due to the lack of find_next_bit_le() | Akinobu Mita | 1 | -0/+44 |
2011-05-24 | m68knommu: use asm-generic/bitops/ext2-atomic.h | Akinobu Mita | 1 | -17/+1 |
2011-05-24 | m68knommu: remove stubs for __ioremap() and iounmap() | Greg Ungerer | 1 | -3/+5 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2011-05-19 | input/atari: Use the correct mouse interrupt hook | Michael Schmitz | 1 | -2/+0 |
2011-05-19 | m68k: unistd - Comment out definitions for unimplemented syscalls | Geert Uytterhoeven | 1 | -22/+24 |
2011-05-19 | m68k: bitops - Never step beyond the end of the bitmap | Geert Uytterhoeven | 1 | -26/+55 |
2011-05-19 | m68k: bitops - offset == ((long)p - (long)vaddr) * 8 | Geert Uytterhoeven | 1 | -4/+2 |
2011-04-26 | Merge branch 'master' into for-next | Jiri Kosina | 19 | -89/+92 |
2011-04-13 | m68k,m68knommu: Wire up name_to_handle_at, open_by_handle_at, clock_adjtime, ... | Geert Uytterhoeven | 1 | -1/+5 |
2011-04-10 | m68k: fix comment typo 'occcured' | Justin P. Mattock | 2 | -2/+2 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 15 | -16/+16 |
2011-03-24 | remove dma64_addr_t | FUJITA Tomonori | 1 | -6/+0 |
2011-03-24 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 2 | -32/+0 |
2011-03-24 | m68k: remove inline asm from minix_find_first_zero_bit | Akinobu Mita | 1 | -7/+3 |
2011-03-24 | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 2 | -14/+0 |
2011-03-24 | m68knommu: introduce little-endian bitops | Akinobu Mita | 1 | -10/+27 |
2011-03-24 | m68k: introduce little-endian bitops | Akinobu Mita | 1 | -26/+67 |
2011-03-24 | asm-generic: rename generic little-endian bitops functions | Akinobu Mita | 2 | -5/+5 |
2011-03-23 | add the common dma_addr_t typedef to include/linux/types.h | FUJITA Tomonori | 1 | -3/+0 |
2011-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2 | -0/+24 |