Age | Commit message (Expand) | Author | Files | Lines |
2010-12-14 | sh: wire up accept4 syscall (non-multiplexed path) | Carmelo AMOROSO | 1 | -1/+2 |
2010-12-01 | Merge branch 'sh/cachetlb' into sh-fixes-for-linus | Paul Mundt | 1 | -1/+1 |
2010-12-01 | sh: Assume new page cache pages have dirty dcache lines. | Paul Mundt | 1 | -1/+1 |
2010-11-29 | sh: Add div6_reparent_clks to clock framework for FSI | Kuninori Morimoto | 1 | -0/+3 |
2010-11-18 | sh: Use GCC __builtin_prefetch() to implement prefetch(). | Giuseppe CAVALLARO | 1 | -2/+5 |
2010-11-08 | Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/int... | Paul Mundt | 10 | -167/+45 |
2010-11-04 | sh: Simplify phys_addr_mask()/PTE_PHYS_MASK for 29/32-bit. | Paul Mundt | 1 | -12/+0 |
2010-11-04 | sh: nommu: Support building without an uncached mapping. | Paul Mundt | 4 | -42/+41 |
2010-11-04 | sh: nommu: use 32-bit phys mode. | Paul Mundt | 1 | -4/+4 |
2010-10-29 | sh: mach-edosk7705: Kill off machtype, consolidate board def. | Paul Mundt | 1 | -7/+0 |
2010-10-29 | sh: mach-systemh: Kill off dead board. | Paul Mundt | 1 | -71/+0 |
2010-10-29 | sh: mach-snapgear: Kill off machtype, consolidate board def. | Paul Mundt | 1 | -0/+0 |
2010-10-29 | sh: mach-snapgear: Rip out superfluous PIO routines. | Paul Mundt | 1 | -22/+0 |
2010-10-29 | sh: mach-microdev: SuperIO-relative ioport mapping. | Paul Mundt | 1 | -9/+0 |
2010-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 4 | -6/+8 |
2010-10-27 | sh64: _PAGE_SPECIAL support. | Paul Mundt | 3 | -6/+7 |
2010-10-27 | mm: remove pte_*map_nested() | Peter Zijlstra | 2 | -5/+0 |
2010-10-26 | sh: Expose physical addressing mode through cpuinfo. | Paul Mundt | 1 | -0/+1 |
2010-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 27 | -280/+657 |
2010-10-22 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+0 |
2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds | 2 | -5/+6 |
2010-10-18 | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 1 | -7/+0 |
2010-10-14 | sh: mach-sdk7786: Add support for the FPGA SRAM. | Paul Mundt | 2 | -1/+17 |
2010-10-14 | sh: Provide a generic SRAM pool for tiny memories. | Paul Mundt | 1 | -0/+38 |
2010-10-14 | sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786. | Paul Mundt | 1 | -1/+1 |
2010-10-14 | sh: pci: Support slot 4 routing on SDK7786. | Paul Mundt | 1 | -0/+9 |
2010-10-13 | sh: wire up perf alignment and emulation faults. | Paul Mundt | 1 | -1/+1 |
2010-10-07 | Fix IRQ flag handling naming | David Howells | 1 | -2/+2 |
2010-10-07 | SH: Add missing consts to sys_execve() declaration | David Howells | 1 | -3/+4 |
2010-10-06 | sh: Fix up the SH-3 build. | Paul Mundt | 1 | -0/+1 |
2010-10-03 | sh: mach-x3proto: Support for baseboard GPIOs. | Paul Mundt | 1 | -0/+12 |
2010-10-03 | sh: mach-x3proto: Move the ilsel header to a better place. | Paul Mundt | 1 | -0/+0 |
2010-10-02 | sh: Allow GPIO chips to register IRQ mappings. | Paul Mundt | 1 | -4/+2 |
2010-10-02 | sh: pinmux support for SH-X3 proto CPUs. | Paul Mundt | 1 | -0/+64 |
2010-10-01 | sh: Update SH-X3 subtype for clkdev lookups. | Paul Mundt | 1 | -1/+3 |
2010-09-23 | sh: provide generic arch_debugfs_dir. | Paul Mundt | 1 | -2/+0 |
2010-09-20 | sh: pci: Use a generic raw spinlock for PCI config access locking. | Paul Mundt | 1 | -0/+2 |
2010-09-14 | sh: Provide a non-multiplexed sys_recvmmsg path. | Paul Mundt | 1 | -20/+19 |
2010-09-14 | sh: Add syscall entries for non multiplexed socket calls | Carmelo AMOROSO | 1 | -1/+20 |
2010-08-31 | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 9 | -33/+18 |
2010-08-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 1 | -3/+4 |
2010-08-16 | sh: wire up fanotify/prlimit64 syscalls. | Paul Mundt | 2 | -2/+8 |
2010-08-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 9 | -35/+20 |
2010-08-15 | archs: replace unifdef-y with header-y | Sam Ravnborg | 1 | -5/+4 |
2010-08-14 | Mark arguments to certain syscalls as being const | David Howells | 2 | -2/+2 |
2010-08-11 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -8/+8 |
2010-08-11 | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 1 | -6/+0 |
2010-08-11 | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 1 | -9/+0 |
2010-08-11 | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN | FUJITA Tomonori | 1 | -1/+1 |
2010-08-11 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+0 |