aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds12-53/+126
2010-10-15sh: Provide a generic SRAM pool for tiny memories.Paul Mundt3-0/+39
2010-10-14sh: Fix up PMB locking.Paul Mundt1-16/+15
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu1-2/+2
2010-09-24sh: provide generic arch_debugfs_dir.Paul Mundt4-21/+6
2010-09-23sh: change to new flag variablematt mooney1-1/+1
2010-08-16sh: stub __flush_tlb_global() definition for nommu.Paul Mundt1-0/+4
2010-08-04sh: Use __GFP_ZERO for dma_generic_alloc_coherent().Andrew Murray1-1/+2
2010-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt2-24/+24
2010-08-04memblock/sh: Use new accessorsBenjamin Herrenschmidt1-8/+9
2010-07-14lmb: rename to memblockYinghai Lu2-24/+24
2010-07-02sh: Provide a global TLB flush for U/I-TLB clear.Paul Mundt2-0/+21
2010-06-21sh: Fix up PUD trampling in ranged page table init for X2TLB.Paul Mundt1-14/+38
2010-06-21arch/sh/mm: Eliminate a double lockJulia Lawall1-1/+1
2010-05-18sh: Fix up the NUMA build for recent LMB changes.Paul Mundt1-38/+0
2010-05-18sh: fix up CONFIG_KEXEC=n build.Paul Mundt1-1/+1
2010-05-11sh: Reject small mappings for PMB bolting.Paul Mundt1-0/+2
2010-05-11sh: bootmem refactoring.Paul Mundt1-3/+162
2010-05-10sh: enable LMB region setup via machvec.Paul Mundt1-1/+7
2010-04-26sh: Kill off dangling goto labels from oom-killer rework.Paul Mundt2-2/+0
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt7-3/+4
2010-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mfleming/sh-2.6Paul Mundt1-1/+1
2010-04-26sh: invoke oom-killer from page faultNick Piggin2-24/+8
2010-04-25sh: Do not try merging two 128MB PMB mappingsMatt Fleming1-1/+1
2010-04-20sh: Zero out aliases counter when using SH-X3 hardware assistance.Paul Mundt1-1/+10
2010-04-19sh: Enable SH-X3 hardware synonym avoidance handling.Paul Mundt3-0/+43
2010-04-05Merge branch 'sh/stable-updates'Paul Mundt4-28/+75
2010-04-05Merge branch 'master' into export-slabhTejun Heo5-33/+92
2010-04-02sh: Fix up the SH-3 build for recent TLB changes.Paul Mundt4-28/+75
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-3/+4
2010-03-29sh: tlb debugfs support.Matt Fleming2-3/+184
2010-03-26sh: update the TLB replacement counter for entry wiring.Matt Fleming1-5/+17
2010-03-23sh: Fix build after dynamic PMB reworkMatt Fleming1-0/+2
2010-03-23sh: Replace unsafe manipulation of MMUCRMatt Fleming2-7/+16
2010-03-23sh: Flush ITLB too in PTEAEX's flush_tlb_page()Matt Fleming1-0/+2
2010-03-10sh: Export uncached helper symbols.Paul Mundt1-0/+4
2010-03-08sh: Fix up uncached offset for legacy 29-bit mode.Paul Mundt1-0/+5
2010-03-05sh: Move PMB debugfs entry initialization to later stagePawel Moll1-1/+1
2010-03-04sh: fix up MMU reset with variable PMB mapping sizes.Paul Mundt1-6/+31
2010-03-03sh: establish PMB mappings for NUMA nodes.Paul Mundt1-0/+3
2010-03-03sh: check for existing mappings for bolted PMB entries.Paul Mundt1-44/+96
2010-03-02sh: fixed virt/phys mapping helpers for PMB.Paul Mundt1-46/+51
2010-03-02sh: make pmb iomapping configurable.Paul Mundt1-0/+17
2010-03-02sh: reworked dynamic PMB mapping.Paul Mundt3-148/+189
2010-03-02Merge branches 'sh/dmaengine', 'sh/hw-breakpoints' and 'sh/trivial'Paul Mundt1-1/+0
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-03-01sh: No need to explicitly include <linux/rwlock.h>.Robert P. J. Day1-1/+0
2010-02-23sh: wire up SET/GET_UNALIGN_CTL.Paul Mundt1-1/+29
2010-02-23sh: allow alignment fault mode to be configured at kernel boot.Paul Mundt1-0/+2
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1