| Commit message (Expand) | Author | Age | Files | Lines |
* | ringtest: ring.c malloc & memset to calloc | Peter Malone | 2018-02-01 | 1 | -4/+2 |
* | virtio_vop: don't kfree device on register failure | weiping zhang | 2018-02-01 | 1 | -7/+13 |
* | virtio_pci: don't kfree device on register failure | weiping zhang | 2018-02-01 | 1 | -2/+6 |
* | virtio: split device_register into device_initialize and device_add | weiping zhang | 2018-02-01 | 1 | -3/+15 |
* | vhost: remove unused lock check flag in vhost_dev_cleanup() | 夷则(Caspar) | 2018-02-01 | 6 | -8/+7 |
* | vhost: Remove the unused variable. | Tonghao Zhang | 2018-02-01 | 2 | -5/+0 |
* | virtio_blk: print capacity at probe time | Stefan Hajnoczi | 2018-02-01 | 1 | -17/+15 |
* | virtio: make VIRTIO a menuconfig to ease disabling it all | Vincent Legoll | 2018-02-01 | 1 | -2/+6 |
* | virtio/ringtest: virtio_ring: fix up need_event math | Michael S. Tsirkin | 2018-01-31 | 1 | -10/+14 |
* | virtio/ringtest: fix up need_event math | Michael S. Tsirkin | 2018-01-31 | 1 | -9/+15 |
* | virtio: virtio_mmio: make of_device_ids const. | Arvind Yadav | 2018-01-31 | 1 | -1/+1 |
* | firmware: Use PTR_ERR_OR_ZERO() | Vasyl Gomonovych | 2018-01-31 | 1 | -3/+1 |
* | virtio-mmio: Use PTR_ERR_OR_ZERO() | Vasyl Gomonovych | 2018-01-31 | 1 | -3/+1 |
* | vhost/scsi: Improve a size determination in four functions | Markus Elfring | 2018-01-31 | 1 | -5/+4 |
* | virtio_balloon: include disk/file caches memory statistics | Tomáš Golembiovský | 2018-01-31 | 2 | -1/+6 |
* | Linux 4.15v4.15 | Linus Torvalds | 2018-01-28 | 1 | -1/+1 |
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-01-28 | 2 | -2/+0 |
|\ |
|
| * | x86/retpoline: Remove the esp/rsp thunk | Waiman Long | 2018-01-24 | 2 | -2/+0 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-01-28 | 7 | -34/+60 |
|\ \ |
|
| * | | x86/ftrace: Add one more ENDPROC annotation | Josh Poimboeuf | 2018-01-28 | 1 | -1/+1 |
| * | | x86: Mark hpa as a "Designated Reviewer" for the time being | H. Peter Anvin | 2018-01-27 | 1 | -11/+1 |
| * | | x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernels | Andy Lutomirski | 2018-01-26 | 1 | -13/+9 |
| * | | x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems | Andy Lutomirski | 2018-01-26 | 1 | -5/+29 |
| * | | x86/microcode: Fix again accessing initrd after having been freed | Borislav Petkov | 2018-01-24 | 1 | -1/+1 |
| * | | x86/microcode/intel: Extend BDW late-loading further with LLC size check | Jia Zhang | 2018-01-24 | 1 | -2/+18 |
| * | | perf/x86/amd/power: Do not load AMD power module on !AMD platforms | Xiao Liang | 2018-01-24 | 1 | -1/+1 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2018-01-28 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | hrtimer: Reset hrtimer cpu base proper on CPU hotplug | Thomas Gleixner | 2018-01-27 | 1 | -0/+3 |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-01-28 | 3 | -5/+18 |
|\ \ \ \ |
|
| * | | | | sched/core: Fix cpu.max vs. cpuhotplug deadlock | Peter Zijlstra | 2018-01-24 | 3 | -5/+18 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-01-28 | 2 | -20/+60 |
|\ \ \ \ |
|
| * | | | | perf/x86: Fix perf,x86,cpuhp deadlock | Peter Zijlstra | 2018-01-25 | 1 | -15/+18 |
| * | | | | perf/core: Fix ctx::mutex deadlock | Peter Zijlstra | 2018-01-25 | 1 | -1/+7 |
| * | | | | perf/core: Fix another perf,trace,cpuhp lock inversion | Peter Zijlstra | 2018-01-25 | 1 | -2/+24 |
| * | | | | perf/core: Fix lock inversion between perf,trace,cpuhp | Peter Zijlstra | 2018-01-25 | 1 | -2/+11 |
| |/ / / |
|
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2018-01-28 | 2 | -3/+5 |
|\ \ \ \ |
|
| * | | | | locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks() | Tejun Heo | 2018-01-24 | 1 | -0/+2 |
| * | | | | futex: Fix OWNER_DEAD fixup | Peter Zijlstra | 2018-01-24 | 1 | -3/+3 |
| |/ / / |
|
* | | | | Merge tag 'riscv-for-linus-4.15-maintainers' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2018-01-27 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Update the RISC-V MAINTAINERS file | Palmer Dabbelt | 2018-01-26 | 1 | -2/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-01-26 | 16 | -28/+57 |
|\ \ \ \ \ |
|
| * | | | | | VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSING | Stefan Hajnoczi | 2018-01-26 | 1 | -1/+1 |
| * | | | | | dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state | Alexey Kodanev | 2018-01-26 | 1 | -0/+3 |
| * | | | | | net: vrf: Add support for sends to local broadcast address | David Ahern | 2018-01-26 | 1 | -2/+3 |
| * | | | | | r8169: fix memory corruption on retrieval of hardware statistics. | Francois Romieu | 2018-01-26 | 1 | -7/+2 |
| * | | | | | net: don't call update_pmtu unconditionally | Nicolas Dichtel | 2018-01-25 | 9 | -18/+20 |
| * | | | | | net: tcp: close sock if net namespace is exiting | Dan Streetman | 2018-01-25 | 3 | -0/+28 |
* | | | | | | Merge tag 'drm-fixes-for-v4.15-rc10-2' of git://people.freedesktop.org/~airli... | Linus Torvalds | 2018-01-26 | 2 | -21/+58 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes | Dave Airlie | 2018-01-26 | 1 | -15/+31 |
| |\ \ \ \ \ |
|
| | * | | | | | drm/nouveau: Move irq setup/teardown to pci ctor/dtor | Lyude Paul | 2018-01-26 | 1 | -15/+31 |