summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-09rtl818x: Prevent using not initialized queuesAlexander Wetzel1-2/+6
2022-06-09xtensa/simdisk: fix proc_read_simdisk()Yi Yang1-6/+12
2022-06-09mm/memremap: fix missing call to untrack_pfn() in pagemap_range()Miaohe Lin1-1/+1
2022-06-09hugetlb: fix huge_pmd_unshare address updateMike Kravetz1-1/+8
2022-06-09nodemask.h: fix compilation error with GCC12Christophe de Dinechin1-7/+6
2022-06-09mm/page_alloc: always attempt to allocate at least one page during bulk alloc...Mel Gorman1-2/+2
2022-06-09Revert "mm/cma.c: remove redundant cma_mutex lock"Dong Aisheng1-1/+3
2022-06-09iommu/dma: Fix iova map result check bugYunfei Wang1-3/+4
2022-06-09iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+7
2022-06-09ksmbd: fix outstanding credits related bugsHyunchul Lee3-3/+5
2022-06-09ftrace: Clean up hash direct_functions on register failuresSong Liu1-3/+2
2022-06-09kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao4-42/+56
2022-06-09um: Fix out-of-bounds read in LDT setupVincent Whitchurch1-2/+4
2022-06-09um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2022-06-09um: Use asm-generic/dma-mapping.hJohannes Berg1-0/+1
2022-06-09um: virtio_uml: Fix broken device handling in time-travelJohannes Berg1-10/+23
2022-06-09mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-06-09cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov1-0/+4
2022-06-09mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau8-12/+13
2022-06-09thermal: devfreq_cooling: use local ops instead of global opsKant Fan1-7/+18
2022-06-09irqchip: irq-xtensa-mx: fix initial IRQ affinityMax Filippov1-4/+14
2022-06-09irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38...Pali Rohár1-1/+10
2022-06-09csky: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-06-09mmc: core: Allows to override the timeout value for ioctl() pathBean Huo1-4/+4
2022-06-09RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro1-1/+1
2022-06-09lib/string_helpers: fix not adding strarray to device's resource listPuyou Lu1-0/+3
2022-06-09Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson1-0/+5
2022-06-09ima: remove the IMA_TEMPLATE Kconfig optionGUO Zihua1-8/+6
2022-06-09media: coda: Add more H264 levels for CODA960Nicolas Dufresne1-3/+6
2022-06-09media: coda: Fix reported H264 profileNicolas Dufresne1-3/+3
2022-06-09mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami2-8/+35
2022-06-09mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_writeTokunori Ikegami1-63/+32
2022-06-09md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong1-4/+6
2022-06-09md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong1-3/+5
2022-06-09drm/i915/dsi: fix VBT send packet port selection for ICL+Jani Nikula1-11/+22
2022-06-09drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUXBrian Norris1-1/+12
2022-06-09drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iteratorXiaomeng Tong2-8/+25
2022-06-09drm/nouveau/clk: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-2/+4
2022-06-09drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gemLucas Stach1-0/+6
2022-06-09drm/nouveau/subdev/bus: Ratelimit logging for fault errorsLyude Paul4-13/+15
2022-06-09drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie1-1/+1
2022-06-09landlock: Fix same-layer rule unionsMickaël Salaün3-26/+161
2022-06-09landlock: Create find_rule() from unmask_layers()Mickaël Salaün1-13/+28
2022-06-09landlock: Reduce the maximum number of layers to 16Mickaël Salaün5-14/+15
2022-06-09landlock: Define access_mask_t to enforce a consistent access mask sizeMickaël Salaün5-15/+30
2022-06-09selftests/landlock: Test landlock_create_ruleset(2) argument check orderingMickaël Salaün1-1/+20
2022-06-09landlock: Change landlock_restrict_self(2) check orderingMickaël Salaün2-14/+41
2022-06-09landlock: Change landlock_add_rule(2) argument check orderingMickaël Salaün2-11/+45
2022-06-09selftests/landlock: Add tests for O_PATHMickaël Salaün1-2/+8
2022-06-09selftests/landlock: Fully test file rename with "remove" accessMickaël Salaün1-4/+37