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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
Merge tag 'coresight-next-v6.12' of ssh://gitolite.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
2
-5
/
+33
2024-09-03
netdev_features: remove NETIF_F_ALL_FCOE
Alexander Lobakin
1
-2
/
+0
2024-09-03
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
2
-4
/
+4
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2
-4
/
+4
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2
-7
/
+9
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
1
-10
/
+18
2024-09-03
Merge tag 'iio-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
3
-6
/
+96
2024-09-03
usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
Michael Grzeschik
1
-0
/
+86
2024-09-03
usb: Add tunnel_mode parameter to usb device structure
Mathias Nyman
1
-0
/
+8
2024-09-03
Merge 6.11-rc6 into usb-next
Greg Kroah-Hartman
9
-60
/
+62
2024-09-02
mm: split a folio in minimum folio order chunks
Luis Chamberlain
1
-4
/
+24
2024-09-02
Merge back cpufreq material for 6.12
Rafael J. Wysocki
1
-6
/
+0
2024-09-02
Merge tag 'scmi-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
2
-0
/
+93
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
gpio: ath79: remove support for platform data
Bartosz Golaszewski
1
-16
/
+0
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
2
-7
/
+30
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: add optional close() to struct vm_special_mapping
Michael Ellerman
1
-0
/
+3
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)
1
-5
/
+1
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
1
-2
/
+2
[prev]
[next]