aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
5 daysnet: iptunnel: fix stale transport header during tunnel decapsulationDong Chenchen1-0/+5
6 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-4/+30
6 daysMerge tag 'leds-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/ledsLinus Torvalds1-0/+6
6 daysMerge tag 'mfd-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds9-588/+268
6 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds23-88/+322
6 daysvirtio-net: Ensure that TCP packets don't overflow gso_segsAlice Mikityanska1-0/+4
7 daysMerge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-4/+16
7 daysMerge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-2/+22
7 daysMerge tag 'thermal-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
7 daysMerge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds4-44/+218
7 daysMerge tag 'pwrseq-updates-for-v7.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-4/+4
8 dayspower: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()Bartosz Golaszewski1-4/+4
8 daysMerge tag 'rproc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds5-77/+58
8 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+35
8 daysMerge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-26/+24
8 daysMerge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds5-3/+65
8 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds11-42/+247
8 daysMerge tag 'bootconfig-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+14
8 daysMerge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-6/+37
9 daysmaple_tree: fix argument name in headerLiam R. Howlett (Oracle)1-1/+1
9 daysmaple_tree: avoid mas_erase() and mtree_erase() failuresLiam R. Howlett (Oracle)1-0/+2
9 daysmaple_tree: drop MAPLE_ALLOC_SLOTSLiam R. Howlett (Oracle)1-2/+0
9 daysmaple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)1-2/+5
9 dayslocking/lockdep: add sequence counter to held_lockLiam R. Howlett (Oracle)3-1/+6
9 daysmaple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)1-0/+3
9 daysmm: include swap.h in swapops.hKiryl Shutsemau (Meta)1-0/+1
9 daysmm/memcontrol: avoid false sharing between vmstats and eventsUsama Arif1-2/+7
9 dayspercpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPUTejun Heo1-6/+1
9 daysmm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig4-8/+5
9 daysmm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig1-0/+39
9 daysmm/vmstat: add NRSWP{IN,OUT} countersChristoph Hellwig1-0/+4
9 daysmm/swap: remove SWP_FS_OPSChristoph Hellwig1-1/+5
9 daysmm/swap: use swap_ops to register swap device's methodsChristoph Hellwig1-0/+1
9 daysshmem: provide a shmem_write_folio wrapperChristoph Hellwig1-4/+1
9 daysalloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan1-0/+2
9 daysmm: make VM_FAULT_RESULT_TRACE compatible with sparseBart Van Assche1-14/+14
9 daysmm/execmem: fix fallback_end description in kernel-docHenry Elderman1-1/+1
9 daysmm/sparse: keep mem_section_usage_size() internalMuchun Song1-1/+0
9 daysmm/page_ext: remove pgdat_page_ext_init()Sang-Heon Jeon1-5/+0
9 daysmm/vmalloc: make vm_struct.nr_pages an unsigned longArtem Lytkin1-1/+1
9 daysmm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()David Hildenbrand (Arm)1-0/+8
9 daysmm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif2-3/+11
9 daysmm/vmscan: add pgrotate_anon and pgrotate_file vmstat countersUsama Arif1-0/+2
9 daysmm/vmstat, mm/memcontrol: add _monotonic vmstat readersUsama Arif2-0/+24
9 daysmemcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.hRidong Chen2-21/+2
9 daysmm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang1-4/+3
9 daysmm/huge_memory: update remove_migration_pmd() to accept a folioLorenzo Stoakes (ARM)1-3/+3
9 daysmm/rmap: track whether the page VMA mapped pgoff is anonymousLorenzo Stoakes (ARM)1-1/+3
9 daysmm: introduce linear_anon_page_index()Lorenzo Stoakes (ARM)2-4/+38
9 daysmm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-6/+65