aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller598-2963/+5366
2018-07-20Merge tag 'vfio-v4.18-rc6' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+4
2018-07-20Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-14/+31
2018-07-20tipc: make link capability update thread safeJon Maloy1-0/+4
2018-07-20Merge branch 'constify-nla_policy'David S. Miller2-4/+4
2018-07-20gtp: constify nla_policyStephen Hemminger1-1/+1
2018-07-20nbd: constify nla_policyStephen Hemminger1-3/+3
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva1-1/+1
2018-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-30/+88
2018-07-20Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-2/+31
2018-07-20Merge tag 'platform-drivers-x86-v4.18-2' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-1/+1
2018-07-20Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds24-47/+112
2018-07-20Merge tag 'nds32-for-linus-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds6-70/+58
2018-07-20Merge tag 'pm-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-1/+20
2018-07-20Merge tag 'acpi-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2018-07-20platform/x86: dell-laptop: Fix backlight detectionDamien Thébault1-1/+1
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu2-2/+31
2018-07-19Merge branch 'qed-Add-support-for-phy-module-query'David S. Miller6-0/+207
2018-07-19qede: Add driver callbacks for eeprom module query.Sudarsana Reddy Kalluru1-0/+88
2018-07-19qed: Add qed APIs for PHY module query.Sudarsana Reddy Kalluru5-0/+119
2018-07-19Merge branch 'tc-tunnel-ttl-tos'David S. Miller6-19/+67
2018-07-19net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz2-15/+33
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz2-2/+14
2018-07-19net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz2-2/+20
2018-07-19Merge tag 'drm-fixes-2018-07-20' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-64/+152
2018-07-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie12-49/+105
2018-07-20Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie6-15/+47
2018-07-19Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds12-30/+97
2018-07-19ARCv2: [plat-hsdk]: Save accl reg pair by defaultVineet Gupta2-1/+3
2018-07-19Merge tag 'sound-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-6/+17
2018-07-19ACPI / EC: Use ec_no_wakeup on more Thinkpad X1 Carbon 6th systemsRobin H. Johnson1-1/+1
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+3
2018-07-19drm/nouveau/fb/gp100-: disable address remapperBen Skeggs4-0/+15
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds171-1128/+1739
2018-07-18Merge tag 'devicetree-fixes-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds18-18/+31
2018-07-18Merge branch 'docs-Convert-alias-and-bridge-to-rst'David S. Miller5-42/+57
2018-07-18docs: networking: Convert bridge.txt to rstTobin C. Harding2-0/+7
2018-07-18docs: networking: Convert alias.txt to rstTobin C. Harding4-42/+50
2018-07-18tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-18ptp: fix missing break in switchGustavo A. R. Silva1-0/+1
2018-07-18pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation warningJakub Kicinski1-6/+4
2018-07-18hv_netvsc: Fix napi reschedule while receive completion is busyHaiyang Zhang1-7/+10
2018-07-18MAINTAINERS: Drop inactive Vitaly Bordug's emailKrzysztof Kozlowski1-1/+0
2018-07-18net: cavium: Add fine-granular dependencies on PCIAlexander Sverdlin1-6/+6
2018-07-18tc-tests: initial version of fw filter unit testsKeara Leibovitz1-0/+1049
2018-07-18Merge branch 'net-qca_spi-Minor-bugfixes'David S. Miller1-9/+12
2018-07-18net: qca_spi: Fix log level if probe failsStefan Wahren1-8/+8
2018-07-18net: qca_spi: Make sure the QCA7000 reset is triggeredStefan Wahren1-0/+3
2018-07-18net: qca_spi: Avoid packet drop during initial syncStefan Wahren1-1/+1
2018-07-18ipv6: fix useless rol32 call on hashColin Ian King1-1/+1