summaryrefslogtreecommitdiffstats
path: root/include/asm-sh
Commit message (Expand)AuthorAgeFilesLines
...
| * sh: xchg()/__xchg() always_inline fixes for gcc4.Paul Mundt2006-09-271-25/+32
| * sh: Cleanup and document register bank usage.Paul Mundt2006-09-272-3/+31
| * sh: Add support for R7780RP and R7780MP boards.Paul Mundt2006-09-2710-15/+236
| * sh: Store Queue API rework.Paul Mundt2006-09-271-18/+5Star
| * sh: Board updates for I/O routine rework.Paul Mundt2006-09-2714-213/+29Star
| * sh: Fixup SHMLBA definition for SH7705.Paul Mundt2006-09-275-81/+38Star
| * sh: ioremap() overhaul.Paul Mundt2006-09-272-1/+13
| * sh: page table alloc cleanups and page fault optimizations.Paul Mundt2006-09-277-102/+73Star
| * sh: SH-4A Privileged Space Mapping Buffer (PMB) support.Paul Mundt2006-09-271-1/+47
| * sh: Titan board support.Jamie Lenehan2006-09-271-0/+43
| * sh: Add control register barriers.Paul Mundt2006-09-272-13/+37
| * sh: landisk board support.kogiidena2006-09-273-0/+137
| * sh: Fix libata build.Paul Mundt2006-09-272-9/+9
| * sh: Fix fatal oops in copy_user_page() on sh4a (SH7780).Paul Mundt2006-09-271-4/+0Star
| * sh: Wire up new syscalls.Paul Mundt2006-09-271-2/+24
| * sh: remove cpu_online() definition from <asm/smp.h>Alexey Dobriyan2006-09-271-5/+0Star
| * sh: Support for SH7770/SH7780 CPU subtypes.Paul Mundt2006-09-272-0/+6
| * sh: earlyprintk= support and cleanups.Paul Mundt2006-09-271-0/+2
| * sh: prefetch()/prefetchw() support.Paul Mundt2006-09-271-0/+13
| * sh: Optimized cache handling for SH-4/SH-4A caches.Richard Curnow2006-09-271-4/+18
| * sh: Support for SH-4A memory barriers.Paul Mundt2006-09-271-0/+7
| * sh: HS7751RVoIP board updates.Paul Mundt2006-09-271-0/+6
| * sh: Move hd64461.h to a more sensible location.Paul Mundt2006-09-273-68/+26Star
| * sh: Fixup TMU_TOCR definition for SH7300.Paul Mundt2006-09-271-3/+4
| * sh: hugetlb updates.Paul Mundt2006-09-271-1/+0Star
| * sh: Various cosmetic cleanups.Paul Mundt2006-09-275-12/+12
| * sh: Add a simple cmpxchg().Tom Rini2006-09-271-0/+40
| * sh: Move smc37c93x.h for SystemH board use.Paul Mundt2006-09-271-0/+0
* | [PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap2006-09-271-2/+5
|/
* [PATCH] Standardize pxx_page macrosDave McCracken2006-09-262-3/+6
* Fix 'make headers_check' on shPaul Mundt2006-09-212-4/+1Star
* [PATCH] sh: fix FPN_START typoAlexey Dobriyan2006-09-081-1/+1
* [PATCH] remove set_wmb - arch removalSteven Rostedt2006-07-151-1/+0Star
* [PATCH] Make cpu_relax() imply barrier() on all archesChase Venters2006-07-121-1/+2
* Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2006-07-041-0/+1
|\
| * Add empty Kbuild files for 'make headers_install' in remaining arches.David Woodhouse2006-06-181-0/+1
* | [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-041-1/+1
* | [PATCH] lockdep: remove RWSEM_DEBUG remnantsIngo Molnar2006-07-041-17/+1Star
* | [PATCH] irq-flags: SH: Use the new IRQF_ constantsThomas Gleixner2006-07-023-8/+5Star
* | [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-301-0/+1
* | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-5/+0Star
* | [PATCH] random: remove SA_SAMPLE_RANDOM from floppy driverMatt Mackall2006-06-251-4/+3Star
|/
* Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse2006-04-291-3/+4
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-2624-24/+0Star
* [PATCH] sys_kexec_load() naming fixupsAndrew Morton2006-04-111-1/+1
* [PATCH] Configurable NODES_SHIFTYasunori Goto2006-04-111-7/+0Star
* [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* [PATCH] unify pfn_to_page: sh pfn_to_pageKAMEZAWA Hiroyuki2006-03-271-3/+2Star
* [PATCH] bitops: sh: make thread_info.flags an unsigned longAkinobu Mita2006-03-261-1/+1
* [PATCH] bitops: sh: use generic bitopsAkinobu Mita2006-03-261-332/+10Star