Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | sh: explicitly include sh_dma.h in setup-sh7722.c | Guennadi Liakhovetski | 2012-08-02 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'common/irqdomain' into sh-latest | Paul Mundt | 2012-08-01 | 12 | -174/+333 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | sh: intc: initial irqdomain support. | Paul Mundt | 2012-08-01 | 5 | -5/+85 | |
| * | | | | | | | | sh: ecovec: care CN5 VBUS if USB host mode | Kuninori Morimoto | 2012-08-01 | 1 | -0/+8 | |
| * | | | | | | | | sh: sh7724: fixup renesas_usbhs clock settings | Kuninori Morimoto | 2012-08-01 | 1 | -2/+2 | |
| * | | | | | | | | Merge branch 'common/pinctrl' into sh-latest | Paul Mundt | 2012-08-01 | 1 | -17/+15 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sh: pfc: Fix up init ordering mess. | Paul Mundt | 2012-08-01 | 1 | -17/+15 | |
| * | | | | | | | | | Merge branch 'sh/dmaengine' into sh-latest | Paul Mundt | 2012-08-01 | 3266 | -83688/+267839 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | serial: sh-sci: fix compilation breakage, when DMA is enabled | Guennadi Liakhovetski | 2012-08-01 | 1 | -2/+3 | |
| | * | | | | | | | | | dmaengine: shdma: restore partial transfer calculation | Guennadi Liakhovetski | 2012-08-01 | 3 | -0/+23 | |
| * | | | | | | | | | | sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757 | Shimoda, Yoshihiro | 2012-07-26 | 2 | -0/+16 | |
| * | | | | | | | | | | Merge branches 'sh/urgent' and 'sh/regulator' into sh-latest | Paul Mundt | 2012-07-25 | 14 | -17/+260 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | sh: select the fixed regulator driver on several boards | Guennadi Liakhovetski | 2012-07-06 | 1 | -0/+13 | |
| | * | | | | | | | | | | sh: ecovec: switch MMC power control to regulators | Guennadi Liakhovetski | 2012-06-28 | 1 | -17/+100 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to se7724 | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+15 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to sdk7786 | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+10 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to rsk | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+10 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to migor | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+13 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to kfr2r09 | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+12 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to ap325rxa | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+21 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to sh7757lcr | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+14 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to sh2007 | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+12 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to polaris | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+10 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to magicpanelr2 | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+10 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to apsh4ad0a | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+10 | |
| | * | | | | | | | | | | sh: add fixed voltage regulators to apsh4a3a | Guennadi Liakhovetski | 2012-06-28 | 1 | -0/+10 | |
| * | | | | | | | | | | | sh: Fix up recursive fault in oops with unset TTB. | Paul Mundt | 2012-07-25 | 1 | -2/+6 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | sh: pfc: Build fix for pinctrl_remove_gpio_range() changes. | Paul Mundt | 2012-07-25 | 1 | -2/+0 | |
* | | | | | | | | | | | Merge tag 'md-3.6' of git://neil.brown.name/md | Linus Torvalds | 2012-08-02 | 5 | -22/+150 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | md/dm-raid: DM_RAID should select MD_RAID10 | NeilBrown | 2012-08-02 | 1 | -2/+3 | |
| * | | | | | | | | | | | md/raid1: submit IO from originating thread instead of md thread. | NeilBrown | 2012-08-02 | 2 | -4/+55 | |
| * | | | | | | | | | | | raid5: raid5d handle stripe in batch way | Shaohua Li | 2012-08-02 | 1 | -13/+32 | |
| * | | | | | | | | | | | raid5: make_request use batch stripe release | Shaohua Li | 2012-08-02 | 2 | -3/+60 | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-08-02 | 5 | -67/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | libceph: fix crypto key null deref, memory leak | Sylvain Munaut | 2012-08-02 | 2 | -1/+3 | |
| * | | | | | | | | | | | | ceph: simplify+fix atomic_open | Sage Weil | 2012-08-02 | 3 | -66/+40 | |
* | | | | | | | | | | | | | Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-08-02 | 7 | -316/+158 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | eCryptfs: check for eCryptfs cipher support at mount | Tim Sally | 2012-07-13 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | eCryptfs: Revert to a writethrough cache model | Tyler Hicks | 2012-07-13 | 3 | -63/+15 | |
| * | | | | | | | | | | | | | eCryptfs: Initialize empty lower files when opening them | Tyler Hicks | 2012-07-08 | 3 | -28/+49 | |
| * | | | | | | | | | | | | | eCryptfs: Unlink lower inode when ecryptfs_create() fails | Tyler Hicks | 2012-07-08 | 1 | -23/+32 | |
| * | | | | | | | | | | | | | eCryptfs: Make all miscdev functions use daemon ptr in file private_data | Tyler Hicks | 2012-07-08 | 3 | -172/+47 | |
| * | | | | | | | | | | | | | eCryptfs: Remove unused messaging declarations and function | Tyler Hicks | 2012-07-08 | 2 | -37/+0 | |
| * | | | | | | | | | | | | | eCryptfs: Copy up POSIX ACL and read-only flags from lower mount | Tyler Hicks | 2012-07-08 | 1 | -1/+9 | |
* | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2012-08-02 | 8 | -158/+270 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | CIFS: Add SMB2 support for rmdir | Pavel Shilovsky | 2012-07-27 | 3 | -0/+12 | |
| * | | | | | | | | | | | | | | CIFS: Move rmdir code to ops struct | Pavel Shilovsky | 2012-07-27 | 5 | -13/+24 | |
| * | | | | | | | | | | | | | | CIFS: Add SMB2 support for mkdir operation | Pavel Shilovsky | 2012-07-27 | 3 | -0/+38 | |
| * | | | | | | | | | | | | | | CIFS: Separate protocol specific part from mkdir | Pavel Shilovsky | 2012-07-27 | 5 | -25/+49 | |
| * | | | | | | | | | | | | | | CIFS: Simplify cifs_mkdir call | Pavel Shilovsky | 2012-07-27 | 3 | -140/+167 |