aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh64
AgeCommit message (Expand)AuthorFilesLines
2008-01-28sh: Kill off the last of the sh64 headers.Paul Mundt7-513/+0
2008-01-28sh: Add onchip remap prototypes, kill old sh64 io.h.Paul Mundt1-196/+0
2008-01-28sh: Purge dead sh64 headers.Paul Mundt78-2873/+0
2008-01-28sh: Split out pgtable.h in to _32 and _64 variants.Paul Mundt1-496/+0
2008-01-28sh: Split out syscall ABI for _32 and _64 variants.Paul Mundt1-417/+0
2008-01-28sh: Split out checksum.h in to _32 and _64 variants.Paul Mundt1-82/+0
2008-01-28sh: Move over the SH-5 head.S and tlb.h.Paul Mundt1-92/+0
2008-01-28sh: Split out uaccess.h in to _32 and _64 variants.Paul Mundt1-316/+0
2008-01-28sh: Split out system.h in to _32 and _64 variants.Paul Mundt1-190/+0
2008-01-28sh: Split out processor.h in to _32 and _64 variants.Paul Mundt1-287/+0
2008-01-28sh: Move in the SH-5 mmu_context headers.Paul Mundt1-208/+0
2008-01-28sh: Split out irqflags.h in to _32 and _64 variants.Paul Mundt1-106/+0
2008-01-28sh: Split out asm/string.h for sh32 and sh64.Paul Mundt1-21/+0
2008-01-28sh: Add in cacheflush and DMA headers for SH-5.Paul Mundt1-50/+0
2008-01-28sh: Add cache definitions for SH-5.Paul Mundt1-139/+0
2007-11-07sh: remove PTRACE_O_TRACESYSGOOD from asm/ptrace.hMike Frysinger1-2/+0
2007-10-30sh64: fix dma_cache_sync() compilationAdrian Bunk1-2/+3
2007-10-30sh64: Move DMA macros from pci.h to scatterlist.h.Robert P. J. Day2-9/+9
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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+1
2007-10-20include/asm-*/system.h: remove unused set_rmb(), set_wmb() macrosStefan Richter1-2/+1
2007-10-20ide: add CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz1-1/+0
2007-10-19forbid asm/bitops.h direct inclusionJiri Slaby1-0/+5
2007-10-19remove unused flush_tlb_pgtablesBenjamin Herrenschmidt1-4/+0
2007-10-18bitops: introduce lock opsNick Piggin1-0/+1
2007-10-17Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2-49/+5
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds1-0/+7
2007-10-01sh64: Move *_p() I/O routine variants to io.h.Paul Mundt1-0/+7
2007-09-21sh: Add gpio.h stubs for PFC definitions.Markus Brunner1-0/+8
2007-08-10sh64: Add missing dma_sync_single_for_*().Paul Mundt1-0/+18
2007-07-31sh64: Kill off virt_to_bus()/bus_to_virt().Paul Mundt2-8/+4
2007-07-22take declarations of enable_irq() et.al. to linux/interrupt.hAl Viro1-4/+0
2007-07-20sh64: Wire up fallocate() syscall.Paul Mundt1-1/+2
2007-07-19arch: personality independent stack topPeter Zijlstra1-0/+1
2007-07-17fbdev: detect primary display deviceAntonino A. Daplas1-0/+6
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas1-0/+13
2007-07-16page table handling cleanupJan Beulich1-7/+0
2007-07-11PCI: remove pci_dac_dma_... APIsJan Beulich1-5/+0
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman1-4/+0
2007-05-14sh64: generic quicklist support.Paul Mundt1-77/+23
2007-05-14sh64: Fixup sh-sci build.Paul Mundt1-0/+1
2007-05-14sh64: ppoll/pselect6() and restartable syscalls.Paul Mundt1-0/+6
2007-05-14sh64: dma-mapping updates.Paul Mundt1-5/+9
2007-05-14sh64: Fixups for the irq_regs changes.Paul Mundt1-0/+1
2007-05-14sh64: Wire up many new syscalls.Paul Mundt1-6/+37
2007-05-11Consolidate asm/poll.hStephen Rothwell1-31/+2
2007-05-08Remove tas()Jeff Dike1-2/+0
2007-05-08Clean up mostly unused IOSPACE macrosDavid Gibson1-4/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig1-0/+1
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-1/+1
2007-05-02PCI: scatterlist.h needs types.hJean Delvare1-0/+2
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge1-1/+1
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-1/+2
2007-02-11[PATCH] consolidate line discipline number definitionsTilman Schmidt1-18/+0
2006-12-13[PATCH] Optimize D-cache alias handling on forkRalf Baechle1-0/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-07[PATCH] cleanup asm/setup.h userspace visibilityAdrian Bunk1-0/+6
2006-12-07[PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle1-1/+1
2006-12-07[PATCH] remove kernel syscallsArnd Bergmann1-142/+0
2006-12-02[NET]: SH64 checksum annotations and cleanups.Al Viro1-27/+14
2006-12-01Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt1-0/+7
2006-10-11[PATCH] Consolidate check_signatureMatthew Wilcox1-16/+0
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-02[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann1-41/+0
2006-10-01[PATCH] ntp: cleanup defines and commentsRoman Zippel1-3/+0
2006-10-01[PATCH] remove SYSRQ_KEY and related defines from ppc/sh/h8300Olaf Hering1-4/+0
2006-09-27[PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap1-2/+4
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-2/+4
2006-09-21Fix 'make headers_check' on sh64Paul Mundt4-16/+5
2006-09-12sh64: Use generic BUG_ON()/WARN_ON().Paul Mundt1-12/+4
2006-09-12sh64: Trivial build fixes.Paul Mundt6-20/+30
2006-07-14[PATCH] remove set_wmb - arch removalSteven Rostedt1-1/+0
2006-07-12[PATCH] Make cpu_relax() imply barrier() on all archesChase Venters1-1/+2
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds1-0/+1
2006-07-02[PATCH] irq-flags: SH64: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-1/+0
2006-06-18Add empty Kbuild files for 'make headers_install' in remaining arches.David Woodhouse1-0/+1
2006-04-29Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse1-3/+4
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse10-10/+0
2006-04-11[PATCH] sys_kexec_load() naming fixupsAndrew Morton1-1/+1
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-5/+0
2006-03-27[PATCH] unify pfn_to_page: sh64 pfn_to_pageKAMEZAWA Hiroyuki1-3/+2
2006-03-26[PATCH] bitops: sh64: use generic bitopsAkinobu Mita1-373/+11
2006-03-26[PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit()Akinobu Mita1-11/+5
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-0/+1
2006-03-22[PATCH] mm: remove set_pgdir leftoversChristoph Hellwig1-16/+0
2006-02-01[PATCH] sh/sh64: Fix bogus TIOCGICOUNT definitionsPaul Mundt1-1/+1
2006-01-12[PATCH] death of get_thread_info/put_thread_infoAl Viro1-2/+0
2006-01-10[PATCH] include/asm-sh64/: "extern inline" -> "static inline"Adrian Bunk8-30/+30
2006-01-10[PATCH] Generic ioctl.hBrian Gerst1-83/+1
2006-01-09[PATCH] mutex subsystem, add default include/asm-*/mutex.h filesArjan van de Ven1-0/+9
2006-01-09[PATCH] mutex subsystem, add atomic_xchg() to all archesIngo Molnar1-0/+2
2006-01-08[PATCH] consolidate asm/futex.hJeff Dike1-48/+1
2006-01-08[PATCH] Kill L1_CACHE_SHIFT_MAXRavikiran G Thirumalai1-2/+0
2006-01-06[PATCH] atomic_long_t & include/asm-generic/atomic.h V2Christoph Lameter1-0/+1
2006-01-03[FLS64]: generic versionStephen Hemminger1-0/+1
2005-11-13[PATCH] atomic: inc_not_zeroNick Piggin1-0/+15
2005-11-13[PATCH] atomic: cmpxchgNick Piggin1-0/+14
2005-11-09[PATCH] ide: move CONFIG_IDE_MAX_HWIFS into linux/ide.hBjorn Helgaas1-4/+0
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+2
2005-10-30[PATCH] semaphore: Remove __MUTEX_INITIALIZER()Arthur Othieno1-3/+0
2005-10-30[PATCH] vm: remove unused/broken page_pte[_prot] macrosTejun Heo1-3/+0
2005-10-28[PATCH] gfp_t: dma-mapping (simple cases)Al Viro1-1/+1
2005-09-21[PATCH] Remove unused var from asm/futex.hPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-13[PATCH] feature removal of io_remap_page_range()Randy Dunlap1-3/+0
2005-09-07[PATCH] Clean up struct flock64 definitionsStephen Rothwell1-6/+0
2005-09-07[PATCH] remove verify_area(): remove verify_area() from various uaccess.h hea...Jesper Juhl1-6/+0
2005-09-07[PATCH] remove asm-*/hdreg.hChristoph Hellwig1-6/+0
2005-09-07[PATCH] auxiliary vector cleanupsH. J. Lu1-0/+4
2005-09-07[PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedupJakub Jelinek1-0/+53
2005-09-05[PATCH] sab: consolidate kmem_bufctl_tKyle Moffett1-2/+0
2005-09-05[PATCH] mm: consolidate get_orderStephen Rothwell1-18/+2
2005-08-18[PATCH] SH64: inotify and ioprio syscallsRobert Love1-1/+6
2005-07-26[PATCH] Add emergency_restart()Eric W. Biederman1-0/+6
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown1-1/+1
2005-07-12[ACPI] PNPACPI vs sound IRQDavid Shaohua Li1-1/+1
2005-06-29[PATCH] Serial: Split 8250 port table (part 2)Russell King1-3/+1
2005-06-27[PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=nAndrew Morton1-0/+2
2005-06-27[PATCH] PCI: DMA bursting adviceDavid S. Miller1-0/+8
2005-06-23[PATCH] streamline preempt_count type across archsJesper Juhl1-1/+1
2005-06-21[PATCH] Hugepage consolidationDavid Gibson2-0/+3
2005-05-28[PATCH] sh: PREEMPT_ACTIVE fixPaul Mundt1-1/+1
2005-05-04[PATCH] asm/signal.h unificationAl Viro1-10/+1
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl1-1/+1
2005-05-01[PATCH] move SA_xxx defines to linux/signal.hStas Sergeev1-14/+0
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall1-4/+0
2005-04-19[PATCH] freepgt: arch FIRST_USER_ADDRESS 0Hugh Dickins1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds89-0/+6757