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-0214-73/+124
|\
| * userns: Convert binder ipc to use kuidsEric W. Biederman2012-09-211-7/+7
| * userns: Convert loop to use kuid_t instead of uid_tEric W. Biederman2012-09-211-2/+2
| * userns: Convert ipathfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman2012-09-211-2/+2
| * userns: Convert xenfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-1/+2
| * userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman2012-09-211-2/+2
| * userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-7/+16
| * userns: Convert gadgetfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
| * userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-181-2/+3
| * userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-181-6/+8
| * userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman2012-09-133-5/+7
| * userns: Convert process event connector to handle kuids and kgidsEric W. Biederman2012-09-071-4/+14
| * userns: Convert tun/tap to use kuid and kgid where appropriateEric W. Biederman2012-08-151-14/+32
| * userns: Make the airo wireless driver use kuids for proc uids and gidsEric W. Biederman2012-08-151-20/+28
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-10-021-0/+1
|\ \
| * | cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner2012-09-141-0/+1
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-0293-212/+157
|\ \ \
| * | | workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-213-3/+3
| * | | workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-214-19/+8
| * | | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-2111-21/+21
| * | | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-204-12/+12
| * | | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-2060-81/+81
| * | | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-1411-73/+29
| | |/ | |/|
* | | drivers: bus: omap_l3: fixup merge conflict resolutionOlof Johansson2012-10-021-1/+0
* | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-0289-106/+113
|\ \ \
| * \ \ Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-2286-93/+94
| |\ \ \
| | * | | ARM: spear: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | * | | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-1913-13/+13
| | * | | ARM: orion: move platform_data definitionsArnd Bergmann2012-09-196-6/+6
| | * | | ARM: nomadik: move platform_data definitionsArnd Bergmann2012-09-145-5/+5
| | * | | ARM: w90x900: move platform_data definitionsArnd Bergmann2012-09-145-5/+5
| | * | | ARM: vt8500: move platform_data definitionsArnd Bergmann2012-09-142-2/+2
| | * | | ARM: tegra: move sdhci platform_data definitionArnd Bergmann2012-09-141-1/+1
| | * | | ARM: sa1100: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-1412-13/+13
| | * | | ARM: netx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | ARM: msm: move platform_data definitionsArnd Bergmann2012-09-149-9/+9
| | * | | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-1416-20/+20
| | * | | ARM: ep93xx: move platform_data definitionsArnd Bergmann2012-09-145-6/+6
| | * | | ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-148-9/+9
| | * | | ARM: at91: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | | |/ | | |/|
| * | | Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-214-13/+19
| |\ \ \
| | * | | ARM: shmobile: move custom gpio functions to sh-gpio.hRob Herring2012-09-141-0/+1
| | * | | net: pxaficp_ir: add irq resourcesRob Herring2012-09-141-11/+17
| | * | | usb: pxa27x_udc: remove IRQ_USB defineRob Herring2012-09-141-1/+1
| | * | | staging: ste_rmi4: remove gpio.h includeRob Herring2012-09-141-1/+0
| * | | | Merge branch 'next/soc' into next/multiplatformOlof Johansson2012-09-219-0/+450
| |\ \ \ \
| * \ \ \ \ Merge branch 'next/dt' into next/multiplatformOlof Johansson2012-09-2132-264/+3427
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-0222-112/+3420
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'samsung/pinctrl' into next/driversOlof Johansson2012-09-223-12/+32
| |\ \ \ \ \ \ \