summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-31IB/hfi1: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-08-31IB/umem: update to new mmu_notifier semanticJérôme Glisse1-19/+0
2017-08-31drm/amdgpu: update to new mmu_notifier semanticJérôme Glisse1-31/+0
2017-08-31powerpc/powernv: update to new mmu_notifier semanticJérôme Glisse1-10/+0
2017-08-31mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse1-3/+32
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse3-13/+33
2017-09-01ceph: fix readpage from fscacheYan, Zheng2-18/+18
2017-08-31binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp()Randy Dunlap2-2/+3
2017-08-31compat_hdio_ioctl: Fix a declarationBart Van Assche1-1/+1
2017-08-31<linux/uaccess.h>: Fix copy_in_user() declarationBart Van Assche1-1/+1
2017-08-31annotate RWF_... flagsChristoph Hellwig7-53/+80
2017-08-31teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro3-7/+9
2017-08-31wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-08-31Documentation/sphinx: fix kernel-doc decode for non-utf-8 localeJani Nikula1-5/+3
2017-08-31Input: xpad - fix PowerA init quirk for some gamepad modelsCameron Gutman1-5/+19
2017-08-31i2c: designware: Round down ACPI provided clk to nearest supported clkHans de Goede1-4/+12
2017-08-31genalloc: Fix an incorrect kerneldoc commentJonathan Corbet1-2/+3
2017-08-31IB/core: Expose ioctl interface through experimental KconfigMatan Barak3-0/+17
2017-08-31IB/core: Assign root to all driversMatan Barak4-0/+45
2017-08-31IB/core: Add completion queue (cq) object actionsMatan Barak2-1/+157
2017-08-31IB/core: Add legacy driver's user-dataMatan Barak3-0/+96
2017-08-31IB/core: Export ioctl enum types to user-spaceMatan Barak2-17/+55
2017-08-31IB/core: Explicitly destroy an object while keeping uobjectMatan Barak2-0/+36
2017-08-31IB/core: Add macros for declaring methods and attributesMatan Barak1-1/+104
2017-08-31IB/core: Add uverbs merge trees functionalityMatan Barak3-2/+706
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak3-0/+70
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak4-99/+107
2017-08-31IB/core: Add new ioctl interfaceMatan Barak7-10/+543
2017-08-31RDMA/vmw_pvrdma: Fix a signednessAdit Ranadive1-1/+1
2017-08-31RDMA/vmw_pvrdma: Report network header type in WCAditya Sarwade2-2/+5
2017-08-31IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier1-0/+2
2017-08-31IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier1-19/+44
2017-08-31Merge tag 'asoc-fix-v4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai3-2/+12
2017-08-31Merge tag 'vfio-ccw-20170724' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky1-1/+1
2017-08-31s390/mm: fix BUG_ON in crst_table_upgradeMartin Schwidefsky1-2/+4
2017-08-31s390/mm: fork vs. 5 level page tabelMartin Schwidefsky1-0/+5
2017-08-31Merge remote-tracking branch 'asoc/fix/rt5670' into asoc-fixesMark Brown2-1/+11
2017-08-30Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-08-30hwmon: (pmbus) Add support for Texas Instruments tps53679 deviceVadim Pasternak3-0/+123
2017-08-30Merge tag 'mlx5-fixes-2017-08-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller11-39/+44
2017-08-30net: dsa: bcm_sf2: Fix number of CFP entries for BCM7278Florian Fainelli3-4/+9
2017-08-30kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet1-0/+4
2017-08-30doc: Add documentation for the genalloc subsystemJonathan Corbet2-0/+145
2017-08-30assoc_array: fix path to assoc_array documentationAlexander Kuleshov1-1/+1
2017-08-30Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-37/+0
2017-08-30Merge branch 'net-sched-init-failure-fixes'David S. Miller9-28/+26
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov1-3/+3
2017-08-30sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2017-08-30sch_fq_codel: avoid double free on init failureNikolay Aleksandrov1-3/+1