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-01-11
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-56
/
+118
2022-01-11
Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-11
/
+12
2022-01-11
Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+0
2022-01-11
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+2
2022-01-11
Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+20
2022-01-11
Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2022-01-10
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
7
-8
/
+282
2022-01-10
Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-11
/
+14
2022-01-09
lib: remove redundant assignment to variable ret
Colin Ian King
1
-2
/
+0
2022-01-07
lib/mpi: Add the return value check of kcalloc()
Zizhuang Deng
1
-0
/
+2
2022-01-07
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
4
-29
/
+15
2021-12-24
lib: objagg: Use the bitmap API when applicable
Christophe JAILLET
1
-5
/
+2
2021-12-21
logic_io instance of iounmap() needs volatile on argument
Al Viro
1
-2
/
+2
2021-12-21
lib/logic_iomem: Fix operation on 32-bit
Johannes Berg
1
-3
/
+3
2021-12-21
lib/logic_iomem: Fix 32-bit build
Johannes Berg
1
-6
/
+7
2021-12-13
kunit: Report test parameter results as (K)TAP subtests
David Gow
1
-3
/
+4
2021-12-13
kunit: Don't crash if no parameters are generated
David Gow
1
-8
/
+10
2021-12-13
locking/atomic: atomic64: Remove unusable atomic ops
Mark Rutland
1
-2
/
+0
2021-12-13
Merge tag 'v5.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
8
-10
/
+39
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+2
2021-12-09
kcsan: Support WEAK_MEMORY with Clang where no objtool support exists
Marco Elver
1
-1
/
+1
2021-12-09
kcsan: Add core support for a subset of weak memory modeling
Marco Elver
1
-0
/
+20
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-12-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+1
2021-12-06
net: add net device refcount tracker infrastructure
Eric Dumazet
1
-0
/
+5
2021-12-06
lib: add tests for reference tracker
Eric Dumazet
3
-1
/
+126
2021-12-06
lib: add reference counting tracking infrastructure
Eric Dumazet
3
-0
/
+147
2021-12-06
vsprintf: Use non-atomic bitmap API when applicable
Christophe JAILLET
1
-2
/
+2
2021-12-04
lockdep/selftests: Adapt ww-tests for PREEMPT_RT
Sebastian Andrzej Siewior
1
-30
/
+46
2021-12-04
lockdep/selftests: Skip the softirq related tests on PREEMPT_RT
Sebastian Andrzej Siewior
1
-7
/
+31
2021-12-04
lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock().
Sebastian Andrzej Siewior
1
-1
/
+25
2021-12-04
lockdep/selftests: Avoid using local_lock_{acquire|release}().
Sebastian Andrzej Siewior
1
-16
/
+16
2021-12-02
bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-11-29
siphash: use _unaligned version by default
Arnd Bergmann
1
-6
/
+6
2021-11-22
parisc: Increase FRAME_WARN to 2048 bytes on parisc
Helge Deller
1
-2
/
+3
2021-11-20
kasan: test: silence intentional read overflow warnings
Kees Cook
1
-0
/
+2
2021-11-18
Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linux
Linus Torvalds
4
-2
/
+21
2021-11-18
lib: zstd: Don't add -O3 to cflags
Nick Terrell
1
-2
/
+0
2021-11-18
lib: zstd: Don't inline functions in zstd_opt.c
Nick Terrell
2
-0
/
+19
2021-11-18
lib: zstd: Fix unused variable warning
Nick Terrell
1
-0
/
+2
2021-11-18
Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+6
2021-11-18
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
1
-0
/
+6
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
1
-2
/
+2
2021-11-13
Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux
Linus Torvalds
66
-11874
/
+24495
2021-11-11
mm/migrate.c: remove MIGRATE_PFN_LOCKED
Alistair Popple
1
-3
/
+2
2021-11-10
printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces
Nicholas Piggin
1
-0
/
+6
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-9
/
+51
2021-11-09
mm/scatterlist: replace the !preemptible warning in sg_miter_stop()
Thomas Gleixner
1
-7
/
+4
2021-11-09
lib: uninline simple_strntoull() as well
Alexey Dobriyan
1
-2
/
+1
2021-11-09
lib, stackdepot: add helper to print stack entries into buffer
Imran Khan
1
-0
/
+25
[next]