summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm
AgeCommit message (Expand)AuthorFilesLines
2010-12-14sh: wire up accept4 syscall (non-multiplexed path)Carmelo AMOROSO1-1/+2
2010-12-01sh: Assume new page cache pages have dirty dcache lines.Paul Mundt1-1/+1
2010-11-18sh: Use GCC __builtin_prefetch() to implement prefetch().Giuseppe CAVALLARO1-2/+5
2010-11-08Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/int...Paul Mundt6-58/+45
2010-11-04sh: Simplify phys_addr_mask()/PTE_PHYS_MASK for 29/32-bit.Paul Mundt1-12/+0
2010-11-04sh: nommu: Support building without an uncached mapping.Paul Mundt4-42/+41
2010-11-04sh: nommu: use 32-bit phys mode.Paul Mundt1-4/+4
2010-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds4-6/+8
2010-10-27sh64: _PAGE_SPECIAL support.Paul Mundt3-6/+7
2010-10-27mm: remove pte_*map_nested()Peter Zijlstra2-5/+0
2010-10-26sh: Expose physical addressing mode through cpuinfo.Paul Mundt1-0/+1
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds20-178/+279
2010-10-22Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2-5/+6
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-7/+0
2010-10-14sh: mach-sdk7786: Add support for the FPGA SRAM.Paul Mundt1-0/+1
2010-10-14sh: Provide a generic SRAM pool for tiny memories.Paul Mundt1-0/+38
2010-10-13sh: wire up perf alignment and emulation faults.Paul Mundt1-1/+1
2010-10-07Fix IRQ flag handling namingDavid Howells1-2/+2
2010-10-07SH: Add missing consts to sys_execve() declarationDavid Howells1-3/+4
2010-10-03sh: mach-x3proto: Move the ilsel header to a better place.Paul Mundt1-45/+0
2010-10-02sh: Allow GPIO chips to register IRQ mappings.Paul Mundt1-4/+2
2010-09-23sh: provide generic arch_debugfs_dir.Paul Mundt1-2/+0
2010-09-20sh: pci: Use a generic raw spinlock for PCI config access locking.Paul Mundt1-0/+2
2010-09-14sh: Provide a non-multiplexed sys_recvmmsg path.Paul Mundt1-20/+19
2010-09-14sh: Add syscall entries for non multiplexed socket callsCarmelo AMOROSO1-1/+20
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar8-25/+10
2010-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt1-3/+4
2010-08-16sh: wire up fanotify/prlimit64 syscalls.Paul Mundt2-2/+8
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt8-27/+12
2010-08-15archs: replace unifdef-y with header-ySam Ravnborg1-5/+4
2010-08-14Mark arguments to certain syscalls as being constDavid Howells2-2/+2
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-6/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-9/+0
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori1-1/+1
2010-08-11Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2010-08-11tty: Add EXTPROC support for LINEMODEhyc@symas.com1-0/+2
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0
2010-08-05memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt1-2/+0
2010-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2-6/+6
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar2-6/+6
2010-07-14lmb: rename to memblockYinghai Lu2-6/+6
2010-07-06sh: modify NR_IRQS from 256 to 512Yoshihiro Shimoda1-1/+1
2010-07-02sh: Drop dependence for 29bit mode of trigger_address_error()Nobuhiro Iwamatsu1-7/+6
2010-07-02sh: Provide a global TLB flush for U/I-TLB clear.Paul Mundt1-0/+2
2010-06-21sh: fix up an off-by-1 in the number of early ioremap fixmaps.Paul Mundt1-2/+2
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar3-5/+14
2010-06-14sh: update the FDPIC relocations.Paul Mundt1-19/+8
2010-06-14sh: split out ptrace header for _32/_64 variants.Paul Mundt4-98/+117
2010-06-14sh: Add kprobe-based event tracer.Paul Mundt4-10/+86