summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | misc/pvpanic: remove unnecessary header filePeng Hao2018-11-071-1/+0
| * | | | misc/pvpanic : break dependency on ACPIPeng Hao2018-11-072-3/+22
| * | | | misc/pvpanic : grouping ACPI related stuffPeng Hao2018-11-071-22/+21
| * | | | misc/pvpanic: add support to get pvpanic device info FDTPeng Hao2018-11-071-1/+63
| * | | | misc/pvpanic: add MMIO supportPeng Hao2018-11-071-5/+10
| * | | | misc/pvpanic: simplify the code using acpi_dev_resource_ioPeng Hao2018-11-071-8/+5
| * | | | pvpanic: move pvpanic to misc as common driverPeng Hao2018-11-073-0/+133
| * | | | mei: expedite ioctl return on the notify set operation errorAlexander Usyskin2018-11-071-1/+3
| * | | | mei: flush queues by the host client onlyAlexander Usyskin2018-11-071-19/+2
| * | | | mei: hbm: drop BUG() from the hbm handlerTomas Winkler2018-11-071-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-283-17/+10
|\ \ \ \
| * | | | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-282-16/+9
| * | | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | | | | Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-285-3/+393
|\ \ \ \ \
| * | | | | misc: alcor_pci: fix spelling mistake "invailid" -> "invalid"Colin Ian King2018-12-171-2/+2
| * | | | | misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detectionKai-Heng Feng2018-12-171-0/+8
| * | | | | misc: cardreader: add new Alcor Micro Cardreader PCI driverOleksij Rempel2018-12-174-3/+385
| | |_|_|/ | |/| | |
* | | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-0/+13
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | virtio_ring: disable packed ring on unsupported transportsTiwei Bie2018-11-261-0/+13
| | |/ / | |/| |
* | | | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-275-27/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | ocxl: Fix endiannes bug in read_afu_name()Greg Kurz2018-12-211-1/+1
| * | | ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>Greg Kurz2018-12-201-1/+0
| * | | ocxl: Clarify error path in setup_xsl_irq()Greg Kurz2018-12-201-9/+14
| * | | cxl: drop the dma_set_mask callback from vphbChristoph Hellwig2018-12-201-12/+0
| * | | ocxl: Fix endiannes bug in ocxl_link_update_pe()Greg Kurz2018-12-201-1/+1
| * | | cxl: Use device_type helpers to access the node typeRob Herring2018-11-261-3/+1
| | |/ | |/|
* | | misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing2018-11-271-1/+1
| |/ |/|
* | misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_dataNathan Chancellor2018-11-111-1/+1
* | drivers/misc/sgi-gru: fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-11-111-0/+4
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-3/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+3
* | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-014-0/+79
|\ \
| * | lkdtm: Add a test for STACKLEAKAlexander Popov2018-09-044-0/+79
* | | Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-291-21/+22
|\ \ \
| * | | eeprom: at24: fix unexpected timeout under high loadWang Xin2018-10-021-21/+22
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-261-1/+0
|\ \ \
| * | | Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-261-1/+0
* | | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | ocxl: Fix access to the AFU Descriptor DataChristophe Lombard2018-09-191-1/+3
| | |/ | |/|
* | | Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-2632-821/+1411
|\ \ \
| * | | sgi-xp: Replace spin_is_locked() with lockdepLance Roy2018-10-153-5/+5
| * | | eeprom: New ee1004 driver for DDR4 memoryJean Delvare2018-10-153-0/+293
| * | | eeprom: at25: remove unneeded 'at25_remove'YueHaibing2018-10-151-10/+0
| * | | misc: mic: scif: remove set but not used variables 'src_dma_addr, dst_dma_addr'YueHaibing2018-10-151-3/+0
| * | | misc: mic: fix a DMA pool free failureWenwen Wang2018-10-151-1/+1
| * | | misc: cxl: Fix possible null pointer dereferencezhong jiang2018-10-111-2/+0
| * | | misc: mic: scif: remove redundant check on ret < 0Colin Ian King2018-10-111-2/+0
OpenPOWER on IntegriCloud