summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12mm/memremap.c: take a pgmap reference on page allocationAlistair Popple
2022-10-12mm: free device private pages have zero refcountAlistair Popple
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple
2022-10-12mm/damon: use damon_sz_region() in appropriate placeXin Hao
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-12lib/test_meminit: add checks for the allocation functionsXiaoke Wang
2022-10-12kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko
2022-10-12ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)
2022-10-12mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas
2022-10-12net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera
2022-10-12openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long
2022-10-12Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'Jakub Kicinski
2022-10-12tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2022-10-12udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima
2022-10-12tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima
2022-10-12Merge patch series "Fix dt-validate issues on qemu dtbdumps due to dt-bindings"Palmer Dabbelt
2022-10-12dt-bindings: riscv: add new riscv,isa strings for emulatorsConor Dooley
2022-10-12dt-bindings: interrupt-controller: sifive,plic: add legacy riscv compatibleConor Dooley
2022-10-12dt-bindings: timer: sifive,clint: add legacy riscv compatibleConor Dooley
2022-10-12mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu
2022-10-12mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett
2022-10-12mm: more vma cache removalAlexey Dobriyan
2022-10-12mmap: fix copy_vma() failure pathLiam Howlett
2022-10-12mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou
2022-10-12mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() staticAndrew Morton
2022-10-13rtc: k3: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-13rtc: jz4740: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-13rtc: mpfs: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-12io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe
2022-10-12io_uring: fix fdinfo sqe offsets calculationPavel Begunkov
2022-10-12io_uring: local variable rw shadows outer variable in io_writeStefan Roesch
2022-10-12io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe
2022-10-12io_uring: optimise locking for local tw with submit_waitPavel Begunkov
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov
2022-10-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe
2022-10-12io_uring: remove notif leftoversPavel Begunkov
2022-10-12io_uring: correct pinned_vm accountingPavel Begunkov
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-10-13rtc: ds1685: Fix spelling of function name in comment blockColin Ian King
2022-10-13rtc: isl12022: switch to using regmap APIRasmus Villemoes
2022-10-13rtc: isl12022: drop redundant write to HR registerRasmus Villemoes
2022-10-13rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()Rasmus Villemoes
2022-10-13rtc: isl12022: use %ptRRasmus Villemoes
2022-10-13rtc: isl12022: simplify some expressionsRasmus Villemoes
2022-10-13rtc: isl12022: drop a dev_info()Rasmus Villemoes
2022-10-13rtc: isl12022: specify range_min and range_maxRasmus Villemoes
2022-10-13rtc: isl12022: stop using deprecated devm_rtc_device_register()Rasmus Villemoes
2022-10-13rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()Lin Yujun