| Commit message (Expand) | Author | Age | Files | Lines |
* | container freezer: implement freezer cgroup subsystem | Matt Helsley | 2008-10-20 | 1 | -0/+2 |
* | container freezer: add TIF_FREEZE flag to all architectures | Matt Helsley | 2008-10-20 | 1 | -0/+2 |
* | [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY | Martin Schwidefsky | 2008-10-16 | 1 | -1/+1 |
* | Remove asm/a.out.h files for all architectures without a.out support. | Adrian Bunk | 2008-09-06 | 3 | -3/+0 |
* | Remove redundant CONFIG_ARCH_SUPPORTS_AOUT | David Woodhouse | 2008-09-06 | 1 | -3/+0 |
* | m68k{,nommu}: Wire up new system calls | Geert Uytterhoeven | 2008-08-11 | 2 | -1/+13 |
* | Move all of include/asm-m68knommu to arch/m68knommu/include/asm. | Greg Ungerer | 2008-08-07 | 139 | -0/+15825 |
* | m68knommu: use generic show_mem() | Johannes Weiner | 2008-07-26 | 1 | -27/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 2008-07-24 | 14 | -44/+3196 |
|\ |
|
| * | m68knommu: put ColdFire head code into .text.head section | Greg Ungerer | 2008-07-23 | 2 | -1/+3 |
| * | m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS support | Sebastian Siewior | 2008-07-23 | 3 | -13/+91 |
| * | m68knommu: add ffs and __ffs plattform which support ISA A+ or ISA C | Sebastian Siewior | 2008-07-23 | 1 | -4/+7 |
| * | m68knommu: add sched_clock() for the DMA timer | Sebastian Siewior | 2008-07-23 | 1 | -0/+16 |
| * | m68knommu: complete generic time | Sebastian Siewior | 2008-07-23 | 2 | -28/+14 |
| * | m68knommu: move code within time.c | Sebastian Siewior | 2008-07-23 | 1 | -14/+26 |
| * | m68knommu: m68knommu: add old stack trace method | Sebastian Siewior | 2008-07-23 | 1 | -3/+35 |
| * | m68knommu: Add Coldfire DMA Timer support | Sebastian Siewior | 2008-07-23 | 2 | -1/+69 |
| * | m68knommu: defconfig for M5407C3 board | Greg Ungerer | 2008-07-23 | 1 | -0/+641 |
| * | m68knommu: defconfig for M5307C3 board | Greg Ungerer | 2008-07-23 | 1 | -0/+580 |
| * | m68knommu: defconfig for M5275EVB board | Greg Ungerer | 2008-07-23 | 1 | -0/+627 |
| * | m68knommu: defconfig for M5249EVB board | Greg Ungerer | 2008-07-23 | 1 | -0/+497 |
| * | m68knommu: change to a configs directory for board configurations | Greg Ungerer | 2008-07-23 | 1 | -0/+610 |
* | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures | Andrea Righi | 2008-07-24 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-07-16 | 1 | -9/+0 |
|\ |
|
| * | PCI: remove unused arch pcibios_update_resource() functions | Adrian Bunk | 2008-06-27 | 1 | -9/+0 |
* | | m68knommu: init coldfire timer TRR with n - 1, not n | Philippe De Muyter | 2008-06-12 | 1 | -1/+7 |
|/ |
|
* | [PATCH] take init_files to fs/file.c | Al Viro | 2008-05-16 | 1 | -1/+0 |
* | m68knommu: missing sections for linker script | Greg Ungerer | 2008-05-13 | 1 | -0/+10 |
* | m68knommu: ColdFire add support for kernel preemption (missing chunk) | Sebastian Siewior | 2008-05-13 | 1 | -0/+3 |
* | unified (weak) sys_pipe implementation | Ulrich Drepper | 2008-05-03 | 1 | -17/+0 |
* | m68knommu: fix compare race in sched related code | Sebastian Siewior | 2008-05-01 | 1 | -0/+2 |
* | m68knommu: remove unused CONFIG_DISKtel | Greg Ungerer | 2008-05-01 | 1 | -2/+1 |
* | m68knommu: add WilFire and WildfireMod board support | Steve Bennett | 2008-05-01 | 1 | -1/+265 |
* | m68knommu: remove unused CONFIG_MTD_KeyTechnology | Greg Ungerer | 2008-05-01 | 1 | -4/+0 |
* | m68knommu: fix 5206e UART init function naming | Greg Ungerer | 2008-05-01 | 1 | -1/+1 |
* | m68knommu: add some missing sections into the linker script | Sebastian Siewior | 2008-05-01 | 1 | -0/+3 |
* | m68knommu: add pretty back strace | Sebastian Siewior | 2008-05-01 | 1 | -34/+54 |
* | m68knommu: add a missing backslash n in setup code | Sebastian Siewior | 2008-05-01 | 1 | -1/+1 |
* | m68knommu: ColdFire add support for kernel preemption | Sebastian Siewior | 2008-05-01 | 2 | -0/+17 |
* | m68knommu: fix signal handling return path | Wilson Callan | 2008-05-01 | 2 | -17/+13 |
* | m68k/m68kmmu: use kbuild.h instead of defining macros in asm-offsets.c | Christoph Lameter | 2008-04-29 | 1 | -5/+1 |
* | Generic semaphore implementation | Matthew Wilcox | 2008-04-17 | 5 | -207/+2 |
* | m68k{,nommu}: Wire up new timerfd syscalls | Geert Uytterhoeven | 2008-03-04 | 1 | -1/+3 |
* | m68knommu: remove duplicate hw_tick() code | Greg Ungerer | 2008-03-04 | 1 | -10/+0 |
* | m68knommu: update defconfig | Greg Ungerer | 2008-03-04 | 1 | -56/+56 |
* | m68knommu: fix profile timer | Matt Waddel | 2008-02-14 | 1 | -5/+12 |
* | m68knommu: use asflags instead of EXTRA_AFLAGS | Greg Ungerer | 2008-02-14 | 12 | -36/+12 |
* | m68knommu: fix coldfire interrupt exit path | Walter T Gruczka | 2008-02-14 | 1 | -5/+4 |
* | xtime_lock vs update_process_times | Peter Zijlstra | 2008-02-13 | 1 | -5/+7 |
* | ide: introduce HAVE_IDE | Sam Ravnborg | 2008-02-09 | 1 | -0/+1 |