aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-06-18netlink: Add field to skip in-kernel notificationsIdo Schimmel1-1/+3
2019-06-18netlink: Document all fields of 'struct nl_info'Ido Schimmel1-0/+2
2019-06-18drm/panfrost: Expose performance counters through unstable ioctlsBoris Brezillon1-0/+24
2019-06-18iommu: Add padding to struct iommu_faultJean-Philippe Brucker1-0/+2
2019-06-18mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe1-26/+0
2019-06-18mm/hmm: Remove duplicate condition test before wait_event_timeoutJason Gunthorpe1-11/+2
2019-06-18drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom1-1/+3
2019-06-18drm/ttm: TTM fault handler helpersThomas Hellstrom1-0/+10
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom1-0/+6
2019-06-18mm: Add write-protect and clean utilities for address space rangesThomas Hellstrom1-1/+8
2019-06-18mm: Add an apply_to_pfn_range interfaceThomas Hellstrom1-0/+10
2019-06-18pinctrl: make pinconf.h self-containedMasahiro Yamada1-0/+2
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parentChen-Yu Tsai1-0/+11
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw *Chen-Yu Tsai1-0/+15
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_HW which takes clk_hw pointer as parentChen-Yu Tsai1-0/+11
2019-06-18clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_dataChen-Yu Tsai1-0/+9
2019-06-18clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_dataChen-Yu Tsai1-0/+11
2019-06-18clk: Add CLK_HW_INIT_* macros using .parent_hwsChen-Yu Tsai1-0/+32
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson1-0/+3
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2-0/+4
2019-06-18usb: gadget: send usb_gadget as an argument in get_config_paramsAnurag Kumar Vulisha1-1/+2
2019-06-18USB: add usbfs ioctl to retrieve the connection parametersDmitry Torokhov1-0/+26
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller306-2448/+547
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-10/+63
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel2-12/+5
2019-06-17RDMA: Move rdma_node_type to uapi/Jason Gunthorpe2-12/+13
2019-06-17drm/gem: Unexport drm_gem_(un)pin/v(un)mapDaniel Vetter1-5/+0
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig1-1/+1
2019-06-17netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera2-11/+46
2019-06-17netfilter: synproxy: remove module dependency on IPv6 SYNPROXYFernando Fernandez Mancera1-0/+36
2019-06-17netfilter: synproxy: add common uapi for SYNPROXY infrastructureFernando Fernandez Mancera2-11/+26
2019-06-17Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso6-6/+6
2019-06-17netfilter: bridge: port sysctls to use brnf_netChristian Brauner1-1/+2
2019-06-17netfilter: xt_owner: bail out with EINVAL in case of unsupported flagsPablo Neira Ayuso1-0/+5
2019-06-17netfilter: conntrack: small conntrack lookup optimizationFlorian Westphal1-4/+3
2019-06-17netfilter: nft_ct: add ct expectations supportStéphane Veyret1-1/+13
2019-06-17spi: Add a prototype for exported spi_set_cs_timing()Andy Shevchenko1-0/+2
2019-06-17platform/x86: wmi: add context argument to the probe functionMattias Jacobsson1-1/+1
2019-06-17platform/x86: wmi: add context pointer field to struct wmi_device_idMattias Jacobsson1-0/+1
2019-06-17platform/x86: asus-wmi: Switch fan boost modeYurii Pavlovskyi1-0/+1
2019-06-17platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi1-2/+2
2019-06-17platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi1-0/+1
2019-06-17Merge tag 'versatile-v5.3-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into arm/socOlof Johansson1-28/+0
2019-06-17Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/driversOlof Johansson1-0/+1
2019-06-17Merge tag 'omap-for-v5.3/ti-sysc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/driversOlof Johansson1-0/+12
2019-06-17memory: move jedec_ddr.h from include/memory to drivers/memory/Masahiro Yamada1-175/+0
2019-06-17Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversOlof Johansson2-0/+17
2019-06-17x86/percpu: Relax smp_processor_id()Peter Zijlstra1-14/+31
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar287-2443/+377
2019-06-17locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long2-7/+8