summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-11PCI/ASPM: Add pci_enable_link_state_locked()Johan Hovold1-0/+3
2023-12-11net, xdp: Allow metadata > 32Aleksander Lobakin1-5/+8
2023-12-11quota: convert dquot_claim_space_nodirty() to return voidChao Yu1-10/+5
2023-12-11soc: mediatek: Support MT8188 VDOSYS1 Padding in mtk-mmsysHsiao Chien Sung1-0/+8
2023-12-11platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation fea...Ma Jun1-0/+91
2023-12-11platform/x86: wmi: Remove chardev interfaceArmin Wolf1-8/+0
2023-12-11Merge tag 'platform-drivers-x86-v6.7-3' into pdx86/for-nextHans de Goede1-0/+3
2023-12-11efivarfs: automatically update super block flagMasahisa Kojima1-0/+8
2023-12-11efi: Add EFI_ACCESS_DENIED status codeMasahisa Kojima1-0/+1
2023-12-11efi: expose efivar generic ops register functionMasahisa Kojima1-0/+3
2023-12-11platform/x86/intel/tpmi: Move TPMI ID definitionSrinivas Pandruvada1-0/+13
2023-12-11platform/x86/intel/tpmi: Modify external interface to get read/write stateSrinivas Pandruvada1-3/+2
2023-12-11clk: x86: lpss-atom: Drop unneeded 'extern' in the headerAndy Shevchenko1-1/+1
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman29-63/+156
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman23-45/+94
2023-12-11Merge 6.7-rc5 into char-misc-nextGreg Kroah-Hartman23-45/+94
2023-12-11resource: add walk_system_ram_res_rev()Baoquan He1-0/+3
2023-12-11kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov1-1/+0
2023-12-11arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2-9/+0
2023-12-11introduce for_other_threads(p, t)Oleg Nesterov1-0/+3
2023-12-11mm: list_lru: Update kernel documentation to follow the requirementsAndy Shevchenko1-17/+19
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-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-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-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 CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-5/+4
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-29/+1
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-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