Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
ed3f4e239834317934cc73a187e27e44b217056b
ed3f4e2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 6 years ago
c7b7eef
Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 6 years ago
e558545
Merge tag 'led-fix-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 6 years ago
b59dfda
i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] array
by Linus Torvalds
· 6 years ago
345671e
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
4904008
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
a45dcff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 6 years ago
22146c3
hugetlbfs: dirty pages as they are added to pagecache
by Mike Kravetz
· 6 years ago
aa8aa8a
mm: export add_swap_extent()
by Omar Sandoval
· 6 years ago
bc4ae27
mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
by Omar Sandoval
· 6 years ago
91cbacc
tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NOREPLACE
by Michael Ellerman
· 6 years ago
7eef5f9
mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()
by Andrea Arcangeli
· 6 years ago
7066f0f
mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()
by Andrea Arcangeli
· 6 years ago
d7c3393
mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
by Andrea Arcangeli
· 6 years ago
026d1ea
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
by Clark Williams
· 6 years ago
df06b37
mm/gup: cache dev_pagemap while pinning pages
by Keith Busch
· 6 years ago
9fd61bc
Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
by Masayoshi Mizuma
· 6 years ago
ec393a0f
mm: return zero_resv_unavail optimization
by Pavel Tatashin
· 6 years ago
907ec5f
mm: zero remaining unavailable struct pages
by Naoya Horiguchi
· 6 years ago
3821b76
tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option
by Keith Busch
· 6 years ago
0dd8666
tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED option
by Keith Busch
· 6 years ago
aeb85ed
tools/testing/selftests/vm/gup_benchmark.c: allow user specified file
by Keith Busch
· 6 years ago
319e0be
tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage
by Keith Busch
· 6 years ago
714a3a1
mm/gup_benchmark.c: add additional pinning methods
by Keith Busch
· 6 years ago
26db3d0
mm/gup_benchmark.c: time put_page()
by Keith Busch
· 6 years ago
7a1adfd
mm: don't raise MEMCG_OOM event due to failed high-order allocation
by Roman Gushchin
· 6 years ago
6408136
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
by Dave Chinner
· 6 years ago
a9a9e77
mm: move mirrored memory specific code outside of memmap_init_zone
by Pavel Tatashin
· 6 years ago
d3035be
mm: calculate deferred pages after skipping mirrored memory
by Pavel Tatashin
· 6 years ago
dfb3ccd
mm: make memmap_init a proper function
by Pavel Tatashin
· 6 years ago
1c2d479
mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type
by Kirill Tkhai
· 6 years ago
4a22212
mm/page_alloc.c: initialize num_movable in move_freepages()
by David Rientjes
· 6 years ago
61855f0
mm/zsmalloc.c: fix fall-through annotation
by Gustavo A. R. Silva
· 6 years ago
7eaa8c9
userfaultfd: selftest: recycle lock threads first
by Peter Xu
· 6 years ago
04d8773
userfaultfd: selftest: generalize read and poll
by Peter Xu
· 6 years ago
439de0d
userfaultfd: selftest: cleanup help messages
by Peter Xu
· 6 years ago
f0ecf25
mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
by Jann Horn
· 6 years ago
ff09d7e
mm/memory.c: recheck page table entry with page table lock held
by Aneesh Kumar K.V
· 6 years ago
cc4b8c7
mm: dax: add comment for PFN_SPECIAL
by Yang Shi
· 6 years ago
9bc8039
mm: brk: downgrade mmap_sem to read when shrinking
by Yang Shi
· 6 years ago
85a0683
mm: mremap: downgrade mmap_sem to read when shrinking
by Yang Shi
· 6 years ago
3c05132
mm/filemap.c: use vmf_error()
by Souptick Joarder
· 6 years ago
544db75
hugetlb: introduce generic version of huge_ptep_get
by Alexandre Ghiti
· 6 years ago
facf6d5
hugetlb: introduce generic version of huge_ptep_set_access_flags()
by Alexandre Ghiti
· 6 years ago
8e581d4
hugetlb: introduce generic version of huge_ptep_set_wrprotect()
by Alexandre Ghiti
· 6 years ago
78d6e4e
hugetlb: introduce generic version of prepare_hugepage_range
by Alexandre Ghiti
· 6 years ago
c4916a0
hugetlb: introduce generic version of huge_pte_wrprotect
by Alexandre Ghiti
· 6 years ago
cae72ab
hugetlb: introduce generic version of huge_pte_none()
by Alexandre Ghiti
· 6 years ago
fe63222
hugetlb: introduce generic version of huge_ptep_clear_flush
by Alexandre Ghiti
· 6 years ago
a4d8385
hugetlb: introduce generic version of huge_ptep_get_and_clear()
by Alexandre Ghiti
· 6 years ago
cea685d
hugetlb: introduce generic version of set_huge_pte_at()
by Alexandre Ghiti
· 6 years ago
1e5f50f
hugetlb: introduce generic version of hugetlb_free_pgd_range
by Alexandre Ghiti
· 6 years ago
d018498
hugetlb: harmonize hugetlb.h arch specific defines with pgtable.h
by Alexandre Ghiti
· 6 years ago
d4faa40
mm: remove unnecessary local variable addr in __get_user_pages_fast()
by Wei Yang
· 6 years ago
966cf44
mm: defer ZONE_DEVICE page initialization to the point where we init pgmap
by Alexander Duyck
· 6 years ago
d483da5
mm: create non-atomic version of SetPageReserved for init use
by Alexander Duyck
· 6 years ago
f682a97
mm: provide kernel parameter to allow disabling page init poisoning
by Alexander Duyck
· 6 years ago
85cfb24
memcg: remove memcg_kmem_skip_account
by Shakeel Butt
· 6 years ago
86b27be
mm/memory_hotplug.c: clean up node_states_check_changes_offline()
by Oscar Salvador
· 6 years ago
8efe33f
mm/memory_hotplug.c: simplify node_states_check_changes_online
by Oscar Salvador
· 6 years ago
cf01f6f5
mm/memory_hotplug.c: tidy up node_states_clear_node()
by Oscar Salvador
· 6 years ago
83d8361
mm/memory_hotplug.c: spare unnecessary calls to node_set_state
by Oscar Salvador
· 6 years ago
3cb7b12
mm/filemap.c: Use existing variable
by haiqing.shq
· 6 years ago
cb49224
mm: unmap VM_PFNMAP mappings with optimized path
by Yang Shi
· 6 years ago
b4cefb3
mm: unmap VM_HUGETLB mappings with optimized path
by Yang Shi
· 6 years ago
dd2283f
mm: mmap: zap pages with read mmap_sem in munmap
by Yang Shi
· 6 years ago
a8dda16
vfree: add debug might_sleep()
by Andrey Ryabinin
· 6 years ago
3ca4ea3
mm/vmalloc.c: improve vfree() kerneldoc
by Andrey Ryabinin
· 6 years ago
52414d3
kvfree(): fix misleading comment
by Andrey Ryabinin
· 6 years ago
dedf2c7
mm/mempolicy.c: use match_string() helper to simplify the code
by zhong jiang
· 6 years ago
c3df29d
mm/swap.c: remove duplicated include
by YueHaibing
· 6 years ago
2c029a1
mm, page_alloc: drop should_suppress_show_mem
by Michal Hocko
· 6 years ago
e9b257e
mm/memcontrol.c: fix memory.stat item ordering
by Johannes Weiner
· 6 years ago
4b85afb
mm: zero-seek shrinkers
by Johannes Weiner
· 6 years ago
68d48e6
mm: workingset: add vmstat counter for shadow nodes
by Johannes Weiner
· 6 years ago
505802a
mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaim
by Johannes Weiner
· 6 years ago
2ce7135
psi: cgroup support
by Johannes Weiner
· 6 years ago
eb41468
psi: pressure stall information for CPU, memory, and IO
by Johannes Weiner
· 6 years ago
246b3b3
sched: introduce this_rq_lock_irq()
by Johannes Weiner
· 6 years ago
1f351d7
sched: sched.h: make rq locking and clock functions available in stats.h
by Johannes Weiner
· 6 years ago
5c54f5b
sched: loadavg: make calc_load_n() public
by Johannes Weiner
· 6 years ago
8508cf3
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
by Johannes Weiner
· 6 years ago
b1d29ba
delayacct: track delays from thrashing cache pages
by Johannes Weiner
· 6 years ago
1899ad1
mm: workingset: tell cache transitions from workingset thrashing
by Johannes Weiner
· 6 years ago
95f9ab2
mm: workingset: don't drop refault information prematurely
by Johannes Weiner
· 6 years ago
f0d7787
mm, slab: shorten kmalloc cache names for large sizes
by Vlastimil Babka
· 6 years ago
61f94e1
mm, proc: add KReclaimable to /proc/meminfo
by Vlastimil Babka
· 6 years ago
b29940c
mm: rename and change semantics of nr_indirectly_reclaimable_bytes
by Vlastimil Babka
· 6 years ago
2e03b4b
dcache: allocate external names from reclaimable kmalloc caches
by Vlastimil Babka
· 6 years ago
1291523
mm, slab/slub: introduce kmalloc-reclaimable caches
by Vlastimil Babka
· 6 years ago
cc252ea
mm, slab: combine kmalloc_caches and kmalloc_dma_caches
by Vlastimil Babka
· 6 years ago
3b9aadf
userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults
by Andrea Arcangeli
· 6 years ago
6471f52
alpha: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
e92d39c
unicore32: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
ddf6398
um: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
be6ec5b1
um: setup_physmem: stop using global variables
by Mike Rapoport
· 6 years ago
0042379
nios2: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
a811c05
nios2: use generic early_init_dt_add_memory_arch
by Mike Rapoport
· 6 years ago
6072cf5
of: ignore sub-page memory regions
by Mike Rapoport
· 6 years ago
426dcd4
hexagon: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
Next »