| Commit message (Expand) | Author | Age | Files | Lines |
* | Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()" | Linus Torvalds | 2019-08-31 | 1 | -1/+2 |
* | Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ... | Arnd Bergmann | 2019-08-29 | 1 | -19/+54 |
|\ |
|
| * | lib: logic_pio: Add logic_pio_unregister_range() | John Garry | 2019-08-13 | 1 | -0/+14 |
| * | lib: logic_pio: Avoid possible overlap for unregistering regions | John Garry | 2019-08-13 | 1 | -5/+5 |
| * | lib: logic_pio: Fix RCU usage | John Garry | 2019-08-13 | 1 | -14/+35 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-08-07 | 2 | -2/+58 |
|\ \ |
|
| * | | lib/dim: Fix -Wunused-const-variable warnings | Leon Romanovsky | 2019-07-25 | 1 | -0/+56 |
| * | | linux/dim: Fix overflow in dim calculation | Yamin Friedman | 2019-07-25 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-08-04 | 1 | -1/+1 |
|\ \ |
|
| * | | lib/raid6: fix unnecessary rebuild of vpermxor*.c | Masahiro Yamada | 2019-07-31 | 1 | -1/+1 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-08-03 | 1 | -32/+47 |
|\ \ \ |
|
| * | | | lib/vdso/32: Provide legacy syscall fallbacks | Thomas Gleixner | 2019-07-31 | 1 | -1/+11 |
| * | | | lib/vdso: Move fallback invocation to the callers | Thomas Gleixner | 2019-07-31 | 1 | -17/+36 |
| * | | | lib/vdso/32: Remove inconsistent NULL pointer checks | Thomas Gleixner | 2019-07-31 | 1 | -16/+2 |
| |/ / |
|
* | | | lib/test_meminit.c: use GFP_ATOMIC in RCU critical section | Alexander Potapenko | 2019-08-03 | 1 | -1/+1 |
* | | | ubsan: build ubsan.c more conservatively | Arnd Bergmann | 2019-08-03 | 1 | -1/+2 |
* | | | kasan: remove clang version check for KASAN_STACK | Arnd Bergmann | 2019-08-03 | 1 | -6/+5 |
|/ / |
|
* / | test_firmware: fix a memory leak bug | Wenwen Wang | 2019-07-25 | 1 | -1/+4 |
|/ |
|
* | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2019-07-20 | 1 | -11/+1 |
|\ |
|
| * | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada | 2019-07-17 | 1 | -11/+1 |
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 2019-07-20 | 3 | -142/+0 |
|\ \ |
|
| * | | memory: move jedec_ddr_data.c from lib/ to drivers/memory/ | Masahiro Yamada | 2019-06-17 | 3 | -145/+0 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-07-17 | 10 | -91/+531 |
|\ \ \ |
|
| * | | | lib/rbtree: avoid generating code twice for the cached versions | Michel Lespinasse | 2019-07-17 | 1 | -37/+3 |
| * | | | lib/test_meminit.c: minor test fixes | Alexander Potapenko | 2019-07-17 | 1 | -6/+6 |
| * | | | lib/test_meminit.c: fix -Wmaybe-uninitialized false positive | Arnd Bergmann | 2019-07-17 | 1 | -24/+26 |
| * | | | lib/string_helpers: fix some kerneldoc warnings | Jonathan Corbet | 2019-07-17 | 1 | -37/+40 |
| * | | | mm/ioremap: probe platform for p4d huge map support | Anshuman Khandual | 2019-07-17 | 1 | -0/+2 |
| * | | | mm/ioremap: check virtual address alignment while creating huge mappings | Anshuman Khandual | 2019-07-17 | 1 | -0/+9 |
| * | | | lib: introduce test_meminit module | Alexander Potapenko | 2019-07-17 | 3 | -0/+371 |
| * | | | lib/test_overflow.c: avoid tainting the kernel and fix wrap size | Kees Cook | 2019-07-17 | 1 | -5/+6 |
| * | | | lib/test_string.c: add some testcases for strchr and strnchr | Peter Rosin | 2019-07-17 | 1 | -0/+77 |
| * | | | lib/test_string.c: avoid masking memset16/32/64 failures | Peter Rosin | 2019-07-17 | 1 | -3/+3 |
| * | | | lib/string.c: allow searching for NUL with strnchr | Peter Rosin | 2019-07-17 | 1 | -1/+10 |
| * | | | lib/mpi/longlong.h: fix building with 32-bit x86 | Arnd Bergmann | 2019-07-17 | 1 | -8/+8 |
| | |/
| |/| |
|
* | | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche... | Linus Torvalds | 2019-07-16 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | docs: locking: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-07-15 | 1 | -2/+2 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-07-16 | 2 | -4/+110 |
|\ \ \
| |/ /
|/| | |
|
| * | | linux/dim: Implement RDMA adaptive moderation (DIM) | Yamin Friedman | 2019-07-08 | 2 | -4/+110 |
| * | | Merge tag 'blk-dim-v2' into rdma.git for-next | Jason Gunthorpe | 2019-07-08 | 5 | -0/+291 |
| |\ \ |
|
* | \ \ | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni... | Linus Torvalds | 2019-07-15 | 1 | -2/+11 |
|\ \ \ \ |
|
| * | | | | percpu_ref: release percpu memory early without PERCPU_REF_ALLOW_REINIT | Roman Gushchin | 2019-05-09 | 1 | -2/+11 |
* | | | | | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-07-13 | 1 | -7/+8 |
|\ \ \ \ \ |
|
| * | | | | | uio: make import_iovec()/compat_import_iovec() return bytes on success | Jens Axboe | 2019-05-31 | 1 | -7/+8 |
* | | | | | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-07-13 | 2 | -96/+27 |
|\ \ \ \ \ \ |
|
| * | | | | | | lib/raid6: refactor unroll rules with pattern rules | Masahiro Yamada | 2019-06-23 | 1 | -86/+11 |
| * | | | | | | lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o | Masahiro Yamada | 2019-06-23 | 1 | -1/+0 |
| * | | | | | | kbuild: add 'headers' target to build up uapi headers in usr/include | Masahiro Yamada | 2019-06-15 | 1 | -3/+1 |
| * | | | | | | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples | Masahiro Yamada | 2019-06-15 | 1 | -5/+14 |
| * | | | | | | kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK | Masahiro Yamada | 2019-06-15 | 1 | -3/+3 |