Age | Commit message (Expand) | Author | Files | Lines |
2019-02-01 | mic: vop: Fix crash on remove | Vincent Whitchurch | 1 | -3/+6 |
2019-02-01 | mic: vop: Fix use-after-free on remove | Vincent Whitchurch | 1 | -1/+3 |
2019-01-30 | mic: vop: Fix broken virtqueues | Vincent Whitchurch | 1 | -26/+34 |
2019-01-30 | mei: free read cb on ctrl_wr list flush | Alexander Usyskin | 1 | -1/+4 |
2019-01-30 | mei: me: add ice lake point device id. | Tomas Winkler | 2 | -0/+4 |
2019-01-26 | Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -6/+23 |
2019-01-18 | misc: pvpanic: fix warning implicit declaration | Anders Roxell | 1 | -0/+4 |
2019-01-18 | misc: ibmvsm: Fix potential NULL pointer dereference | Gustavo A. R. Silva | 1 | -2/+5 |
2019-01-15 | virtio: don't allocate vqs when names[i] = NULL | Wei Wang | 1 | -2/+7 |
2019-01-13 | mei: me: add denverton innovation engine device IDs | Tomas Winkler | 2 | -0/+4 |
2019-01-13 | mei: me: mark LBG devices as having dma support | Alexander Usyskin | 1 | -1/+1 |
2019-01-13 | mei: dma: silent the reject message | Tomas Winkler | 1 | -3/+9 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -2/+2 |
2019-01-06 | Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2 | -1/+4 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -1/+1 |
2019-01-02 | Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2018-12-29 | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 28 | -349/+820 |
2018-12-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -17/+10 |
2018-12-29 | Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 5 | -3/+393 |
2018-12-29 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end callback | Jérôme Glisse | 2 | -16/+9 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+13 |
2018-12-27 | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 5 | -27/+17 |
2018-12-21 | ocxl: Fix endiannes bug in read_afu_name() | Greg Kurz | 1 | -1/+1 |
2018-12-20 | ocxl/afu_irq: Don't include <asm/pnv-ocxl.h> | Greg Kurz | 1 | -1/+0 |
2018-12-20 | ocxl: Clarify error path in setup_xsl_irq() | Greg Kurz | 1 | -9/+14 |
2018-12-20 | cxl: drop the dma_set_mask callback from vphb | Christoph Hellwig | 1 | -12/+0 |
2018-12-20 | ocxl: Fix endiannes bug in ocxl_link_update_pe() | Greg Kurz | 1 | -1/+1 |
2018-12-20 | Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar... | Joerg Roedel | 2 | -2/+2 |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 1 | -1/+1 |
2018-12-19 | VMCI: Use memdup_user() rather than duplicating its implementation | Wen Yang | 1 | -14/+4 |
2018-12-19 | misc: mic: fix a DMA pool free failure | Wenwen Wang | 2 | -5/+30 |
2018-12-19 | genwqe: Fix size check | Christian Borntraeger | 1 | -1/+1 |
2018-12-17 | misc: alcor_pci: fix spelling mistake "invailid" -> "invalid" | Colin Ian King | 1 | -2/+2 |
2018-12-17 | misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detection | Kai-Heng Feng | 1 | -0/+8 |
2018-12-17 | misc: cardreader: add new Alcor Micro Cardreader PCI driver | Oleksij Rempel | 4 | -3/+385 |
2018-12-10 | eeprom: at24: add support for 24c2048 | Adrian Bunk | 2 | -1/+4 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-12-06 | misc: ti-st: make array read_ver_cmd static, shrinks object size | Colin Ian King | 1 | -1/+1 |
2018-12-06 | misc: remove GENWQE_DEBUGFS_RO() | Yangtao Li | 8 | -268/+73 |
2018-12-06 | misc: vexpress: Off by one in vexpress_syscfg_exec() | Dan Carpenter | 1 | -1/+1 |
2018-12-03 | Merge 4.20-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
2018-11-27 | misc: mic/scif: fix copy-paste error in scif_create_remote_lookup | YueHaibing | 1 | -1/+1 |
2018-11-27 | misc/pvpanic: resolve compile errors for arch=um | Peng Hao | 1 | -1/+1 |
2018-11-27 | altera-stapl: check for a null key before strcasecmp'ing it | Colin Ian King | 1 | -2/+1 |
2018-11-27 | misc: cxl: Use device_type helpers to access the node type | Rob Herring | 1 | -3/+1 |
2018-11-27 | misc/pvpanic: fix a NULL vs IS_ERR() check | Dan Carpenter | 1 | -2/+2 |
2018-11-27 | virtio_ring: disable packed ring on unsupported transports | Tiwei Bie | 1 | -0/+13 |
2018-11-26 | mei: me: mark CNP devices as having dma support | Alexander Usyskin | 1 | -2/+2 |