Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | kunit: take `kunit_assert` as `const` | Miguel Ojeda | 2022-05-16 | 1 | -2/+2 | |
| * | | | | | | | | kunit: bail out of test filtering logic quicker if OOM | Daniel Latypov | 2022-05-12 | 2 | -6/+25 | |
| * | | | | | | | | lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS | Daniel Latypov | 2022-05-12 | 1 | -5/+10 | |
| * | | | | | | | | kunit: Rework kunit_resource allocation policy | David Gow | 2022-05-12 | 1 | -57/+7 | |
| * | | | | | | | | kunit: fix debugfs code to use enum kunit_status, not bool | Daniel Latypov | 2022-05-02 | 1 | -1/+1 | |
| * | | | | | | | | kunit: add ability to specify suite-level init and exit functions | Daniel Latypov | 2022-05-02 | 2 | -0/+31 | |
| * | | | | | | | | kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite) | Daniel Latypov | 2022-05-02 | 1 | -4/+4 | |
| * | | | | | | | | kunit: Make kunit_remove_resource() idempotent | David Gow | 2022-04-05 | 2 | -2/+41 | |
| * | | | | | | | | list: test: Test the hlist structure | David Gow | 2022-04-05 | 1 | -1/+396 | |
| * | | | | | | | | kunit: split resource API impl from test.c into new resource.c | Daniel Latypov | 2022-04-05 | 3 | -115/+127 | |
| * | | | | | | | | kasan: test: Use NULL macros | Ricardo Ribalda | 2022-04-04 | 1 | -1/+1 | |
| * | | | | | | | | kunit: use NULL macros | Ricardo Ribalda | 2022-04-04 | 2 | -1/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-05-25 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | printk: rename cpulock functions | John Ogness | 2022-04-22 | 2 | -4/+4 | |
* | | | | | | | | | Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 2022-05-25 | 3 | -27/+51 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ | Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s... | Vlastimil Babka | 2022-05-23 | 2 | -22/+46 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | mm/slub: use stackdepot to save stack trace in objects | Oliver Glitta | 2022-04-06 | 1 | -0/+1 | |
| | * | | | | | | | | | lib/stackdepot: allow requesting early initialization dynamically | Vlastimil Babka | 2022-04-06 | 1 | -22/+45 | |
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | mm/slub, kunit: Make slub_kunit unaffected by user specified flags | Hyeonggon Yoo | 2022-04-06 | 1 | -5/+5 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'hwmon-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-05-24 | 3 | -0/+113 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | lib: add generic polynomial calculation | Michael Walle | 2022-05-22 | 3 | -0/+113 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-05-24 | 4 | -409/+40 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | random: remove mostly unused async readiness notifier | Jason A. Donenfeld | 2022-05-19 | 1 | -44/+22 | |
| * | | | | | | | | | random: remove get_random_bytes_arch() and add rng_has_arch_random() | Jason A. Donenfeld | 2022-05-19 | 1 | -4/+3 | |
| * | | | | | | | | | random: remove ratelimiting for in-kernel unseeded randomness | Jason A. Donenfeld | 2022-05-18 | 1 | -2/+1 | |
| * | | | | | | | | | random32: use real rng for non-deterministic randomness | Jason A. Donenfeld | 2022-05-18 | 1 | -340/+7 | |
| * | | | | | | | | | siphash: use one source of truth for siphash permutations | Jason A. Donenfeld | 2022-05-18 | 1 | -22/+10 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-05-24 | 3 | -12/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | objtool: Add HAVE_NOINSTR_VALIDATION | Josh Poimboeuf | 2022-04-22 | 1 | -1/+1 | |
| * | | | | | | | | | objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION" | Josh Poimboeuf | 2022-04-22 | 1 | -1/+1 | |
| * | | | | | | | | | objtool: Make noinstr hacks optional | Josh Poimboeuf | 2022-04-22 | 2 | -4/+5 | |
| * | | | | | | | | | objtool: Add CONFIG_OBJTOOL | Josh Poimboeuf | 2022-04-22 | 3 | -11/+14 | |
* | | | | | | | | | | Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-05-24 | 1 | -8/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bug: Use normal relative pointers in 'struct bug_entry' | Josh Poimboeuf | 2022-05-19 | 1 | -8/+7 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'core-debugobjects-2022-05-23' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2022-05-24 | 1 | -4/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | debugobjects: Convert to SPDX license identifier | Thomas Gleixner | 2022-05-13 | 1 | -4/+1 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'core-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-05-24 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead() | Sebastian Andrzej Siewior | 2022-04-13 | 1 | -2/+6 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2022-05-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | percpu_ref_init(): clean ->percpu_count_ref on failure | Al Viro | 2022-05-18 | 1 | -0/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* / | | | | | | | dim: initialize all struct fields | Jesse Brandeburg | 2022-05-10 | 1 | -22/+22 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-05-01 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | lib/strn*,objtool: Enforce user_access_begin() rules | Peter Zijlstra | 2022-04-19 | 2 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | hex2bin: fix access beyond string end | Mikulas Patocka | 2022-04-27 | 1 | -3/+6 | |
* | | | | | hex2bin: make the function hex_to_bin constant-time | Mikulas Patocka | 2022-04-27 | 1 | -7/+25 | |
* | | | | | XArray: Disallow sibling entries of nodes | Matthew Wilcox (Oracle) | 2022-04-22 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-04-10 | 1 | -32/+0 | |
|\ \ \ \ | ||||||
| * | | | | kobject: kobj_type: remove default_attrs | Greg Kroah-Hartman | 2022-04-05 | 1 | -32/+0 | |
| |/ / / | ||||||
* / / / | lz4: fix LZ4_decompress_safe_partial read out of bound | Guo Xuenan | 2022-04-09 | 1 | -2/+6 | |
|/ / / | ||||||
* | | | Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-04-02 | 1 | -1/+1 | |
|\ \ \ |