summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: stackdepot: add support to disable stack depotVijayanand Jitta2021-02-261-0/+9
* string.h: move fortified functions definitions in a dedicated header.Francis Laniel2021-02-262-281/+303
* groups: use flexible-array member in struct group_infoHubert Jasudowicz2021-02-261-1/+1
* treewide: Miguel has movedMiguel Ojeda2021-02-262-2/+2
* include/linux: remove repeated wordsRandy Dunlap2021-02-264-4/+4
* kasan: unify large kfree checksAndrey Konovalov2021-02-261-8/+8
* kasan, mm: don't save alloc stacks twiceAndrey Konovalov2021-02-261-0/+9
* tracing: add error_report_end trace pointAlexander Potapenko2021-02-261-0/+74
* kfence: add test suiteMarco Elver2021-02-261-2/+7
* mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko2021-02-261-0/+3
* mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko2021-02-261-0/+3
* kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-261-2/+3
* mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2021-02-261-0/+216
* mm: page-flags.h: Typo fix (It -> If)Guo Ren2021-02-261-2/+2
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-02-261-1/+1
* mm/zswap: add the flag can_sleep_mappedTian Tao2021-02-261-0/+3
* mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin2021-02-261-1/+2
* mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual2021-02-261-0/+10
* drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand2021-02-261-2/+1
* mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-261-1/+1
* mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual2021-02-261-2/+2
* mm: fix memory_failure() handling of dax-namespace metadataDan Williams2021-02-261-0/+6
* mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams2021-02-261-7/+27
* mm: move pfn_to_online_page() out of lineDan Williams2021-02-261-16/+1
* mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner2021-02-261-0/+6
* mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand2021-02-261-0/+15
* mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel2021-02-261-0/+2
* mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2021-02-261-0/+2
* mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-3/+0
* mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-2/+1
* mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-1/+1
* mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-3/+2
* mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-2/+2
* mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-0/+2
* mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-02-261-0/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-254-24/+8
|\
| * kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-2/+2
| * vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers2021-02-161-1/+6
| * kbuild: check the minimum compiler version in KconfigMasahiro Yamada2021-02-162-21/+0
* | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-254-11/+62
|\ \
| * \ Merge branch 'pci/ntb'Bjorn Helgaas2021-02-243-8/+60
| |\ \
| | * | PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I2021-02-231-0/+1
| | * | PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directoryKishon Vijay Abraham I2021-02-231-0/+3
| | * | PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I2021-02-231-0/+5
| | * | PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I2021-02-231-0/+8
| | * | PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I2021-02-232-4/+38
| | * | PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I2021-02-231-2/+0
| | * | PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I2021-02-232-4/+5
| | * | PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I2021-02-231-0/+2
| * | | Merge branch 'pci/misc'Bjorn Helgaas2021-02-241-0/+2
| |\ \ \