summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | device: Make dev_WARN/dev_WARN_ONCE print device as well as driver nameBjorn Helgaas2013-10-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ide: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devres: add kernel standard devm_k.alloc functionsJoe Perches2013-10-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: remove dev_bin_attrs from struct classGreg Kroah-Hartman2013-10-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: remove dev_attrs from struct classGreg Kroah-Hartman2013-10-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/debugfs: add declaration for no CONFIG_DEBUG_FSWeijie Yang2013-10-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman2013-09-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman2013-09-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: prevent deferred probe with platform_driver_probeJohan Hovold2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kobject: introduce kobj_completionJeff Mahoney2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: make attr namespace interface less convolutedTejun Heo2013-09-26
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman2013-10-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman2013-09-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-09-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-27
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi2013-09-27
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extcon: gpio: Add support for active-low presence to detect pinsGuenter Roeck2013-09-27
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extcon: Fix indentation coding style to improve readabilityChanwoo Choi2013-09-27
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: delete struct hv_dev_port_infoGreg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: delete vmbus_get_debug_info()Greg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: move "client/server_monitor_latency" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: move "client/server_monitor_pending" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: move "device_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: move "class_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: move "monitor_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: move "state" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hv: use dev_groups for device attributesGreg Kroah-Hartman2013-09-26
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-11-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | printk: pr_debug_ratelimited: check state first to reduce "callbacks suppress...Joe Perches2013-10-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-10-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: phy: Add RCAR Gen2 USB phyValentine Barshak2013-10-10
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: phy: generic: Add gpio_reset to platform dataRoger Quadros2013-10-04
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-10-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese2013-10-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exynos4-is: Use the generic MIPI CSIS PHY driverSylwester Nawrocki2013-10-16
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: ohci-exynos: Remove non-DT supportJingoo Han2013-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: serial: export usb_serial_generic_write_startJohan Hovold2013-10-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: ehci-s5p: Remove non-DT supportJingoo Han2013-10-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: add a private-data pointer to struct usb_ttAlan Stern2013-10-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | USB: NS_TO_US should round upAlan Stern2013-10-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede2013-10-11