summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* perf: Add active_entry list head to struct perf_eventStephane Eranian2013-11-271-1/+4
* Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-11-211-32/+20
|\
| * uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov2013-11-201-27/+4
| * uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov2013-11-201-5/+16
* | ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-193-0/+27
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-183-4/+2
|\ \
| * | i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen2013-10-031-2/+0
| * | media: core: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-1/+1
| * | misc: (at24) move header to linux/platform_data/Vivien Didelot2013-09-301-1/+1
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-185-50/+179
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2013-11-175-50/+179
| |\ \ \ \ \ \
| | | | | * | | scsi_transport_srp: Add periodic reconnect supportBart Van Assche2013-11-081-2/+9
| | | | | * | | scsi_transport_srp: Add transport layer error handlingBart Van Assche2013-11-081-2/+72
| | | | | * | | IB/srp: Keep rport as long as the IB transport layerBart Van Assche2013-11-081-0/+2
| | |_|_|/ / / | |/| | | | |
| | | | * | | mlx5: Use enum to indicate adapter page sizeEli Cohen2013-11-081-0/+4
| | | | * | | mlx5: Clear reserved area in set_hca_cap()Eli Cohen2013-11-081-2/+7
| | | | * | | mlx5: Support communicating arbitrary host page size to firmwareEli Cohen2013-11-081-0/+1
| | | | * | | IB/mlx5: Multithreaded create MREli Cohen2013-11-081-2/+15
| | |_|/ / / | |/| | | |
| | | * | | IB/core: Encorce MR access rights rules on kernel consumersEli Cohen2013-11-151-0/+13
| | | * | | IB/core: Add Cisco usNIC rdma node and transport typesUpinder Malhi \(umalhi\)2013-11-091-2/+4
| | |/ / / | |/| | |
| | * | | IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak2013-11-171-6/+0
| | * | | IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud2013-11-172-9/+15
| | * | | IB/core: Remove ib_uverbs_flow_spec structure from userspaceYann Droneaud2013-11-171-16/+0
| | * | | IB/core: Use a common header for uverbs flow_specsYann Droneaud2013-11-171-13/+40
| | * | | IB/core: Make uverbs flow structure use names like verbs onesYann Droneaud2013-11-171-16/+16
| | * | | IB/core: Rename 'flow' structs to match other uverbs structsYann Droneaud2013-11-171-18/+18
| | * | | IB/core: clarify overflow/underflow checks on ib_create/destroy_flowMatan Barak2013-11-171-0/+1
| |/ / /
* | | | Merge tag 'for-v3.13' of git://git.infradead.org/battery-2.6Linus Torvalds2013-11-181-0/+39
|\ \ \ \
| * | | | power_supply: Add support for bq24735 chargerDarbha Sriharsha2013-10-251-0/+39
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-1810-21/+163
|\ \ \ \ \
| * | | | | [media] v4l: Fix typo in v4l2_subdev_get_try_crop()Laurent Pinchart2013-10-311-1/+1
| * | | | | [media] media: i2c: add driver for dual LED Flash, lm3560Daniel Jeong2013-10-311-0/+97
| * | | | | [media] V4L2: soc-camera: work around unbalanced calls to .s_power()Guennadi Liakhovetski2013-10-311-0/+14
| * | | | | [media] V4L2: add a v4l2-clk helper macro to produce an I2C device IDGuennadi Liakhovetski2013-10-311-0/+3
| * | | | | [media] V4L2: add v4l2-clock helpers to register and unregister a fixed-rate ...Guennadi Liakhovetski2013-10-311-0/+14
| * | | | | [media] soc-camera: switch to using the new struct v4l2_subdev_platform_dataGuennadi Liakhovetski2013-10-311-8/+9
| * | | | | [media] V4L2: add a common V4L2 subdevice platform data typeGuennadi Liakhovetski2013-10-311-0/+13
| * | | | | [media] V4L2: (cosmetic) remove redundant use of unlikely()Guennadi Liakhovetski2013-10-311-2/+2
| * | | | | [media] v4l: ti-vpe: Add VPE mem to mem driverArchit Taneja2013-10-281-0/+4
| * | | | | [media] v4l2-fh: Include linux/videodev2.h for enum v4l2_priority definitionLaurent Pinchart2013-10-171-0/+1
| * | | | | [media] v4l2-fh: Include linux/fs.h for struct file definitionLaurent Pinchart2013-10-171-0/+1
| * | | | | [media] v4l2-ctrls: Correct v4l2_ctrl_get_int_menu() function's return typeSylwester Nawrocki2013-10-171-1/+1
| * | | | | [media] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.hFrank Schaefer2013-10-171-1/+1
| * | | | | [media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_tableRicardo Ribalda2013-09-261-8/+2
| * | | | | [media] videobuf2: Fix vb2_write prototypeRicardo Ribalda2013-09-261-2/+2
* | | | | | Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-185-8/+17
|\ \ \ \ \ \
| * | | | | | mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson2013-10-301-0/+1
| * | | | | | mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson2013-10-301-0/+4
| * | | | | | mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson2013-10-301-3/+0
| * | | | | | mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-302-1/+1