summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Merge tag 'mlx5-fixes-2018-10-01' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller7-5/+76
2018-10-03Merge branch 'rmnet-fixes'David S. Miller1-2/+5
2018-10-03net: qualcomm: rmnet: Fix incorrect allocation flag in receive pathSubash Abhinov Kasiviswanathan1-1/+1
2018-10-03net: qualcomm: rmnet: Fix incorrect allocation flag in transmitSubash Abhinov Kasiviswanathan1-1/+1
2018-10-03net: qualcomm: rmnet: Skip processing loopback packetsSean Tranchetti1-0/+3
2018-10-03net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli1-17/+11
2018-10-03smb3: fix lease break problem introduced by compoundingSteve French1-2/+1
2018-10-03cifs: only wake the thread for the very last PDU in a compoundRonnie Sahlberg1-1/+17
2018-10-03Merge tag 'wireless-drivers-for-davem-2018-10-01' of git://git.kernel.org/pub...David S. Miller3-4/+6
2018-10-03cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg3-2/+12
2018-10-03smb2: fix missing files in root share directory listingAurelien Aptel1-1/+1
2018-10-03rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-03bonding: fix warning messageMahesh Bandewar1-0/+1
2018-10-03inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet4-8/+10
2018-10-03Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven1-15/+10
2018-10-03Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven2-0/+32
2018-10-03Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck1-4/+0
2018-10-02RISCV: Fix end PFN for low memoryAtish Patra1-1/+1
2018-10-02x86/tsc: Fix UV TSC initializationMike Travis1-0/+4
2018-10-02x86/platform/uv: Provide is_early_uv_system()Mike Travis1-0/+6
2018-10-02nfp: avoid soft lockups under control message stormJakub Kicinski1-5/+12
2018-10-02declance: Fix continuation with the adapter identification messageMaciej W. Rozycki1-4/+6
2018-10-02net: fec: fix rare tx timeoutRickard x Andersson1-4/+4
2018-10-02thunderbolt: Initialize after IOMMUsMika Westerberg1-1/+1
2018-10-02thunderbolt: Do not handle ICM events after domain is stoppedMika Westerberg1-29/+20
2018-10-02powerpc/lib: fix book3s/32 boot failure due to code patchingChristophe Leroy1-8/+12
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin1-0/+3
2018-10-02Merge tag 'fbdev-v4.19-rc7' of https://github.com/bzolnier/linuxGreg Kroah-Hartman6-8/+18
2018-10-02Merge tag 'mmc-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Greg Kroah-Hartman3-3/+4
2018-10-02drm/cma-helper: Fix crash in fbdev error pathNoralf Trønnes4-13/+35
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman1-1/+11
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman4-100/+0
2018-10-02MAINTAINERS: Remove dead path from LOCKING PRIMITIVES entryWill Deacon1-1/+0
2018-10-02drm: fix use-after-free read in drm_mode_create_lease_ioctl()Jann Horn1-3/+3
2018-10-02s390/cio: Fix how vfio-ccw checks pinned pagesEric Farman1-1/+1
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju1-5/+18
2018-10-02mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju1-4/+12
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman1-2/+23
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju1-7/+19
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju4-4/+4
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2-0/+23
2018-10-02perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2-0/+18
2018-10-02perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKXKan Liang1-6/+6
2018-10-02perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-10-02perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded p...Masayoshi Mizuma1-1/+1
2018-10-02perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-7/+2
2018-10-02selftests/x86: Add clock_gettime() tests to test_vdsoAndy Lutomirski1-0/+99
2018-10-02r8169: fix network stalls due to missing bit TXCFG_AUTO_FIFOHeiner Kallweit1-12/+8
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski1-8/+10
2018-10-02Merge branch 'tun-races'David S. Miller1-16/+21