summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-12sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar
2018-11-12sched/fair: Make some variables staticMuchun Song
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar
2018-11-12sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi
2018-11-12sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi
2018-11-12Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-11-05sched/fair: Fix a comment in task_numa_fault()Yi Wang
2018-11-04sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song
2018-11-04sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
2018-11-04sched/fair: Clean up load_balance() conditionValentin Schneider
2018-11-04sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra
2018-10-29sched/rt: Update comment in pick_next_task_rt()Muchun Song
2018-10-27i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2018-10-26hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-10-26mm: export add_swap_extent()Omar Sandoval
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval
2018-10-26tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE...Michael Ellerman
2018-10-26mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-26mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli
2018-10-26mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-10-26Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Masayoshi Mizuma
2018-10-26mm: return zero_resv_unavail optimizationPavel Tatashin
2018-10-26mm: zero remaining unavailable struct pagesNaoya Horiguchi
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB optionKeith Busch
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED optionKeith Busch
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: allow user specified fileKeith Busch
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch
2018-10-26mm/gup_benchmark.c: add additional pinning methodsKeith Busch
2018-10-26mm/gup_benchmark.c: time put_page()Keith Busch
2018-10-26mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin
2018-10-26mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner
2018-10-26mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin
2018-10-26mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin
2018-10-26mm: make memmap_init a proper functionPavel Tatashin
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai
2018-10-26mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes
2018-10-26mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva
2018-10-26userfaultfd: selftest: recycle lock threads firstPeter Xu
2018-10-26userfaultfd: selftest: generalize read and pollPeter Xu
2018-10-26userfaultfd: selftest: cleanup help messagesPeter Xu
2018-10-26mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn
2018-10-26mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V
2018-10-26mm: dax: add comment for PFN_SPECIALYang Shi