summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-2316-199/+513
|\
| * IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2017-02-192-5/+6
| * IB/hfi1: Add rvt_rnr_tbl_to_usec functionDon Hiatt2017-02-191-0/+1
| * IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPsMike Marciniszyn2017-02-191-0/+2
| * IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty2017-02-191-0/+50
| * IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty2017-02-192-1/+10
| * IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota2017-02-192-0/+25
| * IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2017-02-191-0/+31
| * IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty2017-02-191-0/+2
| * IB/rdmavt: Use per-CPU reference count for MRsSebastian Sanchez2017-02-191-5/+5
| * Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-194-4/+24
| |\
| * | RDMA/bnxt_re: Add bnxt_re RoCE driverSelvin Xavier2017-02-141-0/+89
| * | IB/core: Add inline function to validate portYuval Shaia2017-01-271-0/+7
| * | IB/srpt: Accept GUIDs as port namesBart Van Assche2017-01-271-0/+1
| * | RDMA/core: create struct ib_port_cacheJack Wang2017-01-241-4/+8
| * | RDMA/core: export ib_get_cached_port_stateJack Wang2017-01-121-0/+13
| * | RDMA/core: add port state cacheJack Wang2017-01-121-0/+1
| * | RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe2017-01-121-3/+3
| * | RDMA: Adding ethertype ETH_P_IBOESelvin Xavier2017-01-101-0/+1
| * | RDMA/core: Unify style of IOCTL commandsLeon Romanovsky2017-01-101-60/+38
| * | RDMA/core: Rename RDMA magic numberLeon Romanovsky2017-01-101-17/+18
| * | RDMA/core: Move HFI1 IOCTL declarations to common fileLeon Romanovsky2017-01-102-55/+54
| * | RDMA/hfi1: Avoid redeclaration errorLeon Romanovsky2017-01-103-119/+175
| * | RDMA/core: Move legacy MAD IOCTL declarations to common fileLeon Romanovsky2017-01-102-10/+11
| * | RDMA/core: Commonize RDMA IOCTL declarations locationLeon Romanovsky2017-01-104-4/+46
* | | Merge tag 'mfd-for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-236-12/+396
|\ \ \
| * | | mfd: cpcap: Add minimal supportTony Lindgren2017-02-131-0/+292
| * | | mfd: cros_ec: Send suspend state notification to ECShawn Nematbakhsh2017-02-131-0/+14
| * | | mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo2017-02-131-0/+2
| * | | mfd: abx500: Fix spelling mistake: "Celcius" -> "Celsius"Colin Ian King2017-02-132-3/+3
| * | | mfd: axp20x: Add a few missing defines for AXP288 specific registersHans de Goede2017-02-131-5/+11
| * | | mfd: axp20x: Drop wrong AXP288_PMIC_ADC_EN defineHans de Goede2017-02-131-1/+0
| * | | mfd: axp20x: Use IRQF_TRIGGER_LOW on the axp288Hans de Goede2017-02-131-0/+1
| * | | mfd: axp20x: Correct a typo in axp20x_device_remove documentationCorentin Labbe2017-02-131-1/+1
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'ib-mfd-arm-iio-pwm-4.11', 'ib-mfd-input-4.11-1', 'ib-mfd-mtd-...Lee Jones2017-02-134-31/+106
| |\ \ \ \ \
| | * | | | | input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou2017-02-131-0/+1
| | * | | | | mfd: cros-ec: Update cros_ec_commands.h for buttons and switchesDouglas Anderson2017-02-081-2/+71
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2225-146/+753
|\ \ \ \ \ \ \
| * | | | | | | mm: fix <linux/pagemap.h> stray kernel-doc notationRandy Dunlap2017-02-221-1/+0
| * | | | | | | mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-221-1/+1
| * | | | | | | mm: drop zap_details::check_swap_entriesKirill A. Shutemov2017-02-221-1/+0
| * | | | | | | mm: drop zap_details::ignore_dirtyKirill A. Shutemov2017-02-221-1/+0
| * | | | | | | lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-221-3/+2
| * | | | | | | mm, page_alloc: warn_alloc print nodemaskMichal Hocko2017-02-221-2/+2
| * | | | | | | mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-221-1/+1
| * | | | | | | mm, thp: add new defer+madvise defrag optionDavid Rientjes2017-02-221-0/+1
| * | | | | | | mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2017-02-221-0/+2
| * | | | | | | mm/swap: add cache for swap slots allocationTim Chen2017-02-222-0/+32
| * | | | | | | mm/swap: free swap slots in batchTim Chen2017-02-221-0/+1
| * | | | | | | mm/swap: allocate swap slots in batchesTim Chen2017-02-221-0/+2