aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12mm/hexagon: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm/csky: use general page fault accountingPeter Xu1-11/+1
2020-08-12mm/arm64: use general page fault accountingPeter Xu1-23/+6
2020-08-12mm/arm: use general page fault accountingPeter Xu1-19/+6
2020-08-12mm/arc: use general page fault accountingPeter Xu1-15/+3
2020-08-12mm/alpha: use general page fault accountingPeter Xu1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu24-25/+26
2020-08-12alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck1-4/+4
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig5-29/+25
2020-08-12uaccess: remove segment_eqChristoph Hellwig22-28/+23
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig1-0/+2
2020-08-12nds32: use uaccess_kernel in show_regsChristoph Hellwig1-1/+1
2020-08-12syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig1-0/+2
2020-08-12sparc: drop unused MAX_PHYSADDR_BITSArvind Sankar1-1/+0
2020-08-12sh/mm: drop unused MAX_PHYSADDR_BITSArvind Sankar1-3/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He4-22/+0
2020-08-12x86/mm: use max memory block size on bare metalDaniel Jordan1-0/+9
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds42-50/+90
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds22-46/+30
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds14-257/+1
2020-08-09Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+1
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada3-11/+3
2020-08-10kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada1-1/+1
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-9/+19
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang3-5/+16
2020-08-08arm64/fixmap: make notes of fixed_addresses more preciselyPingfan Liu1-4/+3
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-4/+4
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-18/+25
2020-08-07powerpc/ptrace: Fix build error in pkey_get()Michael Ellerman1-2/+0
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+0
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds16-411/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds155-481/+113
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov1-1/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport17-49/+4
2020-08-07arm64/mm: enable vmem_altmap support for vmemmap mappingsAnshuman Khandual1-20/+38
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual3-7/+4
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual4-6/+6
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport18-62/+11
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport4-40/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport12-135/+12
2020-08-07xtensa: switch to generic version of pte allocationMike Rapoport1-22/+19
2020-08-07opeinrisc: switch to generic version of pte allocationMike Rapoport1-30/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport117-111/+16
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-3/+3
2020-08-07Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-18/+18
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds308-5074/+8704
2020-08-07Merge tag 'm68knommu-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds6-47/+45
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds28-34/+316
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-10/+0