summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'common/irqdomain' into sh-latestPaul Mundt2012-08-0112-174/+333
| |\ \ \ \ \ \ \
| | * | | | | | | sh: intc: initial irqdomain support.Paul Mundt2012-08-015-5/+85
| * | | | | | | | sh: ecovec: care CN5 VBUS if USB host modeKuninori Morimoto2012-08-011-0/+8
| * | | | | | | | sh: sh7724: fixup renesas_usbhs clock settingsKuninori Morimoto2012-08-011-2/+2
| * | | | | | | | Merge branch 'common/pinctrl' into sh-latestPaul Mundt2012-08-011-17/+15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sh: pfc: Fix up init ordering mess.Paul Mundt2012-08-011-17/+15
| * | | | | | | | | Merge branch 'sh/dmaengine' into sh-latestPaul Mundt2012-08-013266-83688/+267839
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski2012-08-011-2/+3
| | * | | | | | | | | dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski2012-08-013-0/+23
| * | | | | | | | | | sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757Shimoda, Yoshihiro2012-07-262-0/+16
| * | | | | | | | | | Merge branches 'sh/urgent' and 'sh/regulator' into sh-latestPaul Mundt2012-07-2514-17/+260
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | sh: select the fixed regulator driver on several boardsGuennadi Liakhovetski2012-07-061-0/+13
| | * | | | | | | | | | sh: ecovec: switch MMC power control to regulatorsGuennadi Liakhovetski2012-06-281-17/+100
| | * | | | | | | | | | sh: add fixed voltage regulators to se7724Guennadi Liakhovetski2012-06-281-0/+15
| | * | | | | | | | | | sh: add fixed voltage regulators to sdk7786Guennadi Liakhovetski2012-06-281-0/+10
| | * | | | | | | | | | sh: add fixed voltage regulators to rskGuennadi Liakhovetski2012-06-281-0/+10
| | * | | | | | | | | | sh: add fixed voltage regulators to migorGuennadi Liakhovetski2012-06-281-0/+13
| | * | | | | | | | | | sh: add fixed voltage regulators to kfr2r09Guennadi Liakhovetski2012-06-281-0/+12
| | * | | | | | | | | | sh: add fixed voltage regulators to ap325rxaGuennadi Liakhovetski2012-06-281-0/+21
| | * | | | | | | | | | sh: add fixed voltage regulators to sh7757lcrGuennadi Liakhovetski2012-06-281-0/+14
| | * | | | | | | | | | sh: add fixed voltage regulators to sh2007Guennadi Liakhovetski2012-06-281-0/+12
| | * | | | | | | | | | sh: add fixed voltage regulators to polarisGuennadi Liakhovetski2012-06-281-0/+10
| | * | | | | | | | | | sh: add fixed voltage regulators to magicpanelr2Guennadi Liakhovetski2012-06-281-0/+10
| | * | | | | | | | | | sh: add fixed voltage regulators to apsh4ad0aGuennadi Liakhovetski2012-06-281-0/+10
| | * | | | | | | | | | sh: add fixed voltage regulators to apsh4a3aGuennadi Liakhovetski2012-06-281-0/+10
| * | | | | | | | | | | sh: Fix up recursive fault in oops with unset TTB.Paul Mundt2012-07-251-2/+6
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | sh: pfc: Build fix for pinctrl_remove_gpio_range() changes.Paul Mundt2012-07-251-2/+0
* | | | | | | | | | | Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds2012-08-025-22/+150
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | md/dm-raid: DM_RAID should select MD_RAID10NeilBrown2012-08-021-2/+3
| * | | | | | | | | | | md/raid1: submit IO from originating thread instead of md thread.NeilBrown2012-08-022-4/+55
| * | | | | | | | | | | raid5: raid5d handle stripe in batch wayShaohua Li2012-08-021-13/+32
| * | | | | | | | | | | raid5: make_request use batch stripe releaseShaohua Li2012-08-022-3/+60
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-08-025-67/+43
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | libceph: fix crypto key null deref, memory leakSylvain Munaut2012-08-022-1/+3
| * | | | | | | | | | | | ceph: simplify+fix atomic_openSage Weil2012-08-023-66/+40
* | | | | | | | | | | | | Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-027-316/+158
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | eCryptfs: check for eCryptfs cipher support at mountTim Sally2012-07-131-0/+13
| * | | | | | | | | | | | | eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-133-63/+15
| * | | | | | | | | | | | | eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-083-28/+49
| * | | | | | | | | | | | | eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks2012-07-081-23/+32
| * | | | | | | | | | | | | eCryptfs: Make all miscdev functions use daemon ptr in file private_dataTyler Hicks2012-07-083-172/+47
| * | | | | | | | | | | | | eCryptfs: Remove unused messaging declarations and functionTyler Hicks2012-07-082-37/+0
| * | | | | | | | | | | | | eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks2012-07-081-1/+9
* | | | | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-08-028-158/+270
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | CIFS: Add SMB2 support for rmdirPavel Shilovsky2012-07-273-0/+12
| * | | | | | | | | | | | | | CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-275-13/+24
| * | | | | | | | | | | | | | CIFS: Add SMB2 support for mkdir operationPavel Shilovsky2012-07-273-0/+38
| * | | | | | | | | | | | | | CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-275-25/+49
| * | | | | | | | | | | | | | CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-273-140/+167
* | | | | | | | | | | | | | | mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds2012-08-021-1/+1
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
OpenPOWER on IntegriCloud