| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-06-28 | PCI: Add devm_pci_alloc_host_bridge() interface | Lorenzo Pieralisi | 1 | -0/+2 |
| 2017-06-28 | PCI: Add pci_free_host_bridge() interface | Lorenzo Pieralisi | 1 | -0/+1 |
| 2017-06-28 | vfio: New external user group/file match | Alex Williamson | 1 | -0/+2 |
| 2017-06-28 | regmap: irq: add chip option mask_writeonly | Michael Grzeschik | 1 | -0/+2 |
| 2017-06-28 | cgroup: implement "nsdelegate" mount option | Tejun Heo | 1 | -0/+9 |
| 2017-06-28 | svcrdma: Remove svc_rdma_marshal.c | Chuck Lever | 1 | -3/+0 |
| 2017-06-28 | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields | 45 | -71/+246 |
| 2017-06-28 | locking/refcount: Create unchecked atomic_t implementation | Kees Cook | 1 | -0/+42 |
| 2017-06-28 | nvme: use a single NVME_AQ_DEPTH and relax it to 32 | Sagi Grimberg | 1 | -1/+1 |
| 2017-06-28 | dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrs | Christoph Hellwig | 1 | -2/+3 |
| 2017-06-28 | dma-mapping: remove dmam_free_noncoherent | Christoph Hellwig | 1 | -2/+0 |
| 2017-06-28 | dma-mapping: remove the set_dma_mask method | Christoph Hellwig | 1 | -6/+0 |
| 2017-06-28 | dma-mapping: remove HAVE_ARCH_DMA_SUPPORTED | Christoph Hellwig | 1 | -2/+0 |
| 2017-06-28 | dma-mapping: remove DMA_ERROR_CODE | Christoph Hellwig | 1 | -5/+0 |
| 2017-06-28 | spin loop primitives for busy waiting | Nicholas Piggin | 1 | -0/+70 |
| 2017-06-28 | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm... | Joerg Roedel | 8 | -38/+65 |
| 2017-06-28 | PM / core: Drop run_wake flag from struct dev_pm_info | Rafael J. Wysocki | 2 | -13/+0 |
| 2017-06-28 | PCI / PM: Simplify device wakeup settings code | Rafael J. Wysocki | 1 | -8/+1 |
| 2017-06-28 | PCI / PM: Drop pme_interrupt flag from struct pci_dev | Rafael J. Wysocki | 1 | -1/+0 |
| 2017-06-28 | dax: remove default copy_from_iter fallback | Dan Williams | 1 | -1/+1 |
| 2017-06-28 | x86, libnvdimm, pmem: remove global pmem api | Dan Williams | 2 | -59/+1 |
| 2017-06-28 | x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimm | Dan Williams | 1 | -19/+0 |
| 2017-06-27 | block: remove the queue_bounce_pfn helper | Christoph Hellwig | 1 | -5/+0 |
| 2017-06-27 | block: move bounce declarations to block/blk.h | Christoph Hellwig | 1 | -13/+0 |
| 2017-06-27 | nvme: add support for streams and directives | Jens Axboe | 1 | -0/+48 |
| 2017-06-27 | blk-mq: expose write hints through debugfs | Jens Axboe | 1 | -0/+3 |
| 2017-06-27 | block: add support for write hints in a bio | Jens Axboe | 2 | -0/+3 |
| 2017-06-27 | fs: add fcntl() interface for setting/getting write life time hints | Jens Axboe | 1 | -12/+35 |
| 2017-06-27 | tracing: Add support for recording tgid of tasks | Joel Fernandes | 1 | -1/+12 |
| 2017-06-27 | cros_ec: Don't signal wake event for non-wake host events | Shawn Nematbakhsh | 1 | -1/+4 |
| 2017-06-27 | net/mlx5e: IPSec, Innova IPSec offload infrastructure | Ilan Tayari | 2 | -4/+18 |
| 2017-06-27 | net/mlx5: Accel, Add IPSec acceleration interface | Ilan Tayari | 1 | -0/+67 |
| 2017-06-27 | net/mlx5: FPGA, Add SBU infrastructure | Ilan Tayari | 4 | -0/+18 |
| 2017-06-27 | net/mlx5: FPGA, Add SBU bypass and reset flows | Ilan Tayari | 1 | -0/+9 |
| 2017-06-27 | net/mlx5: FPGA, Add FW commands for FPGA QPs | Ilan Tayari | 2 | -0/+204 |
| 2017-06-27 | net/mlx5: Add support for multiple RoCE enable | Ilan Tayari | 1 | -0/+1 |
| 2017-06-27 | net/mlx5: Add reserved-gids support | Ilan Tayari | 1 | -0/+17 |
| 2017-06-27 | net/mlx5: Cancel delayed recovery work when unloading the driver | Mohamad Haj Yahia | 1 | -0/+1 |
| 2017-06-27 | tty: add function to convert device name to number | Okash Khawaja | 1 | -0/+3 |
| 2017-06-27 | x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF | Len Brown | 1 | -0/+2 |
| 2017-06-27 | Backmerge tag 'v4.12-rc7' into drm-next | Dave Airlie | 7 | -38/+45 |
| 2017-06-26 | ftrace: Have cached module filters be an active filter | Steven Rostedt (VMware) | 1 | -0/+2 |
| 2017-06-26 | ftrace: Have the cached module list show in set_ftrace_filter | Steven Rostedt (VMware) | 1 | -1/+2 |
| 2017-06-26 | Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core | Will Deacon | 20 | -60/+192 |
| 2017-06-26 | Revert "ktime: Simplify ktime_compare implementation" | Thomas Gleixner | 1 | -1/+5 |
| 2017-06-26 | Merge tag 'iio-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2 | -147/+6 |
| 2017-06-26 | time: introduce {get,put}_itimerspec64 | Deepa Dinamani | 3 | -1/+17 |
| 2017-06-26 | time: add get_timespec64 and put_timespec64 | Deepa Dinamani | 2 | -0/+7 |
| 2017-06-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+2 |
| 2017-06-25 | net: Remove ndo_dfwd_start_xmit | Mintz, Yuval | 1 | -9/+0 |