Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
aad7ad2a01e774f5cd0dde8f0bc6e253ae3f0d35
/
arch
/
m68k
/
mm
2e1661d2
signal: Remove the task parameter from force_sig_fault
by Eric W. Biederman
· 6 years ago
4afd58e
initramfs: provide a generic free_initrd_mem implementation
by Christoph Hellwig
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
0240dfd
arch: don't memset(0) memory returned by memblock_alloc()
by Mike Rapoport
· 6 years ago
5ffb90b
m68k/mm: use __ClearPageReserved()
by David Hildenbrand
· 6 years ago
1d51b4b
Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 6 years ago
bed1369
m68k: Fix memblock-related crashes
by Geert Uytterhoeven
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
c6ffc5c
memblock: rename free_all_bootmem to memblock_free_all
by Mike Rapoport
· 6 years ago
15c3c11
memblock: replace alloc_bootmem_pages with memblock_alloc
by Mike Rapoport
· 6 years ago
e8625dc
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
by Mike Rapoport
· 6 years ago
c90bbce
m68k: fix early memory reservation for ColdFire MMU systems
by Mike Rapoport
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
1008a11
m68k: switch to MEMBLOCK + NO_BOOTMEM
by Mike Rapoport
· 7 years ago
eab733a
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 7 years ago
137f5ae
Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 7 years ago
be39cbc
m68k: fix ioremapping for internal ColdFire peripherals
by Greg Ungerer
· 7 years ago
3f90f9e
m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
by Michael Schmitz
· 7 years ago
3c67075
signal/m68k: Use force_sig_fault where appropriate
by Eric W. Biederman
· 7 years ago
3183333
m68k/mm: Stop printing the virtual memory layout
by Geert Uytterhoeven
· 7 years ago
5f74972
signal: Don't use structure initializers for struct siginfo
by Eric W. Biederman
· 7 years ago
f55ab8f
m68k: fix ColdFire node shift size calculation
by Greg Ungerer
· 7 years ago
34fa9b2
m68k: move coldfire MMU initialization code
by Greg Ungerer
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
68acfdc
m68k: switch to generic extable.h
by Al Viro
· 8 years ago
3dfe330
m68k/sun3: Remove dead code in paging_init()
by Mathias Krause
· 8 years ago
e699113
m68k/mm: Modernize printing of kernel messages
by Geert Uytterhoeven
· 8 years ago
05b70ff
m68k/mm: sun3 - Modernize printing of kernel messages
by Geert Uytterhoeven
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
f711606
m68k: move ColdFire _bootmem_alloc code
by Greg Ungerer
· 8 years ago
dcddffd
mm: do not pass mm_struct into handle_mm_fault
by Kirill A. Shutemov
· 8 years ago
79ae4fa
m68k/mm: motorola - Add missing initialization of max_pfn
by Geert Uytterhoeven
· 9 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 10 years ago
33692f2
vm: add VM_FAULT_SIGSEGV handling support
by Linus Torvalds
· 10 years ago
f0b99a64
m68k/mm: Eliminate memset after alloc_bootmem_pages
by Himangi Saraogi
· 10 years ago
24cae79
m68k: Reformat arch/m68k/mm/hwtest.c
by Geert Uytterhoeven
· 10 years ago
e4dc601
m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()
by Geert Uytterhoeven
· 10 years ago
486df8b
m68k: Increase initial mapping to 8 or 16 MiB if possible
by Andreas Schwab
· 11 years ago
f6fc30d
m68k/mm: kmap spelling/grammar fixes
by Geert Uytterhoeven
· 11 years ago
8e398f6
m68k: Convert arch/m68k/mm/fault.c to pr_*()
by Geert Uytterhoeven
· 11 years ago
4e25c0e
m68k/mm: Check for mm != NULL in do_page_fault() debug code
by Geert Uytterhoeven
· 11 years ago
7993008
m68k/UAPI: Move generic definitions to <asm/bootinfo.h>
by Geert Uytterhoeven
· 11 years ago
759496b
arch: mm: pass userspace fault flag to generic fault handler
by Johannes Weiner
· 11 years ago
3e548a9
mm/m68k: fix build warning of unused variable
by Jiang Liu
· 12 years ago
b69a978
mm/m68k: prepare for killing free_all_bootmem_node()
by Jiang Liu
· 12 years ago
9671468
mm/m68k: prepare for removing num_physpages and simplify mem_init()
by Jiang Liu
· 12 years ago
0c98853
mm: concentrate modification of totalram_pages into the mm core
by Jiang Liu
· 12 years ago
dbe67df
mm: enhance free_reserved_area() to support poisoning memory with zero
by Jiang Liu
· 12 years ago
1119969
mm: change signature of free_reserved_area() to fix building warnings
by Jiang Liu
· 12 years ago
920f1ad
mm/m68k: use common help functions to free reserved pages
by Jiang Liu
· 12 years ago
be3f695
m68knommu: fix build when CPU is not coldfire
by Thadeu Lima de Souza Cascardo
· 12 years ago
d6fccc7
m68k: fix conditional use of init_pointer_table
by Greg Ungerer
· 12 years ago
f50bf88
m68k: move to a single instance of free_initmem()
by Greg Ungerer
· 12 years ago
dd1cb3a
m68k: merge MMU and non-MMU versions of mm/init.c
by Greg Ungerer
· 12 years ago
45cac65
readahead: fault retry breaks mmap file read random detection
by Shaohua Li
· 12 years ago
587a9e1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 12 years ago
f3ff6432
m68k: fix ColdFire clear cache operation
by Greg Ungerer
· 13 years ago
dc06105
m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}
by Geert Uytterhoeven
· 13 years ago
b637a6b
m68k/mm: Port OOM changes to do_page_fault()
by Kautuk Consul
· 13 years ago
803f691
Disintegrate asm/system.h for M68K
by David Howells
· 13 years ago
3372f5a
m68k: Do not set global share for non-kernel shared pages
by Alexander Stein
· 13 years ago
0dbfe8d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 13 years ago
2a35350
m68k: Fix assembler constraint to prevent overeager gcc optimisation
by Andreas Schwab
· 13 years ago
fbe3364
m68k: add ColdFire with MMU enabled support to the m68k mem init code
by Greg Ungerer
· 13 years ago
0e6782c
m68k: compile appropriate mm arch files for ColdFire MMU support
by Greg Ungerer
· 13 years ago
066bf87
m68k: ColdFire V4e MMU paging init code and miss handler
by Greg Ungerer
· 13 years ago
d49316e
m68k: use ColdFire MMU read/write bit flags when ioremapping
by Greg Ungerer
· 13 years ago
6061019
m68k: modify cache push and clear code for ColdFire with MMU enable
by Greg Ungerer
· 13 years ago
ae2eca7
m68k: add cache support for V4e ColdFire cores running with MMU enabled
by Greg Ungerer
· 13 years ago
e87c09a
m68k: print memory layout info in boot log
by Greg Ungerer
· 13 years ago
7a79a80
m68knommu: create common externs for _ram* vars
by Greg Ungerer
· 13 years ago
3998bfb
m68knommu: remove extern declarations of memory_start/memory_end from mm/init
by Greg Ungerer
· 13 years ago
9da48c0
m68knommu: use generic section names in mm/init code
by Greg Ungerer
· 13 years ago
968e75f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 13 years ago
217bbd8
m68k/atari: Reserve some ST-RAM early on for device buffer use
by Michael Schmitz
· 14 years ago
6617eaf
m68knommu: Fix printk() format in free_initrd_mem()
by Geert Uytterhoeven
· 14 years ago
45d1564
m68knommu: Make empty_zero_page "void *", like on m68k
by Geert Uytterhoeven
· 14 years ago
1c39517
mm: now that all old mmu_gather code is gone, remove the storage
by Peter Zijlstra
· 14 years ago
b1ffa25
m68knommu: clean up mm/init_no.c
by Greg Ungerer
· 14 years ago
f225c86
m68k: merge the mmu and non-mmu mm/Makefile
by Greg Ungerer
· 14 years ago
1bccc43
m68k: mv kmap_mm.c to kmap.c
by Greg Ungerer
· 14 years ago
593732b
m68knommu: remove stubs for __ioremap() and iounmap()
by Greg Ungerer
· 14 years ago
92474a2
m68knommu: remove unused kernel_set_cachemode()
by Greg Ungerer
· 14 years ago
4aac0b48
m68k/mm: Set all online nodes in N_NORMAL_MEMORY
by Michael Schmitz
· 14 years ago
66d857b
m68k: merge m68k and m68knommu arch directories
by Greg Ungerer
· 14 years ago
dcdf3a2
m68k: Add helper function handle_kernel_fault()
by Roman Zippel
· 16 years ago
adbf6e6
m68k: invoke oom-killer from page fault
by Nick Piggin
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f351d4b
m68k{,nommu}/h8300: Remove obsolete comment about map_chunk
by Philippe De Muyter
· 15 years ago
88cb773
m68k: Allow ioremapping top of memory
by Philippe De Muyter
· 15 years ago
cc013a8
arches: drop superfluous casts in nr_free_pages() callers
by Geert Uytterhoeven
· 15 years ago
d06063c
Move FAULT_FLAG_xyz into handle_mm_fault() callers
by Linus Torvalds
· 16 years ago
c85627f
m68k: Kill several external declarations in source files
by Geert Uytterhoeven
· 16 years ago
79aa79b
arch/m68k/mm/kmap.c: introduce missing kfree
by Julia Lawall
· 16 years ago
969eefb5
m68k: use generic show_mem()
by Johannes Weiner
· 16 years ago
9109fb7
mm: drop unneeded pgdat argument from free_area_init_node()
by Johannes Weiner
· 16 years ago
b61bfa3
mm: move bootmem descriptors definition to a single place
by Johannes Weiner
· 16 years ago
93026e2
arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmem
by Julia Lawall
· 16 years ago
7b6b948
arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmem
by Julia Lawall
· 16 years ago
5fcf430
m68k: Export empty_zero_page for ZERO_PAGE usage in modules.
by Aneesh Kumar K.V
· 17 years ago
Next »