| Commit message (Expand) | Author | Age | Files | Lines |
* | assoc_array: Fix shortcut creation | David Howells | 2019-03-23 | 1 | -3/+5 |
* | test_hexdump: use memcpy instead of strncpy | Linus Torvalds | 2019-02-20 | 1 | -1/+1 |
* | seq_buf: Make seq_buf_puts() null-terminate the buffer | Michael Ellerman | 2019-02-20 | 1 | -1/+5 |
* | rhashtable: add schedule points | Eric Dumazet | 2019-02-08 | 1 | -1/+4 |
* | rhashtable: add rhashtable_lookup_get_insert_key() | Pablo Neira Ayuso | 2019-02-08 | 1 | -3/+7 |
* | lib/interval_tree_test.c: allow users to limit scope of endpoint | Davidlohr Bueso | 2018-12-21 | 1 | -10/+13 |
* | lib/rbtree-test: lower default params | Davidlohr Bueso | 2018-12-21 | 2 | -3/+3 |
* | lib/rbtree_test.c: make input module parameters | Davidlohr Bueso | 2018-12-21 | 1 | -21/+34 |
* | lib/interval_tree_test.c: allow full tree search | Davidlohr Bueso | 2018-12-21 | 1 | -5/+10 |
* | lib/interval_tree_test.c: make test options module parameters | Davidlohr Bueso | 2018-12-21 | 1 | -17/+40 |
* | swiotlb: clean up reporting | Kees Cook | 2018-12-17 | 1 | -11/+9 |
* | debugobjects: avoid recursive calls with kmemleak | Qian Cai | 2018-12-17 | 1 | -1/+2 |
* | kobject: Replace strncpy with memcpy | Guenter Roeck | 2018-12-13 | 1 | -1/+1 |
* | lib/raid6: Fix arm64 test build | Jeremy Linton | 2018-11-27 | 1 | -2/+2 |
* | locking/lockdep: Fix debug_locks off performance problem | Waiman Long | 2018-11-21 | 1 | -1/+1 |
* | scsi: klist: Make it safe to use klists in atomic context | Bart Van Assche | 2018-10-10 | 1 | -4/+6 |
* | debugobjects: Make stack check warning more informative | Joel Fernandes (Google) | 2018-09-15 | 1 | -2/+5 |
* | ioremap: Update pgtable free interfaces with addr | Chintan Pandya | 2018-08-17 | 1 | -2/+2 |
* | lib/rhashtable: consider param->min_size when setting initial table size | Davidlohr Bueso | 2018-07-25 | 1 | -6/+11 |
* | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2018-07-17 | 1 | -1/+1 |
* | x86/headers: Don't include asm/processor.h in asm/atomic.h | Andi Kleen | 2018-07-17 | 1 | -0/+4 |
* | lib/vsprintf: Remove atomic-unsafe support for %pCr | Geert Uytterhoeven | 2018-07-03 | 1 | -3/+0 |
* | bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y | Yonghong Song | 2018-05-30 | 1 | -5/+26 |
* | kobject: don't use WARN for registration failures | Dmitry Vyukov | 2018-05-02 | 1 | -7/+5 |
* | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2018-04-24 | 2 | -2/+4 |
* | mm/vmalloc: add interfaces to free unmapped page table | Toshi Kani | 2018-03-28 | 1 | -2/+4 |
* | lib/mpi: Fix umul_ppmm() for MIPS64r6 | James Hogan | 2018-03-03 | 1 | -1/+17 |
* | kasan: rework Kconfig settings | Arnd Bergmann | 2018-02-25 | 1 | -1/+1 |
* | 509: fix printing uninitialized stack memory when OID is empty | Eric Biggers | 2018-02-25 | 1 | -2/+6 |
* | bpf: introduce BPF_JIT_ALWAYS_ON config | Alexei Starovoitov | 2018-02-03 | 1 | -5/+8 |
* | dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst... | Randy Dunlap | 2017-12-16 | 1 | -0/+4 |
* | lib/genalloc.c: make the avail variable an atomic_long_t | Stephen Bates | 2017-12-16 | 1 | -5/+5 |
* | ASN.1: check for error from ASN1_OP_END__ACT actions | Eric Biggers | 2017-12-16 | 1 | -0/+2 |
* | ASN.1: fix out-of-bounds read when parsing indefinite length item | Eric Biggers | 2017-12-16 | 1 | -21/+26 |
* | lib/mpi: call cond_resched() from mpi_powm() loop | Eric Biggers | 2017-11-30 | 1 | -0/+2 |
* | test: firmware_class: report errors properly on failure | Brian Norris | 2017-11-15 | 1 | -3/+8 |
* | KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2] | Eric Biggers | 2017-11-15 | 1 | -2/+2 |
* | KEYS: fix out-of-bounds read during ASN.1 parsing | Eric Biggers | 2017-11-08 | 1 | -0/+3 |
* | assoc_array: Fix a buggy node-splitting case | David Howells | 2017-11-02 | 1 | -34/+17 |
* | lib/digsig: fix dereference of NULL user_key_payload | Eric Biggers | 2017-10-27 | 1 | -0/+6 |
* | lib/Kconfig.debug: fix frv build failure | Sudip Mukherjee | 2017-08-11 | 1 | -1/+1 |
* | swiotlb: ensure that page-sized mappings are page-aligned | Nikita Yushchenko | 2017-07-05 | 1 | -3/+3 |
* | lib/cmdline.c: fix get_options() overflow while parsing ranges | Ilya Matveychikov | 2017-06-29 | 1 | -3/+3 |
* | usercopy: Adjust tests to deal with SMAP/PAN | Kees Cook | 2017-06-14 | 1 | -2/+18 |
* | bpf, arm64: fix jit branch offset related to ldimm64 | Daniel Borkmann | 2017-05-14 | 1 | -0/+45 |
* | mpi: Fix NULL ptr dereference in mpi_powm() [ver #3] | Andrey Ryabinin | 2016-12-02 | 1 | -1/+6 |
* | lib/genalloc.c: start search from start of chunk | Daniel Mentz | 2016-11-18 | 1 | -1/+2 |
* | lib: add "on"/"off" support to kstrtobool | Kees Cook | 2016-10-28 | 1 | -3/+17 |
* | lib: move strtobool() to kstrtobool() | Kees Cook | 2016-10-28 | 2 | -29/+50 |
* | fix iov_iter_fault_in_readable() | Al Viro | 2016-09-24 | 1 | -22/+2 |