| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt | 2014-01-29 | 22 | -1094/+1840 |
|\ |
|
| * | powerpc/512x: dts: add MPC5125 clock specs | Gerhard Sittig | 2014-01-12 | 1 | -1/+52 |
| * | powerpc/512x: clk: support MPC5121/5123/5125 SoC variants | Gerhard Sittig | 2014-01-12 | 3 | -46/+309 |
| * | powerpc/512x: clk: enforce even SDHC divider values | Gerhard Sittig | 2014-01-12 | 1 | -2/+14 |
| * | powerpc/512x: clk: minor comment updates | Gerhard Sittig | 2014-01-12 | 1 | -3/+11 |
| * | clk: mpc512x: remove migration support workarounds | Gerhard Sittig | 2014-01-12 | 1 | -34/+16 |
| * | powerpc/mpc512x: improve DIU related clock setup | Gerhard Sittig | 2014-01-12 | 1 | -77/+92 |
| * | net: can: mscan: remove non-CCF code for MPC512x | Gerhard Sittig | 2014-01-12 | 1 | -141/+0 |
| * | net: can: mscan: adjust to common clock support for mpc512x | Gerhard Sittig | 2014-01-12 | 1 | -0/+179 |
| * | fsl-viu: adjust for OF based clock lookup | Gerhard Sittig | 2014-01-12 | 1 | -1/+1 |
| * | mtd: mpc5121_nfc: adjust for OF based clock lookup | Gerhard Sittig | 2014-01-12 | 1 | -1/+1 |
| * | USB: fsl-mph-dr-of: adjust for OF based clock lookup | Gerhard Sittig | 2014-01-12 | 1 | -12/+1 |
| * | serial: mpc512x: setup the PSC FIFO clock as well | Gerhard Sittig | 2014-01-12 | 1 | -6/+44 |
| * | serial: mpc512x: adjust for OF based clock lookup | Gerhard Sittig | 2014-01-12 | 1 | -5/+35 |
| * | spi: mpc512x: adjust to OF based clock lookup | Gerhard Sittig | 2014-01-12 | 1 | -8/+18 |
| * | clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCK | Gerhard Sittig | 2014-01-12 | 8 | -865/+2 |
| * | dts: mpc512x: add clock specs for client lookups | Gerhard Sittig | 2014-01-12 | 1 | -0/+95 |
| * | clk: mpc512x: add backwards compat to the CCF code | Gerhard Sittig | 2014-01-12 | 1 | -1/+171 |
| * | clk: mpc512x: introduce COMMON_CLK for MPC512x (disabled) | Gerhard Sittig | 2014-01-12 | 3 | -1/+817 |
| * | dts: mpc512x: add clock related device tree specs | Gerhard Sittig | 2014-01-12 | 2 | -1/+24 |
| * | dts: mpc512x: introduce dt-bindings/clock/ header | Gerhard Sittig | 2014-01-12 | 1 | -0/+69 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-01-28 | 38 | -679/+2261 |
|\ \ |
|
| * | | ceph: cast PAGE_SIZE to size_t in ceph_sync_write() | Ilya Dryomov | 2014-01-28 | 1 | -1/+1 |
| * | | ceph: fix dout() compile warnings in ceph_filemap_fault() | Ilya Dryomov | 2014-01-28 | 1 | -3/+3 |
| * | | libceph: support CEPH_FEATURE_OSD_CACHEPOOL feature | Ilya Dryomov | 2014-01-27 | 1 | -0/+1 |
| * | | libceph: follow redirect replies from osds | Ilya Dryomov | 2014-01-27 | 2 | -9/+164 |
| * | | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} | Ilya Dryomov | 2014-01-27 | 4 | -23/+23 |
| * | | libceph: follow {read,write}_tier fields on osd request submission | Ilya Dryomov | 2014-01-27 | 3 | -5/+55 |
| * | | libceph: add ceph_pg_pool_by_id() | Ilya Dryomov | 2014-01-27 | 2 | -0/+8 |
| * | | libceph: CEPH_OSD_FLAG_* enum update | Ilya Dryomov | 2014-01-27 | 1 | -0/+4 |
| * | | libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() | Ilya Dryomov | 2014-01-27 | 4 | -18/+30 |
| * | | libceph: introduce and start using oid abstraction | Ilya Dryomov | 2014-01-27 | 5 | -25/+50 |
| * | | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN | Ilya Dryomov | 2014-01-27 | 3 | -6/+6 |
| * | | libceph: move ceph_file_layout helpers to ceph_fs.h | Ilya Dryomov | 2014-01-27 | 2 | -27/+23 |
| * | | libceph: start using oloc abstraction | Ilya Dryomov | 2014-01-27 | 4 | -10/+12 |
| * | | libceph: dout() is missing a newline | Ilya Dryomov | 2014-01-26 | 1 | -2/+2 |
| * | | libceph: add ceph_kv{malloc,free}() and switch to them | Ilya Dryomov | 2014-01-26 | 6 | -33/+35 |
| * | | libceph: support CEPH_FEATURE_EXPORT_PEER | Yan, Zheng | 2014-01-21 | 1 | -1/+2 |
| * | | ceph: add imported caps when handling cap export message | Yan, Zheng | 2014-01-21 | 3 | -82/+146 |
| * | | ceph: add open export target session helper | Yan, Zheng | 2014-01-21 | 2 | -15/+38 |
| * | | ceph: remove exported caps when handling cap import message | Yan, Zheng | 2014-01-21 | 2 | -28/+62 |
| * | | ceph: handle session flush message | Yan, Zheng | 2014-01-21 | 3 | -0/+23 |
| * | | ceph: check inode caps in ceph_d_revalidate | Yan, Zheng | 2014-01-21 | 3 | -3/+21 |
| * | | ceph: handle -ESTALE reply | Yan, Zheng | 2014-01-21 | 1 | -20/+11 |
| * | | ceph: fix trim caps | Yan, Zheng | 2014-01-21 | 1 | -6/+11 |
| * | | ceph: fix cache revoke race | Yan, Zheng | 2014-01-21 | 3 | -4/+8 |
| * | | ceph: use ceph_seq_cmp() to compare migrate_seq | Yan, Zheng | 2014-01-21 | 1 | -1/+1 |
| * | | ceph: handle cap export race in try_flush_caps() | Yan, Zheng | 2014-01-21 | 1 | -8/+8 |
| * | | ceph: trivial comment fix | J. Bruce Fields | 2014-01-16 | 1 | -3/+3 |
| * | | libceph: fix preallocation check in get_reply() | Ilya Dryomov | 2014-01-14 | 2 | -4/+3 |