summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-27mm/page_alloc: always attempt to allocate at least one page during bulk alloc...Mel Gorman
2022-05-27hugetlb: fix huge_pmd_unshare address updateMike Kravetz
2022-05-27md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai
2022-05-27bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li
2022-05-27selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_readSong Liu
2022-05-27ALSA: hda/via: Delete does not require returnXiang wangx
2022-05-27ALSA: hda/realtek: Enable 4-speaker output for Dell XPS 15 9520 laptopRik van der Kemp
2022-05-27ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng
2022-05-27ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng
2022-05-27ubifs: Use NULL instead of using plain integer as pointerHaowen Bai
2022-05-27ubifs: Simplify the return expression of run_gc()Minghao Chi
2022-05-27jffs2: fix memory leak in jffs2_do_fill_superBaokun Li
2022-05-27jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai
2022-05-27arm64: dts: sprd: use new 'dma-channels' propertyKrzysztof Kozlowski
2022-05-27ARM: dts: da850: use new 'dma-channels' propertyKrzysztof Kozlowski
2022-05-27ARM: dts: pxa: use new 'dma-channels/requests' propertiesKrzysztof Kozlowski
2022-05-27soc: ixp4xx/qmgr: Fix unused match warningLinus Walleij
2022-05-27ARM: ep93xx: Make ts72xx_register_flash() staticAlexander Sverdlin
2022-05-27ARM: configs: enable support for Kontron KSwitch D10Michael Walle
2022-05-27Merge tag 'at91-dt-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Arnd Bergmann
2022-05-27Merge tag 'at91-soc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2022-05-27ep93xx: clock: Do not return the address of the freed memoryGenjian Zhang
2022-05-27Merge branch 'hpe/gxp-soc' into arm/lateArnd Bergmann
2022-05-27block, loop: support partitions without scanningChristoph Hellwig
2022-05-27powerpc/64: Include cache.h directly in paca.hMichael Ellerman
2022-05-27net: usb: qmi_wwan: add Telit 0x1250 compositionCarlo Lobrano
2022-05-27net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju
2022-05-27Revert "printk: wake up all waiters"John Ogness
2022-05-27x86/extable: Annotate ex_handler_msr_mce() as a dead endBorislav Petkov
2022-05-27context_tracking: Always inline empty stubsPeter Zijlstra
2022-05-27x86: Always inline on_thread_stack() and current_top_of_stack()Peter Zijlstra
2022-05-27jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n buildsPeter Zijlstra
2022-05-27x86/cpu: Elide KCSAN for cpu_has() and friendsPeter Zijlstra
2022-05-27objtool: Mark __ubsan_handle_builtin_unreachable() as noreturnPeter Zijlstra
2022-05-27objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf
2022-05-27x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)Fanjun Kong
2022-05-27x86: Fix all occurences of the "the the" typoBo Liu
2022-05-27perf/core: Remove unused local variableHaowen Bai
2022-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-05-27netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso
2022-05-27netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exitFlorian Westphal
2022-05-27netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal
2022-05-27netfilter: nfnetlink: fix warn in nfnetlink_unbindFlorian Westphal
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross
2022-05-27Merge tag 'timers-v5.19-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner
2022-05-27kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostMasahiro Yamada
2022-05-27modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada
2022-05-27modpost: remove the unused argument of check_sec_ref()Masahiro Yamada