summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* xen: events: Replace BUG() with BUG_ON()Shyam Saini2017-01-031-2/+1
* xen: remove stale xs_input_avail() from headerJuergen Gross2016-12-231-1/+0
* xen: return xenstore command failures via response instead of rcJuergen Gross2016-12-231-20/+27
* xen: xenbus driver must not accept invalid transaction idsJuergen Gross2016-12-231-1/+1
* xen/evtchn: use rb_entry()Geliang Tang2016-12-221-2/+2
* xen/balloon: Only mark a page as managed when it is releasedRoss Lagerwall2016-12-121-4/+2
* xenbus: fix deadlock on writes to /proc/xen/xenbusDavid Vrabel2016-12-121-0/+2
* xen/scsifront: don't request a slot on the ring until request is readyJuergen Gross2016-12-091-105/+83
* xen: xenbus: set error code on failurePan Bian2016-12-081-1/+1
* xen: set error code on failuresPan Bian2016-12-081-3/+6
* xen/events: use xen_vcpu_id mapping for EVTCHNOP_statusVitaly Kuznetsov2016-11-301-1/+1
* xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky2016-11-281-1/+1
* xen-scsifront: Add a missing call to kfreeQuentin Lambert2016-11-241-0/+1
* xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-171-1/+1
* xen-platform: use builtin_pci_driverGeliang Tang2016-11-171-5/+1
* xen-netback: fix error handling outputArnd Bergmann2016-11-101-1/+1
* xen: make use of xenbus_read_unsigned() in xenbusJuergen Gross2016-11-072-11/+4
* xen: make use of xenbus_read_unsigned() in xen-pcibackJuergen Gross2016-11-071-5/+3
* xen: make use of xenbus_read_unsigned() in xen-fbfrontJuergen Gross2016-11-071-9/+4
* xen: make use of xenbus_read_unsigned() in xen-scsifrontJuergen Gross2016-11-071-5/+1
* xen: make use of xenbus_read_unsigned() in xen-pcifrontJuergen Gross2016-11-071-4/+2
* xen: make use of xenbus_read_unsigned() in xen-netfrontJuergen Gross2016-11-071-49/+18
* xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross2016-11-071-36/+14
* xen: make use of xenbus_read_unsigned() in xen-kbdfrontJuergen Gross2016-11-071-8/+5
* xen: make use of xenbus_read_unsigned() in xen-tpmfrontJuergen Gross2016-11-071-6/+2
* xen: make use of xenbus_read_unsigned() in xen-blkfrontJuergen Gross2016-11-071-55/+26
* xen: make use of xenbus_read_unsigned() in xen-blkbackJuergen Gross2016-11-071-22/+14
* xen: introduce xenbus_read_unsigned()Juergen Gross2016-11-071-0/+15
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-051-1/+1
|\
| * i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-041-1/+1
* | Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-054-19/+30
|\ \
| * | md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-281-2/+2
| * | raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-281-9/+10
| * | raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-281-1/+1
| * | md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-241-3/+3
| * | md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-241-0/+1
| * | md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-241-0/+3
| * | RAID10: ignore discard errorShaohua Li2016-10-241-2/+5
| * | RAID1: ignore discard errorShaohua Li2016-10-241-2/+5
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-053-17/+6
|\ \ \
| * \ \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-10-273-17/+6
| |\ \ \
| | * | | scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang2016-10-261-9/+0
| | * | | scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne2016-10-261-0/+1
| | * | | scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai2016-10-241-8/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-11-052-3/+10
|\ \ \ \ \
| * | | | | Input: psmouse - cleanup Focaltech codeDmitry Tunin2016-10-241-3/+3
| * | | | | Input: i8042 - add XMG C504 to keyboard reset tablePatrick Scheuring2016-10-191-0/+7
* | | | | | Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds2016-11-051-20/+39
|\ \ \ \ \ \
| * | | | | | firewire: net: fix fragmented datagram_size off-by-oneStefan Richter2016-11-031-4/+4
| * | | | | | firewire: net: guard against rx buffer overflowsStefan Richter2016-11-031-16/+35