summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-09-27sh: Add support for R7780RP and R7780MP boards.Paul Mundt10-15/+236
2006-09-27sh: Store Queue API rework.Paul Mundt1-18/+5
2006-09-27sh: Board updates for I/O routine rework.Paul Mundt14-213/+29
2006-09-27sh: Fixup SHMLBA definition for SH7705.Paul Mundt5-81/+38
2006-09-27sh: ioremap() overhaul.Paul Mundt2-1/+13
2006-09-27sh: page table alloc cleanups and page fault optimizations.Paul Mundt7-102/+73
2006-09-27sh: SH-4A Privileged Space Mapping Buffer (PMB) support.Paul Mundt1-1/+47
2006-09-27sh: Titan board support.Jamie Lenehan1-0/+43
2006-09-27sh: Add control register barriers.Paul Mundt2-13/+37
2006-09-27sh: landisk board support.kogiidena3-0/+137
2006-09-27sh: Fix libata build.Paul Mundt2-9/+9
2006-09-27sh: Fix fatal oops in copy_user_page() on sh4a (SH7780).Paul Mundt1-4/+0
2006-09-27sh: Wire up new syscalls.Paul Mundt1-2/+24
2006-09-27sh: remove cpu_online() definition from <asm/smp.h>Alexey Dobriyan1-5/+0
2006-09-27sh: Support for SH7770/SH7780 CPU subtypes.Paul Mundt2-0/+6
2006-09-27sh: earlyprintk= support and cleanups.Paul Mundt1-0/+2
2006-09-27sh: prefetch()/prefetchw() support.Paul Mundt1-0/+13
2006-09-27sh: Optimized cache handling for SH-4/SH-4A caches.Richard Curnow1-4/+18
2006-09-27sh: Support for SH-4A memory barriers.Paul Mundt1-0/+7
2006-09-27sh: HS7751RVoIP board updates.Paul Mundt1-0/+6
2006-09-27sh: Move hd64461.h to a more sensible location.Paul Mundt3-68/+26
2006-09-27sh: Fixup TMU_TOCR definition for SH7300.Paul Mundt1-3/+4
2006-09-27sh: hugetlb updates.Paul Mundt1-1/+0
2006-09-27sh: Various cosmetic cleanups.Paul Mundt5-12/+12
2006-09-27sh: Add a simple cmpxchg().Tom Rini1-0/+40
2006-09-27sh: Move smc37c93x.h for SystemH board use.Paul Mundt1-0/+0
2006-09-27Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds85-777/+879
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds8-83/+168
2006-09-26[PATCH] Make UML use ptrace-abi.hJeff Dike2-17/+1
2006-09-26[PATCH] Split i386 and x86_64 ptrace.hJeff Dike6-86/+100
2006-09-26[PATCH] uml: stack usage reductionJeff Dike1-3/+1
2006-09-26[PATCH] PM: Add pm_trace switchRafael J. Wysocki1-10/+14
2006-09-26[PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki1-0/+5
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki1-9/+0
2006-09-26[PATCH] swsusp: clean up suspend headerRafael J. Wysocki1-12/+3
2006-09-26[PATCH] Disable CPU hotplug during suspendRafael J. Wysocki2-8/+8
2006-09-26[PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64Rafael J. Wysocki1-0/+1
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-0/+1
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-1/+4
2006-09-26[PATCH] add DIV_ROUND_UP()Steven Whitehouse1-0/+1
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton3-4/+3
2006-09-26[PATCH] x86: trivial move of ptep_set_access_flagsRusty Russell1-15/+16
2006-09-26[PATCH] x86: trivial move of __HAVE macros in i386 pagetable headersRusty Russell3-7/+8
2006-09-26[PATCH] x86: trivial pgtable.h __ASSEMBLY__ moveRusty Russell1-1/+2
2006-09-26[PATCH] Translate asm version of ELFNOTE macro into preprocessor macroIan Campbell1-15/+17
2006-09-26[PATCH] x86: put .note.* sections into a PT_NOTE segment in vmlinuxJeremy Fitzhardinge2-0/+91
2006-09-26[PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hype...Jeremy Fitzhardinge1-1/+6
2006-09-26[PATCH] x86: roll all the cpuid asm into one __cpuid callRusty Russell1-33/+27
2006-09-26[PATCH] x86: implement always-locked bit ops, for memory shared with an SMP h...Chris Wright2-0/+192
2006-09-26[PATCH] Use BUG_ON(foo) instead of "if (foo) BUG()" in include/asm-i386/dma-m...Rolf Eike Beer1-6/+3