summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-08-25Merge tag 'rproc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-08-25Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-08-25Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-08-25Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-25Merge tag 'bootconfig-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-25tpm-buf: Add TPM buffer support header for standalone reuseRoss Philipson
2026-08-25tpm-buf: Memory-safe allocationsJarkko Sakkinen
2026-08-25tpm-buf: Remove chip parameter from tpm_buf_append_handle()Jarkko Sakkinen
2026-08-25tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOWJarkko Sakkinen
2026-08-25tpm: Remove main TPM header from TPM event log headerAlec Brown
2026-08-25tpm: Move platform specific definitions to the new PTP headerRoss Philipson
2026-08-25tpm: Move TPM common base definitions to the command headerRoss Philipson
2026-08-25tpm: Move TPM2 specific definitions to the command headerRoss Philipson
2026-08-25tpm: Move TPM1 specific definitions to the command headerRoss Philipson
2026-08-25tpm: Initial step to reorganize TPM public headersRoss Philipson
2026-08-25Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-24maple_tree: fix argument name in headerLiam R. Howlett (Oracle)
2026-08-24maple_tree: avoid mas_erase() and mtree_erase() failuresLiam R. Howlett (Oracle)
2026-08-24maple_tree: drop MAPLE_ALLOC_SLOTSLiam R. Howlett (Oracle)
2026-08-24maple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)
2026-08-24locking/lockdep: add sequence counter to held_lockLiam R. Howlett (Oracle)
2026-08-24maple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)
2026-08-24mm: include swap.h in swapops.hKiryl Shutsemau (Meta)
2026-08-24mm/memcontrol: avoid false sharing between vmstats and eventsUsama Arif
2026-08-24percpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPUTejun Heo
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig
2026-08-24mm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig
2026-08-24mm/vmstat: add NRSWP{IN,OUT} countersChristoph Hellwig
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig
2026-08-24mm/swap: use swap_ops to register swap device's methodsChristoph Hellwig
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
2026-08-24mm: make VM_FAULT_RESULT_TRACE compatible with sparseBart Van Assche
2026-08-24mm/execmem: fix fallback_end description in kernel-docHenry Elderman
2026-08-24mm/sparse: keep mem_section_usage_size() internalMuchun Song
2026-08-24mm/page_ext: remove pgdat_page_ext_init()Sang-Heon Jeon
2026-08-24mm/vmalloc: make vm_struct.nr_pages an unsigned longArtem Lytkin
2026-08-24mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()David Hildenbrand (Arm)
2026-08-24mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif
2026-08-24mm/vmscan: add pgrotate_anon and pgrotate_file vmstat countersUsama Arif
2026-08-24mm/vmstat, mm/memcontrol: add _monotonic vmstat readersUsama Arif
2026-08-24memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.hRidong Chen
2026-08-24mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang
2026-08-24mm/huge_memory: update remove_migration_pmd() to accept a folioLorenzo Stoakes (ARM)
2026-08-24mm/rmap: track whether the page VMA mapped pgoff is anonymousLorenzo Stoakes (ARM)
2026-08-24mm: introduce linear_anon_page_index()Lorenzo Stoakes (ARM)
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)
2026-08-24mm/vma: introduce VMA anon page offset field and add helpersLorenzo Stoakes (ARM)
2026-08-24maple_tree: remove undocumented CONFIG_MAPLE_RCU_DISABLED macroEthan Nelson-Moore