aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-16rapidio: fix error handling pathSouptick Joarder1-6/+7
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai4-7/+6
2020-10-16autofs: harden ioctl tableMatthew Wilcox1-2/+6
2020-10-16ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)1-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn8-107/+29
2020-10-16mm/gup: take mmap_lock in get_dump_page()Jann Horn1-6/+10
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn4-120/+138
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn4-199/+106
2020-10-16coredump: refactor page range dumping into common helperJann Horn4-35/+41
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn1-11/+11
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2-37/+28
2020-10-16tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly3-2/+76
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly1-0/+25
2020-10-16checkpatch: add new warnings to author signoff checks.Dwaipayan Ray1-16/+77
2020-10-16checkpatch: fix false positive on empty block comment linesƁukasz Stelmach1-1/+1
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray1-3/+4
2020-10-16checkpatch: emit a warning on embedded filenamesJoe Perches1-0/+6
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray1-0/+4
2020-10-16checkpatch: allow not using -f with files that are in gitJoe Perches1-0/+14
2020-10-16checkpatch: warn on self-assignmentsJoe Perches1-0/+11
2020-10-16const_structs.checkpatch: add pinctrl_ops and pinmux_opsRikard Falkeborn1-0/+2
2020-10-16checkpatch: warn if trace_printk and friends are calledNicolas Boichat1-0/+6
2020-10-16const_structs.checkpatch: add phy_opsRikard Falkeborn1-0/+1
2020-10-16checkpatch: add test for comma use that should be semicolonJoe Perches1-0/+11
2020-10-16checkpatch: move repeated word testJoe Perches1-36/+36
2020-10-16checkpatch: add --kconfig-prefixJerome Forissier1-4/+8
2020-10-16bitops: use the same mechanism for get_count_order[_long]Wei Yang1-5/+3
2020-10-16bitops: simplify get_count_order_long()Wei Yang1-4/+1
2020-10-16lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan1-1/+1
2020-10-16lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()Dan Carpenter1-1/+1
2020-10-16include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko1-10/+19
2020-10-16lib/percpu_counter.c: use helper macro abs()Miaohe Lin1-1/+1
2020-10-16lib/scatterlist.c: avoid a double memsetChristophe JAILLET1-1/+1
2020-10-16lib/idr.c: document that ida_simple_{get,remove}() are deprecatedStephen Boyd1-0/+4
2020-10-16lib/idr.c: document calling context for IDA APIs mustn't use locksStephen Boyd2-6/+12
2020-10-16lib/mpi/mpi-bit.c: fix spello of "functions"Randy Dunlap1-1/+1
2020-10-16lib: test_sysctl: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: syscall: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: radix-tree: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: earlycpio: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: dynamic_queue_limits: delete duplicated words + fix typoRandy Dunlap1-2/+2
2020-10-16lib: decompress_bunzip2: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: libcrc32c: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: bitmap: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.orgJarkko Sakkinen2-3/+4
2020-10-16get_maintainer: exclude MAINTAINERS file(s) from --git-fallbackJoe Perches1-2/+4
2020-10-16get_maintainer: add test for file in VCSJoe Perches1-0/+3
2020-10-16kernel: acct.c: fix some kernel-doc nitsRandy Dunlap1-5/+3
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap15-15/+15
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang1-1/+1
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko12-154/+170
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)7-29/+29
2020-10-16include/linux/mmzone.h: remove unused early_pfn_valid()Mike Rapoport1-5/+0
2020-10-16mm: use helper function put_write_access()Miaohe Lin2-2/+2
2020-10-16mm/workingset.c: fix some doc warningsXiaofei Tan1-1/+1
2020-10-16mm: fix some comments formattingChen Tao2-2/+2
2020-10-16mm: fix some broken commentsMiaohe Lin2-3/+3
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao3-6/+10
2020-10-16mm/highmem.c: clean up endif commentsIra Weiny1-2/+2
2020-10-16mm/page_reporting.c: drop stale list head check in page_reporting_cycleWei Yang1-1/+1
2020-10-16mm/slab.h: remove duplicate includeYueHaibing1-1/+0
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson1-1/+1
2020-10-16mm/memory_hotplug: update comment regarding zone shufflingDavid Hildenbrand1-7/+4
2020-10-16mm/page_alloc: place pages to tail in __free_pages_core()David Hildenbrand1-10/+23
2020-10-16mm/page_alloc: move pages to tail in move_to_free_list()David Hildenbrand2-3/+12
2020-10-16mm/page_alloc: place pages to tail in __putback_isolated_page()David Hildenbrand1-2/+16
2020-10-16mm/page_alloc: convert "report" flag of __free_one_page() to a proper flagDavid Hildenbrand1-5/+22
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour3-24/+30
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand3-6/+4
2020-10-16hv_balloon: try to merge system ram resourcesDavid Hildenbrand1-1/+1
2020-10-16xen/balloon: try to merge system ram resourcesDavid Hildenbrand1-1/+1
2020-10-16virtio-mem: try to merge system ram resourcesDavid Hildenbrand1-1/+2
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand4-0/+78
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand11-20/+30
2020-10-16mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUGDavid Hildenbrand2-9/+5
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand3-4/+6
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand3-44/+31
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand2-11/+23
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand6-17/+27
2020-10-16mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()David Hildenbrand1-12/+2
2020-10-16mm/memory_hotplug: simplify page onliningDavid Hildenbrand1-28/+10
2020-10-16mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand3-7/+4
2020-10-16mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()David Hildenbrand1-3/+2
2020-10-16mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand2-25/+6
2020-10-16mm/memory_hotplug: simplify page offliningDavid Hildenbrand1-34/+10
2020-10-16mm/memory_hotplug: enforce section granularity when onlining/offliningDavid Hildenbrand1-0/+10
2020-10-16mm/memory_hotplug: inline __offline_pages() into offline_pages()David Hildenbrand1-11/+5
2020-10-16mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insertJann Horn1-1/+1
2020-10-16mm/util.c: update the kerneldoc for kstrdup_const()Bartosz Golaszewski1-1/+2
2020-10-16mm/vmstat.c: use helper macro abs()Miaohe Lin1-4/+4
2020-10-16mm/page_poison.c: replace bool variable with static keyMateusz Nosek1-5/+15
2020-10-16mm,hwpoison: try to narrow window race for free pagesOscar Salvador1-1/+6
2020-10-16mm,hwpoison: double-check page count in __get_any_page()Naoya Horiguchi1-0/+6
2020-10-16mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi3-1/+8
2020-10-16mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador2-7/+2
2020-10-16mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_pageOscar Salvador1-100/+82
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador4-70/+28
2020-10-16mm,hwpoison: rework soft offline for free pagesOscar Salvador3-6/+81
2020-10-16mm,hwpoison: unify THP handling for hard and soft offlineOscar Salvador1-26/+22
2020-10-16mm,hwpoison: kill put_hwpoison_pageOscar Salvador2-16/+15
2020-10-16mm,hwpoison: refactor madvise_inject_errorOscar Salvador1-17/+13
2020-10-16mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador2-3/+1
2020-10-16mm,hwpoison-inject: don't pin for hwpoison_filterNaoya Horiguchi1-13/+5
2020-10-16mm, hwpoison: remove recalculating hpageNaoya Horiguchi1-5/+1
2020-10-16mm,hwpoison: cleanup unused PageHuge() checkNaoya Horiguchi1-4/+1
2020-10-16mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells2-5/+5
2020-10-16mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells2-15/+5
2020-10-16mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)2-56/+66
2020-10-16mm/readahead: pass readahead_control to force_page_cache_raDavid Howells2-12/+19
2020-10-16mm/readahead: make ondemand_readahead take a readahead_controlDavid Howells1-12/+17
2020-10-16mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)2-19/+20
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)4-23/+20
2020-10-16mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)2-5/+8
2020-10-16mm: fix a race during THP splittingHuang Ying1-6/+7
2020-10-16fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)2-27/+29
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)4-1/+10
2020-10-16mm/vmscan: allow arbitrary sized pages to be paged outMatthew Wilcox (Oracle)1-2/+1
2020-10-16mm/page-writeback: support tail pages in wait_for_stable_pageMatthew Wilcox (Oracle)1-0/+1
2020-10-16mm/truncate: fix truncation for pages of arbitrary sizeMatthew Wilcox (Oracle)1-3/+3
2020-10-16mm/rmap: fix assumptions of THP sizeMatthew Wilcox (Oracle)1-5/+5
2020-10-16mm/huge_memory: fix can_split_huge_page assumption of THP sizeMatthew Wilcox (Oracle)1-2/+2
2020-10-16mm/huge_memory: fix page_trans_huge_mapcount assumption of THP sizeMatthew Wilcox (Oracle)1-2/+2
2020-10-16mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov1-7/+8
2020-10-16mm/huge_memory: fix total_mapcount assumption of page sizeKirill A. Shutemov1-4/+5
2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)4-7/+7
2020-10-16mm/memory: remove page fault assumption of compound page sizeMatthew Wilcox (Oracle)1-3/+4
2020-10-16mm/filemap: fix page cache removal for arbitrary sized THPsMatthew Wilcox (Oracle)1-1/+1
2020-10-16mm/filemap: fix storing to a THP shadow entryMatthew Wilcox (Oracle)1-11/+31
2020-10-16XArray: add xas_splitMatthew Wilcox (Oracle)4-16/+225
2020-10-16XArray: add xa_get_orderMatthew Wilcox (Oracle)3-0/+70
2020-10-16mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.Aneesh Kumar K.V1-3/+8
2020-10-16mm/debug_vm_pgtable: avoid none pte in pte_clear_testAneesh Kumar K.V1-3/+6
2020-10-16mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64Aneesh Kumar K.V1-51/+0
2020-10-16mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entriesAneesh Kumar K.V1-3/+4
2020-10-16mm/debug_vm_pgtable/thp: use page table depost/withdraw with THPAneesh Kumar K.V1-3/+7
2020-10-16mm/debug_vm_pgtable/locks: take correct page table lockAneesh Kumar K.V1-13/+22
2020-10-16mm/debug_vm_pgtable/locks: move non page table modifying test togetherAneesh Kumar K.V1-23/+28
2020-10-16mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...Aneesh Kumar K.V1-20/+15
2020-10-16mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...Aneesh Kumar K.V1-2/+9
2020-10-16mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...Aneesh Kumar K.V1-2/+12
2020-10-16mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom valueAneesh Kumar K.V1-3/+10
2020-10-16powerpc/mm: move setting pte specific flags to pfn_pteAneesh Kumar K.V3-16/+9
2020-10-16powerpc/mm: add DEBUG_VM WARN for pmd_clearAneesh Kumar K.V1-0/+14
2020-10-16device-dax/kmem: fix resource releaseDan Williams1-14/+34
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb1-5/+6
2020-10-16RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson1-0/+3
2020-10-16RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe2-4/+10
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe17-80/+59
2020-10-16lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED valuesJason Gunthorpe1-4/+8
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe577-3494/+5626
2020-10-16tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu1-1/+1
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells2-1/+8
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells10-55/+208
2020-10-16afs: Fix cell removalDavid Howells2-6/+11
2020-10-16afs: Fix cell purging with aliasesDavid Howells1-0/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells9-76/+136
2020-10-16NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia2-3/+9
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells5-93/+71
2020-10-16PM / devfreq: remove a duplicated kernel-doc markupMauro Carvalho Chehab1-6/+1
2020-10-16mm/doc: fix a literal block markupMauro Carvalho Chehab1-1/+1
2020-10-16workqueue: fix a kernel-doc warningMauro Carvalho Chehab1-0/+3
2020-10-16docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markupMauro Carvalho Chehab1-0/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2301-50868/+129947
2020-10-15Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-67/+161
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds45-332/+1705
2020-10-15Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-6/+38
2020-10-15Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-346/+453
2020-10-15Merge tag 'linux-kselftest-kunit-fixes-5.10-rc1' of git://git.kernel.org/pub/...Linus Torvalds5-28/+154
2020-10-15Merge tag 'linux-kselftest-next-5.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds7-41/+135
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds11-17/+13
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds18-43/+244
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-1/+1
2020-10-15Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+30
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-101/+143
2020-10-15Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2-40/+20
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds170-1699/+1921
2020-10-15Merge tag 'dmaengine-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds81-437/+930
2020-10-15coccinelle: iterators: Add for_each_child.cocci scriptSumera Priyadarsini1-0/+358
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-46/+70
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski45-140/+1209
2020-10-15power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5Geert Uytterhoeven1-0/+1
2020-10-15Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH"Jakub Kicinski1-1/+1
2020-10-15net, sockmap: Don't call bpf_prog_put() on NULL pointerAlex Dewar1-7/+9
2020-10-15bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau2-26/+2
2020-10-15bpf, sockmap: Add locking annotations to iteratorLorenz Bauer1-0/+8
2020-10-15Merge branch 'for-5.10/i2c-hid' into for-linusJiri Kosina1-0/+12
2020-10-15HID: i2c-hid: Enable wakeup capability from Suspend-to-IdleKai-Heng Feng1-0/+12
2020-10-15netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statementsDavide Caratti3-0/+31
2020-10-15Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina9-16/+46
2020-10-15Merge branch 'for-5.10/wiimote' into for-linusJiri Kosina1-6/+4
2020-10-15Merge branch 'for-5.10/vivaldi' into for-linusJiri Kosina5-0/+163
2020-10-15Merge branch 'for-5.10/intel-ish-hid' into for-linusJiri Kosina1-7/+1
2020-10-15Merge branch 'for-5.10/i2c-hid' into for-linusJiri Kosina1-0/+1
2020-10-15Merge branch 'for-5.10/cp2112' into for-linusJiri Kosina1-9/+10
2020-10-15Merge branch 'for-5.10/core' into for-linusJiri Kosina3576-24851/+53375
2020-10-15Merge branch 'for-5.10/apple' into for-linusJiri Kosina1-0/+2
2020-10-15fs: Allow a NULL pos pointer to __kernel_readMatthew Wilcox (Oracle)1-2/+3
2020-10-15fs: Allow a NULL pos pointer to __kernel_writeMatthew Wilcox (Oracle)1-2/+3
2020-10-15Merge tag 'rxrpc-next-20201015' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-5/+10