Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-05-04 | 3 | -298/+287 |
|\ | |||||
| * | zram: reduce load operation in page_same_filled | Sangwoo Park | 2017-05-04 | 1 | -3/+5 |
| * | zram: use zram_free_page instead of open-coded | Minchan Kim | 2017-05-04 | 1 | -14/+3 |
| * | zram: introduce zram data accessor | Minchan Kim | 2017-05-04 | 1 | -11/+22 |
| * | zram: remove zram_meta structure | Minchan Kim | 2017-05-04 | 2 | -117/+78 |
| * | zram: use zram_slot_lock instead of raw bit_spin_lock op | Minchan Kim | 2017-05-04 | 1 | -14/+27 |
| * | zram: partial IO refactoring | Minchan Kim | 2017-05-04 | 1 | -153/+184 |
| * | zram: handle multiple pages attached bio's bvec | Minchan Kim | 2017-05-04 | 1 | -29/+11 |
| * | oom: improve oom disable handling | Michal Hocko | 2017-05-04 | 1 | -1/+1 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2017-05-03 | 215 | -5381/+13159 |
|\ \ | |||||
| * | | infiniband: avoid dereferencing uninitialized dst on error path | Paolo Abeni | 2017-05-02 | 1 | -1/+1 |
| * | | IB/mlx5: Add port_xmit_wait to counter registers read | Tim Wright | 2017-05-01 | 1 | -0/+2 |
| * | | IB/ocrdma: fix out of bounds access to local buffer | Michael Mera | 2017-05-01 | 1 | -1/+1 |
| * | | IB/mlx4: Fix incorrect order of formal and actual parameters | Håkon Bugge | 2017-05-01 | 1 | -2/+2 |
| * | | IB/mlx4: Change flush logic so it adheres to the variable name | Håkon Bugge | 2017-05-01 | 1 | -3/+3 |
| * | | mlx5: Fix mlx5_ib_map_mr_sg mr length | Sagi Grimberg | 2017-05-01 | 1 | -1/+1 |
| * | | IB/rxe: Don't clamp residual length to mtu | Johannes Thumshirn | 2017-05-01 | 1 | -2/+0 |
| * | | IB/SA: Add support to query OPA path records | Dasaratharaman Chandramouli | 2017-05-01 | 4 | -19/+272 |
| * | | IB/SA: Add OPA path record type | Dasaratharaman Chandramouli | 2017-05-01 | 7 | -33/+85 |
| * | | IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields | Dasaratharaman Chandramouli | 2017-05-01 | 7 | -71/+96 |
| * | | IB/SA: Introduce path record specific types | Dasaratharaman Chandramouli | 2017-05-01 | 4 | -15/+32 |
| * | | IB/SA: Rename ib_sa_path_rec to sa_path_rec | Dasaratharaman Chandramouli | 2017-05-01 | 11 | -37/+37 |
| * | | IB/CM: Add braces when using sizeof | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -3/+3 |
| * | | IB/core: Define 'ib' and 'roce' rdma_ah_attr types | Dasaratharaman Chandramouli | 2017-05-01 | 29 | -64/+92 |
| * | | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 2017-05-01 | 56 | -876/+1037 |
| * | | IB/PVRDMA: Rename ib_ah_attr related functions | Dasaratharaman Chandramouli | 2017-05-01 | 3 | -12/+12 |
| * | | IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -5/+5 |
| * | | IB/mlx5: Rename to_ib_ah_attr to to_rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -5/+5 |
| * | | IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -5/+5 |
| * | | IB/core: Rename ib_destroy_ah to rdma_destroy_ah | Dasaratharaman Chandramouli | 2017-05-01 | 15 | -39/+39 |
| * | | IB/core: Rename ib_query_ah to rdma_query_ah | Dasaratharaman Chandramouli | 2017-05-01 | 4 | -5/+5 |
| * | | IB/core: Rename ib_modify_ah to rdma_modify_ah | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -2/+2 |
| * | | IB/core: Rename ib_create_ah to rdma_create_ah | Dasaratharaman Chandramouli | 2017-05-01 | 10 | -16/+16 |
| * | | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 60 | -123/+134 |
| * | | IB/rxe: Initialize ib_ah_attr during query_ah | Dasaratharaman Chandramouli | 2017-05-01 | 2 | -0/+2 |
| * | | IB/core: Check for global flag when using ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 2 | -35/+57 |
| * | | IB/core: Add braces when using sizeof | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -1/+1 |
| * | | IB/IPoIB: Remove 'else' when the 'if' has a return. | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -10/+9 |
| * | | IB/ocrdma: Add identifier names to function definitions | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -5/+5 |
| * | | IB/SA: Add support to query opa classport info. | Dasaratharaman Chandramouli | 2017-04-29 | 1 | -25/+157 |
| * | | IB/core: Move opa_class_port_info definition to header file | Dasaratharaman Chandramouli | 2017-04-29 | 2 | -50/+0 |
| * | | IB/SA: Modify SA to implicitly cache Class Port info | Dasaratharaman Chandramouli | 2017-04-28 | 5 | -198/+134 |
| * | | IB/SA: Move functions update_sm_ah() and ib_sa_event() | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -86/+86 |
| * | | IB/SA: Remove unwanted braces | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -2/+1 |
| * | | IB/SA: Add braces when using sizeof | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -2/+2 |
| * | | IB/SA: Fix lines longer than 80 columns | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -8/+9 |
| * | | IB/hfi1: Use bool in process_ecn | Dennis Dalessandro | 2017-04-28 | 2 | -2/+3 |
| * | | IB/hfi: Protect against writable mmap | Ira Weiny | 2017-04-28 | 1 | -0/+4 |
| * | | IB/hfi1: Fix unbalanced braces around else | Dennis Dalessandro | 2017-04-28 | 2 | -4/+6 |
| * | | IB/hfi1: Convert %Lx to %llx | Dennis Dalessandro | 2017-04-28 | 1 | -1/+1 |