summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman6-1/+26
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig1-5/+0
2018-10-19compiler-gcc: remove comment about gcc 4.5 from unreachable()ndesaulniers@google.com1-4/+0
2018-10-19compiler.h: update definition of unreachable()ndesaulniers@google.com1-1/+4
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig2-3/+2
2018-10-19swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig1-1/+0
2018-10-19Merge tag 'drm-fixes-2018-10-19' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman1-3/+3
2018-10-19locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long1-2/+2
2018-10-19Merge tag 'drm-misc-fixes-2018-10-18' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+3
2018-10-19Merge branches 'clk-imx6-mmdc', 'clk-qcom-krait', 'clk-rockchip' and 'clk-smp...Stephen Boyd7-6/+15
2018-10-19Merge branches 'clk-actions-reset', 'clk-imx7-init-critical', 'clk-mmp2-ids' ...Stephen Boyd3-0/+114
2018-10-19Merge branches 'clk-tegra' and 'clk-bulk-get-all' into clk-nextStephen Boyd1-1/+64
2018-10-19Merge branch 'clk-ingenic-jz4725b' into clk-nextStephen Boyd1-0/+35
2018-10-19Merge branch 'clk-qcom-qcs404' into clk-nextStephen Boyd1-0/+165
2018-10-19Merge branch 'clk-qcom-sdm660' into clk-nextStephen Boyd1-0/+156
2018-10-19Merge branches 'clk-samsung', 'clk-hisi3670' and 'clk-at91-div-0' into clk-nextStephen Boyd12-80/+365
2018-10-19Merge branch 'clk-ti' into clk-nextStephen Boyd6-68/+550
2018-10-19Merge branches 'clk-mvebu-periph-pm', 'clk-meson', 'clk-allwinner', 'clk-mveb...Stephen Boyd1-0/+1
2018-10-19Merge branches 'clk-qcom-sdm845-camcc' and 'clk-mtk-unused' into clk-nextStephen Boyd1-0/+116
2018-10-19Merge branch 'clk-renesas' into clk-nextStephen Boyd19-93/+207
2018-10-19Merge branches 'clk-spdx', 'clk-qcom-dfs', 'clk-smp2s11-include', 'clk-qcom-8...Stephen Boyd2-0/+12
2018-10-19Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust1-9/+9
2018-10-18net/mlx5: Added "per_lane_error_counters" cap bit to PCAMShay Agroskin1-1/+2
2018-10-18net/mlx5: Add FEC fields to Port Phy Link Mode (PPLM) regShay Agroskin2-11/+29
2018-10-18net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan1-14/+8
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long1-5/+0
2018-10-18drm: Get ref on CRTC commit object when waiting for flip_doneLeo Li1-0/+11
2018-10-18Merge tag 'mlx5-updates-2018-10-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller7-99/+172
2018-10-18dm: add dm_table_device_name()Michał Mirosław1-0/+1
2018-10-18Merge branches 'acpi-init', 'acpi-osl', 'acpi-bus', 'acpi-tables' and 'acpi-m...Rafael J. Wysocki1-0/+1
2018-10-18Merge branches 'pm-devfreq' and 'pm-tools'Rafael J. Wysocki1-0/+8
2018-10-18Merge branches 'pm-opp' and 'powercap'Rafael J. Wysocki1-0/+6
2018-10-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2018-10-18Merge branch 'pm-cpuidle'Rafael J. Wysocki1-10/+1
2018-10-18PM / Domains: Document flags for genpdUlf Hansson1-5/+30
2018-10-18Merge branch 'acpica'Rafael J. Wysocki3-14/+21
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds1-1/+1
2018-10-18ACPICA: Remove acpi_gbl_group_module_level_code and only use acpi_gbl_execute...Erik Schmauss1-7/+0
2018-10-18xfs: add a define for statfs magic to uapiAdam Borowski1-0/+1
2018-10-18sctp: fix the data size calculation in sctp_data_sizeXin Long1-1/+1
2018-10-18net: skbuff.h: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-10-18Merge tag 'trace-v4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman3-14/+31
2018-10-18geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio1-0/+10
2018-10-18bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel1-1/+1
2018-10-18bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel1-1/+2
2018-10-18vxlan: Support marking RDSTs as offloadedPetr Machata2-0/+3
2018-10-18vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata1-0/+12
2018-10-18vxlan: Add switchdev notificationsPetr Machata2-0/+14
2018-10-18net: Add netif_is_vxlan()Ido Schimmel1-0/+7
2018-10-18inet: Refactor INET_ECN_decapsulate()Ido Schimmel1-4/+14