Age | Commit message (Expand) | Author | Files | Lines |
2016-01-16 | lib/kasprintf.c: add sanity check to kvasprintf | Rasmus Villemoes | 1 | -4/+6 |
2016-01-16 | lib/vsprintf.c: warn about too large precisions and field widths | Rasmus Villemoes | 1 | -4/+24 |
2016-01-16 | lib/vsprintf.c: help gcc make number() smaller | Rasmus Villemoes | 1 | -12/+14 |
2016-01-16 | lib/vsprintf.c: expand field_width to 24 bits | Rasmus Villemoes | 1 | -20/+22 |
2016-01-16 | lib/vsprintf.c: eliminate potential race in string() | Rasmus Villemoes | 1 | -19/+9 |
2016-01-16 | lib/vsprintf.c: move string() below widen_string() | Rasmus Villemoes | 1 | -31/+31 |
2016-01-16 | lib/vsprintf.c: pull out padding code from dentry_name() | Rasmus Villemoes | 1 | -15/+31 |
2016-01-16 | Kconfig: remove HAVE_LATENCYTOP_SUPPORT | Will Deacon | 1 | -1/+0 |
2016-01-16 | mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup | Dan Williams | 1 | -0/+9 |
2016-01-16 | page-flags: introduce page flags policies wrt compound pages | Kirill A. Shutemov | 1 | -0/+8 |
2016-01-16 | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -6/+88 |
2016-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2016-01-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+3 |
2016-01-15 | dma-debug: switch check from _text to _stext | Laura Abbott | 1 | -1/+1 |
2016-01-14 | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+39 |
2016-01-13 | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -2/+4 |
2016-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -29/+249 |
2016-01-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -9/+26 |
2016-01-13 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -8/+32 |
2016-01-13 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+6 |
2016-01-12 | Merge tag 'mmc-v4.5' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds | 1 | -2/+1 |
2016-01-12 | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -0/+11 |
2016-01-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+4 |
2016-01-12 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -41/+79 |
2016-01-09 | restrict /dev/mem to idle io memory ranges | Dan Williams | 1 | -3/+20 |
2016-01-09 | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug | Dan Williams | 1 | -0/+22 |
2016-01-09 | Merge branch 'for-linus' into work.misc | Al Viro | 1 | -1/+2 |
2016-01-07 | test: firmware_class: add asynchronous request trigger | Brian Norris | 1 | -0/+65 |
2016-01-07 | test: firmware_class: use kstrndup() where appropriate | Brian Norris | 1 | -2/+1 |
2016-01-07 | test: firmware_class: report errors properly on failure | Brian Norris | 1 | -3/+8 |
2016-01-06 | lib/vsprintf: add %*pg format specifier | Dmitry Monakhov | 1 | -0/+29 |
2016-01-06 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -1/+1 |
2016-01-04 | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro | 1 | -8/+3 |
2016-01-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2015-12-23 | tracing: Use seq_buf_used() in seq_buf_to_user() instead of len | Jerry Snitselaar | 1 | -2/+4 |
2015-12-23 | crypto: 842 - remove WARN inside printk | Dan Streetman | 1 | -5/+9 |
2015-12-23 | CPM/QE: use genalloc to manage CPM/QE muram | Zhao Qiang | 1 | -1/+1 |
2015-12-23 | genalloc:support allocating specific region | Zhao Qiang | 1 | -0/+32 |
2015-12-23 | genalloc:support memory-allocation with bytes-alignment to genalloc | Zhao Qiang | 1 | -6/+55 |
2015-12-23 | Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5 | Doug Ledford | 3 | -0/+228 |
2015-12-22 | mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FS | Adrien Schildknecht | 1 | -2/+1 |
2015-12-19 | rhashtable: Kill harmless RCU warning in rhashtable_walk_init | Herbert Xu | 1 | -1/+2 |
2015-12-19 | bpf, test: add couple of test cases | Daniel Borkmann | 1 | -0/+120 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -31/+44 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -27/+40 |
2015-12-17 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2015-12-17 | Use the new batched user accesses in generic user string handling | Linus Torvalds | 2 | -7/+22 |
2015-12-16 | dma-debug: Fix dma_debug_entry offset calculation | Daniel Mentz | 1 | -2/+2 |
2015-12-16 | rhashtable: Fix walker list corruption | Herbert Xu | 1 | -9/+7 |
2015-12-16 | rhashtable: Enforce minimum size on initial hash table | Herbert Xu | 1 | -3/+3 |