Merge branch 'akpm' (patches from Andrew)
[platform/kernel/linux-starfive.git] / include /
2021-07-02 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-07-02 Linus TorvaldsMerge branch 'for-5.14' of git://git./linux/kernel...
2021-07-02 Linus TorvaldsMerge branch 'for-5.14' of git://git./linux/kernel...
2021-07-02 Linus TorvaldsMerge tag 'mips_5.14' of git://git./linux/kernel/git...
2021-07-01 Linus TorvaldsMerge tag 'pinctrl-v5.14-1' of git://git./linux/kernel...
2021-07-01 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2021-07-01 Linus TorvaldsMerge tag 'clk-for-linus' of git://git./linux/kernel...
2021-07-01 Linus TorvaldsMerge tag 'drm-next-2021-07-01' of git://anongit.freede...
2021-07-01 Linus TorvaldsMerge tag 'for-5.14/io_uring-2021-06-30' of git://git...
2021-07-01 Linus TorvaldsMerge tag 'fs_for_v5.14-rc1' of git://git./linux/kernel...
2021-07-01 Marco Elverkcov: add __no_sanitize_coverage to fix noinstr for...
2021-07-01 Al Virox86: signal: don't do sas_ss_reset() until we are certa...
2021-07-01 Barry Songkprobes: remove duplicated strong free_insn_page in...
2021-07-01 Andy Shevchenkokernel.h: split out kstrtox() and simple_strtox() to...
2021-07-01 Zhen Leilib/mpi: fix spelling mistakes
2021-07-01 Andy Shevchenkoseq_file: drop unused *_escape_mem_ascii()
2021-07-01 Andy Shevchenkoseq_file: add seq_escape_str() as replica of string_esc...
2021-07-01 Andy Shevchenkoseq_file: introduce seq_escape_mem()
2021-07-01 Andy Shevchenkolib/test-string_helpers: add test cases for new features
2021-07-01 Andy Shevchenkolib/string_helpers: allow to append additional characte...
2021-07-01 Andy Shevchenkolib/string_helpers: introduce ESCAPE_NAP to escape...
2021-07-01 Andy Shevchenkolib/string_helpers: introduce ESCAPE_NA for escaping...
2021-07-01 Andy Shevchenkolib/string_helpers: switch to use BIT() macro
2021-07-01 Andy Shevchenkokernel.h: split out panic and oops helpers
2021-07-01 Andy Shevchenkodrm: include only needed headers in ascii85.h
2021-07-01 Alistair Popplemm: device exclusive memory access
2021-07-01 Alistair Popplemm: rename migrate_pgmap_owner
2021-07-01 Alistair Popplemm/rmap: split migration into its own function
2021-07-01 Alistair Popplemm/rmap: split try_to_munlock from try_to_unmap
2021-07-01 Alistair Popplemm/swapops: rework swap entry manipulation code
2021-07-01 Alistair Popplemm: remove special swap entry functions
2021-07-01 Anshuman Khandualmm/thp: define default pmd_pgtable()
2021-07-01 Mel Gormanmm/swap: make NODE_DATA an inline function on CONFIG_FL...
2021-07-01 Mel Gormanmm/swap: make swap_address_space an inline function
2021-07-01 Zhen Leimm: fix spelling mistakes
2021-07-01 Anshuman Khandualmm: define default value for FIRST_USER_ADDRESS
2021-07-01 Hyeonggon Yoomm: fix typos and grammar error in comments
2021-07-01 David Hildenbrandmm/madvise: introduce MADV_POPULATE_(READ|WRITE) to...
2021-07-01 Yang Shimm: rmap: make try_to_unmap() void function
2021-07-01 Yang Shimm: thp: refactor NUMA fault handling
2021-07-01 Yang Shimm: memory: add orig_pmd to struct vm_fault
2021-07-01 Muchun Songmm: migrate: fix missing update page_private to hugetlb...
2021-07-01 Anshuman Khandualarm64/mm: drop HAVE_ARCH_PFN_VALID
2021-07-01 Mike Rapoportmemblock: update initialization of reserved pages
2021-07-01 Mike Rapoportinclude/linux/mmzone.h: add documentation for pfn_valid()
2021-07-01 Ben Widawskymm/mempolicy: use unified 'nodes' for bind/interleave...
2021-07-01 Feng Tangmm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_...
2021-07-01 Feng Tangmm/mempolicy: cleanup nodemask intersection check for oom
2021-07-01 Miaohe Linmm/zbud: don't export any zbud API
2021-07-01 David Hildenbrandmm: introduce page_offline_(begin|end|freeze|thaw)...
2021-07-01 David Hildenbrandfs/proc/kcore: don't read offline sections, logically...
2021-07-01 David Hildenbrandfs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
2021-07-01 Yu Zhaoinclude/trace/events/vmscan.h: remove mm_vmscan_inactiv...
2021-07-01 Axel Rasmussenuserfaultfd/shmem: modify shmem_mfill_atomic_pte to...
2021-07-01 Axel Rasmussenuserfaultfd/shmem: advertise shmem minor fault support
2021-07-01 Axel Rasmussenuserfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_ze...
2021-07-01 Peter Xumm/userfaultfd: fix uffd-wp special cases for fork()
2021-07-01 Muchun Songmm: sparsemem: use huge PMD mapping for vmemmap pages
2021-07-01 Muchun Songmm: sparsemem: split the huge PMD mapping of vmemmap...
2021-07-01 Mina Almasrymm, hugetlb: fix racy resv_huge_pages underflow on...
2021-07-01 Christophe Leroymm/vmalloc: enable mapping of huge pages at pte level...
2021-07-01 Christophe Leroymm/vmalloc: enable mapping of huge pages at pte level...
2021-07-01 Christophe Leroymm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
2021-07-01 Christophe Leroymm/hugetlb: change parameters of arch_make_huge_pte()
2021-07-01 Miaohe Linmm/huge_memory.c: add missing read-only THP checking...
2021-07-01 Miaohe Linmm/huge_memory.c: remove dedicated macro HPAGE_CACHE_IN...
2021-07-01 Muchun Songmm: hugetlb: introduce nr_free_vmemmap_pages in the...
2021-07-01 Muchun Songmm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
2021-07-01 Muchun Songmm: hugetlb: alloc the vmemmap pages associated with...
2021-07-01 Muchun Songmm: hugetlb: free the vmemmap pages associated with...
2021-07-01 Muchun Songmm: hugetlb: gather discrete indexes of tail page
2021-07-01 Muchun Songmm: memory_hotplug: factor out bootmem core functions...
2021-07-01 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2021-07-01 Linus TorvaldsMerge tag 'for-5.14/dm-changes' of git://git./linux...
2021-06-30 Linus TorvaldsMerge tag 'net-next-5.14' of git://git./linux/kernel...
2021-06-30 Linus TorvaldsMerge tag 'sched-urgent-2021-06-30' of git://git./linux...
2021-06-30 Linus TorvaldsMerge tag 'microblaze-v5.14' of git://git.monstr.eu...
2021-06-30 Linus TorvaldsMerge tag 'safesetid-5.14' of git://github.com/micah...
2021-06-30 Linus TorvaldsMerge tag 'Smack-for-5.14' of git://github.com/cschaufl...
2021-06-30 Linus TorvaldsMerge tag 'audit-pr-20210629' of git://git./linux/kerne...
2021-06-30 Linus TorvaldsMerge tag 'selinux-pr-20210629' of git://git./linux...
2021-06-30 Linus TorvaldsMerge tag 'clang-features-v5.14-rc1' of git://git....
2021-06-30 Pavel Begunkovio_uring: simplify struct io_uring_sqe layout
2021-06-30 Linus TorvaldsMerge tag 'for-5.14/drivers-2021-06-29' of git://git...
2021-06-30 Linus TorvaldsMerge tag 'for-5.14/block-2021-06-29' of git://git...
2021-06-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-06-30 Linus TorvaldsMerge tag 'edac_updates_for_v5.14' of git://git./linux...
2021-06-30 Linus TorvaldsMerge tag 'tpmdd-next-v5.14-rc1' of git://git./linux...
2021-06-30 Linus TorvaldsMerge tag 'platform-drivers-x86-v5.14-1' of git://git...
2021-06-30 Linus TorvaldsMerge tag 'mailbox-v5.14' of git://git.linaro.org/landi...
2021-06-30 Linus TorvaldsMerge tag 'for-linus-5.14-1' of git://github.com/cminya...
2021-06-30 Jiri KosinaMerge branch 'for-5.14/multitouch' into for-linus
2021-06-30 Jiri KosinaMerge branch 'for-5.14/logitech' into for-linus
2021-06-30 Jiri KosinaMerge branch 'for-5.14/intel-ish' into for-linus
2021-06-30 Jiri KosinaMerge branch 'for-5.14/google' into for-linus
2021-06-30 Jiri KosinaMerge branch 'for-5.14/core' into for-linus
2021-06-30 Jiri KosinaMerge branch 'for-5.14/amd-sfh' into for-linus
2021-06-30 Dave AirlieMerge tag 'drm-intel-next-fixes-2021-06-29' of git...
2021-06-30 Dave AirlieMerge tag 'drm-misc-next-fixes-2021-06-24' of git:...
2021-06-30 Linus TorvaldsMerge tag 'dlm-5.14' of git://git./linux/kernel/git...
next