summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-0317-154/+435
|\
| * xen/pciback: Restore the PCI config space after an FLR.Konrad Rzeszutek Wilk2012-09-251-0/+1
| * xen-pciback: properly clean up after calling pcistub_device_find()Jan Beulich2012-09-251-23/+23
| * Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-09-232-30/+84
| |\
| | * xen/swiotlb: Remove functions not needed anymore.Konrad Rzeszutek Wilk2012-09-171-16/+0
| | * xen/pcifront: Use Xen-SWIOTLB when initting if required.Konrad Rzeszutek Wilk2012-09-171-4/+9
| | * xen/swiotlb: For early initialization, return zero on success.Konrad Rzeszutek Wilk2012-09-171-2/+3
| | * xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when...Konrad Rzeszutek Wilk2012-09-171-10/+38
| | * xen/swiotlb: Move the error strings to its own function.Konrad Rzeszutek Wilk2012-09-171-8/+27
| | * xen/swiotlb: Move the nr_tbl determination in its own function.Konrad Rzeszutek Wilk2012-09-171-10/+11
| * | xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla2012-09-213-12/+58
| * | xen-pciback: support wild cards in slot specificationsJan Beulich2012-09-181-7/+82
| * | xen/arm: compile and run xenbusStefano Stabellini2012-09-173-16/+41
| * | Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk2012-09-123647-121584/+285549
| |\ \
| * | | xen/privcmd: return -EFAULT on errorDan Carpenter2012-09-101-1/+4
| * | | xen/privcmd: Fix mmap batch ioctl error status copy back.Andres Lagar-Cavilla2012-09-061-1/+1
| * | | xen/privcmd: add PRIVCMD_MMAPBATCH_V2 ioctlAndres Lagar-Cavilla2012-09-051-30/+100
| * | | xen/swiotlb: Remove functions not needed anymore.Konrad Rzeszutek Wilk2012-08-231-16/+0
| * | | xen: allow privcmd for HVM guestsStefano Stabellini2012-08-231-4/+0
| * | | xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTStefano Stabellini2012-08-231-0/+1
| * | | xen/events: fix unmask_evtchn for PV on HVM guestsStefano Stabellini2012-08-231-3/+14
| * | | xen/sysfs: Use XENVER_guest_handle to query UUIDDaniel De Graaf2012-08-231-1/+12
| * | | xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk2012-08-217-13/+13
| * | | xen: missing includesStefano Stabellini2012-08-213-0/+4
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-0316-160/+2440
|\ \ \
| * \ \ Merge tag 'v3.6-rc7' into nextJames Morris2012-09-28585-3302/+5969
| |\ \ \
| * | | | tpm: fix tpm_acpi sparse warning on different address spacesKent Yoder2012-09-121-2/+2
| * | | | driver/char/tpm: declare internal symbols as staticXiaoyan Zhang2012-09-052-20/+21
| * | | | driver: add PPI support in tpm driverXiaoyan Zhang2012-08-224-1/+475
| * | | | tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails.Jesper Juhl2012-08-221-0/+5
| * | | | drivers/char/tpm: Add securityfs support for event logAshley Lai2012-08-224-12/+93
| * | | | drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai2012-08-225-0/+836
| * | | | tpm: compile out unused code in the PNP and PM casesKent Yoder2012-08-221-1/+2
| * | | | tpm: fix double write race and tpm_release free issueKent Yoder2012-08-221-2/+3
| * | | | hw_random: add support for the TPM chip as a hardware RNG sourceKent Yoder2012-08-223-0/+64
| * | | | tpm: Move tpm_get_random api into the TPM device driverKent Yoder2012-08-222-6/+76
| * | | | tpm: modularize event log collectionKent Yoder2012-08-225-142/+182
| * | | | char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe2012-08-223-0/+707
* | | | | Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-10-0314-322/+394
|\ \ \ \ \
| * | | | | UBI: fix trivial typo 'it' => 'is'Brian Norris2012-09-261-1/+1
| * | | | | UBI: load after mtd device driversJiang Lu2012-09-261-1/+1
| * | | | | UBI: print lessArtem Bityutskiy2012-09-047-56/+42
| * | | | | UBI: use pr_ helper instead of printkArtem Bityutskiy2012-09-046-103/+93
| * | | | | UBI: comply with coding styleArtem Bityutskiy2012-09-049-113/+101
| * | | | | UBI: erase free PEB with bitflip in EC headerMatthieu CASTET2012-09-041-1/+1
| * | | | | UBI: fix autoresize handling in R/O modeArtem Bityutskiy2012-09-041-0/+5
| * | | | | UBI: add max_beb_per1024 to attach ioctlRichard Genoud2012-09-042-2/+3
| * | | | | UBI: allow specifying bad PEBs limit using module parameterRichard Genoud2012-09-042-15/+27
| * | | | | UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud2012-09-041-0/+9
| * | | | | UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud2012-09-043-8/+12