summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki8-41/+31
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu4-13/+7
2013-01-15ACPI / scan: Add second pass to acpi_bus_trim()Rafael J. Wysocki1-16/+30
2013-01-15ACPI / scan: Change the implementation of acpi_bus_trim()Rafael J. Wysocki1-49/+15
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki5-17/+9
2013-01-15ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki1-3/+3
2013-01-15ACPI: Remove the ops field from struct acpi_deviceRafael J. Wysocki1-1/+0
2013-01-14ACPI: remove unused acpi_op_bind and acpi_op_unbindJiang Liu1-2/+0
2013-01-11ACPI / scan: Fix check of device_attach() return value.Mika Westerberg1-1/+1
2013-01-07ACPI / scan: Treat power resources in a special wayRafael J. Wysocki1-1/+2
2013-01-03ACPI: Remove unused struct acpi_pci_root.id memberBjorn Helgaas1-1/+0
2013-01-03ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki2-24/+0
2013-01-03ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki4-157/+37
2013-01-03ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki7-38/+36
2013-01-03ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki2-15/+37
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki8-43/+45
2013-01-03ACPI: Replace ACPI device add_type field with a match_driver flagRafael J. Wysocki2-21/+11
2013-01-03ACPI: Drop the second argument of acpi_bus_scan()Rafael J. Wysocki1-10/+8
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki8-101/+32
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki5-77/+12
2013-01-03ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki1-21/+11
2013-01-03ACPI: Change the ordering of acpi_bus_check_add()Rafael J. Wysocki1-10/+10
2013-01-03ACPI: Replace struct acpi_bus_ops with enum typeRafael J. Wysocki2-30/+20
2013-01-03ACPI: Reduce the usage of struct acpi_bus_opsRafael J. Wysocki1-24/+16
2013-01-03ACPI: Make acpi_bus_add() and acpi_bus_start() visibly differentRafael J. Wysocki1-28/+35
2013-01-03ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki3-3/+3
2013-01-03ACPI: Separate adding ACPI device objects from probing ACPI driversRafael J. Wysocki2-31/+73
2013-01-02Linux 3.8-rc2v3.8-rc2Linus Torvalds1-1/+1
2013-01-02Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2013-01-02leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas1-2/+3
2013-01-02Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds5-14/+29
2013-01-02Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds6-55/+63
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells1-3/+3
2013-01-02UAPI: Remove empty Kbuild filesDavid Howells8-8/+0
2013-01-02Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+14
2013-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-28/+29
2013-01-02mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman2-21/+49
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-58/+152
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins4-14/+9
2013-01-02tmpfs mempolicy: fix /proc/mounts corrupting memoryHugh Dickins1-38/+26
2013-01-02epoll: prevent missed events on EPOLL_CTL_MODEric Wong1-1/+21
2013-01-02watchdog: twl4030_wdt: add DT supportAaro Koskinen3-2/+23
2013-01-02watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen1-1/+0
2013-01-02watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin1-7/+6
2013-01-02watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin1-4/+0
2012-12-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds46-397/+880
2012-12-30Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-88/+109
2012-12-30Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+3
2012-12-30Revert "drm: tegra: protect DC register access with mutex"Dave Airlie2-14/+0
2012-12-30drm: tegra: program only one window during modesetLucas Stach1-2/+1