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
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
5
-15
/
+254
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-5
/
+10
2022-03-23
Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-57
/
+161
2022-03-23
Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-20
/
+29
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+3
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-6
/
+19
2022-03-22
kfence: allow use of a deferrable timer
Marco Elver
1
-0
/
+12
2022-03-22
kunit: make kunit_test_timeout compatible with comment
Peng Liu
1
-1
/
+1
2022-03-22
kunit: fix UAF when run kfence test case test_gfpzero
Peng Liu
1
-0
/
+1
2022-03-22
xarray: use kmem_cache_alloc_lru to allocate xa_node
Muchun Song
1
-5
/
+5
2022-03-21
Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-409
/
+422
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+4
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-23
/
+17
2022-03-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-9
/
+260
2022-03-21
Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-11
/
+13
2022-03-21
lib: stackinit: Convert to KUnit
Kees Cook
3
-174
/
+121
2022-03-21
Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linus
Petr Mladek
1
-5
/
+8
2022-03-17
lib/sort: Add priv pointer to swap function
Jiri Olsa
1
-10
/
+30
2022-03-17
fprobe: Add a selftest for fprobe
Masami Hiramatsu
3
-0
/
+188
2022-03-12
random: replace custom notifier chain with standard one
Jason A. Donenfeld
2
-9
/
+13
2022-03-08
lib/raid6: Include <asm/ppc-opcode.h> for VPERMXOR
Paul Menzel
1
-1
/
+1
2022-03-08
lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
Paul Menzel
1
-1
/
+3
2022-03-08
lib/raid6/test: fix multiple definition linking error
Dirk Müller
1
-1
/
+0
2022-03-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+10
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
1
-1
/
+0
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
1
-0
/
+1
2022-03-03
mm: remove pointless includes from <linux/hmm.h>
Christoph Hellwig
1
-0
/
+2
2022-03-02
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+0
2022-03-03
lib/mpi: export mpi_rshift
Nicolai Stange
1
-0
/
+1
2022-02-28
bpf: Add config to allow loading modules with BTF mismatches
Connor O'Brien
1
-0
/
+10
2022-02-27
lib: overflow: Convert to Kunit
Kees Cook
3
-309
/
+263
2022-02-26
kasan: test: prevent cache merging in kmem_cache_double_destroy
Andrey Konovalov
1
-1
/
+4
2022-02-25
list: test: Add a test for list_entry_is_head()
David Gow
1
-0
/
+21
2022-02-25
list: test: Add a test for list_is_head()
David Gow
1
-0
/
+19
2022-02-25
list: test: Add test for list_del_init_careful()
David Gow
1
-0
/
+21
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2
-2
/
+2
2022-02-25
lib/test_lockup: fix kernel pointer check for separate address spaces
Arnd Bergmann
1
-3
/
+8
2022-02-25
uaccess: fix type mismatch warnings from access_ok()
Arnd Bergmann
1
-2
/
+2
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-02-24
vsprintf: Fix %pK with kptr_restrict == 0
Christophe Leroy
1
-15
/
+21
2022-02-22
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+2
2022-02-21
random: remove unused tracepoints
Jason A. Donenfeld
1
-2
/
+0
2022-02-21
lib/iov_iter: initialize "flags" in new pipe_buffer
Max Kellermann
1
-0
/
+2
2022-02-21
ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE
Julian Braha
1
-1
/
+0
2022-02-16
overflow: Provide constant expression struct_size
Kees Cook
1
-9
/
+17
2022-02-16
overflow: Implement size_t saturating arithmetic helpers
Kees Cook
1
-0
/
+98
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-02-10
vsprintf: Move space out of string literals in fourcc_string()
Andy Shevchenko
1
-1
/
+2
2022-02-10
vsprintf: Fix potential unaligned access
Andy Shevchenko
1
-5
/
+7
[next]