index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-12
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-3
/
+6
2013-09-11
mm: migrate: check movability of hugepage in unmap_and_move_huge_page()
Naoya Horiguchi
1
-0
/
+5
2013-07-14
sh: delete __cpuinit usage from all sh files
Paul Gortmaker
1
-1
/
+1
2013-07-03
mm/SH: prepare for killing free_all_bootmem_node()
Jiang Liu
1
-12
/
+4
2013-07-03
mm/SH: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-21
/
+4
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
1
-2
/
+2
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
1
-1
/
+1
2013-05-02
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-7
/
+0
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-04-29
mm/SH: use common help functions to free reserved pages
Jiang Liu
1
-23
/
+3
2013-04-18
memblock: kill "config MAX_ACTIVE_REGIONS"
Paul Bolle
1
-7
/
+0
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-1
/
+1
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-23
memory-hotplug: introduce new arch_remove_memory() for removing page table
Wen Congyang
1
-0
/
+17
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-01-21
arch/sh: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
1
-2
/
+2
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2012-12-12
mm, oom: remove statically defined arch functions of same name
David Rientjes
1
-12
/
+7
2012-12-11
Merge branch 'akpm' (Andrew's patchbomb)
Linus Torvalds
1
-114
/
+23
2012-12-11
mm: use vm_unmapped_area() on sh architecture
Michel Lespinasse
1
-114
/
+23
2012-12-11
mm: numa: Add fault driven placement and migration
Peter Zijlstra
1
-0
/
+1
2012-10-24
/dev/mem: use phys_addr_t for physical addresses
Cyril Chemparathy
1
-1
/
+1
2012-10-09
readahead: fault retry breaks mmap file read random detection
Shaohua Li
1
-0
/
+1
2012-07-25
sh: Fix up recursive fault in oops with unset TTB.
Paul Mundt
1
-2
/
+6
2012-06-14
sh64: Fix up section mismatch warnings.
Paul Mundt
1
-1
/
+1
2012-05-18
sh64: Fix up vmalloc fault range check.
Paul Mundt
1
-1
/
+7
2012-05-18
Revert "sh: Ensure fixmap and store queue space can co-exist."
Paul Mundt
1
-2
/
+2
2012-05-14
sh64: Set additional fault code values.
Paul Mundt
1
-1
/
+19
2012-05-14
sh64: Tidy up and consolidate the TLB miss fast path.
Paul Mundt
1
-92
/
+15
2012-05-14
sh64: Fix up caller-save register settings for fast-path.
Paul Mundt
1
-2
/
+2
2012-05-14
sh64: Invert page fault fast-path error path values.
Paul Mundt
1
-18
/
+18
2012-05-14
sh64: Migrate to __update_tlb() API.
Paul Mundt
3
-52
/
+49
2012-05-14
sh: Enable shared page fault handler for _32/_64.
Paul Mundt
5
-314
/
+93
2012-05-14
sh64: Kill off unused fixed I/O mapping window.
Paul Mundt
1
-2
/
+1
2012-05-14
sh: Ensure fixmap and store queue space can co-exist.
Paul Mundt
1
-2
/
+2
2012-05-14
sh64: Utilize thread fault code encoding.
Paul Mundt
1
-5
/
+7
2012-05-14
sh: Support thread fault code encoding.
Paul Mundt
1
-32
/
+36
2012-05-14
sh: Tidy up and generalize page fault error paths.
Paul Mundt
1
-105
/
+220
2012-04-19
sh64: Kill off unused trap_no/error_code from thread_struct.
Paul Mundt
1
-3
/
+0
2012-04-19
Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latest
Paul Mundt
1
-24
/
+75
2012-04-19
sh: Improve oops error reporting
Stuart Menefy
1
-23
/
+74
2012-04-19
sh: Fix error synchronising kernel page tables
Stuart Menefy
1
-1
/
+1
2012-04-11
sh64: Kill off dead page fault debug cruft.
Paul Mundt
1
-69
/
+5
2012-04-11
sh64: Port OOM changes to do_page_fault
Paul Mundt
1
-10
/
+30
2012-04-11
sh/mm/fault_32.c: Port OOM changes to do_page_fault
Kautuk Consul
1
-9
/
+29
2012-04-07
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
3
-0
/
+3
2012-04-04
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
1
-2
/
+4
2012-03-30
sh: fix up fallout from system.h disintegration.
Paul Mundt
3
-0
/
+3
2012-03-28
Disintegrate asm/system.h for SH
David Howells
8
-7
/
+2
[next]