summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-10pgtable: rename ptdesc _refcount field to __page_refcountAlexander Gordeev
2023-12-10pgtable: fix s390 ptdesc field commentsAlexander Gordeev
2023-12-10mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar
2023-12-10lib/stackdepot: allow users to evict stack tracesAndrey Konovalov
2023-12-10lib/stackdepot: add refcount for recordsAndrey Konovalov
2023-12-10lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-10gfp: include __GFP_NOWARN in GFP_NOWAITMatthew Wilcox (Oracle)
2023-12-10mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)
2023-12-10mm: remove test_set_page_writeback()Matthew Wilcox (Oracle)
2023-12-10mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)
2023-12-10mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)
2023-12-10fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang
2023-12-10maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang
2023-12-10maple_tree: introduce {mtree,mas}_lock_nested()Peng Zhang
2023-12-10mm/vmstat: move pgdemote_* to per-node statsLi Zhijian
2023-12-10drm/exec: Pass in initial # of objectsRob Clark
2023-12-10drm/msm: Add param for the highest bank bitConnor Abbott
2023-12-10Merge remote-tracking branch 'drm-misc/drm-misc-next' into msm-nextRob Clark
2023-12-10dt-bindings: clock: Add Google gs101 clock management unit bindingsPeter Griffin
2023-12-10iio: adc: ad9467: fix scale settingNuno Sa
2023-12-10init: move THIS_MODULE from <linux/export.h> to <linux/init.h>Masahiro Yamada
2023-12-08ipv6: do not check fib6_has_expires() in fib6_info_release()Eric Dumazet
2023-12-09GPIO descriptor cleanup for some Wolfson codecsMark Brown
2023-12-08bpf: Add some comments to stack representationAndrei Matei
2023-12-08KVM: clean up directives to compile out irqfdsPaolo Bonzini
2023-12-08KVM: remove deprecated UAPIsPaolo Bonzini
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini
2023-12-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-12-08Merge tag 'drm-fixes-2023-12-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-12-08netlink: Return unsigned value for nla_len()Kees Cook
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight
2023-12-08Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-08ASoC: wm8996: Convert to GPIO descriptorsLinus Walleij
2023-12-08ASoC: wm5100: Convert to GPIO descriptorsLinus Walleij
2023-12-08ASoC: wm2200: Convert to GPIO descriptorsLinus Walleij
2023-12-08ASoC: wm1250-ev1: Convert to GPIO descriptorsLinus Walleij
2023-12-08ASoC: wm0010: Convert to GPIO descriptorsLinus Walleij
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)
2023-12-08tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)
2023-12-08tty: core: the rest to u8Jiri Slaby (SUSE)
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-12-08tty: switch tty_port::xmit_* to u8Jiri Slaby (SUSE)
2023-12-08tty: serial: amba: cleanup whitespaceThéo Lebrun
2023-12-08tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com