summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-041-2/+2
|\
| * userns: Fix build of drivers/staging/dgrpEric W. Biederman2012-10-031-2/+2
* | firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds2012-10-041-1/+77
* | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-033-15/+49
|\ \
| * | firewire: addendum to address handler RCU conversionStefan Richter2012-09-281-5/+8
| * | firewire: remove global lock around address handlers, convert to RCUPeter Hurley2012-09-281-9/+11
| * | firewire: ohci: get IR bit from TSB41BA3D phyStephan Gatzka2012-09-251-1/+27
| * | firewire: core: feed /dev/random with devices' GUIDsClemens Ladisch2012-09-251-0/+3
* | | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-03377-867/+731
|\ \ \
| * | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02376-731/+731
| * | | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-02129-136/+0
* | | | Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-036-10/+75
|\ \ \ \
| * | | | dt/s3c64xx/spi: Use of_get_child_by_name to get a named childSrinivas Kandagatla2012-10-011-3/+4
| * | | | dt: introduce of_get_child_by_name to get child node by nameSrinivas Kandagatla2012-10-011-0/+23
| * | | | of: i2c: add support for wakeup-source propertyOlof Johansson2012-09-071-0/+3
| * | | | of/address: Handle #address-cells > 2 speciallyThierry Reding2012-09-071-0/+8
| * | | | DT: export of_irq_to_resource_table()John Crispin2012-09-061-0/+1
| * | | | of: Allow busses with #size-cells=0Stephen Warren2012-08-032-7/+36
* | | | | 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