summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-11pgtable: rename ptdesc _refcount field to __page_refcountAlexander Gordeev1-3/+3
2023-12-11pgtable: fix s390 ptdesc field commentsAlexander Gordeev1-2/+2
2023-12-11mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar2-12/+26
2023-12-11lib/stackdepot: allow users to evict stack tracesAndrey Konovalov1-0/+14
2023-12-11lib/stackdepot: add refcount for recordsAndrey Konovalov1-3/+10
2023-12-11lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov1-11/+25
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2-2/+3
2023-12-11gfp: include __GFP_NOWARN in GFP_NOWAITMatthew Wilcox (Oracle)1-2/+3
2023-12-11mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)1-2/+2
2023-12-11mm: remove test_set_page_writeback()Matthew Wilcox (Oracle)1-5/+0
2023-12-11mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)1-0/+38
2023-12-11mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)1-0/+38
2023-12-11fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin1-0/+1
2023-12-11NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-0/+1
2023-12-11fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-0/+11
2023-12-11maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang1-0/+3
2023-12-11maple_tree: introduce {mtree,mas}_lock_nested()Peng Zhang1-0/+4
2023-12-11mm/vmstat: move pgdemote_* to per-node statsLi Zhijian2-3/+4
2023-12-10drm/exec: Pass in initial # of objectsRob Clark1-1/+1
2023-12-10drm/msm: Add param for the highest bank bitConnor Abbott1-0/+1
2023-12-10Merge remote-tracking branch 'drm-misc/drm-misc-next' into msm-nextRob Clark65-804/+2876
2023-12-10dt-bindings: clock: Add Google gs101 clock management unit bindingsPeter Griffin1-0/+392
2023-12-10iio: adc: ad9467: fix scale settingNuno Sa1-0/+4
2023-12-10init: move THIS_MODULE from <linux/export.h> to <linux/init.h>Masahiro Yamada2-18/+7
2023-12-09ipv6: do not check fib6_has_expires() in fib6_info_release()Eric Dumazet1-1/+0
2023-12-09GPIO descriptor cleanup for some Wolfson codecsMark Brown5-39/+0
2023-12-09bpf: Add some comments to stack representationAndrei Matei1-0/+14
2023-12-08KVM: clean up directives to compile out irqfdsPaolo Bonzini1-0/+2
2023-12-08KVM: remove deprecated UAPIsPaolo Bonzini1-90/+0
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2-9/+8
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-29/+1
2023-12-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+9
2023-12-08Merge tag 'drm-fixes-2023-12-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2023-12-08netlink: Return unsigned value for nla_len()Kees Cook1-1/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight3-7/+9
2023-12-08Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds3-5/+3
2023-12-08ASoC: wm8996: Convert to GPIO descriptorsLinus Walleij1-3/+0
2023-12-08ASoC: wm5100: Convert to GPIO descriptorsLinus Walleij1-4/+0
2023-12-08ASoC: wm2200: Convert to GPIO descriptorsLinus Walleij1-2/+0
2023-12-08ASoC: wm1250-ev1: Convert to GPIO descriptorsLinus Walleij1-24/+0
2023-12-08ASoC: wm0010: Convert to GPIO descriptorsLinus Walleij1-6/+0
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)1-6/+7
2023-12-08tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)1-4/+4
2023-12-08tty: core: the rest to u8Jiri Slaby (SUSE)1-2/+2
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)2-3/+3
2023-12-08tty: switch tty_port::xmit_* to u8Jiri Slaby (SUSE)1-2/+2
2023-12-08tty: serial: amba: cleanup whitespaceThéo Lebrun1-14/+14
2023-12-08tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)1-38/+0
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+13