Age | Commit message (Expand) | Author | Files | Lines |
2016-03-25 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 1 | -0/+4 |
2016-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -0/+5 |
2016-01-22 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+2 |
2016-01-18 | lib: sw842: select crc32 | Arnd Bergmann | 1 | -0/+2 |
2015-12-11 | irq_poll: make blk-iopoll available outside the block layer | Christoph Hellwig | 1 | -0/+5 |
2015-12-08 | lib: scatterlist: fix Kconfig description | Geert Uytterhoeven | 1 | -3/+3 |
2015-10-16 | lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE | Andrew Morton | 1 | -0/+1 |
2015-09-08 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
2015-09-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
2015-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -10/+0 |
2015-08-27 | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 1 | -0/+3 |
2015-08-24 | lib: scatterlist: add sg splitting function | Robert Jarzmik | 1 | -0/+7 |
2015-08-20 | average: remove out-of-line implementation | Johannes Berg | 1 | -10/+0 |
2015-08-15 | percpu-rwsem: kill CONFIG_PERCPU_RWSEM | Oleg Nesterov | 1 | -3/+0 |
2015-06-29 | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
2015-06-26 | arch, x86: pmem api for ensuring durability of persistent memory updates | Ross Zwisler | 1 | -0/+3 |
2015-06-19 | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git... | Herbert Xu | 1 | -7/+2 |
2015-05-11 | lib: add software 842 compression/decompression | Dan Streetman | 1 | -0/+6 |
2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+0 |
2015-04-17 | lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help text | Andrew Morton | 1 | -3/+2 |
2015-03-10 | cpumask: remove deprecated functions. | Rusty Russell | 1 | -4/+0 |
2015-02-19 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -15/+15 |
2015-02-16 | lib/Kconfig: use bool instead of boolean | Christoph Jaeger | 1 | -1/+1 |
2015-01-07 | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger | 1 | -15/+15 |
2014-12-22 | ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction | Yalin Wang | 1 | -0/+9 |
2014-09-13 | Make ARCH_HAS_FAST_MULTIPLIER a real config variable | Linus Torvalds | 1 | -0/+3 |
2014-08-08 | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 1 | -0/+7 |
2014-08-06 | lib/glob.c: add CONFIG_GLOB_SELFTEST | George Spelvin | 1 | -0/+14 |
2014-08-06 | lib: add lib/glob.c | George Spelvin | 1 | -0/+19 |
2014-07-17 | digsig: make crypto builtin if digsig selected as builtin | Dmitry Kasatkin | 1 | -1/+2 |
2014-05-05 | lib: Export interval_tree | Chris Wilson | 1 | -0/+14 |
2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -0/+9 |
2014-04-07 | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 1 | -2/+2 |
2014-03-20 | audit: Add generic compat syscall support | AKASHI Takahiro | 1 | -0/+9 |
2013-11-21 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 1 | -0/+14 |
2013-11-15 | lockref: use BLOATED_SPINLOCKS to avoid explicit config dependencies | Peter Zijlstra | 1 | -7/+0 |
2013-11-11 | random32: add test cases for taus113 implementation | Daniel Borkmann | 1 | -0/+7 |
2013-09-24 | Add a generic associative array implementation. | David Howells | 1 | -0/+14 |
2013-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+2 |
2013-09-07 | Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra... | Herbert Xu | 1 | -0/+2 |
2013-09-02 | lockref: implement lockless reference count updates using cmpxchg() | Linus Torvalds | 1 | -0/+10 |
2013-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -2/+0 |
2013-07-24 | Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf... | Herbert Xu | 1 | -2/+0 |
2013-07-09 | lib: add lz4 compressor module | Chanho Min | 1 | -0/+6 |
2013-07-09 | lib: add support for LZ4-compressed kernel | Kyungsik Lee | 1 | -0/+7 |
2013-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+2 |
2013-07-03 | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
2013-06-28 | lib: Move fonts from drivers/video/console/ to lib/fonts/ | Geert Uytterhoeven | 1 | -0/+2 |
2013-06-05 | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko | 1 | -0/+3 |
2013-05-20 | crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram... | Tim Chen | 1 | -0/+2 |