Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d0ce6ef7146692a1540b4dd3a68970da6bcd5207
/
arch
/
sparc
/
mm
b98cca4
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
by Anshuman Khandual
· 5 years ago
7b9afb8
sparc64: use the generic get_user_pages_fast code
by Christoph Hellwig
· 6 years ago
5ad18b2
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
d3c976c
sparc64: Fix regression in non-hypervisor TLB flush xcall
by James Clarke
· 6 years ago
2e1661d2
signal: Remove the task parameter from force_sig_fault
by Eric W. Biederman
· 6 years ago
3cf5d07
signal: Remove task parameter from force_sig
by Eric W. Biederman
· 6 years ago
f403999
init: free_initmem: poison freed init memory
by Mike Rapoport
· 6 years ago
f94f743
initramfs: poison freed initrd memory
by Christoph Hellwig
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
f4d9a23
sparc64: simplify reduce_memory() function
by Mike Rapoport
· 6 years ago
376b137
sparc/iommu: merge iommu_get_one and __sbus_iommu_map_page
by Christoph Hellwig
· 6 years ago
edb1f07
sparc/iommu: use __sbus_iommu_map_page to implement the map_sg path
by Christoph Hellwig
· 6 years ago
7e99689
sparc/iommu: fix __sbus_iommu_map_page for highmem pages
by Christoph Hellwig
· 6 years ago
8668b38
sparc/iommu: move per-page flushing into __sbus_iommu_map_page
by Christoph Hellwig
· 6 years ago
b820594
sparc/iommu: pass a physical address to iommu_get_one
by Christoph Hellwig
· 6 years ago
ff5cbec
sparc/iommu: create a common helper for map_sg
by Christoph Hellwig
· 6 years ago
f25b23b
sparc/iommu: merge iommu_release_one and sbus_iommu_unmap_page
by Christoph Hellwig
· 6 years ago
a7fce1f
sparc/iommu: use sbus_iommu_unmap_page in sbus_iommu_unmap_sg
by Christoph Hellwig
· 6 years ago
031abf0
sparc/iommu: use !PageHighMem to check if a page has a kernel mapping
by Christoph Hellwig
· 6 years ago
b1e1c86
sparc: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
9415673
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
by Mike Rapoport
· 6 years ago
b63a07d
arch: simplify several early memory allocations
by Mike Rapoport
· 6 years ago
98fa15f
mm: replace all open encodings for NUMA_NO_NODE
by Anshuman Khandual
· 6 years ago
4cf5892
mm: treewide: remove unused address argument from pte_alloc functions
by Joel Fernandes (Google)
· 6 years ago
518a2f1
dma-mapping: zero memory returned from dma_alloc_*
by Christoph Hellwig
· 6 years ago
6c503d0
sparc/iommu: fix ->map_sg return value
by Christoph Hellwig
· 6 years ago
1e2934a
sparc/io-unit: fix ->map_sg return value
by Christoph Hellwig
· 6 years ago
ce65d36
sparc: remove the sparc32_dma_ops indirection
by Christoph Hellwig
· 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
4fc4a09
memblock: replace __alloc_bootmem with memblock_alloc_from
by Mike Rapoport
· 6 years ago
9a8dd70
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
by Mike Rapoport
· 6 years ago
2b4792e
sparc64: Export __node_distance.
by David S. Miller
· 6 years ago
8818d89
sparc32: split ramdisk detection and reservation to a helper function
by Mike Rapoport
· 6 years ago
cca079e
sparc32: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
60ef861
sparc: mm/init_32: kill trailing whitespace
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
f0afc6b
sparc: move MSI related definitions to where they are used
by Thomas Petazzoni
· 6 years ago
d7dc899
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
by Stefan Agner
· 7 years ago
d1f5bef
signal/sparc: Use force_sig_fault where appropriate
by Eric W. Biederman
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
d081107
mm/gup.c: document return value
by Michael S. Tsirkin
· 7 years ago
cb9f753
mm: fix races between swapoff and flush dcache
by Huang Ying
· 7 years ago
74a0496
sparc64: Add support for ADI (Application Data Integrity)
by Khalid Aziz
· 7 years ago
cfb61b5
sparc64: Fix regression in pmdp_invalidate().
by David S. Miller
· 7 years ago
3ff1b28
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
a8e654f
sparc64: update pmdp_invalidate() to return old pmd value
by Nitin Gupta
· 7 years ago
24b6d41
mm: pass the vmem_altmap to vmemmap_free
by Christoph Hellwig
· 7 years ago
7b73d97
mm: pass the vmem_altmap to vmemmap_populate
by Christoph Hellwig
· 7 years ago
10a7e9d
Do not hash userspace addresses in fault handlers
by Kees Cook
· 7 years ago
f6f3732
Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"
by Linus Torvalds
· 7 years ago
c7da82b
mm: replace pmd_write with pmd_access_permitted in fault + gup paths
by Dan Williams
· 7 years ago
e7fe7b5
mm: replace pud_write with pud_access_permitted in fault + gup paths
by Dan Williams
· 7 years ago
2d4894b
mm: remove cold parameter from free_hot_cold_page*
by Mel Gorman
· 7 years ago
df8ee57
sparc64: simplify vmemmap_populate
by Pavel Tatashin
· 7 years ago
2a20aa1
sparc64/mm: set fields in deferred pages
by Pavel Tatashin
· 7 years ago
75f296d
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
by Levin, Alexander (Sasha Levin)
· 7 years ago
c481290
mm: introduce wrappers to access mm->nr_ptes
by Kirill A. Shutemov
· 7 years ago
b4e98d9
mm: account pud page tables
by Kirill A. Shutemov
· 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
4dbe87d
sparc64: Cleanup hugepage table walk functions
by Nitin Gupta
· 7 years ago
df7b215
sparc64: Add 16GB hugepage support
by Nitin Gupta
· 7 years ago
44382b0
sparc64: Support huge PUD case in get_user_pages
by Nitin Gupta
· 7 years ago
fdaccf7
sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.
by Vijay Kumar
· 7 years ago
7d484ac
sparc64: recognize and support sparc M8 cpu type
by Allen Pais
· 7 years ago
8399e4b
sparc64: Register hugepages during arch init
by Nitin Gupta
· 7 years ago
3b06b1a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 8 years ago
a94c33d
lib/extable.c: use bsearch() library function in search_extable()
by Thomas Meyer
· 8 years ago
7868a20
mm/hugetlb: add size parameter to huge_pte_offset()
by Punit Agrawal
· 8 years ago
dbd2667
sparc64: Fix gup_huge_pmd
by Nitin Gupta
· 8 years ago
1be7107
mm: larger stack guard gap, between vmas
by Hugh Dickins
· 8 years ago
0197e41
sparc64: delete old wrap code
by Pavel Tatashin
· 8 years ago
a0582f2
sparc64: new context wrap
by Pavel Tatashin
· 8 years ago
7a5b4bb
sparc64: add per-cpu mm of secondary contexts
by Pavel Tatashin
· 8 years ago
c441523
sparc64: redefine first version
by Pavel Tatashin
· 8 years ago
5889748
sparc64: reset mm cpumask after wrap
by Pavel Tatashin
· 8 years ago
f322980
sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.
by Liam R. Howlett
· 8 years ago
654f480
sparc64: mm: fix copy_tsb to correctly copy huge page TSBs
by Mike Kravetz
· 8 years ago
deba804
sparc: Fix -Wstringop-overflow warning
by Orlando Arias
· 8 years ago
544f8f9
sparc64: Fix hugepage page table free
by Nitin Gupta
· 8 years ago
9d262d9
sparc32: Export vac_cache_size to fix build error
by Guenter Roeck
· 8 years ago
7681126
sparc64: Fix memory corruption when THP is enabled
by Nitin Gupta
· 8 years ago
adfae8a
sparc64: kern_addr_valid regression
by bob picco
· 8 years ago
85b1da7
sparc64: Add support for 2G hugepages
by Nitin Gupta
· 8 years ago
59f1183
sparc64: Fix size check in huge_pte_alloc
by Nitin Gupta
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
0104260
sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
ac65e28
sparc64: Fix build error in flush_tsb_user_page
by Nitin Gupta
· 8 years ago
cd429ce
sparc64: memblock resizes are not handled properly
by Pavel Tatashin
· 8 years ago
1537b26
sparc64: use latency groups to improve add_node_ranges speed
by Pavel Tatashin
· 8 years ago
dcd1912
sparc64: Add 64K page size support
by Nitin Gupta
· 8 years ago
c7d9f77
sparc64: Multi-page size support
by Nitin Gupta
· 8 years ago
cbc41b43
sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structures
by Bhumika Goyal
· 8 years ago
6d23f8a
arch, mm: remove arch specific show_mem
by Michal Hocko
· 8 years ago
5437344
sparc: migrate exception table users onto extable.h
by Paul Gortmaker
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
87a349f
sparc64: fix compile warning section mismatch in find_node()
by Thomas Tai
· 8 years ago
74a5ed5
sparc64: Fix find_node warning if numa node cannot be found
by Thomas Tai
· 8 years ago
a74ad5e
sparc64: Handle extremely large kernel TLB range flushes more gracefully.
by David S. Miller
· 8 years ago
Next »