summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-11-21Merge tag 'iio-for-6.19a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2025-11-21usb: ohci-da8xx: remove unused platform dataBartosz Golaszewski
2025-11-21uapi: cdc.h: cleanly provide for more interfaces and countriesOliver Neukum
2025-11-21bug: Allow architectures to provide __WARN_printf()Peter Zijlstra
2025-11-21bug: Implement WARN_ON() using __WARN_FLAGS()Peter Zijlstra
2025-11-21bug: Add report_bug_entry()Peter Zijlstra
2025-11-21bug: Add BUG_FORMAT_ARGS infrastructurePeter Zijlstra
2025-11-21bug: Clean up CONFIG_GENERIC_BUG_RELATIVE_POINTERSPeter Zijlstra
2025-11-21bug: Add BUG_FORMAT infrastructurePeter Zijlstra
2025-11-21Merge branch 'objtool/core'Peter Zijlstra
2025-11-21KVM: s390: Add capability that forwards operation exceptionsJanosch Frank
2025-11-21kbuild: Check for functions with ambiguous -ffunction-sections section namesJosh Poimboeuf
2025-11-21efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab
2025-11-21efi/cper: Add a new helper function to print bitmasksMauro Carvalho Chehab
2025-11-21RAS: Report all ARM processor CPER information to userspaceJason Tian
2025-11-20Merge tag 'vfio-v6.19-dma-buf-v9+' into v6.19/vfio/nextAlex Williamson
2025-11-20vfio/pci: Add dma-buf export support for MMIO regionsLeon Romanovsky
2025-11-20devlink: support default values for param-get and param-setDaniel Zahka
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka
2025-11-20dt-bindings: clock: tmpv770x: Add VIIF clocksYuji Ishikawa
2025-11-20dt-bindings: clock: tmpv770x: Remove definition of number of clocksYuji Ishikawa
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla
2025-11-20net: stmmac: remove axi_blen arrayRussell King (Oracle)
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to stmmac_main.cRussell King (Oracle)
2025-11-20net: stmmac: pass struct device to init()/exit() methodsRussell King (Oracle)
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-11-20bpf: Document cfi_stubs and owner fields in struct bpf_struct_opsNirbhay Sharma
2025-11-20uaccess: gate _copy_[to|from]_user on !INLINE_COPY_FROM_USERAlice Ryhl
2025-11-20lib/base64: add support for multiple variantsKuan-Wei Chiu
2025-11-20include/linux/once_lite.h: fix judgment in WARN_ONCE with clangXie Yuanbin
2025-11-20math.h: amend abs() kernel-doc and add a note about signed type limitsAndy Shevchenko
2025-11-20lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86David Laight
2025-11-20lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()David Laight
2025-11-20util_macros.h: fix kernel-doc for u64_to_user_ptr()Andy Shevchenko
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko
2025-11-20Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen
2025-11-20Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interfaceChris Lu
2025-11-20mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes
2025-11-20mm/damon: rename damos->filters to damos->core_filtersSeongJae Park
2025-11-20mm/damon: rename damos core filter helpers to have word coreSeongJae Park
2025-11-20mm: add vma_start_write_killable()Matthew Wilcox (Oracle)
2025-11-20mm: memcg: dump memcg protection info on oom or alloc failuresShakeel Butt
2025-11-20mm: remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()Huacai Chen
2025-11-20mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes
2025-11-20mm: implement sticky VMA flagsLorenzo Stoakes
2025-11-20mm: add atomic VMA flags and set VM_MAYBE_GUARD as suchLorenzo Stoakes
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes
2025-11-20mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang