| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-01-10 | 1 | -4/+7 |
|\ |
|
| * | bpf: introduce BPF_JIT_ALWAYS_ON config | Alexei Starovoitov | 2018-01-09 | 1 | -4/+7 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-01-05 | 1 | -1/+17 |
|\ \ |
|
| * | | lib/mpi: Fix umul_ppmm() for MIPS64r6 | James Hogan | 2017-12-22 | 1 | -1/+17 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-12-31 | 1 | -3/+5 |
|\ \ \ |
|
| * | | | timerqueue: Document return values of timerqueue_add/del() | Thomas Gleixner | 2017-12-29 | 1 | -3/+5 |
| | |/
| |/| |
|
* | | | Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-12-31 | 1 | -4/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | kobject: fix suppressing modalias in uevents delivered over netlink | Dmitry Torokhov | 2017-12-21 | 1 | -4/+12 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2017-12-18 | 1 | -0/+43 |
|\ \ |
|
| * | | bpf: add test case for ld_abs and helper changing pkt data | Daniel Borkmann | 2017-12-15 | 1 | -0/+43 |
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-12-15 | 1 | -33/+0 |
|\ \ \ |
|
| * | | | locking/lockdep: Remove the cross-release locking checks | Ingo Molnar | 2017-12-12 | 1 | -33/+0 |
| | |/
| |/| |
|
* / | | lib/rbtree,drm/mm: add rbtree_replace_node_cached() | Chris Wilson | 2017-12-15 | 1 | -0/+10 |
|/ / |
|
* | | Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/... | James Morris | 2017-12-09 | 2 | -27/+38 |
|\ \
| |/
|/| |
|
| * | 509: fix printing uninitialized stack memory when OID is empty | Eric Biggers | 2017-12-08 | 1 | -2/+6 |
| * | X.509: fix buffer overflow detection in sprint_oid() | Eric Biggers | 2017-12-08 | 1 | -4/+4 |
| * | ASN.1: check for error from ASN1_OP_END__ACT actions | Eric Biggers | 2017-12-08 | 1 | -0/+2 |
| * | ASN.1: fix out-of-bounds read when parsing indefinite length item | Eric Biggers | 2017-12-08 | 1 | -21/+26 |
* | | netlink: Relax attr validation for fixed length types | David Ahern | 2017-12-07 | 1 | -6/+16 |
|/ |
|
* | Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2017-12-02 | 6 | -6/+6 |
|\ |
|
| * | move libgcc.h to include/linux | Christoph Hellwig | 2017-12-01 | 6 | -6/+6 |
* | | vsprintf: don't use 'restricted_pointer()' when not restricting | Linus Torvalds | 2017-11-29 | 1 | -0/+2 |
* | | vsprintf: add printk specifier %px | Tobin C. Harding | 2017-11-29 | 1 | -0/+18 |
* | | printk: hash addresses printed with %p | Tobin C. Harding | 2017-11-29 | 2 | -45/+144 |
* | | vsprintf: refactor %pK code out of pointer() | Tobin C. Harding | 2017-11-29 | 1 | -43/+54 |
|/ |
|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-11-25 | 1 | -2/+2 |
|\ |
|
| * | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 2017-11-22 | 1 | -2/+2 |
* | | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2017-11-23 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | kconfig: kill off GENERIC_IO option | Rob Herring | 2017-11-13 | 1 | -4/+0 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-18 | 17 | -173/+374 |
|\ \ |
|
| * | | Makefile: support flag -fsanitizer-coverage=trace-cmp | Victor Chibotaru | 2017-11-18 | 1 | -0/+10 |
| * | | lib: test module for find_*_bit() functions | Yury Norov | 2017-11-18 | 3 | -0/+154 |
| * | | lib/rbtree-test: lower default params | Davidlohr Bueso | 2017-11-18 | 2 | -3/+3 |
| * | | lib/nmi_backtrace.c: fix kernel text address leak | Liu, Changcheng | 2017-11-18 | 1 | -2/+2 |
| * | | lib/genalloc.c: make the avail variable an atomic_long_t | Stephen Bates | 2017-11-18 | 1 | -5/+5 |
| * | | lib/int_sqrt: adjust comments | Peter Zijlstra | 2017-11-18 | 1 | -2/+2 |
| * | | lib/int_sqrt: optimize initial value compute | Peter Zijlstra | 2017-11-18 | 1 | -4/+2 |
| * | | lib/int_sqrt: optimize small argument | Peter Zijlstra | 2017-11-18 | 1 | -0/+3 |
| * | | lib/test: delete five error messages for failed memory allocations | Markus Elfring | 2017-11-18 | 3 | -15/+7 |
| * | | lib: add module support to string tests | Geert Uytterhoeven | 2017-11-18 | 4 | -142/+143 |
| * | | dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst... | Randy Dunlap | 2017-11-18 | 1 | -0/+4 |
| * | | bug: define the "cut here" string in a single place | Kees Cook | 2017-11-18 | 1 | -1/+1 |
| * | | kernel debug: support resetting WARN_ONCE for all architectures | Andi Kleen | 2017-11-18 | 1 | -0/+23 |
| * | | lib/dma-debug.c: fix incorrect pfn calculation | Miles Chen | 2017-11-18 | 1 | -2/+18 |
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-11-17 | 1 | -0/+22 |
|\ \ \
| |/ /
|/| | |
|
| * | | new primitive: iov_iter_for_each_range() | Al Viro | 2017-10-12 | 1 | -0/+22 |
* | | | Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-11-16 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | debugfs: purge obsolete SRCU based removal protection | Nicolai Stange | 2017-11-07 | 1 | -1/+0 |
* | | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2017-11-16 | 1 | -27/+68 |
|\ \ \ \ |
|
| * \ \ \ | Backmerge tag 'v4.14-rc7' into drm-next | Dave Airlie | 2017-11-02 | 10 | -123/+148 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|