aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-24net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart1-1/+1
2017-10-24net: mvpp2: do not unmap TSO headers buffersAntoine Tenart1-4/+13
2017-10-24net: mvpp2: fix TSO headers allocation and managementYan Markman1-3/+3
2017-10-24cdc_ether: flag the Huawei ME906/ME909 as WWANAleksander Morgado1-0/+6
2017-10-24drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 EthernetRan Wang2-0/+10
2017-10-23xfs: fix AIM7 regressionChristoph Hellwig1-8/+13
2017-10-24kbuild: clang: fix build failures with sparse checkDavid Lin1-2/+2
2017-10-24kbuild doc: a bundle of fixes on makefiles.txtCao jin1-13/+18
2017-10-23Merge tag 'platform-drivers-x86-v4.14-3' of git://git.infradead.org/linux-pla...Linus Torvalds1-74/+41
2017-10-23platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updatesKuppuswamy Sathyanarayanan1-8/+13
2017-10-23platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe functionKuppuswamy Sathyanarayanan1-66/+28
2017-10-23Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+15
2017-10-23Merge tag 'pinctrl-v4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+12
2017-10-23Merge tag 'regulator-fix-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2017-10-23nvme-rdma: fix possible hang when issuing commands during ctrl removalSagi Grimberg1-4/+7
2017-10-23sched/swait: Document it clearly that the swait facilities are special and sh...Davidlohr Bueso1-11/+16
2017-10-23x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf1-14/+15
2017-10-23x86/entry: Fix idtentry unwind hintJosh Poimboeuf1-1/+1
2017-10-23Linux 4.14-rc6Linus Torvalds1-1/+1
2017-10-23Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-39/+96
2017-10-23Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-26/+15
2017-10-23Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds18-77/+226
2017-10-23Merge remote-tracking branches 'regulator/fix/axp20x' and 'regulator/fix/rn5t...Mark Brown2-2/+2
2017-10-23scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFERBart Van Assche1-7/+1
2017-10-23ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-10-23tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den1-1/+3
2017-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-6/+1
2017-10-22Input: do not use property bits when generating module aliasDmitry Torokhov2-6/+1
2017-10-22x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn'tBorislav Petkov1-0/+41
2017-10-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-67/+59
2017-10-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2017-10-22Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2017-10-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-10/+37
2017-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-18/+52
2017-10-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+7
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds113-689/+1735
2017-10-22stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger1-1/+2
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2-2/+3
2017-10-22of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven1-12/+27
2017-10-22textsearch: fix typos in library helpersRandy Dunlap2-2/+2
2017-10-22rxrpc: Don't release call mutex on error pointerDavid Howells1-2/+3
2017-10-22Merge branch 'stmmac-hw-tstamp-fixes'David S. Miller2-8/+8
2017-10-22net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu1-1/+1
2017-10-22net: stmmac: Fix stmmac_get_rx_hwtstamp()Jose Abreu1-7/+6
2017-10-22net: stmmac: Add missing call to dev_kfree_skb()Jose Abreu1-0/+1
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds13-97/+199
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-6/+7
2017-10-22Merge branch 'mlxsw-fixes'David S. Miller2-1/+41
2017-10-22mlxsw: spectrum_router: Configure TIGCR on initPetr Machata1-1/+10
2017-10-22mlxsw: reg: Add Tunneling IPinIP General Configuration RegisterPetr Machata1-0/+31
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund1-3/+2
2017-10-22soreuseport: fix initialization raceCraig Gallek3-11/+11
2017-10-22net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov1-1/+1
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn1-0/+4
2017-10-22Merge branch 'bpf-range-marking-fixes'David S. Miller2-12/+525
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann1-0/+480
2017-10-22bpf: fix pattern matches for direct packet accessDaniel Borkmann1-0/+24
2017-10-22bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann1-12/+21
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend1-1/+1
2017-10-21drm/amd/powerplay: fix uninitialized variableRex Zhu1-3/+3
2017-10-21Merge tag 'dmaengine-fix-4.14-rc6' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds1-2/+2
2017-10-21hwmon: (da9052) Increase sample rate when using TSIMartyn Welch1-0/+5
2017-10-21cpu/hotplug: Reset node state after operationThomas Gleixner1-0/+5
2017-10-21Merge branch 'aquantia-fixes'David S. Miller12-146/+284
2017-10-21net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh1-6/+6
2017-10-21net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh9-62/+155
2017-10-21net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh1-0/+3
2017-10-21net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh1-4/+7
2017-10-21net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh1-0/+2
2017-10-21net: aquantia: Add queue restarts stats counterIgor Russkikh2-58/+37
2017-10-21net: aquantia: Reset nic statistics on interface up/downIgor Russkikh6-17/+75
2017-10-21ASoC: rt5616: fix 0x91 default valueBard Liao1-1/+1
2017-10-21android: binder: Fix null ptr dereference in debug msgSherry Yang1-1/+1
2017-10-21android: binder: Don't get mm from taskSherry Yang2-14/+9
2017-10-21udp: make some messages more descriptiveMatteo Croce1-2/+2
2017-10-21geneve: Fix function matching VNI and tunnel ID on big-endianStefano Brivio1-6/+0
2017-10-21Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...David S. Miller5-30/+98
2017-10-21hv_sock: add locking in the open/close/release code pathsDexuan Cui1-4/+18
2017-10-21net/ncsi: Fix length of GVI response packetGavin Shan1-1/+1
2017-10-21net/ncsi: Enforce failover on link monitor timeoutGavin Shan1-3/+5
2017-10-21net/ncsi: Disable HWA mode when no channels are foundGavin Shan1-2/+10
2017-10-21net/ncsi: Stop monitor if channel times out or is inactiveSamuel Mendoza-Jonas1-6/+9
2017-10-21net/ncsi: Fix AEN HNCDSC packet lengthSamuel Mendoza-Jonas1-1/+1
2017-10-21packet: avoid panic in packet_getsockopt()Eric Dumazet1-8/+16
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet7-39/+34
2017-10-20Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-1/+18
2017-10-20Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds25-62/+92
2017-10-20Merge tag 'sunxi-fixes-for-4.14' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-16/+9
2017-10-20waitid(): Avoid unbalanced user_access_end() on access_ok() errorKees Cook1-2/+2
2017-10-20Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-linusJens Axboe4-12/+58
2017-10-20vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui1-1/+4
2017-10-20Merge branch 'sockmap-fixes'David S. Miller11-34/+74
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend1-0/+3
2017-10-20bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend1-0/+3
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend2-3/+15
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend8-30/+36
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend2-1/+17
2017-10-20sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long1-1/+1
2017-10-20clockevents/drivers/cs5535: Improve resilience to spurious interruptsDavid Kozub1-1/+2
2017-10-20Merge tag 'for-linus-4.14c-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2017-10-20binder: call poll_wait() unconditionally.Martijn Coenen1-10/+1
2017-10-20Merge tag 'mmc-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-0/+2
2017-10-20Merge tag 'drm-fixes-for-v4.14-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds14-73/+90
2017-10-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-13/+172
2017-10-20Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-81/+170
2017-10-20mmc: renesas_sdhi: fix kernel panic in _internal_dmac.cYoshihiro Shimoda1-7/+10
2017-10-20mmc: tmio: fix swiotlb buffer is fullYoshihiro Shimoda1-0/+13
2017-10-20ALSA: hda/realtek - Add support for ALC236/ALC3204Kailang Yang1-0/+11
2017-10-20x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2-0/+16
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal1-2/+7
2017-10-20Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...Ingo Molnar7-10/+37
2017-10-20dmaengine: altera: Use IRQ-safe spinlock calls in the error paths as wellStefan Roese1-2/+2
2017-10-19Merge tag 'pm-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-9/+1
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney6-21/+33
2017-10-19doc: Fix RCU's docbook optionsPaul E. McKenney1-14/+0
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers5-11/+66
2017-10-19Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov1-2/+14
2017-10-19Input: joydev - blacklist ds3/ds4/udraw motion sensorsRoderick Colenbrander1-6/+64
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov5-2/+15
2017-10-19Input: factor out and export input_device_id matching codeDmitry Torokhov2-45/+41
2017-10-19Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil1-23/+44
2017-10-19Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede1-1/+1
2017-10-19Input: tca8418 - enable interrupt after it has been requestedDamien Riegel1-12/+17
2017-10-19Merge branch 'parisc-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+8
2017-10-19Merge tag 'sound-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds7-58/+95
2017-10-19SUNRPC: Destroy transport from the system workqueueTrond Myklebust1-10/+24
2017-10-19Merge tag 'renesas-fixes-for-v4.14' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+10
2017-10-19ARM: ux500: Fix regression while init PM domainsUlf Hansson2-4/+4
2017-10-19ARM: dts: fix PCLK name on Gemini and MOXA ARTLinus Walleij2-2/+4
2017-10-19Merge tag 'reset-fixes-for-4.14-2' of git://git.pengutronix.de/git/pza/linux ...Arnd Bergmann1-7/+10
2017-10-19Merge tag 'v4.14-rockchip-dts64fixes-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann5-8/+8
2017-10-19Merge tag 'imx-fixes-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann1-4/+4
2017-10-19Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann5-11/+11
2017-10-19Merge tag 'at91-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/nfer...Arnd Bergmann3-3/+18
2017-10-19Merge tag 'arm-soc/for-4.14/devicetree-fixes' of http://github.com/Broadcom/s...Arnd Bergmann3-7/+14
2017-10-19nvme-rdma: Fix error status return in tagset allocation failureSagi Grimberg1-2/+6
2017-10-19nvme-rdma: Fix possible double free in reconnect flowSagi Grimberg1-2/+6
2017-10-19ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter1-0/+1
2017-10-19ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa1-0/+3
2017-10-19Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář3-14/+25
2017-10-19sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
2017-10-19Merge branch 'bpf-Fix-for-BPF-devmap-percpu-allocation-splat'David S. Miller4-12/+14
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2-5/+1
2017-10-19bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann1-2/+3
2017-10-19mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann1-5/+10
2017-10-19Merge branch 'ena-fixes'David S. Miller2-5/+6
2017-10-19net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal1-2/+2
2017-10-19net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal1-1/+2
2017-10-19net: ena: reduce the severity of some printoutsNetanel Belgazal1-2/+2
2017-10-19can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger1-8/+2
2017-10-19can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje1-1/+1
2017-10-19can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde1-1/+13
2017-10-19can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde1-3/+3
2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King1-2/+3
2017-10-19can: flexcan: fix p1010 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)1-1/+2
2017-10-19can: flexcan: fix i.MX28 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)1-1/+3
2017-10-19can: flexcan: fix i.MX6 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)1-1/+1
2017-10-19can: flexcan: implement error passive state quirkZHU Yi (ST-FIR/ENG1-Zhu)1-9/+66
2017-10-19can: flexcan: rename legacy error state quirkZHU Yi (ST-FIR/ENG1-Zhu)1-4/+4
2017-10-19can: flexcan: fix state transition regressionZHU Yi (ST-FIR/ENG1-Zhu)1-2/+3
2017-10-19pinctrl: mcp23s08: fix interrupt handling regressionDmitry Mastykin1-3/+3
2017-10-19pinctrl/amd: fix masking of GPIO interruptsDaniel Drake1-1/+9
2017-10-19usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman1-4/+7
2017-10-19Merge tag 'usb-serial-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+1
2017-10-19parisc: Fix detection of nonsynchronous cr16 cycle countersHelge Deller1-1/+4
2017-10-19nvmet: synchronize sqhd updateJames Smart2-4/+13
2017-10-19parisc: Export __cmpxchg_u64 unconditionallyGuenter Roeck1-1/+1
2017-10-19parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin1-3/+3
2017-10-19Merge tag 'drm-intel-fixes-2017-10-18-1' of git://anongit.freedesktop.org/drm...Dave Airlie8-47/+69
2017-10-19commoncap: move assignment of fs_ns to avoid null pointer dereferenceColin Ian King1-1/+2
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris23-80/+168
2017-10-18Input: stmfts - fix setting ABS_MT_POSITION_* maximum sizeChanwoo Choi1-4/+2
2017-10-18Input: ti_am335x_tsc - fix incorrect step config for 5 wire touchscreenJeff Lance1-1/+1
2017-10-19Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-19/+4
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett4-5/+5
2017-10-19Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-fixesDave Airlie4-5/+11
2017-10-19drm/nouveau/fbcon: fix oops without fbdev emulationPavel Roskin1-3/+4
2017-10-18Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-61/+107
2017-10-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-8/+15
2017-10-18nvme-fc: retry initial controller connections 3 timesJames Smart1-2/+30
2017-10-18nvme-fc: fix iowait hangJames Smart1-2/+3
2017-10-18USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern1-2/+4
2017-10-18Revert "drm/amdgpu: discard commands of killed processes"Alex Deucher1-19/+4
2017-10-18CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li1-1/+1
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg5-11/+32
2017-10-18Fix encryption labels and lengths for SMB3.1.1Steve French2-14/+20
2017-10-18drm/i915: Use a mask when applying WaProgramL3SqcReg1DefaultOscar Mateo3-6/+13
2017-10-18drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson1-0/+3
2017-10-18x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski2-66/+12
2017-10-18x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"Andy Lutomirski2-13/+24
2017-10-18x86/mm/64: Remove the last VM_BUG_ON() from the TLB codeAndy Lutomirski1-2/+2
2017-10-18x86/microcode/intel: Disable late loading on model 79Borislav Petkov1-0/+19
2017-10-18staging: bcm2835-audio: Fix memory corruptionPhil Elwell1-12/+7
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski2-2/+20
2017-10-18perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian1-3/+6
2017-10-18perf xyarray: Fix wrong processing when closing evsel fdJin Yao1-2/+2
2017-10-18netlink: fix netlink_ack() extack raceJohannes Berg1-4/+4
2017-10-18ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon1-8/+8
2017-10-18mlxsw: core: Fix possible deadlockIdo Schimmel1-1/+10