summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-4/+7
|\
| * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-4/+7
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-051-1/+17
|\ \
| * | lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan2017-12-221-1/+17
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-311-3/+5
|\ \ \
| * | | timerqueue: Document return values of timerqueue_add/del()Thomas Gleixner2017-12-291-3/+5
| | |/ | |/|
* | | Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-311-4/+12
|\ \ \ | |/ / |/| |
| * | kobject: fix suppressing modalias in uevents delivered over netlinkDmitry Torokhov2017-12-211-4/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-0/+43
|\ \
| * | bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann2017-12-151-0/+43
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-151-33/+0
|\ \ \
| * | | locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-121-33/+0
| | |/ | |/|
* | | lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson2017-12-141-0/+10
|/ /
* | Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris2017-12-092-27/+38
|\ \ | |/ |/|
| * 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2017-12-081-2/+6
| * X.509: fix buffer overflow detection in sprint_oid()Eric Biggers2017-12-081-4/+4
| * ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-081-0/+2
| * ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-081-21/+26
* | netlink: Relax attr validation for fixed length typesDavid Ahern2017-12-071-6/+16
|/
* Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...Linus Torvalds2017-12-016-6/+6
|\
| * move libgcc.h to include/linuxChristoph Hellwig2017-12-016-6/+6
* | vsprintf: don't use 'restricted_pointer()' when not restrictingLinus Torvalds2017-11-291-0/+2
* | vsprintf: add printk specifier %pxTobin C. Harding2017-11-291-0/+18
* | printk: hash addresses printed with %pTobin C. Harding2017-11-292-45/+144
* | vsprintf: refactor %pK code out of pointer()Tobin C. Harding2017-11-291-43/+54
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-2/+2
|\
| * treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-221-4/+0
|\ \ | |/ |/|
| * kconfig: kill off GENERIC_IO optionRob Herring2017-11-131-4/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1717-173/+374
|\ \
| * | Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru2017-11-171-0/+10
| * | lib: test module for find_*_bit() functionsYury Norov2017-11-173-0/+154
| * | lib/rbtree-test: lower default paramsDavidlohr Bueso2017-11-172-3/+3
| * | lib/nmi_backtrace.c: fix kernel text address leakLiu, Changcheng2017-11-171-2/+2
| * | lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-11-171-5/+5
| * | lib/int_sqrt: adjust commentsPeter Zijlstra2017-11-171-2/+2
| * | lib/int_sqrt: optimize initial value computePeter Zijlstra2017-11-171-4/+2
| * | lib/int_sqrt: optimize small argumentPeter Zijlstra2017-11-171-0/+3
| * | lib/test: delete five error messages for failed memory allocationsMarkus Elfring2017-11-173-15/+7
| * | lib: add module support to string testsGeert Uytterhoeven2017-11-174-142/+143
| * | dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-11-171-0/+4
| * | bug: define the "cut here" string in a single placeKees Cook2017-11-171-1/+1
| * | kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-171-0/+23
| * | lib/dma-debug.c: fix incorrect pfn calculationMiles Chen2017-11-171-2/+18
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-0/+22
|\ \ \ | |/ / |/| |
| * | new primitive: iov_iter_for_each_range()Al Viro2017-10-111-0/+22
* | | Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-161-1/+0
|\ \ \
| * | | debugfs: purge obsolete SRCU based removal protectionNicolai Stange2017-11-071-1/+0
* | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-27/+68
|\ \ \ \
| * \ \ \ Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-0210-123/+148
| |\ \ \ \ | | | |_|/ | | |/| |
OpenPOWER on IntegriCloud