| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 2010-10-25 | 10 | -17/+208 |
|\ |
|
| * | m68knommu: Fix MCFUART_TXFIFOSIZE for m548x. | Philippe De Muyter | 2010-10-21 | 1 | -1/+3 |
| * | m68knommu: add basic mmu-less m548x support | Philippe De Muyter | 2010-10-21 | 9 | -4/+205 |
| * | m68k{nommu}: Remove unused DEFINE's from asm-offsets.c | Philippe De Muyter | 2010-10-21 | 1 | -12/+0 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 2 | -2/+3 |
|\ \ |
|
| * | | Update broken web addresses in arch directory. | Justin P. Mattock | 2010-10-18 | 2 | -2/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2010-10-22 | 29 | -1534/+826 |
|\ \ \ |
|
| * | | | m68k: Add missing I/O macros {in,out}{w,l}_p() for !CONFIG_ISA | Thorsten Glaser | 2010-10-22 | 1 | -0/+4 |
| * | | | m68k: Remove big kernel lock in cache flush code | Geert Uytterhoeven | 2010-10-22 | 1 | -3/+0 |
| * | | | m68k: __pa(): cast arg to long | Andrew Morton | 2010-10-22 | 1 | -1/+1 |
| * | | | m68k/m68knommu: merge the MMU and non-MMU traps.h | Greg Ungerer | 2010-10-22 | 3 | -430/+271 |
| * | | | m68k/m68knommu: merge MMU and non-MMU thread_info.h | Greg Ungerer | 2010-10-22 | 4 | -181/+109 |
| * | | | m68k/m68knommu: merge MMU and non-MMU atomic.h | Greg Ungerer | 2010-10-22 | 3 | -358/+207 |
| * | | | m68k/m68knommu: clean up page.h | Greg Ungerer | 2010-10-22 | 3 | -93/+55 |
| * | | | m68k/m68knommu: merge machdep.h files into a single file | Greg Ungerer | 2010-10-22 | 3 | -66/+44 |
| * | | | m68k/m68knommu: merge MMU and non-MMU string.h | Greg Ungerer | 2010-10-22 | 3 | -260/+131 |
| * | | | m68k/m68knommu: Remove dead SMP config option | Christian Dietrich | 2010-10-22 | 4 | -15/+0 |
| * | | | m68k: move definition of THREAD_SIZE into thread_info_mm.h | Greg Ungerer | 2010-10-22 | 2 | -6/+5 |
| * | | | m68k: Use asm-generic/ioctls.h (enables termiox) | Jeff Mahoney | 2010-10-22 | 1 | -79/+1 |
| * | | | m68k: Remove dead GG2 config option | Christian Dietrich | 2010-10-22 | 4 | -47/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 2 | -0/+2 |
|\ \ \ |
|
| * | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 2 | -0/+2 |
* | | | | Fix IRQ flag handling naming | David Howells | 2010-10-07 | 4 | -81/+79 |
| |/ /
|/| | |
|
* | | | arch/m68k/mac/macboing.c: use unsigned long for irqflags | Andrew Morton | 2010-10-01 | 1 | -3/+3 |
* | | | m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64 | Geert Uytterhoeven | 2010-09-13 | 2 | -1/+7 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 2010-08-18 | 1 | -2/+11 |
|\ \ |
|
| * | | m68knommu: arch/m68k/include/asm/ide.h fix for nommu | Jate Sujjavanich | 2010-08-18 | 1 | -2/+11 |
* | | | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 2 | -2/+6 |
|/ / |
|
* | | defconfig reduction | Sam Ravnborg | 2010-08-14 | 12 | -9657/+4 |
* | | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 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-10 | 1 | -3/+0 |
|\ |
|
| * | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 2010-08-07 | 1 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 2010-08-10 | 2 | -0/+3 |
|\ \ |
|
| * | | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2010-08-10 | 2 | -0/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2010-08-10 | 3 | -5/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | m68k/mac: Fix RTC on PMU machines | Finn Thain | 2010-08-09 | 1 | -3/+3 |
| * | | m68k/mac: Add color classic ii support | Finn Thain | 2010-08-09 | 1 | -0/+9 |
| * | | arch/m68k/sun3/leds.c: Checkpatch cleanup | Andrea Gelmini | 2010-08-09 | 1 | -2/+2 |
| |/ |
|
* | | alpha/h8300/m68k: remove obsolete <asm/md.h> files | Geert Uytterhoeven | 2010-08-09 | 1 | -13/+0 |
* | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2010-08-06 | 1 | -3/+0 |
|\ \ |
|
| * | | time: Kill off CONFIG_GENERIC_TIME | John Stultz | 2010-07-27 | 1 | -3/+0 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -0/+1 |
|\ \ |
|
| * | | arch: Implement local64_t | Peter Zijlstra | 2010-06-09 | 1 | -0/+1 |
| |/ |
|
* | | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 2010-08-04 | 65 | -1431/+746 |
|\ \
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2010-05-27 | 6 | -175/+126 |
| |\ |
|
| | * | m68k: amiga - RTC platform device conversion | Geert Uytterhoeven | 2010-05-26 | 2 | -174/+17 |
| | * | m68k: amiga - Parallel port platform device conversion | Geert Uytterhoeven | 2010-05-26 | 1 | -0/+3 |