Age | Commit message (Expand) | Author | Files | Lines |
2020-10-13 | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -35/+100 |
2020-10-13 | Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -0/+23 |
2020-10-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 15 | -13/+3493 |
2020-10-13 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -42/+136 |
2020-10-13 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -23/+9 |
2020-10-12 | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -20/+430 |
2020-10-12 | Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -17/+42 |
2020-10-12 | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -26/+29 |
2020-10-09 | percpu_ref: don't refer to ref->data if it isn't allocated | Ming Lei | 1 | -1/+1 |
2020-10-09 | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar | 1 | -0/+5 |
2020-10-09 | Merge branch 'locking/urgent' into locking/core, to pick up fixes | Ingo Molnar | 26 | -133/+184 |
2020-10-06 | percpu_ref: reduce memory footprint of percpu_ref in fast path | Ming Lei | 1 | -33/+98 |
2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams | 2 | -26/+29 |
2020-10-06 | Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 12 | -54/+51 |
2020-10-03 | iov_iter: transparently handle compat iovecs in import_iovec | Christoph Hellwig | 1 | -12/+2 |
2020-10-03 | iov_iter: refactor rw_copy_check_uvector and import_iovec | Christoph Hellwig | 1 | -186/+114 |
2020-10-02 | random32: Restore __latent_entropy attribute on net_rand_state | Thibaut Sautereau | 1 | -1/+1 |
2020-10-02 | lib/mpi: Fix unused variable warnings | Herbert Xu | 4 | -10/+3 |
2020-10-01 | debugobjects: Free per CPU pool after CPU unplug | Zqiang | 1 | -0/+25 |
2020-09-30 | lib: string_helpers: provide kfree_strarray() | Bartosz Golaszewski | 1 | -0/+23 |
2020-09-26 | lib/memregion.c: include memregion.h | Jason Yan | 1 | -0/+1 |
2020-09-26 | lib/string.c: implement stpcpy | Nick Desaulniers | 1 | -0/+24 |
2020-09-25 | iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c | David Laight | 1 | -0/+176 |
2020-09-25 | vsprintf: use bd_partno in bdev_name | Christoph Hellwig | 1 | -2/+2 |
2020-09-25 | Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts | Peilin Ye | 12 | -54/+51 |
2020-09-25 | lib/mpi: Introduce ec implementation to MPI library | Tianjia Zhang | 2 | -0/+1510 |
2020-09-25 | lib/mpi: Extend the MPI library | Tianjia Zhang | 13 | -10/+1989 |
2020-09-25 | crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionally | Herbert Xu | 1 | -3/+1 |
2020-09-24 | treewide: Make all debug_obj_descriptors const | Stephen Boyd | 1 | -2/+2 |
2020-09-24 | debugobjects: Allow debug_obj_descr to be const | Stephen Boyd | 1 | -15/+15 |
2020-09-24 | Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+24 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -1/+1 |
2020-09-22 | lib/bootconfig: Fix to remove tailing spaces after value | Masami Hiramatsu | 1 | -1/+1 |
2020-09-22 | lib/bootconfig: Fix a bug of breaking existing tree nodes | Masami Hiramatsu | 1 | -13/+23 |
2020-09-21 | rhashtable: fix indentation of a continue statement | Colin Ian King | 1 | -1/+1 |
2020-09-19 | kcsan: kconfig: move to menu 'Generic Kernel Debugging Instruments' | Changbin Du | 1 | -3/+1 |
2020-09-13 | Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -4/+14 |
2020-09-10 | Revert "dyndbg: accept query terms like file=bar and module=foo" | Greg Kroah-Hartman | 1 | -33/+20 |
2020-09-10 | Revert "dyndbg: fix problem parsing format="foo bar"" | Greg Kroah-Hartman | 1 | -17/+21 |
2020-09-10 | test_firmware: Test platform fw loading on non-EFI systems | Kees Cook | 1 | -0/+9 |
2020-09-07 | kobject: Drop unneeded conditional in __kobject_del() | Andy Shevchenko | 1 | -3/+0 |
2020-09-04 | dyndbg: fix problem parsing format="foo bar" | Jim Cromie | 1 | -21/+17 |
2020-09-04 | dyndbg: refine export, rename to dynamic_debug_exec_queries() | Jim Cromie | 1 | -2/+25 |
2020-09-04 | dyndbg: give %3u width in pr-format, cosmetic only | Jim Cromie | 1 | -1/+1 |
2020-08-28 | kobject: Restore old behaviour of kobject_del(NULL) | Andy Shevchenko | 1 | -1/+5 |
2020-08-26 | lockdep/selftest: Introduce recursion3 | Boqun Feng | 1 | -0/+55 |
2020-08-26 | locking/selftest: Add test cases for queued_read_lock() | Boqun Feng | 1 | -0/+104 |
2020-08-26 | Revert "locking/lockdep/selftests: Fix mixed read-write ABBA tests" | Boqun Feng | 1 | -8/+0 |
2020-08-26 | lockdep/selftest: Add more recursive read related test cases | Boqun Feng | 1 | -0/+161 |
2020-08-26 | lockdep/selftest: Unleash irq_read_recursion2 and add more | Boqun Feng | 1 | -12/+47 |