summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-03-06block: remove disk_stack_limitsChristoph Hellwig
2024-03-06iommu: Add static iommu_ops->release_domainLu Baolu
2024-03-06PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao
2024-03-06Merge tag 'vfs-6.8-release.fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-06block: make block_class constantRicardo B. Marliere
2024-03-06greybus: constify the struct device_type usageRicardo B. Marliere
2024-03-06greybus: make greybus_bus_type constGreg Kroah-Hartman
2024-03-06Merge tag 'icc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman
2024-03-06fsnotify: Fix misspelling of "writable"Vicki Pfau
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds
2024-03-06firmware: arm_scmi: Populate fast channel rate_limitPierre Gondois
2024-03-06firmware: arm_scmi: Populate perf commands rate_limitPierre Gondois
2024-03-05net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn
2024-03-05net: phy: Keep track of EEE configurationAndrew Lunn
2024-03-05net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski
2024-03-06power: supply: core: fix charge_behaviour formattingThomas Weißschuh
2024-03-06power: supply: core: add power_supply_for_each_device()Sebastian Reichel
2024-03-05Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-03-05Merge tag 'v6.8-rc7' into gpio/for-nextBartosz Golaszewski
2024-03-05greybus: Avoid fake flexible array for response dataKees Cook
2024-03-05serial: port: Introduce a common helper to read propertiesAndy Shevchenko
2024-03-05serial: core: Add UPIO_UNKNOWN constant for unknown port typeAndy Shevchenko
2024-03-05serial: core: Move struct uart_port::quirks closer to possible valuesAndy Shevchenko
2024-03-05serial: core: only stop transmit when HW fifo is emptyJonas Gorski
2024-03-05usb: typec: tcpm: add support to set tcpc connector orientatitionMarco Felsch
2024-03-05usb: core: Set connect_type of ports based on DT nodeStephen Boyd
2024-03-05usb: typec: pd: no opencoding of FIELD_GETOliver Neukum
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan
2024-03-05mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()Yang Xiwen
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin
2024-03-05mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin
2024-03-04tcp: align tcp_sock_write_rx groupEric Dumazet
2024-03-04modules: wait do_free_init correctlyChangbin Du
2024-03-04mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)
2024-03-04mm: remove lru_to_page()Matthew Wilcox (Oracle)
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)
2024-03-04mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)
2024-03-04memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)
2024-03-04mm: remove total_mapcount()David Hildenbrand
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan
2024-03-04mm: page_owner: add support for splitting to any order in split page_ownerZi Yan
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan
2024-03-04mm/page_owner: use order instead of nr in split_page_owner()Zi Yan
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan
2024-03-04mm: enumerate all gfp flagsSuren Baghdasaryan
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-03-04Merge branch 'kvm-arm64/vfio-normal-nc' of https://git.kernel.org/pub/scm/lin...Alex Williamson
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee