aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/fault_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-26sh: Kill off dangling goto labels from oom-killer rework.Paul Mundt1-1/+0
2010-04-26sh: invoke oom-killer from page faultNick Piggin1-9/+4
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2009-12-17sh: Definitions for 3-level page table layoutMatt Fleming1-0/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-09-03sh: Fix up and optimize the kmap_coherent() interface.Paul Mundt1-2/+2
2009-08-15sh: TLB fast path optimizations for load/store exceptions.Paul Mundt1-13/+13
2009-08-15sh: TLB protection violation exception optimizations.Paul Mundt1-3/+3
2009-07-13sh: Restore previous behaviour on kernel faultMatt Fleming1-2/+9
2009-07-05sh: Tidy up vmalloc fault handling.Paul Mundt1-56/+97
2009-07-05sh: use kprobes_built_in() for notify_page_fault().Paul Mundt1-3/+1
2009-06-25sh: Hook up page fault events for software perf counters.Paul Mundt1-29/+32
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-18sh: remove stray markers.Christoph Hellwig1-4/+0
2008-12-22sh: Generic kgdb stub support.Paul Mundt1-6/+0
2008-12-22sh: P4 ioremap pass-throughMagnus Damm1-11/+0
2008-09-21sh: Trivial trace_mark() instrumentation for core events.Paul Mundt1-24/+33
2008-09-21sh: Kill off duplicate page fault notifiers in slow path.Paul Mundt1-7/+4
2008-09-21sh: Look up the trap vector for the page fault notifier.Paul Mundt1-9/+4
2008-09-08sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.Paul Mundt1-1/+28
2008-09-08sh: vmalloc pgtable sync fix.Stuart Menefy1-4/+7
2008-07-28sh: Conditionally re-enable IRQs in fault path.Stuart Menefy1-4/+8
2008-02-14sh: Fix multiple UTLB hit on UP SH-4.Hideo Saito1-0/+8
2008-02-14sh: trapped io support V2Magnus Damm1-0/+3
2008-01-28sh: Correct pte size mismatch for X2 TLB.Paul Mundt1-1/+1
2008-01-28sh: Move in the SH-5 TLB miss.Paul Mundt1-0/+303