summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-2611-940/+1028
|\
| * cgroup: add delegation section to unified hierarchy documentationTejun Heo2015-06-181-18/+84
| * cgroup: require write perm on common ancestor when moving processes on the de...Tejun Heo2015-06-182-3/+28
| * cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()Tejun Heo2015-06-181-14/+24
| * kernfs: make kernfs_get_inode() publicTejun Heo2015-06-182-1/+5
| * MAINTAINERS: add a cgroup core co-maintainerTejun Heo2015-06-141-0/+1
| * cgroup: fix uninitialised iterator in for_each_subsys_whichAleksa Sarai2015-06-101-1/+1
| * cgroup: replace explicit ss_mask checking with for_each_subsys_whichAleksa Sarai2015-06-081-28/+16
| * cgroup: use bitmask to filter for_each_subsysAleksa Sarai2015-06-082-20/+35
| * cgroup: add seq_file forward declaration for struct cftypeArnd Bergmann2015-05-291-0/+1
| * cgroup: simplify threadgroup lockingTejun Heo2015-05-261-35/+13
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-266-83/+46
| * sched, cgroup: reorganize threadgroup lockingTejun Heo2015-05-263-36/+69
| * cgroup: switch to unsigned long for bitmasksAleksa Sarai2015-05-181-19/+20
| * cgroup: reorganize include/linux/cgroup.hTejun Heo2015-05-181-281/+271
| * cgroup: separate out include/linux/cgroup-defs.hTejun Heo2015-05-182-453/+466
| * cgroup: fix some comment typosChen Hanxiao2015-04-231-2/+2
* | power: axp288_charger: fix for API changeStephen Rothwell2015-06-261-3/+3
* | Merge tag 'dma-buf-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-264-9/+37
|\ \
| * | dma-buf: Minor coding style fixesJagan Teki2015-05-213-6/+20
| * | dma-buf: add ref counting for module as exporterSumit Semwal2015-05-132-3/+17
* | | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-26180-2330/+5630
|\ \ \
| * | | usb: dwc3: Use ASCII space in KconfigThierry Reding2015-06-121-1/+1
| * | | Merge tag 'usb-ci-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-06-101-1/+1
| |\ \ \
| | * | | usb: chipidea: usbmisc_imx: Remove unneeded semicolonFabio Estevam2015-06-081-1/+1
| * | | | usb: chipidea: add work-around for Marvell HSIC PHY startupRob Herring2015-06-091-0/+12
| * | | | usb: chipidea: allow multiple instances to use default ci_default_pdataRob Herring2015-06-091-3/+5
| * | | | dt-bindings: Consolidate ChipIdea USB ci13xxx bindingsRob Herring2015-06-094-70/+21
| * | | | phy: add Marvell HSIC 28nm PHYRob Herring2015-06-093-0/+231
| * | | | phy: Add Marvell USB 2.0 OTG 28nm PHYRob Herring2015-06-093-0/+366
| * | | | dt-bindings: Add Marvell PXA1928 USB and HSIC PHY bindingsRob Herring2015-06-091-0/+18
| * | | | USB: ssb: use devm_kzallocHauke Mehrtens2015-06-081-7/+4
| * | | | USB: ssb: fix error handling in ssb_hcd_create_pdev()Hauke Mehrtens2015-06-081-2/+2
| * | | | usb: isp1760: check for null return from kzallocColin Ian King2015-06-081-0/+2
| * | | | cdc-acm: Add support of ATOL FPrint fiscal printersAlexey Sokolov2015-06-082-0/+10
| * | | | Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-08501-2386/+4530
| |\ \ \ \
| * \ \ \ \ Merge tag 'usb-serial-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-06-051-7/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | USB: serial: mos7840: Use setup_timerVaishali Thakkar2015-06-011-7/+4
| * | | | | Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2015-06-0315-139/+415
| |\ \ \ \ \
| | * | | | | phy: twl4030-usb: add ABI documentationNeilBrown2015-06-011-0/+8
| | * | | | | phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function.NeilBrown2015-06-011-1/+0
| | * | | | | phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback.NeilBrown2015-06-011-4/+0
| | * | | | | phy: twl4030-usb: make runtime pm more reliable.NeilBrown2015-06-011-9/+20
| | * | | | | phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCsBrian Norris2015-05-223-0/+226
| | * | | | | Documentation: devicetree: add Broadcom SATA PHY bindingBrian Norris2015-05-221-0/+40
| | * | | | | phy: rcar-gen2: Add support for R-Car E2Yoshihiro Shimoda2015-05-212-0/+2
| | * | | | | phy: core: Check requested PHY status in _of_phy_get()Axel Lin2015-05-114-17/+10
| | * | | | | phy: miphy365x: fix sparse warningsFelipe Balbi2015-05-111-2/+2
| | * | | | | phy: miphy28lp: fix sparse warningsFelipe Balbi2015-05-111-2/+2
| | * | | | | phy: phy-core: allow specifying supply at port levelDmitry Torokhov2015-05-111-13/+10