summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro2021-07-012-4/+0
* kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song2021-07-011-1/+0
* kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko2021-07-014-149/+157
* lib/mpi: fix spelling mistakesZhen Lei2021-07-011-2/+2
* seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko2021-07-012-4/+0
* seq_file: add seq_escape_str() as replica of string_escape_str()Andy Shevchenko2021-07-011-0/+7
* seq_file: introduce seq_escape_mem()Andy Shevchenko2021-07-011-0/+2
* lib/test-string_helpers: add test cases for new featuresAndy Shevchenko2021-07-011-0/+4
* lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko2021-07-011-0/+1
* lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko2021-07-011-0/+1
* lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko2021-07-011-0/+1
* lib/string_helpers: switch to use BIT() macroAndy Shevchenko2021-07-011-10/+11
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-014-83/+112
* drm: include only needed headers in ascii85.hAndy Shevchenko2021-07-011-1/+2
* mm: device exclusive memory accessAlistair Popple2021-07-014-3/+60
* mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-10/+10
* mm/rmap: split migration into its own functionAlistair Popple2021-07-011-3/+1
* mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2021-07-011-2/+1
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-26/+30
* mm: remove special swap entry functionsAlistair Popple2021-07-012-48/+25
* mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-0/+9
* mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEMMel Gorman2021-07-011-1/+4
* mm/swap: make swap_address_space an inline functionMel Gorman2021-07-011-1/+5
* mm: fix spelling mistakesZhen Lei2021-07-013-3/+3
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-0/+9
* mm: fix typos and grammar error in commentsHyeonggon Yoo2021-07-011-1/+1
* mm: rmap: make try_to_unmap() void functionYang Shi2021-06-301-1/+1
* mm: thp: refactor NUMA fault handlingYang Shi2021-06-301-23/+0
* mm: memory: add orig_pmd to struct vm_faultYang Shi2021-06-302-6/+10
* mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2021-06-301-0/+5
* arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-06-301-0/+9
* memblock: update initialization of reserved pagesMike Rapoport2021-06-301-1/+3
* include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport2021-06-301-0/+11
* mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky2021-06-301-5/+2
* mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang2021-06-301-1/+1
* mm/zbud: don't export any zbud APIMiaohe Lin2021-06-301-23/+0
* mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand2021-06-301-0/+10
* fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand2021-06-301-0/+12
* fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand2021-06-301-3/+0
* userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen2021-06-301-0/+5
* userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen2021-06-301-11/+8
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-06-302-1/+3
* mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song2021-06-301-19/+6
* mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song2021-06-301-2/+2
* mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-301-0/+4
* mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy2021-06-301-0/+7
* mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy2021-06-301-0/+8
* mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy2021-06-301-1/+25
* mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-301-2/+2
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-301-22/+35