summaryrefslogtreecommitdiffstats
path: root/kernel/sched (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_e...Byungchul Park1-0/+4
2017-08-11mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page()Peter Zijlstra1-17/+5
2017-08-11userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropageMike Rapoport1-2/+2
2017-08-11zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke1-2/+2
2017-08-11rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov1-22/+30
2017-08-11mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
2017-08-11mm/balloon_compaction.c: don't zero ballooned pagesWei Wang1-1/+1
2017-08-11MAINTAINERS: copy virtio on balloon_compaction.cMichael S. Tsirkin1-0/+1
2017-08-11mm: fix KSM data corruptionMinchan Kim2-3/+7
2017-08-11mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim8-9/+48
2017-08-11mm: make tlb_flush_pending globalMinchan Kim2-25/+0
2017-08-11mm: refactor TLB gathering APIMinchan Kim8-25/+54
2017-08-11Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit2-6/+7
2017-08-11mm: migrate: fix barriers around tlb_flush_pendingNadav Amit1-4/+10
2017-08-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit4-13/+26
2017-08-11fault-inject: fix wrong should_fail() decision in task contextAkinobu Mita1-3/+5
2017-08-11test_kmod: fix small memory leak on filesystem testsDan Carpenter1-1/+1
2017-08-11test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter1-1/+1
2017-08-11test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez1-4/+4
2017-08-11test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King1-2/+2
2017-08-11userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED caseAndrea Arcangeli1-1/+1
2017-08-11mm: ratelimit PFNs busy info messageJonathan Toppins1-1/+1
2017-08-11mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner4-10/+11
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn3-7/+10