Age | Commit message (Expand) | Author | Files | Lines |
2017-01-16 | Merge 4.10-rc4 into driver-core-next | Greg Kroah-Hartman | 312 | -1708/+2956 |
2017-01-15 | Linux 4.10-rc4v4.10-rc4 | Linus Torvalds | 1 | -1/+1 |
2017-01-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 5 | -27/+60 |
2017-01-15 | Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 10 | -16/+34 |
2017-01-15 | Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -34/+0 |
2017-01-15 | Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 5 | -17/+25 |
2017-01-15 | Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 6 | -66/+98 |
2017-01-15 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -12/+42 |
2017-01-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 18 | -100/+129 |
2017-01-15 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+9 |
2017-01-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 20 | -92/+257 |
2017-01-15 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -43/+165 |
2017-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -30/+59 |
2017-01-14 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 16 | -83/+66 |
2017-01-14 | fix a fencepost error in pipe_advance() | Al Viro | 1 | -23/+31 |
2017-01-14 | coredump: Ensure proper size of sparse core files | Dave Kleikamp | 3 | -0/+20 |
2017-01-14 | aio: fix lock dep warning | Shaohua Li | 1 | -2/+4 |
2017-01-14 | Merge tag 'dmaengine-fix-4.10-rc4' of git://git.infradead.org/users/vkoul/sla... | Linus Torvalds | 9 | -48/+87 |
2017-01-14 | efi/x86: Prune invalid memory map entries and fix boot regression | Peter Jones | 2 | -0/+67 |
2017-01-14 | Revert "driver core: Add deferred_probe attribute to devices in sysfs" | Greg Kroah-Hartman | 4 | -34/+0 |
2017-01-14 | perf/x86: Reject non sampling events with precise_ip | Jiri Olsa | 1 | -0/+4 |
2017-01-14 | perf/x86/intel: Account interrupts for PEBS errors | Jiri Olsa | 3 | -17/+37 |
2017-01-14 | perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race | Peter Zijlstra | 1 | -4/+54 |
2017-01-14 | perf/core: Fix sys_perf_event_open() vs. hotplug | Peter Zijlstra | 1 | -22/+48 |
2017-01-14 | x86/mpx: Use compatible types in comparison to fix sparse error | Tobias Klauser | 1 | -1/+1 |
2017-01-14 | x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc() | Len Brown | 1 | -0/+1 |
2017-01-13 | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -82/+117 |
2017-01-13 | Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-client | Linus Torvalds | 2 | -2/+7 |
2017-01-13 | Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 3 | -10/+18 |
2017-01-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -16/+80 |
2017-01-13 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2 | -10/+28 |
2017-01-13 | block: don't try to discard from __blkdev_issue_zeroout | Christoph Hellwig | 1 | -7/+6 |
2017-01-13 | sd: remove __data_len hack for WRITE SAME | Christoph Hellwig | 1 | -16/+1 |
2017-01-13 | nvme: use blk_rq_payload_bytes | Christoph Hellwig | 4 | -30/+15 |
2017-01-13 | scsi: use blk_rq_payload_bytes | Christoph Hellwig | 1 | -1/+1 |
2017-01-13 | block: add blk_rq_payload_bytes | Christoph Hellwig | 1 | -0/+13 |
2017-01-13 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 7 | -6/+26 |
2017-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 8 | -10/+20 |
2017-01-13 | vfio/type1: Remove pid_namespace.h include | Alex Williamson | 1 | -1/+0 |
2017-01-13 | dmaengine: rcar-dmac: unmap slave resource when channel is freed | Niklas Söderlund | 1 | -0/+8 |
2017-01-12 | vfio iommu type1: fix the testing of capability for remote task | Jike Song | 1 | -2/+1 |
2017-01-12 | Merge tag 'sound-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 17 | -62/+151 |
2017-01-12 | i2c: piix4: Avoid race conditions with IMC | Ricardo Ribalda | 1 | -0/+22 |
2017-01-12 | i2c: fix spelling mistake: "insufficent" -> "insufficient" | Colin Ian King | 1 | -1/+1 |
2017-01-12 | Merge tag 'xfs-for-linus-4.10-rc4-1' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 6 | -111/+43 |
2017-01-12 | i2c: print correct device invalid address | John Garry | 1 | -1/+1 |
2017-01-12 | i2c: do not enable fall back to Host Notify by default | Dmitry Torokhov | 3 | -9/+17 |
2017-01-12 | i2c: fix kernel memory disclosure in dev interface | Vlad Tsyrklevich | 1 | -1/+1 |
2017-01-12 | Merge tag 'rproc-v4.10-fixes' of git://github.com/andersson/remoteproc | Linus Torvalds | 2 | -14/+19 |
2017-01-12 | Merge tag 'rpmsg-v4.10-fixes' of git://github.com/andersson/remoteproc | Linus Torvalds | 1 | -2/+2 |