Age | Commit message (Expand) | Author |
2016-02-14 | Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-02-11 | vsprintf: kptr_restrict is okay in IRQ when 2 | Jason A. Donenfeld |
2016-02-11 | ubsan: cosmetic fix to Kconfig text | Yang Shi |
2016-02-10 | Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-02-09 | workqueue: implement "workqueue.debug_force_rr_cpu" debug feature | Tejun Heo |
2016-02-08 | scatterlist: fix a typo in comment block of sg_miter_stop() | Masahiro Yamada |
2016-02-07 | klist: fix starting point removed bug in klist iterators | James Bottomley |
2016-02-05 | dump_stack: avoid potential deadlocks | Eric Dumazet |
2016-02-03 | radix-tree: fix race in gang lookup | Matthew Wilcox |
2016-02-03 | lib/test-string_helpers.c: fix and improve string_get_size() tests | Vitaly Kuznetsov |
2016-01-27 | debugobjects: Allow bigger number of early boot objects | Christian Borntraeger |
2016-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds |
2016-01-22 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-01-21 | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-01-21 | ratelimit: fix bug in time interval by resetting right begin time | Jaewon Kim |
2016-01-21 | Merge branch 'uaccess' (batched user access infrastructure) | Linus Torvalds |
2016-01-21 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-01-20 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-01-20 | Do not enable CONFIG_IO_STRICT_DEVMEM by default | Dan Williams |
2016-01-20 | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin |
2016-01-20 | lib/clz_tab.c: put in lib-y rather than obj-y | Chris Metcalf |
2016-01-20 | test_hexdump: print statistics at the end | Andy Shevchenko |
2016-01-20 | test_hexdump: test all possible group sizes for overflow | Andy Shevchenko |
2016-01-20 | test_hexdump: check all bytes in real buffer | Andy Shevchenko |
2016-01-20 | test_hexdump: switch to memcmp() | Andy Shevchenko |
2016-01-20 | test_hexdump: replace magic numbers by their meaning | Andy Shevchenko |
2016-01-20 | test_hexdump: go through all possible lengths of buffer | Andy Shevchenko |
2016-01-20 | test_hexdump: define FILL_CHAR constant | Andy Shevchenko |
2016-01-20 | test_hexdump: introduce test_hexdump_prepare_test() helper | Andy Shevchenko |
2016-01-20 | test_hexdump: rename to test_hexdump | Andy Shevchenko |
2016-01-20 | lib/iomap_copy.c: add __ioread32_copy() | Stephen Boyd |
2016-01-20 | string_helpers: fix precision loss for some inputs | James Bottomley |
2016-01-20 | lib/libcrc32c.c: fix build warning | Jean Delvare |
2016-01-19 | irq_poll: Fix irq_poll_sched() | Bart Van Assche |
2016-01-19 | crypto: crc32c - Fix crc32c soft dependency | Jean Delvare |
2016-01-18 | lib: sw842: select crc32 | Arnd Bergmann |
2016-01-17 | Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-01-16 | lib/vsprintf: factor out %pN[F] handler as netdev_bits() | Andy Shevchenko |
2016-01-16 | lib/vsprintf: refactor duplicate code to special_hex_number() | Andy Shevchenko |
2016-01-16 | lib/test_printf.c: test dentry printing | Rasmus Villemoes |
2016-01-16 | lib/test_printf.c: add test for large bitmaps | Rasmus Villemoes |
2016-01-16 | lib/test_printf.c: account for kvasprintf tests | Rasmus Villemoes |
2016-01-16 | lib/test_printf.c: add a few number() tests | Rasmus Villemoes |
2016-01-16 | lib/test_printf.c: test precision quirks | Rasmus Villemoes |
2016-01-16 | lib/test_printf.c: check for out-of-bound writes | Rasmus Villemoes |
2016-01-16 | lib/test_printf.c: don't BUG | Rasmus Villemoes |
2016-01-16 | lib/kasprintf.c: add sanity check to kvasprintf | Rasmus Villemoes |
2016-01-16 | lib/vsprintf.c: warn about too large precisions and field widths | Rasmus Villemoes |
2016-01-16 | lib/vsprintf.c: help gcc make number() smaller | Rasmus Villemoes |