index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-14
mm, swap: fix allocation and scanning race with swapoff
Kairui Song
1
-3
/
+19
2024-11-12
mm: swapfile: fix cluster reclaim work crash on rotational devices
Johannes Weiner
1
-1
/
+1
2024-11-12
selftests: hugetlb_dio: fixup check for initial conditions to skip in the start
Donet Tom
1
-0
/
+7
2024-11-12
mm/thp: fix deferred split queue not partially_mapped: fix
Hugh Dickins
1
-1
/
+3
2024-11-12
mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM cases
John Hubbard
1
-39
/
+77
2024-11-11
nommu: pass NULL argument to vma_iter_prealloc()
Hajime Tazaki
1
-1
/
+1
2024-11-11
ocfs2: fix UBSAN warning in ocfs2_verify_volume()
Dmitry Antipov
1
-4
/
+9
2024-11-11
nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
Ryusuke Konishi
4
-6
/
+2
2024-11-11
nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
Ryusuke Konishi
1
-1
/
+0
2024-11-11
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
2
-14
/
+15
2024-11-11
mm: count zeromap read and set for swapout and swapin
Barry Song
7
-8
/
+43
2024-11-07
mailmap: add entry for Thorsten Blum
Thorsten Blum
1
-0
/
+1
2024-11-07
ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()
Andrew Kanner
1
-2
/
+1
2024-11-07
signal: restore the override_rlimit logic
Roman Gushchin
3
-4
/
+8
2024-11-07
fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
Qi Xi
1
-4
/
+5
2024-11-07
ucounts: fix counter leak in inc_rlimit_get_ucounts()
Andrei Vagin
1
-2
/
+1
2024-11-07
selftests: hugetlb_dio: check for initial conditions to skip in the start
Muhammad Usama Anjum
1
-7
/
+12
2024-11-07
mm: fix docs for the kernel parameter ``thp_anon=``
MaĆra Canal
2
-2
/
+2
2024-11-07
mm/damon/core: avoid overflow in damon_feed_loop_next_input()
SeongJae Park
1
-7
/
+21
2024-11-07
mm/damon/core: handle zero schemes apply interval
SeongJae Park
1
-4
/
+4
2024-11-07
mm/damon/core: handle zero {aggregation,ops_update} intervals
SeongJae Park
1
-3
/
+3
2024-11-07
mm/mlock: set the correct prev on failure
Wei Yang
1
-3
/
+6
2024-11-07
objpool: fix to make percpu slot allocation more robust
Masami Hiramatsu (Google)
1
-6
/
+12
2024-11-07
mm/page_alloc: keep track of free highatomic
Yu Zhao
2
-3
/
+8
2024-11-05
mm: resolve faulty mmap_region() error path behaviour
Lorenzo Stoakes
1
-54
/
+65
2024-11-05
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
6
-13
/
+16
2024-11-05
mm: refactor map_deny_write_exec()
Lorenzo Stoakes
4
-6
/
+21
2024-11-05
mm: unconditionally close VMAs on error
Lorenzo Stoakes
5
-17
/
+27
2024-11-05
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
3
-5
/
+32
2024-11-05
mm/thp: fix deferred split unqueue naming and locking
Hugh Dickins
8
-24
/
+67
2024-11-05
mm/thp: fix deferred split queue not partially_mapped
Hugh Dickins
3
-9
/
+20
2024-11-03
Linux 6.12-rc6
Linus Torvalds
1
-1
/
+1
2024-11-03
Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...
Linus Torvalds
18
-143
/
+159
2024-11-03
Merge tag 'phy-fixes-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
14
-28
/
+59
2024-11-03
Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-26
/
+61
2024-11-03
Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-12
/
+5
2024-11-03
Merge tag 'usb-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
11
-31
/
+78
2024-11-03
mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()
Yu Zhao
3
-47
/
+55
2024-11-03
mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats
Yu Zhao
2
-11
/
+5
2024-11-03
Merge tag 'char-misc-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-68
/
+177
2024-11-03
Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-65
/
+104
2024-11-03
Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-16
/
+39
2024-11-03
Merge tag 'x86-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+4
2024-11-03
Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+10
2024-11-03
Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-22
/
+69
2024-11-03
Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-11-03
Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+13
2024-11-03
modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host
Masahiro Yamada
1
-1
/
+1
2024-11-03
modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness
Masahiro Yamada
1
-5
/
+5
2024-11-02
Input: fix regression when re-registering input handlers
Dmitry Torokhov
2
-62
/
+82
[next]