Age | Commit message (Expand) | Author | Files | Lines |
2018-06-14 | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 4 | -1060/+0 |
2018-06-13 | Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 10 | -13/+163 |
2018-06-13 | Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 11 | -52/+390 |
2018-06-13 | Merge branches 'pm-domains' and 'pm-tools' | Rafael J. Wysocki | 2 | -23/+154 |
2018-06-13 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 6 | -24/+209 |
2018-06-13 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 869 | -2137/+2720 |
2018-06-13 | Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 13 | -74/+2398 |
2018-06-13 | treewide: Use array_size() in kvzalloc_node() | Kees Cook | 2 | -4/+5 |
2018-06-13 | treewide: Use array_size() in vzalloc_node() | Kees Cook | 2 | -4/+3 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 50 | -92/+126 |
2018-06-13 | treewide: Use array_size() in vmalloc() | Kees Cook | 50 | -72/+99 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 204 | -609/+782 |
2018-06-13 | treewide: devm_kmalloc() -> devm_kmalloc_array() | Kees Cook | 5 | -10/+11 |
2018-06-13 | treewide: kvzalloc() -> kvcalloc() | Kees Cook | 11 | -32/+41 |
2018-06-13 | treewide: kvmalloc() -> kvmalloc_array() | Kees Cook | 4 | -8/+16 |
2018-06-13 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 12 | -25/+24 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 374 | -811/+984 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 227 | -460/+620 |
2018-06-13 | video: uvesafb: Fix integer overflow in allocation | Kees Cook | 1 | -1/+2 |
2018-06-13 | leds: Use struct_size() in allocation | Kees Cook | 1 | -2/+1 |
2018-06-13 | Convert vhost to struct_size | Matthew Wilcox | 1 | -1/+2 |
2018-06-13 | Convert v4l2 event to struct_size | Matthew Wilcox | 1 | -2/+1 |
2018-06-13 | Convert infiniband uverbs to struct_size | Matthew Wilcox | 1 | -2/+2 |
2018-06-13 | Convert virtio_console to struct_size | Matthew Wilcox | 1 | -2/+1 |
2018-06-13 | Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 78 | -1590/+1475 |
2018-06-12 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 11 | -863/+833 |
2018-06-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 9 | -141/+49 |
2018-06-12 | Merge tag 'ntb-4.18' of git://github.com/jonmason/ntb | Linus Torvalds | 8 | -813/+1001 |
2018-06-12 | Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 6 | -116/+116 |
2018-06-12 | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2 | -27/+17 |
2018-06-12 | Revert "PM / runtime: Fixup reference counting of device link suppliers at pr... | Rafael J. Wysocki | 2 | -4/+26 |
2018-06-12 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 10 | -25/+1149 |
2018-06-12 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 38 | -884/+1397 |
2018-06-12 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 12 | -63/+489 |
2018-06-11 | Merge tag 'linux-watchdog-4.18-rc1' of git://www.linux-watchdog.org/linux-wat... | Linus Torvalds | 9 | -53/+84 |
2018-06-11 | Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr... | Linus Torvalds | 2 | -22/+47 |
2018-06-11 | ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_creat... | Jia-Ju Bai | 1 | -2/+2 |
2018-06-11 | ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup... | Jia-Ju Bai | 1 | -1/+1 |
2018-06-11 | NTB: ntb_hw_idt: fix typo 'can by' to 'can be' | Wolfram Sang | 1 | -1/+1 |
2018-06-11 | ntb: intel: change references of skx to gen3 | Dave Jiang | 4 | -130/+126 |
2018-06-11 | ntb: intel: split out the gen3 code | Dave Jiang | 6 | -657/+754 |
2018-06-11 | ntb: intel: header definitions refactor | Dave Jiang | 4 | -142/+237 |
2018-06-11 | Merge tag 'rpmsg-v4.18' of git://github.com/andersson/remoteproc | Linus Torvalds | 10 | -109/+109 |
2018-06-11 | Merge tag 'rproc-v4.18' of git://github.com/andersson/remoteproc | Linus Torvalds | 3 | -27/+187 |
2018-06-11 | Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteproc | Linus Torvalds | 8 | -72/+59 |
2018-06-11 | Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 12 | -40/+431 |
2018-06-11 | Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 49 | -898/+1364 |
2018-06-11 | Merge tag 'drm-next-2018-06-11' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 29 | -422/+244 |
2018-06-11 | Merge branch 'pci/aer-squash' | Bjorn Helgaas | 15 | -1547/+1434 |
2018-06-11 | PCI/AER: Use "PCI Express" consistently in Kconfig text | Bjorn Helgaas | 1 | -6/+6 |