aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-21sh: Track the uncached mapping size.Paul Mundt3-8/+24
2010-01-21sh: Rework P2 to only include kernel text.Paul Mundt1-77/+92
2010-01-21sh: initial PMB mapping iteration by helper macro.Paul Mundt1-147/+60
2010-01-20sh: pretty print virtual memory map on boot.Paul Mundt1-2/+36
2010-01-20sh: mach-sdk7786: Probe system FPGA area mapping.Paul Mundt3-4/+50
2010-01-20sh: Correct iounmap fixmap teardown.Paul Mundt1-7/+2
2010-01-20sh: mach-sdk7786: reset controller reboot support.Paul Mundt1-0/+8
2010-01-20sh: machine_ops based reboot support.Paul Mundt11-90/+156
2010-01-20sh: Make 29/32-bit mode check helper generally available.Paul Mundt4-14/+14
2010-01-20sh: mach-sdk7786: Split out FPGA IRQ controller setup.Paul Mundt4-38/+59
2010-01-20sh: mach-sdk7786: FPGA updates.Paul Mundt4-70/+159
2010-01-20sh: Handle SH-4 FPU variants with broken CVR values.Paul Mundt1-2/+3
2010-01-20sh: update PFC to allow any enum in MARK listsMagnus Damm1-5/+32
2010-01-20sh: Shut up noisy IOREMAP_FIXED=n build.Paul Mundt1-1/+2
2010-01-19sh: support SIU sourcing from external clock on sh7722Guennadi Liakhovetski3-7/+116
2010-01-19sh: Fix up sdk7780 and urquell builds.Paul Mundt2-2/+2
2010-01-19sh: urquell: Handle EXTAL configuration here, too.Paul Mundt1-1/+24
2010-01-19sh: mach-sdk7786: Detect/configure/propagate EXTAL.Paul Mundt1-0/+23
2010-01-19sh: SH7786 clock framework rewrite.Paul Mundt2-99/+91
2010-01-19sh64: Fixup build breakage from breakpoint handler rename.Paul Mundt2-3/+4
2010-01-19sh64: Use the shared FPU state restorer.Paul Mundt3-62/+8
2010-01-19sh64: Fix up PC casting in unaligned fixup notifier with 32bit ABI.Paul Mundt1-2/+2
2010-01-19sh64: Fix up the build for the thread_xstate changes.Paul Mundt8-41/+43
2010-01-19sh: Kill off now bogus fixmap/page wiring documentation.Paul Mundt1-15/+0
2010-01-19sh: Split out MMUCR.URB based entry wiring in to shared helper.Paul Mundt6-176/+124
2010-01-19sh: Provide a dummy _PAGE_WIRED flag for non-X2TLB parts.Paul Mundt1-2/+2
2010-01-19sh: Limit ioremap_prot() to 32bit pgprot parts.Paul Mundt2-1/+3
2010-01-19sh: Convert p3_ioremap() users to ioremap_prot().Paul Mundt4-5/+4
2010-01-19sh: Kill off duplicate address alignment in ioremap_fixed().Paul Mundt3-22/+8
2010-01-19sh: Prevent 64-bit pgprot clobbering across ioremap implementations.Paul Mundt6-33/+41
2010-01-18sh: Flag __ioremap_caller() __init_refok.Paul Mundt1-2/+3
2010-01-18sh: Handle unmapping of fixed slots transparently in iounmap().Paul Mundt1-0/+6
2010-01-18sh: Make iounmap_fixed() return success/failure for iounmap() path.Paul Mundt2-4/+10
2010-01-18sh: Merge _32/_64 ioremap implementations.Paul Mundt3-48/+1
2010-01-18sh: Fixup the IOREMAP_FIXED=n build.Paul Mundt1-0/+9
2010-01-18sh: Handle early ioremaps through fixed mappings.Paul Mundt3-3/+16
2010-01-18sh: Need IRQs enabled for init_fpu().Paul Mundt1-0/+2
2010-01-18sh: Setup early PMB mappings.Matt Fleming2-51/+346
2010-01-17modpost: fix segfault in sym_is() with prefixed archesMike Frysinger1-1/+1
2010-01-16page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro1-1/+1
2010-01-16revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC Framebuffer"Mark Brown1-6/+8
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells3-30/+64
2010-01-16nommu: fix race between ramfs truncation and shared mmapDavid Howells1-1/+6
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells4-24/+8
2010-01-16nommu: remove a superfluous check of vm_region::vm_usageDavid Howells1-4/+3
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells2-8/+8
2010-01-16nommu: fix SYSV SHM for NOMMUDavid Howells1-0/+3
2010-01-16sysdev: fix prototype for memory_sysdev_class show/store functionsWu Fengguang1-12/+20
2010-01-16memory-hotplug: add 0x prefix to HEX block_size_bytesWu Fengguang1-1/+1
2010-01-16memcg: ensure list is empty at rmdirDaisuke Nishimura1-7/+4