index
:
~lostgoat/linux
for-alex
for-alex-4.13
kiq-priority
wip-high-priority-v9
wip-process-priorities-v1
wip-process-priorities-v2
wip-process-priorities-v3
Work in progress for my drm linux changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-22
userfaultfd: introduce vma_can_userfault
Mike Rapoport
1
-4
/
+9
2017-02-22
userfaultfd: hugetlbfs: UFFD_FEATURE_MISSING_HUGETLBFS
Andrea Arcangeli
1
-3
/
+25
2017-02-22
userfaultfd: hugetlbfs: reserve count on error in __mcopy_atomic_hugetlb
Mike Kravetz
1
-1
/
+16
2017-02-22
userfaultfd: hugetlbfs: gup: support VM_FAULT_RETRY
Andrea Arcangeli
3
-11
/
+44
2017-02-22
userfaultfd: hugetlbfs: userfaultfd_huge_must_wait for hugepmd ranges
Mike Kravetz
1
-2
/
+49
2017-02-22
userfaultfd: hugetlbfs: add userfaultfd_hugetlb test
Mike Kravetz
3
-17
/
+161
2017-02-22
userfaultfd: hugetlbfs: allow registration of ranges containing huge pages
Mike Kravetz
2
-5
/
+53
2017-02-22
userfaultfd: hugetlbfs: add userfaultfd hugetlb hook
Mike Kravetz
1
-0
/
+33
2017-02-22
userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processing
Mike Kravetz
4
-6
/
+14
2017-02-22
userfaultfd: hugetlbfs: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY
Mike Kravetz
1
-0
/
+186
2017-02-22
userfaultfd: hugetlbfs: add hugetlb_mcopy_atomic_pte for userfaultfd support
Mike Kravetz
2
-0
/
+88
2017-02-22
userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd ...
Mike Kravetz
2
-0
/
+28
2017-02-22
userfaultfd: non-cooperative: wake userfaults after UFFDIO_UNREGISTER
Andrea Arcangeli
1
-0
/
+13
2017-02-22
userfaultfd: non-cooperative: avoid MADV_DONTNEED race condition
Andrea Arcangeli
1
-1
/
+1
2017-02-22
userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED request
Pavel Emelyanov
4
-1
/
+51
2017-02-22
userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()
Andrea Arcangeli
3
-5
/
+5
2017-02-22
userfaultfd: non-cooperative: add mremap() event
Pavel Emelyanov
4
-6
/
+76
2017-02-22
userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_users
Mike Rapoport
1
-1
/
+1
2017-02-22
userfaultfd: non-cooperative: Add fork() event
Pavel Emelyanov
4
-16
/
+170
2017-02-22
userfaultfd: non-cooperative: report all available features to userland
Andrea Arcangeli
1
-4
/
+7
2017-02-22
userfaultfd: non-cooperative: add ability to report non-PF events from uffd d...
Pavel Emelyanov
1
-2
/
+96
2017-02-22
userfaultfd: non-cooperative: Split the find_userfault() routine
Pavel Emelyanov
1
-6
/
+11
2017-02-22
userfaultfd: use vma_is_anonymous
Andrea Arcangeli
2
-5
/
+5
2017-02-22
userfaultfd: convert BUG() to WARN_ON_ONCE()
Andrea Arcangeli
1
-1
/
+2
2017-02-22
userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WP
Andrea Arcangeli
1
-1
/
+1
2017-02-22
userfaultfd: document _IOR/_IOW
Andrea Arcangeli
2
-1
/
+15
2017-02-22
oom, trace: add compaction retry tracepoint
Michal Hocko
3
-6
/
+81
2017-02-22
oom, trace: add oom detection tracepoints
Michal Hocko
2
-2
/
+50
2017-02-22
mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common header
Michal Hocko
2
-57
/
+67
2017-02-22
mm/vmalloc.c: use rb_entry_safe
Geliang Tang
1
-1
/
+1
2017-02-22
mm, page_alloc: avoid page_to_pfn() when merging buddies
Vlastimil Babka
2
-6
/
+6
2017-02-22
mm, page_alloc: don't convert pfn to idx when merging
Vlastimil Babka
3
-23
/
+20
2017-02-22
mm: throttle show_mem() from warn_alloc()
Michal Hocko
1
-11
/
+18
2017-02-22
tmpfs: change shmem_mapping() to test shmem_aops
Hugh Dickins
1
-4
/
+1
2017-02-22
slub: make sysfs directories for memcg sub-caches optional
Tejun Heo
3
-2
/
+46
2017-02-22
slab: use memcg_kmem_cache_wq for slab destruction operations
Tejun Heo
3
-9
/
+10
2017-02-22
slab: remove slub sysfs interface files early for empty memcg caches
Tejun Heo
1
-2
/
+23
2017-02-22
slab: remove synchronous synchronize_sched() from memcg cache deactivation path
Tejun Heo
4
-4
/
+76
2017-02-22
slab: introduce __kmemcg_cache_deactivate()
Tejun Heo
5
-23
/
+36
2017-02-22
slab: implement slab_root_caches list
Tejun Heo
4
-25
/
+53
2017-02-22
slab: link memcg kmem_caches on their associated memory cgroup
Tejun Heo
5
-10
/
+40
2017-02-22
slab: reorganize memcg_cache_params
Tejun Heo
3
-24
/
+40
2017-02-22
slab: remove synchronous rcu_barrier() call in memcg cache release path
Tejun Heo
1
-42
/
+60
2017-02-22
slub: separate out sysfs_slab_release() from sysfs_slab_remove()
Tejun Heo
3
-5
/
+13
2017-02-22
Revert "slub: move synchronize_sched out of slab_mutex on shrink"
Tejun Heo
5
-31
/
+23
2017-02-22
mm, slab: rename kmalloc-node cache to kmalloc-<size>
Vlastimil Babka
3
-5
/
+9
2017-02-22
mm/slub: add a dump_stack() to the unexpected GFP check
Borislav Petkov
1
-0
/
+1
2017-02-22
slub: do not merge cache if slub_debug contains a never-merge flag
Grygorii Maistrenko
1
-1
/
+4
2017-02-22
kernel/watchdog.c: do not hardcode CPU 0 as the initial thread
Prarit Bhargava
1
-10
/
+15
2017-02-22
9p: fix a potential acl leak
Cong Wang
1
-0
/
+2
[next]