aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-11sh: Force __access_ok() to obey address space limit.Paul Mundt1-27/+15
2008-01-07sh: Fix argument page dcache flushing regression.Carmelo Amoroso1-0/+6
2007-11-19sh: Fix copy_{to,from}_user_page() with cache disabled.Heiko Schocher1-1/+1
2007-11-09sh: remove dead config symbols from SH codeJiri Olsa1-4/+2
2007-11-08Merge branch 'page_colouring_despair'Paul Mundt2-8/+21
2007-11-07sh: Add a dummy vga.h.Paul Mundt1-0/+6
2007-11-07sh: Fix up PAGE_KERNEL_PCC() for nommu.Paul Mundt1-1/+3
2007-11-07sh: Kill off __{copy,clear}_user_page().Paul Mundt1-4/+1
2007-11-07sh: Optimized copy_{to,from}_user_page() for SH-4.Paul Mundt1-4/+14
2007-11-07sh: Wire up clear_user_highpage().Paul Mundt1-0/+6
2007-11-07sh: Kill off the remaining ST40 cruft.Paul Mundt1-1/+1
2007-11-07sh: remove PTRACE_O_TRACESYSGOOD from asm/ptrace.hMike Frysinger1-3/+0
2007-11-02sh: Decouple 4k and soft/hardirq stacks.Paul Mundt1-1/+1
2007-10-30sh: Provide a __read_mostly section wrapper.Paul Mundt1-0/+2
2007-10-30sh: Move zero page param defs somewhere sensible.Paul Mundt1-0/+14
2007-10-30sh: Use generic SMP_CACHE_BYTES/L1_CACHE_ALIGN.Paul Mundt2-4/+1
2007-10-30sh: Correct pte_page() breakage.Paul Mundt2-2/+1
2007-10-23sh/sh64: fixup dma-mapping for new sg layoutJens Axboe1-7/+5
2007-10-22Add CONFIG_DEBUG_SG sg validationJens Axboe1-0/+3
2007-10-22Change table chaining layoutJens Axboe1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2-2/+2
2007-10-19forbid asm/bitops.h direct inclusionJiri Slaby1-0/+5
2007-10-19remove unused flush_tlb_pgtablesBenjamin Herrenschmidt1-6/+0
2007-10-18bitops: introduce lock opsNick Piggin1-0/+1
2007-10-17increase AT_VECTOR_SIZE to terminate saved_auxv properlyOlaf Hering2-0/+2
2007-10-17Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2-26/+1
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+0
2007-10-17cleanup floppy.hJan Beulich1-4/+0
2007-10-17remove strict ansi check from __u64 in asm/types.hOlaf Hering1-3/+3
2007-10-17kill DECLARE_MUTEX_LOCKEDChristoph Hellwig1-1/+0
2007-10-16x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig1-2/+0
2007-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds33-270/+705
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-1/+1
2007-10-08sh: Fix SH-4 DMAC CHCR masking.Adrian McMenamin1-1/+1
2007-10-03sh: Make kgdb i-cache flushing less inept.Paul Mundt1-12/+0
2007-10-03sh: kgdb section mismatches and tidying.Paul Mundt1-10/+2
2007-09-27sh: Use boot_cpu_data for CPU probe.Paul Mundt1-1/+0
2007-09-27sh: processor.h needs smp.hPaul Mundt1-0/+1
2007-09-24sh: Define _ebss for uClinux MTD map driver.Paul Mundt1-0/+1
2007-10-03Binfmt_flat: Add minimum support for the Blackfin relocationsBernd Schmidt1-1/+2
2007-09-21sh: Bring SMP support back from the dead.Paul Mundt2-11/+24
2007-09-21sh: intc - initial SMP support.Magnus Damm1-0/+12
2007-09-21sh: Kill off special boot_cpu_data.Paul Mundt1-7/+2
2007-09-21sh: Add maple bus support for the SEGA Dreamcast.Adrian McMenamin1-0/+37
2007-09-21sh: Fix up extended mode TLB for SH-X2+ cores.Paul Mundt3-55/+75
2007-09-21sh: Magic Panel R2 board support.Markus Brunner1-0/+67
2007-09-21sh: dma: Fix CONFIG_SYSFS=n build.Paul Mundt1-5/+0
2007-09-21sh: dma: Fix up build for SH7709 support.Kristoffer Ericson1-1/+1
2007-09-21sh: Fix OFFCHIP_IRQ_BASE compile error.Kristoffer Ericson1-0/+1
2007-09-21sh: add writesb(), readsb(), writesw() and readsw() to io.hMagnus Damm1-0/+26