index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+12
2024-11-12
net: Implement fault injection forcing skb reallocation
Breno Leitao
1
-0
/
+10
2024-11-07
objpool: fix to make percpu slot allocation more robust
Masami Hiramatsu (Google)
1
-6
/
+12
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-15
/
+17
2024-11-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-10
/
+1
2024-11-03
dim: pass dim_sample to net_dim() by reference
Caleb Sander Mateos
1
-5
/
+5
2024-11-03
dim: make dim_calc_stats() inputs const pointers
Caleb Sander Mateos
1
-1
/
+2
2024-11-01
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-5
/
+2
2024-11-01
Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+15
2024-10-31
dql: annotate data-races around dql->last_obj_cnt
Eric Dumazet
1
-1
/
+1
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-10-30
net: checksum: Move from32to16() to generic header
Puranjay Mohan
1
-10
/
+1
2024-10-29
Merge tag 'slab-for-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-10-28
iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
Hugh Dickins
1
-2
/
+4
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
7
-12
/
+23
2024-10-24
Merge tag 'probes-fixes-v6.12-rc4.2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2024-10-24
iov_iter: Fix iov_iter_get_pages*() for folio_queue
David Howells
1
-9
/
+12
2024-10-23
Revert "kasan: Disable Software Tag-Based KASAN with GCC"
Marco Elver
1
-5
/
+2
2024-10-23
slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof
Pei Xiao
1
-1
/
+1
2024-10-22
objpool: fix choosing allocation for percpu slots
Viktor Malik
1
-1
/
+1
2024-10-21
Merge tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2024-10-19
Merge tag 'rust-fixes-6.12-2' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-1
/
+1
2024-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+5
2024-10-17
Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-7
/
+10
2024-10-17
lib/buildid: Handle memfd_secret() files in build_id_parse()
Andrii Nakryiko
1
-0
/
+5
2024-10-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-2
/
+5
2024-10-17
maple_tree: correct tree corruption on spanning store
Lorenzo Stoakes
1
-6
/
+6
2024-10-17
maple_tree: check for MA_STATE_BULK on setting wr_rebalance
Sidhartha Kumar
1
-1
/
+1
2024-10-17
lib: alloc_tag_module_unload must wait for pending kfree_rcu calls
Florian Westphal
1
-0
/
+3
2024-10-16
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
Qianqiang Liu
1
-1
/
+1
2024-10-15
kasan: Disable Software Tag-Based KASAN with GCC
Will Deacon
1
-2
/
+5
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+12
2024-10-07
lib: packing: catch kunit_kzalloc() failure in the pack() test
Vladimir Oltean
1
-0
/
+1
2024-10-07
lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
Timo Grautstueck
1
-1
/
+1
2024-10-04
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+12
2024-10-03
lib: packing: use GENMASK() for box_mask
Vladimir Oltean
1
-2
/
+2
2024-10-03
lib: packing: use BITS_PER_BYTE instead of 8
Vladimir Oltean
1
-14
/
+14
2024-10-03
lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
Jacob Keller
2
-28
/
+83
2024-10-03
lib: packing: add additional KUnit tests
Jacob Keller
1
-0
/
+82
2024-10-03
lib: packing: add KUnit tests adapted from selftests
Jacob Keller
3
-0
/
+271
2024-10-03
lib: packing: duplicate pack() and unpack() implementations
Vladimir Oltean
1
-80
/
+141
2024-10-03
lib: packing: add pack() and unpack() wrappers over packing()
Vladimir Oltean
1
-0
/
+54
2024-10-03
lib: packing: adjust definitions and implementation for arbitrary buffer lengths
Vladimir Oltean
1
-27
/
+43
2024-10-03
lib: packing: refuse operating on bit indices which exceed size of buffer
Vladimir Oltean
1
-2
/
+4
2024-10-03
Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
32
-32
/
+32
2024-10-02
slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in
Vlastimil Babka
1
-4
/
+10
2024-10-02
mm, slab: suppress warnings in test_leak_destroy kunit test
Vlastimil Babka
1
-2
/
+2
2024-10-01
iov_iter: fix advancing slot in iter_folioq_get_pages()
Omar Sandoval
1
-1
/
+1
2024-09-27
Merge tag 'bitmap-for-6.12' of https://github.com/norov/linux
Linus Torvalds
1
-0
/
+34
[next]