index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
alloc_tag: introduce pgtag_ref_handle to abstract page tag references
Suren Baghdasaryan
2
-49
/
+66
2024-11-07
alloc_tag: populate memory for module tags as needed
Suren Baghdasaryan
2
-0
/
+15
2024-11-07
alloc_tag: load module tags into separate contiguous memory
Suren Baghdasaryan
2
-7
/
+43
2024-11-07
maple_tree: add mas_for_each_rev() helper
Suren Baghdasaryan
1
-0
/
+14
2024-11-07
execmem: add support for cache of large ROX pages
Mike Rapoport (Microsoft)
1
-0
/
+14
2024-11-07
arch: introduce set_direct_map_valid_noflush()
Mike Rapoport (Microsoft)
1
-0
/
+6
2024-11-07
module: prepare to handle ROX allocations for text
Mike Rapoport (Microsoft)
3
-0
/
+43
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
1
-0
/
+15
2024-11-07
mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport (Microsoft)
1
-36
/
+24
2024-11-07
signal: restore the override_rlimit logic
Roman Gushchin
1
-1
/
+2
2024-11-07
mm/page_alloc: keep track of free highatomic
Yu Zhao
1
-0
/
+1
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-12
/
+75
2024-11-07
nvme: add reservation command's defines
Guixin Liu
1
-0
/
+68
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
1
-3
/
+18
2024-11-07
wwan: core: Add WWAN ADB and MIPC port type
Jinjian Song
1
-0
/
+4
2024-11-07
arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint
Mark Rutland
1
-29
/
+3
2024-11-06
memcg: workingset: remove folio_memcg_rcu usage
Shakeel Butt
1
-32
/
+2
2024-11-06
memcg-v1: remove memcg move locking code
Shakeel Butt
1
-54
/
+0
2024-11-06
memcg-v1: remove charge move code
Shakeel Butt
1
-5
/
+0
2024-11-06
mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIER
James Houghton
1
-0
/
+7
2024-11-06
mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub
Sourav Panda
1
-1
/
+1
2024-11-06
maple_tree: fix outdated flag name in comment
Jann Horn
1
-1
/
+1
2024-11-06
mm: remove unused has_isolate_pageblock
Luoxi Li
1
-8
/
+0
2024-11-06
mm: huge_memory: move file_thp_enabled() into huge_memory.c
Kefeng Wang
1
-13
/
+0
2024-11-06
mm/mglru: reset page lru tier bits when activating
Wei Xu
2
-1
/
+16
2024-11-06
mm: avoid zeroing user movable page twice with init_on_alloc=1
Zi Yan
1
-7
/
+1
2024-11-06
mm: remove unused hugepage for vma_alloc_folio()
Kefeng Wang
2
-4
/
+4
2024-11-06
kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
John Hubbard
1
-3
/
+3
2024-11-06
mm: drop hugetlb_get_unmapped_area{_*} functions
Oscar Salvador
1
-6
/
+1
2024-11-06
mm: make hugetlb mappings go through mm_get_unmapped_area_vmflags
Oscar Salvador
1
-5
/
+4
2024-11-06
mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings
Oscar Salvador
1
-0
/
+10
2024-11-06
mm: move set_pxd_safe() helpers from generic to platform
Anshuman Khandual
1
-38
/
+0
2024-11-06
mm: remove PageKsm()
Matthew Wilcox (Oracle)
1
-6
/
+1
2024-11-06
mm: add PageAnonNotKsm()
Matthew Wilcox (Oracle)
1
-2
/
+9
2024-11-07
hrtimers: Delete hrtimer_init_on_stack()
Nam Cao
1
-2
/
+0
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
1
-3
/
+0
2024-11-07
wait: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-2
/
+2
2024-11-07
hrtimers: Introduce hrtimer_update_function()
Nam Cao
1
-0
/
+22
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-0
/
+2
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
1
-0
/
+3
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
1
-0
/
+2
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
1
-18
/
+1
2024-11-07
softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-0
/
+47
2024-11-06
net: add debug check in skb_reset_mac_header()
Eric Dumazet
1
-1
/
+4
2024-11-06
net: add debug check in skb_reset_network_header()
Eric Dumazet
1
-1
/
+4
2024-11-06
net: add debug check in skb_reset_transport_header()
Eric Dumazet
1
-1
/
+4
2024-11-06
net: add debug check in skb_reset_inner_mac_header()
Eric Dumazet
1
-1
/
+4
2024-11-06
net: add debug check in skb_reset_inner_network_header()
Eric Dumazet
1
-1
/
+4
2024-11-06
net: add debug check in skb_reset_inner_transport_header()
Eric Dumazet
1
-1
/
+4
2024-11-06
net: skb_reset_mac_len() must check if mac_header was set
Eric Dumazet
1
-6
/
+11
[prev]
[next]