summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-01-14mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao1-0/+2
2025-01-14x86: mm: free page table pages by RCU instead of semi RCUQi Zheng1-1/+3
2025-01-14mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng1-0/+1
2025-01-14mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-ins...Qi Zheng1-4/+7
2025-01-14mm/page_isolation: don't pass gfp flags to start_isolate_page_range()David Hildenbrand1-1/+1
2025-01-14mm: abstract get_arg_page() stack expansion and mmap read lockLorenzo Stoakes1-3/+2
2025-01-14lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin1-4/+0
2025-01-14filemap: remove unused folio_add_wait_queueDr. David Alan Gilbert1-5/+0
2025-01-14list_lru: expand list_lru_add() docs with info about sublistsAlice Ryhl1-11/+33
2025-01-14mm: factor out the order calculation into a new helperBaolin Wang1-3/+13
2025-01-14kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra2-5/+0
2025-01-14mm: pgtable: make ptep_clear() non-atomicQi Zheng1-1/+8
2025-01-14mm: mmap_lock: optimize mmap_lock tracepointsShakeel Butt1-0/+22
2025-01-14mm: make alloc_pages_mpol() staticMatthew Wilcox (Oracle)1-8/+0
2025-01-14mm: migrate: remove unused argument vma from migrate_misplaced_folio()Donet Tom1-4/+2
2025-01-13mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts1-0/+12
2025-01-13module: fix writing of livepatch relocations in ROX textPetr Pavlu1-1/+2
2025-01-05Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds4-22/+86
2025-01-04Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+14
2025-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+9
2025-01-03RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+3
2025-01-03af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-3/+13
2024-12-31percpu: remove intermediate variable in PERCPU_PTR()Gal Pressman1-4/+1
2024-12-31mm: hugetlb: independent PMD page table shared countLiu Shixin2-0/+31
2024-12-31mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-18/+54
2024-12-29Merge tag 'sched-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2024-12-29freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong1-1/+2
2024-12-27Merge tag 'trace-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+12
2024-12-24tracing: Constify string literal data member in struct trace_event_callChristian Göttsche1-1/+1
2024-12-23net/mlx5e: Keep netdev when leave switchdev for devlink set legacy onlyJianbo Liu1-0/+1
2024-12-23preempt: Move PREEMPT_RT before PREEMPT in vermagic.Sebastian Andrzej Siewior1-3/+3
2024-12-22Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds6-16/+52
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+8
2024-12-21Merge tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linuxLinus Torvalds2-4/+2
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-3/+8
2024-12-19alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan1-1/+6
2024-12-19mm/codetag: clear tags before swapDavid Wang1-1/+1
2024-12-19mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2024-12-19mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-10/+2
2024-12-19mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2-1/+25
2024-12-19mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan1-0/+6
2024-12-19mm: add RCU annotation to pte_offset_map(_lock)Petr Malat1-2/+11
2024-12-19io_uring: Fix registered ring file refcount leakJann Horn1-3/+1
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2024-12-18x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-17Merge tag 'hardening-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+13
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt1-1/+5
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+27