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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
299
-2961
/
+5991
2021-07-01
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
13
-108
/
+569
2021-07-01
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...
Linus Torvalds
7
-186
/
+343
2021-07-01
Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
39
-115
/
+254
2021-07-01
Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
86
-1020
/
+7498
2021-07-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
233
-34428
/
+38023
2021-07-01
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
163
-2068
/
+18191
2021-07-01
Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1291
-22297
/
+312123
2021-07-01
Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-690
/
+874
2021-07-01
Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
27
-64
/
+74
2021-07-01
ipc/util.c: use binary search for max_idx
Manfred Spraul
2
-5
/
+42
2021-07-01
ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lock
Manfred Spraul
1
-5
/
+9
2021-07-01
ipc: use kmalloc for msg_queue and shmid_kernel
Vasily Averin
2
-6
/
+6
2021-07-01
ipc sem: use kvmalloc for sem_undo allocation
Vasily Averin
1
-5
/
+6
2021-07-01
lib/decompressors: remove set but not used variabled 'level'
Yu Kuai
1
-2
/
+1
2021-07-01
selftests/vm/pkeys: exercise x86 XSAVE init state
Dave Hansen
3
-2
/
+76
2021-07-01
selftests/vm/pkeys: refill shadow register after implicit kernel write
Dave Hansen
1
-0
/
+7
2021-07-01
selftests/vm/pkeys: handle negative sys_pkey_alloc() return code
Dave Hansen
1
-1
/
+1
2021-07-01
selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random
Dave Hansen
1
-1
/
+2
2021-07-01
kcov: add __no_sanitize_coverage to fix noinstr for all architectures
Marco Elver
3
-1
/
+24
2021-07-01
exec: remove checks in __register_bimfmt()
Alexey Dobriyan
1
-3
/
+0
2021-07-01
x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...
Al Viro
3
-14
/
+4
2021-07-01
hfsplus: report create_date to kstat.btime
Chung-Chiang Cheng
1
-0
/
+5
2021-07-01
hfsplus: remove unnecessary oom message
Zhen Lei
1
-1
/
+0
2021-07-01
nilfs2: remove redundant continue statement in a while-loop
Colin Ian King
1
-1
/
+0
2021-07-01
kprobes: remove duplicated strong free_insn_page in x86 and s390
Barry Song
4
-13
/
+1
2021-07-01
init: print out unknown kernel parameters
Andrew Halaney
1
-0
/
+42
2021-07-01
checkpatch: do not complain about positive return values starting with EPOLL
Guenter Roeck
1
-1
/
+1
2021-07-01
checkpatch: improve the indented label test
Joe Perches
1
-3
/
+7
2021-07-01
checkpatch: scripts/spdxcheck.py now requires python3
Guenter Roeck
1
-2
/
+2
2021-07-01
lib/decompress_unlz4.c: correctly handle zero-padding around initrds.
Dimitri John Ledkov
1
-0
/
+8
2021-07-01
lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static
Rajat Asthana
1
-1
/
+1
2021-07-01
kernel.h: split out kstrtox() and simple_strtox() to a separate header
Andy Shevchenko
7
-156
/
+163
2021-07-01
lib/test_string.c: allow module removal
Matteo Croce
1
-0
/
+5
2021-07-01
lib: uninline simple_strtoull()
Alexey Dobriyan
1
-0
/
+1
2021-07-01
lib: memscan() fixlet
Alexey Dobriyan
1
-1
/
+1
2021-07-01
lib/mpi: fix spelling mistakes
Zhen Lei
4
-8
/
+8
2021-07-01
lib/decompressors: fix spelling mistakes
Zhen Lei
7
-12
/
+12
2021-07-01
lib/math/rational: add Kunit test cases
Trent Piepho
3
-0
/
+69
2021-07-01
lib/math/rational.c: fix divide by zero
Trent Piepho
1
-5
/
+11
2021-07-01
seq_file: drop unused *_escape_mem_ascii()
Andy Shevchenko
4
-34
/
+0
2021-07-01
nfsd: avoid non-flexible API in seq_quote_mem()
Andy Shevchenko
1
-1
/
+1
2021-07-01
seq_file: convert seq_escape() to use seq_escape_str()
Andy Shevchenko
1
-6
/
+1
2021-07-01
seq_file: add seq_escape_str() as replica of string_escape_str()
Andy Shevchenko
1
-0
/
+7
2021-07-01
seq_file: introduce seq_escape_mem()
Andy Shevchenko
2
-0
/
+27
2021-07-01
MAINTAINERS: add myself as designated reviewer for generic string library
Andy Shevchenko
1
-0
/
+8
2021-07-01
lib/test-string_helpers: add test cases for new features
Andy Shevchenko
2
-8
/
+137
2021-07-01
lib/test-string_helpers: get rid of trailing comma in terminators
Andy Shevchenko
1
-6
/
+6
2021-07-01
lib/test-string_helpers: print flags in hexadecimal format
Andy Shevchenko
1
-2
/
+2
2021-07-01
lib/string_helpers: allow to append additional characters to be escaped
Andy Shevchenko
2
-4
/
+16
[next]