Age | Commit message (Expand) | Author |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-11-05 | mm, slub, kasan: enable user tracking by default with KASAN=y | Andrey Ryabinin |
2015-11-05 | lib: test_kasan: add some testcases | Wang Long |
2015-11-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds |
2015-11-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2015-11-04 | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2015-11-04 | iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}(). | David S. Miller |
2015-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2015-11-04 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2015-11-03 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds |
2015-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-29 | Merge branches 'fixes' and 'misc' into for-next | Russell King |
2015-10-23 | fault-inject: fix inverted interval/probability values in printk | Florian Westphal |
2015-10-23 | lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=y | Andrey Ryabinin |
2015-10-21 | KEYS: Merge the type-specific data with the payload data | David Howells |
2015-10-20 | lib/mpi: fix off by one in mpi_read_raw_from_sgl | Stephan Mueller |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-16 | lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE | Andrew Morton |
2015-10-14 | crypto: 842 - Add CRC and validation support | Haren Myneni |
2015-10-14 | lib/mpi: Add mpi sgl helpers | Tadeusz Struk |
2015-10-08 | random32: add prandom_init_once helper for own rngs | Daniel Borkmann |
2015-10-08 | random32: add prandom_seed_full_state helper | Daniel Borkmann |
2015-10-08 | once: make helper generic for calling functions once | Hannes Frederic Sowa |
2015-10-08 | net: move net_get_random_once to lib | Hannes Frederic Sowa |
2015-10-06 | strscpy: zero any trailing garbage bytes in the destination | Chris Metcalf |
2015-10-05 | devres: fix a for loop bounds check | Dan Carpenter |
2015-10-04 | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds |
2015-10-04 | kobject: move EXPORT_SYMBOL() macros next to corresponding definitions | Gabriel Somlo |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar |
2015-10-03 | ARM: 8439/1: Fix backtrace generation when IPI is masked | Daniel Thompson |
2015-09-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-09-22 | lib: fix data race in rhashtable_rehash_one | Dmitriy Vyukov |
2015-09-22 | lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer wh... | Sowmini Varadhan |
2015-09-17 | lib/string_helpers.c: fix infinite loop in string_get_size() | Vitaly Kuznetsov |
2015-09-10 | zlib_deflate/deftree: remove bi_reverse() | yalin wang |
2015-09-10 | lib/decompress_unlzma: Do a NULL check for pointer | Fabio Estevam |
2015-09-10 | lib/decompressors: use real out buf size for gunzip with kernel | Yinghai Lu |
2015-09-10 | lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly | Wang Long |
2015-09-10 | lib/test_kasan.c: fix a typo | Wang Long |
2015-09-10 | lib/string_helpers: rename "esc" arg to "only" | Kees Cook |
2015-09-10 | lib/string_helpers: clarify esc arg in string_escape_mem | Kees Cook |
2015-09-10 | lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ... | Pan Xinhui |
2015-09-10 | lib/bitmap.c: fix a special string handling bug in __bitmap_parselist | Pan Xinhui |
2015-09-10 | lib/bitmap.c: correct a code style and do some, optimization | Pan Xinhui |
2015-09-10 | kstrto*: accept "-0" for signed conversion | Alexey Dobriyan |
2015-09-10 | string: provide strscpy() | Chris Metcalf |
2015-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-09-08 | lib/show_mem.c: correct reserved memory calculation | Vishnu Pratap Singh |