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-05-26
locking/lockref: Use try_cmpxchg64 in CMPXCHG_LOOP macro
Uros Bizjak
1
-5
/
+4
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-4
/
+343
2022-05-25
Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
11
-138
/
+592
2022-05-25
Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+4
2022-05-25
Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
3
-27
/
+51
2022-05-24
Merge tag 'hwmon-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-0
/
+113
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-409
/
+40
2022-05-24
Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-12
/
+16
2022-05-23
Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+7
2022-05-23
Merge tag 'core-debugobjects-2022-05-23' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-4
/
+1
2022-05-23
Merge tag 'core-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+6
2022-05-23
Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...
Vlastimil Babka
2
-22
/
+46
2022-05-22
lib: add generic polynomial calculation
Michael Walle
3
-0
/
+113
2022-05-19
bug: Use normal relative pointers in 'struct bug_entry'
Josh Poimboeuf
1
-8
/
+7
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-05-19
random: remove mostly unused async readiness notifier
Jason A. Donenfeld
1
-44
/
+22
2022-05-19
random: remove get_random_bytes_arch() and add rng_has_arch_random()
Jason A. Donenfeld
1
-4
/
+3
2022-05-18
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+1
2022-05-18
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
1
-2
/
+1
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
1
-340
/
+7
2022-05-18
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
1
-22
/
+10
2022-05-18
percpu_ref_init(): clean ->percpu_count_ref on failure
Al Viro
1
-0
/
+1
2022-05-17
kunit: fix executor OOM error handling logic on non-UML
Daniel Latypov
1
-4
/
+5
2022-05-16
kunit: take `kunit_assert` as `const`
Miguel Ojeda
1
-2
/
+2
2022-05-13
debugobjects: Convert to SPDX license identifier
Thomas Gleixner
1
-4
/
+1
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-22
/
+22
2022-05-12
kunit: bail out of test filtering logic quicker if OOM
Daniel Latypov
2
-6
/
+25
2022-05-12
lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
Daniel Latypov
1
-5
/
+10
2022-05-12
kunit: Rework kunit_resource allocation policy
David Gow
1
-57
/
+7
2022-05-09
dim: initialize all struct fields
Jesse Brandeburg
1
-22
/
+22
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+2
2022-05-03
selftests/sysctl: add sysctl macro test
Tonghao Zhang
1
-0
/
+32
2022-05-02
kunit: fix debugfs code to use enum kunit_status, not bool
Daniel Latypov
1
-1
/
+1
2022-05-02
kunit: add ability to specify suite-level init and exit functions
Daniel Latypov
2
-0
/
+31
2022-05-02
kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)
Daniel Latypov
1
-4
/
+4
2022-05-01
Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+33
2022-04-27
hex2bin: fix access beyond string end
Mikulas Patocka
1
-3
/
+6
2022-04-27
hex2bin: make the function hex_to_bin constant-time
Mikulas Patocka
1
-7
/
+25
2022-04-22
XArray: Disallow sibling entries of nodes
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-04-22
printk: rename cpulock functions
John Ogness
2
-4
/
+4
2022-04-22
objtool: Add HAVE_NOINSTR_VALIDATION
Josh Poimboeuf
1
-1
/
+1
2022-04-22
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
Josh Poimboeuf
1
-1
/
+1
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
2
-4
/
+5
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
3
-11
/
+14
2022-04-19
lib/strn*,objtool: Enforce user_access_begin() rules
Peter Zijlstra
2
-2
/
+2
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-34
/
+6
2022-04-13
lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()
Sebastian Andrzej Siewior
1
-2
/
+6
2022-04-10
Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-32
/
+0
2022-04-08
lz4: fix LZ4_decompress_safe_partial read out of bound
Guo Xuenan
1
-2
/
+6
[next]