aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-30khugepaged: selftests: remove debug_cowNanyong Sun1-4/+0
2021-06-30powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy2-1/+44
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy2-6/+14
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy2-3/+26
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy3-24/+56
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy8-19/+17
2021-06-30mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin1-1/+1
2021-06-30mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdMiaohe Lin1-3/+0
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin5-29/+48
2021-06-30mm/huge_memory.c: use page->deferred_listMiaohe Lin1-2/+2
2021-06-30mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASKMiaohe Lin1-4/+2
2021-06-30mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu1-3/+3
2021-06-30mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu1-52/+39
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song4-4/+43
2021-06-30mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledMuchun Song2-0/+9
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song5-2/+69
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song9-17/+227
2021-06-30mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song3-19/+93
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song7-13/+473
2021-06-30mm: hugetlb: gather discrete indexes of tail pageMuchun Song2-10/+30
2021-06-30mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2-1/+6
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song8-144/+172
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds25-215/+720
2021-07-01Merge branch 'cpufreq/cppc-fie' into cpufreq/arm/linux-nextViresh Kumar3777-96464/+90098
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar4-13/+251
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar1-6/+21
2021-07-01cpufreq: CPPC: Pass structure instance by referenceViresh Kumar1-8/+8
2021-07-01cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar1-8/+20
2021-06-30block: check disk exist before trying to add partitionYufen Yu1-7/+16
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds38-622/+2548
2021-06-30Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o2-4/+14
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1908-26530/+107411
2021-06-30Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+6
2021-06-30Merge tag 'microblaze-v5.14' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-4/+1
2021-06-30Merge tag 'safesetid-5.14' of git://github.com/micah-morton/linuxLinus Torvalds2-2/+2
2021-06-30Merge tag 'Smack-for-5.14' of git://github.com/cschaufler/smack-nextLinus Torvalds2-5/+9
2021-06-30Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-37/+53
2021-06-30Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-121/+90
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig1-10/+0
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch4-18/+33
2021-06-30block: return errors from blk_execute_rq()Keith Busch2-3/+8
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch8-47/+19
2021-06-30block: support polling through blk_execute_rqKeith Busch1-1/+17
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig14-51/+19
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig2-4/+1
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig1-9/+5
2021-06-30loop: split loop_lookupChristoph Hellwig1-45/+12
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig1-0/+5
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig1-24/+13
2021-06-30loop: split loop_control_ioctlChristoph Hellwig1-33/+60