aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/fault_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-14sh: Enable shared page fault handler for _32/_64.Paul Mundt1-564/+0
2012-05-14sh: Ensure fixmap and store queue space can co-exist.Paul Mundt1-2/+2
2012-05-14sh: Support thread fault code encoding.Paul Mundt1-32/+36
2012-05-14sh: Tidy up and generalize page fault error paths.Paul Mundt1-105/+220
2012-04-19Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latestPaul Mundt1-24/+75
2012-04-19sh: Improve oops error reportingStuart Menefy1-23/+74
2012-04-19sh: Fix error synchronising kernel page tablesStuart Menefy1-1/+1
2012-04-11sh/mm/fault_32.c: Port OOM changes to do_page_faultKautuk Consul1-9/+29
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
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