index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
event_analyzing_sample.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-11
mm: pass page directly instead of using folio_page
Dev Jain
1
-13
/
+10
2025-08-11
selftests/proc: fix string literal warning in proc-maps-race.c
Sukrut Heroorkar
1
-3
/
+3
2025-08-05
fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and gather_hugetlb_stats
Jinjiang Tu
1
-3
/
+11
2025-08-05
mm/smaps: fix race between smaps_hugetlb_range and migration
Jinjiang Tu
1
-1
/
+5
2025-08-05
mm: fix the race between collapse and PT_RECLAIM under per-vma lock
Barry Song
1
-1
/
+1
2025-08-05
mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()
Waiman Long
1
-0
/
+5
2025-08-05
MAINTAINERS: add Masami as a reviewer of hung task detector
Masami Hiramatsu (Google)
1
-0
/
+1
2025-08-05
mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock
Breno Leitao
1
-1
/
+4
2025-08-05
kasan/test: fix protection against compiler elision
Jann Horn
1
-1
/
+1
2025-08-04
sched/psi: Fix psi_seq initialization
Peter Zijlstra
1
-5
/
+1
2025-08-04
apparmor: fix: oops when trying to free null ruleset
John Johansen
1
-1
/
+4
2025-08-03
i2c: muxes: mule: Fix an error handling path in mule_i2c_mux_probe()
Christophe JAILLET
1
-2
/
+1
2025-08-03
i2c: Force DLL0945 touchpad i2c freq to 100khz
fangzhong.zhou
1
-0
/
+1
2025-08-03
i2c: apple: Drop default ARCH_APPLE in Kconfig
Sven Peter
1
-1
/
+0
2025-08-03
rtc: ds1685: Update Joshua Kinard's email address.
Joshua Kinard
3
-4
/
+4
2025-08-03
rtc: rv3032: convert from round_rate() to determine_rate()
Brian Masney
1
-8
/
+13
2025-08-03
rtc: rv3028: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: pcf8563: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: pcf85063: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: nct3018y: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: max31335: convert from round_rate() to determine_rate()
Brian Masney
1
-5
/
+7
2025-08-03
rtc: m41t80: convert from round_rate() to determine_rate()
Brian Masney
1
-10
/
+11
2025-08-03
rtc: hym8563: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: ds1307: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: rv3028: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: pcf8563: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: pcf85063: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: nct3018y: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: hym8563: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: ds1307: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-02
mm: mempool: fix crash in mempool_free() for zero-minimum pools
Yadan Fan
1
-14
/
+10
2025-08-02
mm: correct type for vmalloc vm_flags fields
Lorenzo Stoakes
4
-7
/
+7
2025-08-02
mm/shmem, swap: fix major fault counting
Kairui Song
1
-7
/
+5
2025-08-02
mm/shmem, swap: rework swap entry and index calculation for large swapin
Kairui Song
1
-34
/
+33
2025-08-02
mm/shmem, swap: simplify swapin path and result handling
Kairui Song
1
-26
/
+19
2025-08-02
mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IO
Kairui Song
1
-13
/
+28
2025-08-02
mm/shmem, swap: tidy up swap entry splitting
Kairui Song
1
-33
/
+23
2025-08-02
mm/shmem, swap: tidy up THP swapin checks
Kairui Song
1
-21
/
+18
2025-08-02
mm/shmem, swap: avoid redundant Xarray lookup during swapin
Kairui Song
1
-9
/
+25
2025-08-02
x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations
Mike Rapoport (Microsoft)
2
-2
/
+9
2025-08-02
x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
Mike Rapoport (Microsoft)
2
-19
/
+8
2025-08-02
execmem: drop writable parameter from execmem_fill_trapping_insns()
Mike Rapoport (Microsoft)
3
-10
/
+5
2025-08-02
execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)
Mike Rapoport (Microsoft)
1
-1
/
+6
2025-08-02
execmem: move execmem_force_rw() and execmem_restore_rox() before use
Mike Rapoport (Microsoft)
1
-23
/
+21
2025-08-02
execmem: rework execmem_cache_free()
Mike Rapoport (Microsoft)
1
-23
/
+102
2025-08-02
execmem: introduce execmem_alloc_rw()
Mike Rapoport (Microsoft)
4
-30
/
+51
2025-08-02
execmem: drop unused execmem_update_copy()
Mike Rapoport (Microsoft)
2
-18
/
+0
2025-08-02
mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got dropped
Suren Baghdasaryan
2
-7
/
+33
2025-08-02
mm/rmap: add anon_vma lifetime debug check
Jann Horn
1
-0
/
+22
2025-08-02
mm: remove mm/io-mapping.c
Lorenzo Stoakes
5
-39
/
+0
[next]