aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan1-16/+16
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan1-26/+24
2021-09-03mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGavin Shan1-1/+269
2021-09-03arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot1-2/+1
2021-09-03ocfs2: ocfs2_downconvert_lock failure results in deadlockGang He1-0/+12
2021-09-03ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()Tuo Li2-1/+2
2021-09-03ocfs2: remove an unnecessary conditionDan Carpenter1-1/+1
2021-09-03ia64: make num_rsvd_regions staticGeert Uytterhoeven2-2/+1
2021-09-03ia64: make reserve_elfcorehdr() staticGeert Uytterhoeven2-27/+25
2021-09-03ia64: fix #endif comment for reserve_elfcorehdr()Geert Uytterhoeven1-1/+1
2021-09-03ia64: fix typo in a commentJason Wang1-1/+1
2021-09-03fs: update documentation of get_write_access() and friendsDavid Hildenbrand1-7/+12
2021-09-03mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand3-5/+2
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand8-36/+5
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand4-10/+7
2021-09-03kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand3-8/+48
2021-09-03kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand3-35/+43
2021-09-03binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand3-3/+3
2021-09-03netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans1-3/+1
2021-09-03Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft into HEADKonrad Rzeszutek Wilk1-8/+16
2021-09-03ASoC: rockchip: i2s: Fix concurrency between tx/rxSugar Zhang1-0/+7
2021-09-03io_uring: fix possible poll event lost in multi shot modeXiaoguang Wang1-3/+13
2021-09-03libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2-2/+33
2021-09-03libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDsHans de Goede1-0/+4
2021-09-03bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe1-1/+1
2021-09-03Merge branch 'fixes' into nextMichael Ellerman18-81/+125
2021-09-03net: remove the unnecessary check in cipso_v4_doi_free王贇1-10/+8
2021-09-03net: bridge: mcast: fix vlan port router deadlockNikolay Aleksandrov1-2/+2
2021-09-03net: cs89x0: disable compile testing on powerpcArnd Bergmann1-1/+1
2021-09-03net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano1-0/+1
2021-09-03ASoC: mt8195: correct the dts parsing logic about DPTX and HDMITXTrevor Wu1-12/+10
2021-09-03ASoC: Intel: boards: Fix CONFIG_SND_SOC_SDW_MOCKUP selectNathan Chancellor1-1/+1
2021-09-03io_uring: prolong tctx_task_work() with flushingPavel Begunkov1-0/+3
2021-09-03io_uring: don't disable kiocb_done() CQE batchingPavel Begunkov1-1/+1
2021-09-03io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works with SQPOLLJens Axboe1-4/+24
2021-09-03perf tests: Add test for PMU aliasesJin Yao1-0/+92
2021-09-03perf pmu: Add PMU alias supportKan Liang4-5/+198
2021-09-03seg6_iptunnel: Remove redundant initialization of variable errColin Ian King1-1/+1
2021-09-03perf session: Report collisions in AUX recordsSuzuki K Poulose2-0/+10
2021-09-03perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan3-0/+48
2021-09-03perf build: Report failure for testing feature libopencsdLeo Yan1-0/+2
2021-09-03perf cs-etm: Show a warning for an unknown magic numberJames Clark1-0/+5
2021-09-03perf cs-etm: Print the decoder nameJames Clark3-8/+14
2021-09-03perf cs-etm: Create ETE decoderJames Clark3-0/+50
2021-09-03perf cs-etm: Update OpenCSD decoder for ETEJames Clark2-4/+2
2021-09-03perf cs-etm: Fix typoJames Clark1-1/+1
2021-09-03perf cs-etm: Save TRCDEVARCH registerJames Clark3-7/+68
2021-09-03perf cs-etm: Refactor out ETMv4 header savingJames Clark1-23/+23
2021-09-03perf cs-etm: Initialise architecture based on TRCIDR1James Clark1-1/+16
2021-09-03perf cs-etm: Refactor initialisation of decoder params.James Clark1-74/+25