summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-01liveupdate: document current compatibility statusLuca Boccassi
2026-06-01liveupdate: document systemd supportLuca Boccassi
2026-06-01kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)
2026-06-01liveupdate: document liveupdate=onPratyush Yadav (Google)
2026-06-01kho: docs: fix typo in ABI documentationLongWei
2026-06-01liveupdate: validate session type before performing operationPratyush Yadav (Google)
2026-05-31userfaultfd: remove redundant check in vm_uffd_ops()Mike Rapoport (Microsoft)
2026-05-31userfaultfd: refuse to __mfill_atomic_pte() for unsupported VMAsMike Rapoport (Microsoft)
2026-05-31userfaultfd: verify VMA state across UFFDIO_COPY retryMike Rapoport (Microsoft)
2026-05-31mm/huge_memory: update file PMD counter before folio_put()Yin Tirui
2026-05-31mm/huge_memory: update file PUD counter before folio_put()Yin Tirui
2026-05-31mm/hugetlb_vmemmap: fix incorrect vmemmap restore in rollbackMuchun Song
2026-05-31mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park
2026-06-01fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()Sebastian Alba Vives
2026-06-01fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()Sebastian Alba Vives
2026-06-01fpga: dfl: add bounds check in dfh_get_param_size()Sebastian Alba Vives
2026-05-31Merge tag 'v7.1-rc6' into nextDmitry Torokhov
2026-05-31dt-bindings: trivial-devices: add fsl,mc1323Frank Li
2026-05-31dt-bindings: display: imx: Add television encoder (TVE) for imx53Frank Li
2026-05-31rbd: check snap_count against RBD_MAX_SNAP_COUNTRosen Penev
2026-05-31rust: block: fix GenDisk cleanup pathsHaoze Xie
2026-05-31bpf: Fix security_bpf_prog_load() error handlingPaul Moore
2026-05-31bpf: reject overlarge global subprog argument sizesTaegu Ha
2026-05-31Merge branch 'bpf-arm64-stack-argument-fixes'Alexei Starovoitov
2026-05-31selftests/bpf: Use at least 10 args in stack argument testsPuranjay Mohan
2026-05-31bpf, arm64: Fix redundant MOV and clarify stack arg commentsPuranjay Mohan
2026-05-31libbpf: Skip endianness swap when loader generation failedDaniel Borkmann
2026-05-31libbpf: Also reset {insn,data}_cur on realloc failureDaniel Borkmann
2026-05-31libbpf: Skip hash computation when loader generation failedDaniel Borkmann
2026-05-31libbpf: Drop redundant self-loop in emit_check_errDaniel Borkmann
2026-05-31bpf: Update bpf maintainersMartin KaFai Lau
2026-05-31ring-buffer: Better comment the use of RB_MISSED_EVENTSSteven Rostedt
2026-05-31ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy
2026-05-31ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy
2026-05-31ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy
2026-06-01memblock tests: define MIGRATE_CMAPratyush Yadav (Google)
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack
2026-06-01liveupdate: Use refcount_t for FLB reference countsDavid Matlack
2026-06-01selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAMELuca Boccassi
2026-06-01liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctlLuca Boccassi
2026-06-01selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION call...Luca Boccassi
2026-06-01liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name lengthLuca Boccassi
2026-06-01selftests: kho: test with deferred struct page initMichal Clapinski
2026-06-01kho: make preserved pages compatible with deferred struct page initEvangelos Petrongonas
2026-06-01kho: fix deferred initialization of scratch areasMichal Clapinski
2026-05-31Linux 7.1-rc6v7.1-rc6Linus Torvalds
2026-05-31Merge tag 'media/v7.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2026-05-31sched_ext: Guard BPF arena helper calls to fix 32-bit buildTejun Heo
2026-05-31docs: cgroup: Fix stale source file pathsCosta Shulyupin
2026-05-31Merge branch 'bpf-align-syscall-writeback-behavior-with-user-declared-size'Alexei Starovoitov