index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
Merge tag 'ffa-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
1
-0
/
+12
2024-09-02
gpiolib: legacy: Kill GPIOF_DIR_* definitions
Andy Shevchenko
1
-6
/
+3
2024-09-02
gpiolib: legacy: Kill GPIOF_INIT_* definitions
Andy Shevchenko
1
-5
/
+2
2024-09-02
Merge tag 'memory-controller-drv-6.12' of https://git.kernel.org/pub/scm/linu...
Arnd Bergmann
1
-45
/
+0
2024-09-02
dt-bindings: clock: renesas: Document RZ/V2H(P) SoC CPG
Lad Prabhakar
1
-0
/
+21
2024-09-02
gpio: ath79: remove support for platform data
Bartosz Golaszewski
1
-16
/
+0
2024-09-02
RDMA/bnxt_re: Share a page to expose per SRQ info with userspace
Chandramohan Akula
1
-0
/
+6
2024-09-01
lib/string_choices: add str_true_false()/str_false_true() helper
Hongbo Li
1
-0
/
+6
2024-09-01
ratelimit: convert flags to int to save 8 bytes in size
Mateusz Guzik
1
-1
/
+1
2024-09-01
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
3
-7
/
+31
2024-09-01
lib/lru_cache: fix spelling mistake "colision"->"collision"
Deshan Zhang
1
-2
/
+2
2024-09-01
xz: remove XZ_EXTERN and extern from functions
Lasse Collin
1
-23
/
+12
2024-09-01
xz: improve the MicroLZMA kernel-doc in xz.h
Lasse Collin
1
-12
/
+12
2024-09-01
xz: fix kernel-doc formatting errors in xz.h
Lasse Collin
1
-9
/
+10
2024-09-01
xz: switch from public domain to BSD Zero Clause License (0BSD)
Lasse Collin
2
-6
/
+4
2024-09-01
memcg: allocate v1 event percpu only on v1 deployment
Shakeel Butt
1
-1
/
+2
2024-09-01
memcg: move v1 only percpu stats in separate struct
Shakeel Butt
1
-0
/
+2
2024-09-01
maple_tree: introduce store_type enum
Sidhartha Kumar
1
-0
/
+14
2024-09-01
mm: kmem: add lockdep assertion to obj_cgroup_memcg
Muchun Song
1
-3
/
+17
2024-09-01
mm: remove legacy install_special_mapping() code
Linus Torvalds
1
-4
/
+0
2024-09-01
mm: remove arch_unmap()
Michael Ellerman
1
-8
/
+3
2024-09-01
mm: add optional close() to struct vm_special_mapping
Michael Ellerman
1
-0
/
+3
2024-09-01
filemap: add trace events for get_pages, map_pages, and fault
Takaya Saeki
1
-0
/
+84
2024-09-01
mm/mprotect: fix dax pud handlings
Peter Xu
1
-0
/
+24
2024-09-01
mm/x86: implement arch_check_zapped_pud()
Peter Xu
1
-0
/
+6
2024-09-01
mm: rework accept memory helpers
Kirill A. Shutemov
1
-7
/
+5
2024-09-01
mm: introduce PageUnaccepted() page type
Kirill A. Shutemov
1
-0
/
+8
2024-09-01
mm: remove PG_error
Matthew Wilcox (Oracle)
3
-7
/
+2
2024-09-01
percpu: remove pcpu_alloc_size()
Jianhui Zhou
1
-1
/
+0
2024-09-01
kfence: introduce burst mode
Marco Elver
1
-1
/
+1
2024-09-01
mm: fix (harmless) type confusion in lock_vma_under_rcu()
Jann Horn
1
-2
/
+13
2024-09-01
zswap: implement a second chance algorithm for dynamic zswap shrinker
Nhat Pham
1
-9
/
+7
2024-09-01
mm: remove follow_page()
David Hildenbrand
1
-3
/
+0
2024-09-01
mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
David Hildenbrand
1
-2
/
+2
2024-09-01
mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
David Hildenbrand
1
-0
/
+58
2024-09-01
include/linux/mmzone.h: clean up watermark accessors
Andrew Morton
1
-6
/
+26
2024-09-01
mm: create promo_wmark_pages and clean up open-coded sites
Kaiyang Zhao
1
-0
/
+1
2024-09-01
mm: clarify folio_likely_mapped_shared() documentation for KSM folios
David Hildenbrand
1
-6
/
+8
2024-09-01
mm/hugetlb: remove hugetlb_follow_page_mask() leftover
David Hildenbrand
1
-3
/
+0
2024-09-01
mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...
Barry Song
1
-2
/
+2
2024-09-01
mm: improve code consistency with zonelist_* helper functions
Wei Yang
2
-4
/
+4
2024-09-01
mm: move internal core VMA manipulation functions to own file
Lorenzo Stoakes
1
-35
/
+0
2024-09-01
mm: move vma_shrink(), vma_expand() to internal header
Lorenzo Stoakes
1
-16
/
+1
2024-09-01
mm: move vma_modify() and helpers to internal header
Lorenzo Stoakes
1
-60
/
+0
2024-09-01
userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
Lorenzo Stoakes
1
-0
/
+19
2024-09-01
mm, memcg: cg2 memory{.swap,}.peak write handlers
David Finkel
4
-1
/
+23
2024-09-01
s390/uv: drop arch_make_page_accessible()
David Hildenbrand
1
-7
/
+0
2024-09-01
mm: simplify arch_make_folio_accessible()
David Hildenbrand
1
-10
/
+1
2024-09-01
mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
David Hildenbrand
1
-3
/
+2
2024-09-01
mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
David Hildenbrand
3
-8
/
+5
[prev]
[next]