index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
sbitmap: replace CAS with atomic and
Pavel Begunkov
1
-5
/
+3
2020-12-07
sbitmap: remove swap_lock
Pavel Begunkov
1
-11
/
+3
2020-12-07
sbitmap: optimise sbitmap_deferred_clear()
Pavel Begunkov
1
-12
/
+12
2020-12-06
zlib: export S390 symbols for zlib modules
Randy Dunlap
1
-0
/
+3
2020-12-04
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
2
-3
/
+1
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+9
2020-12-03
lib/syscall: fix syscall registers retrieval on 32-bit platforms
Willy Tarreau
1
-2
/
+9
2020-12-03
lockdep/selftest: Add spin_nest_lock test
Boqun Feng
1
-0
/
+17
2020-12-03
lockdep/selftests: Fix PROVE_RAW_LOCK_NESTING
Peter Zijlstra
1
-17
/
+17
2020-12-02
kunit: Support for Parameterized Testing
Arpitha Raghunandan
1
-13
/
+46
2020-12-01
net: switch to storing KCOV handle directly in sk_buff
Marco Elver
1
-1
/
+0
2020-11-27
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
18
-62
/
+140
2020-11-24
mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP
Thomas Gleixner
1
-0
/
+14
2020-11-24
mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCAL
Thomas Gleixner
1
-0
/
+8
2020-11-24
Merge branch 'sched/core' into core/mm
Thomas Gleixner
3
-0
/
+25
2020-11-24
sched: Make migrate_disable/enable() independent of RT
Thomas Gleixner
1
-1
/
+1
2020-11-20
crypto: lib/curve25519 - Move selftest prototype into header file
Herbert Xu
1
-2
/
+0
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
3
-3
/
+3
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+17
2020-11-19
lib/strncpy_from_user.c: Mask out bytes after NUL terminator.
Daniel Xu
1
-2
/
+17
2020-11-19
lib: Fix fall-through warnings for Clang
Gustavo A. R. Silva
7
-13
/
+18
2020-11-18
Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
Nick Desaulniers
16
-64
/
+64
2020-11-17
resource: Add test cases for new resource API
Andy Shevchenko
1
-0
/
+11
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
1
-3
/
+3
2020-11-16
Modify return value of nla_strlcpy to match that of strscpy.
Francis Laniel
1
-14
/
+25
2020-11-16
Fix unefficient call to memset before memcpu in nla_strlcpy.
Francis Laniel
1
-1
/
+2
2020-11-16
Fonts: Add charcount field to font_desc
Peilin Ye
13
-0
/
+13
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+9
2020-11-12
net: kcov: don't select SKB_EXTENSIONS when there is no NET
Randy Dunlap
1
-1
/
+1
2020-11-10
kbuild: Build kernel module BTFs if BTF is enabled and pahole supports it
Andrii Nakryiko
1
-0
/
+9
2020-11-10
sched,rt: Use cpumask_any*_distribute()
Peter Zijlstra
1
-0
/
+18
2020-11-10
sched: Add migrate_disable()
Peter Zijlstra
1
-0
/
+5
2020-11-10
stop_machine: Add function and caller debug info
Peter Zijlstra
1
-0
/
+2
2020-11-09
s390/kasan: remove 3-level paging support
Vasily Gorbik
1
-9
/
+0
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-60
/
+123
2020-11-06
Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-13
/
+13
2020-11-03
Fonts: Replace discarded const qualifier
Lee Jones
13
-13
/
+13
2020-11-02
net: add kcov handle to skb extensions
Aleksandr Nogikh
1
-0
/
+1
2020-11-02
lib/crc32test: remove extra local_irq_disable/enable
Vasily Gorbik
1
-4
/
+0
2020-11-02
kasan: adopt KUNIT tests to SW_TAGS mode
Andrey Konovalov
1
-42
/
+107
2020-11-01
Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2020-10-30
docs: Kconfig/Makefile: add a check for broken ABI files
Mauro Carvalho Chehab
1
-0
/
+2
2020-10-30
crypto: lib/sha256 - Unroll LOAD and BLEND loops
Arvind Sankar
1
-4
/
+20
2020-10-30
crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64
Arvind Sankar
1
-136
/
+38
2020-10-30
crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()
Arvind Sankar
1
-6
/
+5
2020-10-30
crypto: lib/sha256 - Don't clear temporary variables
Arvind Sankar
1
-1
/
+0
2020-10-30
crypto: lib/sha256 - Use memzero_explicit() for clearing state
Arvind Sankar
1
-1
/
+1
2020-10-30
lib/mpi: Remove unused scalar_copied
Herbert Xu
1
-3
/
+0
2020-10-29
lib/scatterlist: use consistent sg_copy_buffer() return type
David Disseldorp
1
-1
/
+1
2020-10-25
Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-180
/
+345
[prev]
[next]