Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | lib/math: Add a `do_div' test module | Maciej W. Rozycki | 2021-04-21 | 3 | -0/+261 | |
* | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2021-04-29 | 1 | -92/+118 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | scsi: sbitmap: Add sbitmap_calculate_shift() helper | Ming Lei | 2021-03-04 | 1 | -13/+3 | |
| * | | | | | | | | scsi: sbitmap: Export sbitmap_weight | Ming Lei | 2021-03-04 | 1 | -5/+6 | |
| * | | | | | | | | scsi: sbitmap: Move allocation hint into sbitmap | Ming Lei | 2021-03-04 | 1 | -46/+66 | |
| * | | | | | | | | scsi: sbitmap: Add helpers for updating allocation hint | Ming Lei | 2021-03-04 | 1 | -39/+54 | |
| * | | | | | | | | scsi: sbitmap: Maintain allocation round_robin in sbitmap | Ming Lei | 2021-03-04 | 1 | -14/+14 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-04-28 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge tag 'v5.12-rc8' into sched/core, to pick up fixes | Ingo Molnar | 2021-04-20 | 11 | -42/+39 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | sched: Don't make LATENCYTOP select SCHED_DEBUG | Peter Zijlstra | 2021-04-16 | 1 | -1/+0 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-04-28 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2021-04-11 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | * | | | | | | | kcsan: Make test follow KUnit style recommendations | Marco Elver | 2021-03-08 | 1 | -2/+3 | |
| | |/ / / / / / | ||||||
* | | | | | | | | Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-04-28 | 2 | -26/+69 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2021-04-11 | 2 | -26/+69 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | lib: test_bitmap: add tests for "N" alias | Paul Gortmaker | 2021-03-08 | 1 | -0/+10 | |
| | * | | | | | | | lib: bitmap: support "N" as an alias for size of bitmap | Paul Gortmaker | 2021-03-08 | 1 | -5/+17 | |
| | * | | | | | | | lib: bitmap: move ERANGE check from set_region to check_region | Paul Gortmaker | 2021-03-08 | 1 | -9/+5 | |
| | * | | | | | | | lib: bitmap: fold nbits into region struct | Paul Gortmaker | 2021-03-08 | 1 | -9/+10 | |
| | * | | | | | | | lib: test_bitmap: add more start-end:offset/len tests | Paul Gortmaker | 2021-03-08 | 1 | -0/+22 | |
| | * | | | | | | | lib: test_bitmap: add tests to trigger ERANGE case. | Paul Gortmaker | 2021-03-08 | 1 | -0/+2 | |
| | * | | | | | | | lib: test_bitmap: clearly separate ERANGE from EINVAL tests. | Paul Gortmaker | 2021-03-08 | 1 | -6/+6 | |
| | | |/ / / / / | | |/| | | | | | ||||||
* | | | | | | | | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2021-04-28 | 2 | -0/+57 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge drm/drm-fixes into drm-next | Daniel Vetter | 2021-04-13 | 5 | -21/+25 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2021-03-16 | 2 | -0/+57 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| | * | | | | | | | | lib/vsprintf: Add support for printing V4L2 and DRM fourccs | Sakari Ailus | 2021-02-17 | 2 | -0/+57 | |
* | | | | | | | | | | Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2021-04-28 | 3 | -21/+82 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | kunit: support failure from dynamic analysis tools | Uriel Guajardo | 2021-04-02 | 1 | -4/+35 | |
| * | | | | | | | | | | kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment | Daniel Latypov | 2021-04-02 | 1 | -0/+3 | |
| * | | | | | | | | | | kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals | Daniel Latypov | 2021-04-02 | 1 | -6/+24 | |
| * | | | | | | | | | | kunit: Match parenthesis alignment to improve code readability | Lucas Stankus | 2021-03-23 | 1 | -11/+20 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-04-28 | 2 | -19/+149 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'for-5.13-vsprintf-pgp' into for-linus | Petr Mladek | 2021-04-27 | 2 | -15/+141 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | vsprintf: dump full information of page flags in pGp | Yafang Shao | 2021-03-19 | 2 | -15/+141 | |
| * | | | | | | | | | | | lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf() | Rasmus Villemoes | 2021-04-23 | 1 | -2/+0 | |
| * | | | | | | | | | | | printk: clarify the documentation for plain pointer printing | Vlastimil Babka | 2021-04-07 | 1 | -2/+5 | |
| * | | | | | | | | | | | lib/vsprintf: do not show no_hash_pointers message multiple times | Marco Elver | 2021-03-19 | 1 | -0/+3 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-04-27 | 1 | -23/+295 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | iov_iter: Four fixes for ITER_XARRAY | David Howells | 2021-04-26 | 1 | -0/+5 | |
| * | | | | | | | | | | | iov_iter: Add ITER_XARRAY | David Howells | 2021-04-23 | 1 | -23/+290 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2021-04-27 | 2 | -12/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | treewide: Change list_sort to use const pointers | Sami Tolvanen | 2021-04-09 | 2 | -12/+8 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-04-26 | 1 | -0/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | asm-generic/io.h: Add a non-posted variant of ioremap() | Hector Martin | 2021-04-08 | 1 | -0/+22 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-04-26 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'v5.12-rc7' into driver-core-next | Greg Kroah-Hartman | 2021-04-14 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | kobject_uevent: remove warning in init_uevent_argv() | Greg Kroah-Hartman | 2021-04-10 | 1 | -4/+5 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2021-04-26 | 1 | -7/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | kasan, arm64: tests supports for HW_TAGS async mode | Andrey Konovalov | 2021-04-11 | 1 | -6/+11 | |
| * | | | | | | | | | | kasan: Add KASAN mode kernel parameter | Vincenzo Frascino | 2021-04-11 | 1 | -1/+1 | |
| | |_|/ / / / / / / | |/| | | | | | | | |