index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-23
mm/mmu_notifier: keep track of ranges being invalidated
mmu-notifier-rfc
Jérôme Glisse
2
-0
/
+66
2018-03-23
mm/mmu_notifier: provide context information about range invalidation
Jérôme Glisse
15
-0
/
+53
2018-03-23
mm/mmu_notifier: use struct for invalidate_range_start/end parameters
Jérôme Glisse
27
-293
/
+301
2018-03-23
BUILDFIX
Jérôme Glisse
1
-0
/
+1
2018-03-23
Reverted "mm/hugetlb.c: clean up VM_WARN usage"
Michal Hocko
1
-1
/
+4
2018-03-23
mm: memcg: remote memcg charging for kmem allocations fix
David Rientjes
1
-9
/
+9
2018-03-23
zboot: fix stack protector in compressed boot phase
Huacai Chen
7
-21
/
+20
2018-03-23
kernel/kexec_file.c: load kernel at top of system RAM if required
Baoquan He
1
-0
/
+2
2018-03-23
kernel/kexec_file.c: add walk_system_ram_res_rev()
AKASHI Takahiro
2
-0
/
+66
2018-03-23
fs/dcache.c: add cond_resched() in shrink_dentry_list()
Nikolay Borisov
1
-3
/
+3
2018-03-23
mm,oom_reaper: check for MMF_OOM_SKIP before complaining
Tetsuo Handa
1
-1
/
+2
2018-03-23
mm/ksm: fix interaction with THP
Claudio Imbrenda
1
-0
/
+28
2018-03-23
mm-vmscan-dont-mess-with-pgdat-flags-in-memcg-reclaim-checkpatch-fixes
Andrew Morton
1
-12
/
+14
2018-03-23
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
Andrey Ryabinin
4
-37
/
+70
2018-03-23
mm/vmscan: don't change pgdat state on base of a single LRU list state.
Andrey Ryabinin
1
-58
/
+73
2018-03-23
mm/vmscan: remove redundant current_may_throttle() check
Andrey Ryabinin
1
-1
/
+1
2018-03-23
mm/vmscan: replace mm_vmscan_lru_shrink_inactive with shrink_page_list tracep...
Andrey Ryabinin
2
-34
/
+20
2018-03-23
mm/vmscan: update stale comments
Andrey Ryabinin
1
-5
/
+5
2018-03-23
mm/memblock.c: cast constant ULLONG_MAX to phys_addr_t
Stefan Agner
1
-2
/
+2
2018-03-23
include/linux/mmdebug.h: make VM_WARN* non-rvals
Michal Hocko
1
-4
/
+4
2018-03-23
mm-free_pcppages_bulk-prefetch-buddy-while-not-holding-lock-v4-update2
Aaron Lu
1
-11
/
+14
2018-03-23
mm/memcontrol.c: fix parameter description mismatch
Honglei Wang
1
-3
/
+3
2018-03-23
mm/vmstat.c: Fix vmstat_update() preemption BUG.
Steven J. Hill
1
-0
/
+2
2018-03-23
mm/page_owner: fix recursion bug after changing skip entries
Maninder Singh
1
-3
/
+3
2018-03-23
ipc/shm.c: add split function to shm_vm_ops
Mike Kravetz
1
-0
/
+12
2018-03-23
mm, slab: memcg_link the SLAB's kmem_cache
Shakeel Butt
1
-0
/
+1
2018-03-23
mm, thp: do not cause memcg oom for thp
David Rientjes
2
-4
/
+9
2018-03-23
mm/vmscan: wake up flushers for legacy cgroups too
Andrey Ryabinin
1
-15
/
+16
2018-03-23
Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
Daniel Vacek
3
-40
/
+1
2018-03-23
mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
Kirill A. Shutemov
1
-11
/
+20
2018-03-23
mm/thp: do not wait for lock_page() in deferred_split_scan()
Kirill A. Shutemov
1
-1
/
+3
2018-03-23
mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
Kirill A. Shutemov
1
-1
/
+6
2018-03-23
Revert "mm/memblock.c: hardcode the end_pfn being -1"
Michal Hocko
1
-5
/
+5
2018-03-23
Reverted "mm: remove unused arg from memblock_next_valid_pfn()"
Michal Hocko
3
-3
/
+4
2018-03-23
Reverted "mm/sparse.c: optimize memmap allocation during sparse_init()"
Michal Hocko
2
-26
/
+12
2018-03-15
Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"
Ard Biesheuvel
1
-8
/
+5
2018-03-15
mm/hugetlb.c: clean up VM_WARN usage
Andrew Morton
1
-4
/
+1
2018-03-15
include/linux/mmdebug.h: fix VM_WARN[_*]() with CONFIG_DEBUG_VM=n
Andrew Morton
1
-4
/
+4
2018-03-15
zram-drop-max_zpage_size-and-use-zs_huge_class_size-v3
Sergey Senozhatsky
1
-1
/
+1
2018-03-15
zsmalloc-introduce-zs_huge_class_size-function-v3
Sergey Senozhatsky
2
-2
/
+3
2018-03-15
x86/mm: implement free pmd/pte page interfaces
Toshi Kani
1
-2
/
+26
2018-03-15
mm-vmalloc-add-interfaces-to-free-unmapped-page-table-fix
Andrew Morton
1
-1
/
+1
2018-03-15
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
4
-2
/
+48
2018-03-15
hugetlbfs-check-for-pgoff-value-overflow-v3-fix-fix
Andrew Morton
1
-1
/
+2
2018-03-15
m68k/mm: Stop printing the virtual memory layout
Geert Uytterhoeven
1
-27
/
+0
2018-03-14
headers-untangle-kmemleakh-from-mmh-fix-fix
Michal Hocko
1
-0
/
+1
2018-03-14
mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT
Andrea Arcangeli
1
-2
/
+5
2018-03-14
headers-untangle-kmemleakh-from-mmh-fix
Andrew Morton
1
-0
/
+1
2018-03-14
linux/const.h: refactor _BITUL and _BITULL a bit
Masahiro Yamada
1
-2
/
+2
2018-03-14
linux/const.h: move UL() macro to include/linux/const.h
Masahiro Yamada
5
-18
/
+12
[next]