summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-08-25Merge branch 'acpi-thermal'Rafael J. Wysocki
2023-08-25bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky
2023-08-25bpf: Consider non-owning refs trustedDave Marchevsky
2023-08-25pcpcntr: add group allocation/freeMateusz Guzik
2023-08-25Merge tag 'intel-pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2023-08-25mmc: atmel-mci: move atmel MCI header fileBalamanikandan Gunasundar
2023-08-25mmc: atmel-mci: Convert to gpio descriptorsBalamanikandan Gunasundar
2023-08-25Merge branch 'for-next/perf' into for-next/coreWill Deacon
2023-08-25mmc: core: Add host specific tuning support for SD HS modeWenchao Chen
2023-08-25net: handle ARPHRD_PPP in dev_is_mac_header_xmit()Nicolas Dichtel
2023-08-25net: pcs: xpcs: support to switch mode for Wangxun NICsJiawen Wu
2023-08-25net: pcs: xpcs: add specific vendor supoprt for Wangxun 10Gb NICsJiawen Wu
2023-08-24Merge tag 'trace-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-08-24scsi: core: raid_class: Remove raid_component_add()Zhu Wang
2023-08-24document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov
2023-08-24crash: hotplug support for kexec_load()Eric DeVolder
2023-08-24crash: memory and CPU hotplug sysfs attributesEric DeVolder
2023-08-24crash: add generic infrastructure for crash hotplug supportEric DeVolder
2023-08-24crash: move a few code bits to setup support of crash hotplugEric DeVolder
2023-08-24maple_tree: shrink struct maple_treeMateusz Guzik
2023-08-24secretmem: convert page_is_secretmem() to folio_is_secretmem()Matthew Wilcox (Oracle)
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-24mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)
2023-08-24mm: remove checks for pte_indexMatthew Wilcox (Oracle)
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand
2023-08-24mm/swap: use dedicated entry for swap in folioMatthew Wilcox
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand
2023-08-24mm: convert do_set_pte() to set_pte_range()Yin Fengwei
2023-08-24rmap: add folio_add_file_rmap_range()Yin Fengwei
2023-08-24mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24mm: remove page_mapping_file()Matthew Wilcox (Oracle)
2023-08-24mm: add default definition of set_ptes()Matthew Wilcox (Oracle)
2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)
2023-08-24mm: add folio_flush_mapping()Matthew Wilcox (Oracle)
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-24mm: memcg: use rstat for non-hierarchical statsYosry Ahmed
2023-08-24mm: handle userfaults under VMA lockSuren Baghdasaryan
2023-08-24mm: handle swap page faults under per-VMA lockSuren Baghdasaryan
2023-08-24mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan
2023-08-24mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan
2023-08-24io_uring: move iopoll ctx fields aroundPavel Begunkov
2023-08-24io_uring: move multishot cqe cache in ctxPavel Begunkov
2023-08-24io_uring: separate task_work/waiting cache linePavel Begunkov
2023-08-24io_uring: banish non-hot data to end of io_ring_ctxPavel Begunkov
2023-08-24io_uring: move non aligned field to the endPavel Begunkov
2023-08-24io_uring: compact SQ/CQ heads/tailsPavel Begunkov
2023-08-24io_uring: merge iopoll and normal completion pathsPavel Begunkov
2023-08-24io_uring: simplify big_cqe handlingPavel Begunkov