aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21userns: Convert binder ipc to use kuidsEric W. Biederman1-7/+7
2012-09-21userns: Convert loop to use kuid_t instead of uid_tEric W. Biederman1-2/+2
2012-09-21userns: Convert ipathfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman1-2/+2
2012-09-21userns: Convert xenfs to use kuid and kgid where appropriateEric W. Biederman1-1/+2
2012-09-21userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman1-2/+2
2012-09-21userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman1-7/+16
2012-09-21userns: Convert gadgetfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-09-18userns: Convert audit to work with user namespaces enabledEric W. Biederman1-2/+3
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-6/+8
2012-09-13userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman3-5/+7
2012-09-06userns: Convert process event connector to handle kuids and kgidsEric W. Biederman1-4/+14
2012-08-14userns: Convert tun/tap to use kuid and kgid where appropriateEric W. Biederman1-14/+32
2012-08-14userns: Make the airo wireless driver use kuids for proc uids and gidsEric W. Biederman1-20/+28
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds7-2/+345
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-13/+37
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds9-26/+124
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds5-22/+150
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds11-1123/+2070
2012-08-02md/dm-raid: DM_RAID should select MD_RAID10NeilBrown1-2/+3
2012-08-02md/raid1: submit IO from originating thread instead of md thread.NeilBrown2-4/+55
2012-08-02raid5: raid5d handle stripe in batch wayShaohua Li1-13/+32
2012-08-02raid5: make_request use batch stripe releaseShaohua Li2-3/+60
2012-08-01Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds48-1089/+2468
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-88/+35
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds17-165/+198
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-39/+1
2012-08-01Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds8-219/+400
2012-08-01delousing target_core_file a bitAl Viro1-27/+5
2012-08-01DM RAID: Add support for MD RAID10Jonathan Brassow1-5/+90
2012-08-01Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into mdNeilBrown1608-55721/+77054
2012-08-01Merge branch 'common/irqdomain' into sh-latestPaul Mundt5-5/+85
2012-08-01sh: intc: initial irqdomain support.Paul Mundt5-5/+85
2012-08-01Merge branch 'common/pinctrl' into sh-latestPaul Mundt1-17/+15
2012-08-01sh: pfc: Fix up init ordering mess.Paul Mundt1-17/+15
2012-08-01Merge branch 'sh/dmaengine' into sh-latestPaul Mundt1934-62202/+198204
2012-08-01serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski1-2/+3
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski2-0/+21
2012-07-31Platform: OLPC: move global variables into priv structAndres Salomon1-20/+28
2012-07-31Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon1-0/+117
2012-07-31x86: OLPC: switch over to using new EC driver on x86Andres Salomon1-5/+0
2012-07-31Platform: OLPC: add a suspended flag to the EC driverAndres Salomon1-1/+45
2012-07-31Platform: OLPC: turn EC driver into a platform_driverAndres Salomon1-0/+48
2012-07-31Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon1-2/+110
2012-07-31drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon4-2/+4
2012-07-31Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon3-0/+21
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds10-12/+14
2012-07-31Merge tag 'vfio-for-v3.6' of git://github.com/awilliam/linux-vfioLinus Torvalds13-0/+5426
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds17-159/+287
2012-07-31Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-258/+555
2012-07-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds126-8031/+7073