index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-07
Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-86
/
+555
2022-10-07
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+0
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-39
/
+70
2022-10-06
Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-2
/
+41
2022-10-05
Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+44
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-4
/
+57
2022-10-03
once: rename _SLOW to _SLEEPABLE
Jason A. Donenfeld
1
-5
/
+5
2022-10-03
Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-59
/
+329
2022-10-03
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
1
-0
/
+30
2022-09-30
lib: stackinit: update reference to kunit-tool
Tales Aparecida
1
-1
/
+1
2022-09-30
lib: overflow: update reference to kunit-tool
Tales Aparecida
1
-1
/
+1
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
3
-0
/
+39
2022-09-29
sbitmap: fix lockup while swapping
Hugh Dickins
1
-1
/
+1
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2022-09-28
Kbuild: add Rust support
Miguel Ojeda
1
-0
/
+34
2022-09-28
vsprintf: add new `%pA` format specifier
Gary Guo
1
-0
/
+13
2022-09-24
Makefile.debug: re-enable debug info for .S files
Nick Desaulniers
1
-1
/
+3
2022-09-14
fortify: Adjust KUnit test for modular build
Kees Cook
1
-2
/
+1
2022-09-13
ASoC: Merge tag 'v6.0-rc4' into asoc-6.1
Mark Brown
6
-31
/
+48
2022-09-12
Merge 6.0-rc5 into driver-core-next
Greg Kroah-Hartman
5
-28
/
+46
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-14
/
+23
2022-09-08
sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
Uros Bizjak
1
-5
/
+5
2022-09-08
sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
Jan Kara
1
-3
/
+15
2022-09-07
kunit/memcpy: Avoid pathological compile-time string size
Kees Cook
1
-1
/
+1
2022-09-07
lib: Improve the is_signed_type() kunit test
Bart Van Assche
1
-1
/
+6
2022-09-07
fortify: Add KUnit test for FORTIFY_SOURCE internals
Kees Cook
3
-0
/
+87
2022-09-07
string: Introduce strtomem() and strtomem_pad()
Kees Cook
1
-4
/
+55
2022-09-07
overflow: Split up kunit tests for smaller stack frames
Kees Cook
1
-27
/
+51
2022-09-07
overflow: Allow mixed type arguments
Kees Cook
1
-29
/
+72
2022-09-07
dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
Jim Cromie
1
-15
/
+110
2022-09-07
dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
Jim Cromie
1
-0
/
+212
2022-09-07
dyndbg: validate class FOO by checking with module
Jim Cromie
1
-8
/
+68
2022-09-07
dyndbg: add ddebug_attach_module_classes
Jim Cromie
1
-1
/
+31
2022-09-07
kernel/module: add __dyndbg_classes section
Jim Cromie
1
-0
/
+7
2022-09-07
dyndbg: gather __dyndbg[] state into struct _ddebug_info
Jim Cromie
1
-9
/
+31
2022-09-07
dyndbg: cleanup auto vars in dynamic_debug_init
Jim Cromie
1
-16
/
+17
2022-09-07
dyndbg: drop EXPORTed dynamic_debug_exec_queries
Jim Cromie
1
-29
/
+0
2022-09-07
dyndbg: add test_dynamic_debug module
Jim Cromie
3
-0
/
+81
2022-09-07
dyndbg: let query-modname override actual module name
Jim Cromie
1
-4
/
+7
2022-09-07
dyndbg: use ESCAPE_SPACE for cat control
Jim Cromie
1
-1
/
+1
2022-09-07
dyndbg: reverse module.callsite walk in cat control
Jim Cromie
1
-6
/
+6
2022-09-07
dyndbg: reverse module walk in cat control
Jim Cromie
1
-1
/
+1
2022-09-07
dyndbg: show both old and new in change-info
Jim Cromie
1
-5
/
+6
2022-09-07
dyndbg: fix static_branch manipulation
Jim Cromie
1
-2
/
+3
2022-09-07
netlink: introduce NLA_POLICY_MAX_BE
Florian Westphal
1
-4
/
+27
2022-09-05
lib/string_helpers: Introduce parse_int_array_user()
Cezary Rojewski
1
-0
/
+44
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
6
-31
/
+48
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
1
-17
/
+14
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-14
/
+17
2022-09-01
devres: remove devm_ioremap_np
Christoph Hellwig
1
-15
/
+0
[next]