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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...
Liam Howlett
1
-1
/
+1
2021-06-29
arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()
Liam Howlett
1
-1
/
+1
2021-06-29
arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
Liam Howlett
1
-4
/
+4
2021-06-29
drm/i915/selftests: use vma_lookup() in __igt_mmap()
Liam Howlett
1
-1
/
+1
2021-06-29
mm: add vma_lookup(), update find_vma_intersection() comments
Liam Howlett
1
-4
/
+32
2021-06-29
mm/memory.c: fix comment of finish_mkwrite_fault()
Liu Xiang
1
-1
/
+1
2021-06-29
mm/mmap: use find_vma_intersection() in do_mmap() for overlap
Liam Howlett
1
-3
/
+1
2021-06-29
mm/mmap: introduce unlock_range() for code cleanup
Liam Howlett
1
-19
/
+20
2021-06-29
mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
Gonzalo Matias Juarez Tello
1
-7
/
+2
2021-06-29
mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
David Hildenbrand
3
-2
/
+4
2021-06-29
binfmt: remove in-tree usage of MAP_EXECUTABLE
David Hildenbrand
5
-15
/
+8
2021-06-29
perf: MAP_EXECUTABLE does not indicate VM_MAYEXEC
David Hildenbrand
1
-2
/
+0
2021-06-29
mm: memcontrol: remove trailing semicolon in macros
Huilong Deng
1
-1
/
+1
2021-06-29
loop: charge i/o to mem and blk cg
Dan Schatzberg
5
-21
/
+51
2021-06-29
mm: charge active memcg when no mm is set
Dan Schatzberg
3
-17
/
+30
2021-06-29
loop: use worker per cgroup instead of kworker
Dan Schatzberg
2
-34
/
+187
2021-06-29
memcontrol: use flexible-array member
wenhuizhang
1
-2
/
+1
2021-06-29
mm: vmscan: remove noinline_for_stack
Muchun Song
1
-3
/
+3
2021-06-29
mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock
Muchun Song
1
-1
/
+2
2021-06-29
mm: memcontrol: simplify the logic of objcg pinning memcg
Muchun Song
1
-14
/
+6
2021-06-29
mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec
Muchun Song
2
-5
/
+5
2021-06-29
mm: memcontrol: simplify lruvec_holds_page_lru_lock
Muchun Song
1
-24
/
+7
2021-06-29
mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
Muchun Song
5
-14
/
+11
2021-06-29
mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
Muchun Song
1
-11
/
+14
2021-06-29
mm: memcontrol: fix page charging in page replacement
Muchun Song
1
-3
/
+5
2021-06-29
mm: memcontrol: fix root_mem_cgroup charging
Muchun Song
1
-5
/
+12
2021-06-29
mm: memcg/slab: disable cache merging for KMALLOC_NORMAL caches
Waiman Long
1
-0
/
+7
2021-06-29
mm: memcg/slab: create a new set of kmalloc-cg-<n> caches
Waiman Long
4
-19
/
+62
2021-06-29
mm: memcg/slab: properly set up gfp flags for objcg pointer array
Waiman Long
2
-1
/
+8
2021-06-29
mm/memcg: optimize user context object stock access
Waiman Long
1
-28
/
+72
2021-06-29
mm/memcg: improve refill_obj_stock() performance
Waiman Long
1
-13
/
+35
2021-06-29
mm/memcg: cache vmstat data in percpu memcg_stock_pcp
Waiman Long
1
-3
/
+87
2021-06-29
mm/memcg: move mod_objcg_state() to memcontrol.c
Waiman Long
2
-14
/
+15
2021-06-29
swap: check mapping_empty() for swap cache before being freed
Huang Ying
1
-1
/
+6
2021-06-29
mm: free idle swap cache page after COW
Huang Ying
3
-1
/
+8
2021-06-29
mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()
Huang Ying
1
-9
/
+6
2021-06-29
mm/swap_slots.c: delete meaningless forward declarations
Miaohe Lin
1
-2
/
+0
2021-06-29
mm/swap: remove unused local variable nr_shadows
Miaohe Lin
1
-5
/
+0
2021-06-29
mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION
Miaohe Lin
1
-52
/
+31
2021-06-29
mm/shmem: fix shmem_swapin() race with swapoff
Miaohe Lin
1
-1
/
+13
2021-06-29
mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()
Miaohe Lin
1
-6
/
+0
2021-06-29
swap: fix do_swap_page() race with swapoff
Miaohe Lin
2
-2
/
+18
2021-06-29
mm/swapfile: use percpu_ref to serialize against concurrent swapoff
Miaohe Lin
2
-32
/
+52
2021-06-29
mm: pagewalk: fix walk for hugepage tables
Christophe Leroy
1
-5
/
+53
2021-06-29
mm: gup: pack has_pinned in MMF_HAS_PINNED
Andrea Arcangeli
6
-17
/
+25
2021-06-29
mm: gup: allow FOLL_PIN to scale in SMP
Andrea Arcangeli
1
-2
/
+2
2021-06-29
mm/gup_benchmark: support threading
Peter Xu
1
-31
/
+65
2021-06-29
mm: move page dirtying prototypes from mm.h
Matthew Wilcox (Oracle)
4
-4
/
+6
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
8
-22
/
+6
2021-06-29
fs: remove anon_set_page_dirty()
Matthew Wilcox (Oracle)
1
-10
/
+1
[prev]
[next]