| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm-current/current' | Stephen Rothwell | 2016-07-05 | 8 | -23/+453 |
|\ |
|
| * | kcov: allow more fine-grained coverage instrumentation | Vegard Nossum | 2016-06-25 | 1 | -0/+11 |
| * | lib: Add CRC64 ECMA module | Marian Chereji | 2016-06-25 | 3 | -0/+349 |
| * | crc32: use ktime_get_ns() for measurement | Arnd Bergmann | 2016-06-25 | 1 | -12/+4 |
| * | lib/iommu-helper: skip to next segment | Sebastian Ott | 2016-06-25 | 1 | -2/+1 |
| * | printk, allow different timestamps for printk.time | Prarit Bhargava | 2016-06-25 | 1 | -3/+4 |
| * | lib, switch CONFIG_PRINTK_TIME to int | Prarit Bhargava | 2016-06-25 | 1 | -2/+5 |
| * | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB | Alexander Potapenko | 2016-06-25 | 1 | -2/+2 |
| * | radix-tree: implement radix_tree_maybe_preload_order() | Kirill A. Shutemov | 2016-06-25 | 1 | -5/+79 |
| * | mm/page_owner: use stackdepot to store stacktrace | Joonsoo Kim | 2016-06-25 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'rcu/rcu/next' | Stephen Rothwell | 2016-07-05 | 1 | -33/+18 |
|\ \ |
|
| * | | waketorture: Add utilization measurement | Paul E. McKenney | 2016-06-15 | 1 | -0/+1 |
| * | | waketorture: Add a wakeup-torture module | Paul E. McKenney | 2016-06-15 | 1 | -0/+17 |
| * | | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code | Paul E. McKenney | 2016-06-14 | 1 | -17/+0 |
| * | | torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLE | Paul E. McKenney | 2016-06-14 | 1 | -16/+0 |
| |/ |
|
* | | Merge remote-tracking branch 'tip/auto-latest' | Stephen Rothwell | 2016-07-05 | 5 | -10/+70 |
|\ \ |
|
| * \ | Merge branch 'x86/microcode' | Ingo Molnar | 2016-06-27 | 1 | -1/+4 |
| |\ \ |
|
| | * | | lib/cpio: Make find_cpio_data()'s offset arg optional | Borislav Petkov | 2016-06-08 | 1 | -1/+4 |
| | |/ |
|
| * | | Merge branch 'x86/asm' | Ingo Molnar | 2016-06-27 | 2 | -5/+4 |
| |\ \ |
|
| | * | | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2016-06-08 | 2 | -5/+4 |
| | |/ |
|
| * | | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}... | Peter Zijlstra | 2016-06-16 | 2 | -4/+62 |
| |/ |
|
* | | Merge remote-tracking branch 'block/for-next' | Stephen Rothwell | 2016-07-05 | 1 | -30/+15 |
|\ \ |
|
| * | | iov_iter: use bvec iterator to implement iterate_bvec() | Ming Lei | 2016-06-09 | 1 | -30/+15 |
| |/ |
|
* | | Merge remote-tracking branch 'kspp/for-next/kspp' | Stephen Rothwell | 2016-07-05 | 2 | -2/+2 |
|\ \ |
|
| * | | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 2016-06-22 | 2 | -2/+2 |
| * | | gcc-plugins: disable under COMPILE_TEST | Kees Cook | 2016-06-14 | 1 | -2/+2 |
* | | | Merge remote-tracking branch 'kbuild/for-next' | Stephen Rothwell | 2016-07-05 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Add sancov plugin | Emese Revfy | 2016-06-07 | 1 | -0/+2 |
* | | | Merge remote-tracking branch 'crypto/master' | Stephen Rothwell | 2016-07-05 | 2 | -173/+92 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib/mpi: Do not do sg_virt | Herbert Xu | 2016-07-01 | 1 | -36/+50 |
| * | | crypto: rsa - Generate fixed-length output | Herbert Xu | 2016-07-01 | 1 | -29/+26 |
| * | | lib/mpi: refactor mpi_read_from_buffer() in terms of mpi_read_raw_data() | Nicolai Stange | 2016-05-31 | 1 | -21/+3 |
| * | | lib/mpi: mpi_read_from_buffer(): sanitize short buffer printk | Nicolai Stange | 2016-05-31 | 1 | -2/+2 |
| * | | lib/mpi: mpi_read_from_buffer(): return -EINVAL upon too short buffer | Nicolai Stange | 2016-05-31 | 1 | -10/+8 |
| * | | lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zero | Nicolai Stange | 2016-05-31 | 1 | -3/+5 |
| * | | lib/mpi: mpi_read_from_buffer(): return error code | Nicolai Stange | 2016-05-31 | 2 | -7/+11 |
| * | | lib/mpi: mpi_read_raw_data(): fix nbits calculation | Nicolai Stange | 2016-05-31 | 1 | -1/+1 |
| * | | lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbits | Nicolai Stange | 2016-05-31 | 1 | -2/+0 |
| * | | lib/mpi: purge mpi_set_buffer() | Nicolai Stange | 2016-05-31 | 1 | -76/+0 |
| |/ |
|
* | | lib/uuid.c: use correct offset in uuid parser | Bjørn Mork | 2016-05-30 | 1 | -2/+2 |
* | | lib/uuid: add a test module | Andy Shevchenko | 2016-05-30 | 3 | -0/+137 |
|/ |
|
* | Merge branch 'hash' of git://ftp.sciencehorizons.net/linux | Linus Torvalds | 2016-05-28 | 3 | -0/+262 |
|\ |
|
| * | <linux/hash.h>: Add support for architecture-specific functions | George Spelvin | 2016-05-28 | 3 | -0/+262 |
* | | dma-debug: avoid spinlock recursion when disabling dma-debug | Ville Syrjälä | 2016-05-26 | 1 | -1/+1 |
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-25 | 1 | -1/+1 |
|\ \ |
|
| * | | do "fold checks into iterate_and_advance()" right | Al Viro | 2016-05-25 | 1 | -1/+1 |
* | | | kgdb: depends on VT | Jiri Slaby | 2016-05-23 | 1 | -1/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-05-20 | 8 | -586/+699 |
|\ \ \ |
|
| * | | | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 2016-05-20 | 1 | -10/+67 |
| * | | | radix-tree: make radix_tree_descend() more useful | Matthew Wilcox | 2016-05-20 | 1 | -52/+26 |