summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/via: convert to idr_alloc()Tejun Heo2013-02-281-10/+3
| * drm/sis: convert to idr_alloc()Tejun Heo2013-02-281-10/+3
| * drm/i915: convert to idr_alloc()Tejun Heo2013-02-281-16/+5
| * drm/exynos: convert to idr_alloc()Tejun Heo2013-02-281-11/+5
| * drm: convert to idr_alloc()Tejun Heo2013-02-284-68/+25
| * gpio: convert to idr_alloc()Tejun Heo2013-02-281-8/+3
| * firewire: convert to idr_alloc()Tejun Heo2013-02-282-17/+13
| * firewire: add minor number range check to fw_device_init()Tejun Heo2013-02-281-0/+4
| * dmaengine: convert to idr_alloc()Tejun Heo2013-02-281-10/+6
| * dca: convert to idr_alloc()Tejun Heo2013-02-281-13/+10
| * drbd: convert to idr_alloc()Tejun Heo2013-02-281-16/+13
| * atm/nicstar: convert to idr_alloc()Tejun Heo2013-02-281-18/+6
| * block/loop: convert to idr_alloc()Tejun Heo2013-02-281-18/+5
| * rpmsg: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0
| * remoteproc: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0
| * dm: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0
| * drm: don't use idr_remove_all()Tejun Heo2013-02-287-11/+1
| * firewire: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0
| * block/loop: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0
| * atm/nicstar: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0
| * lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-281-2/+2
| * backlight: add new lp8788 backlight driverKim, Milo2013-02-283-0/+340
| * drivers/video/backlight/ams369fg06.c: make power_on() call optionalJingoo Han2013-02-281-5/+3
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-281-8/+138
|\ \
| * | efivarfs: guid part of filenames are case-insensitiveMatt Fleming2013-02-121-2/+93
| * | efivarfs: Validate filenames much more aggressivelyMatt Fleming2013-02-121-5/+44
| * | efivarfs: Use sizeof() instead of magic numberMatt Fleming2013-01-311-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-281-1/+2
|\ \ \ | |_|/ |/| |
| * | ACPI: Overriding ACPI tables via initrd only works with an initrd and on X86Thomas Renninger2013-02-251-1/+2
* | | sysrq: don't depend on weak undefined arrays to have an address that compares...Linus Torvalds2013-02-271-8/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2787-293/+205
|\ \ \
| * | | target: writev() on single-element vector is pointlessAl Viro2013-02-262-45/+17
| * | | export kernel_write(), convert open-coded instancesAl Viro2013-02-261-22/+12
| * | | switch vfs_getattr() to struct pathAl Viro2013-02-263-3/+4
| * | | tegra: don't wank with d_find_alias()Al Viro2013-02-261-9/+3
| * | | lirc: get rid of bogus checksAl Viro2013-02-261-10/+1
| * | | oprofilefs: add missing ->i_mutex locking in object creationAl Viro2013-02-231-3/+13
| * | | xenfs: switch to pure simple_fill_super()Al Viro2013-02-231-55/+11
| * | | new helper: file_inode(file)Al Viro2013-02-2379-149/+147
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-02-271-0/+1
|\ \ \ \
| * | | | clocksource : Nomadik-mtu : fix missing irq initializationDaniel Lezcano2013-02-221-0/+1
* | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-269-58/+16
|\ \ \ \ \
| * | | | | virtio_console: Initialize guest_connected=true for rproc_serialSjur Brændeland2013-02-131-5/+2
| * | | | | virtio: use module_virtio_driver.Rusty Russell2013-02-133-35/+3
| * | | | | virtio_console: Use virtio device index to generate port nameSjur Brændeland2013-02-121-13/+3
| * | | | | virtio: make pci_device_id constStephen Hemminger2013-02-111-3/+3
| * | | | | virtio: make config_ops constStephen Hemminger2013-02-115-5/+5
| * | | | | virtio-mmio: fix wrong comment about register offsetRyota Ozaki2013-02-041-1/+1
| * | | | | virtio_console: Let unconnected rproc device receive data.Sjur Brændeland2013-01-221-1/+4
* | | | | | Merge tag 'vfio-v3.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-02-266-227/+245
|\ \ \ \ \ \