aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-25Linux 4.12.29v4.12.29linux-4.12.yPaul Gortmaker1-1/+1
2018-08-25arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier4-2/+55
2018-08-25arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier2-1/+38
2018-08-25arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier6-0/+77
2018-08-25arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier1-2/+25
2018-08-25arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier2-0/+111
2018-08-25arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier2-0/+3
2018-08-25arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier4-1/+26
2018-08-25arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2-0/+17
2018-08-25arm64: ssbd: Add global mitigation state accessorMarc Zyngier1-0/+10
2018-08-25arm64: Add 'ssbd' command-line optionMarc Zyngier3-16/+110
2018-08-25arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier3-1/+80
2018-08-25arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier2-4/+9
2018-08-25arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier3-0/+51
2018-08-25arm/arm64: smccc: Add SMCCC-specific return codesMarc Zyngier1-0/+5
2018-08-25KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall7-27/+48
2018-08-25KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier3-1/+28
2018-08-25arm64: alternatives: Add dynamic patching featureMarc Zyngier2-15/+69
2018-08-25KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse3-11/+12
2018-08-25arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse6-6/+49
2018-08-25arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()Luc Van Oostenryck1-4/+4
2018-08-25KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse4-12/+30
2018-08-25KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse1-15/+3
2018-08-25KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2-6/+10
2018-08-25tty: fix tty_ldisc_receive_buf() documentationJohan Hovold1-1/+1
2018-08-25n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds1-2/+2
2018-08-25staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra1-2/+2
2018-08-25drivers: base: cacheinfo: fix cache type for non-architected system cacheSudeep Holla1-0/+13
2018-08-25timers: Reinitialize per cpu bases on hotplugThomas Gleixner4-4/+21
2018-08-25timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2018-08-25timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2018-08-25usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson1-0/+3
2018-08-25usb: add RESET_RESUME for ELSA MicroLink 56KOliver Neukum1-0/+3
2018-08-25usb: Add device quirk for Logitech HD Pro Webcam C925eDmitry Fleytman Dmitry Fleytman1-1/+2
2018-08-25USB: serial: option: adding support for YUGA CLM920-NC5SZ Lin (林上智)1-0/+9
2018-08-25USB: serial: option: add support for Telit ME910 PID 0x1101Daniele Palmas1-0/+8
2018-08-25USB: serial: qcserial: add Sierra Wireless EM7565Reinhard Speyerer1-0/+3
2018-08-25USB: serial: ftdi_sio: add id for Airbus DS P8GRMax Schulze2-0/+7
2018-08-25usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan3-23/+13
2018-08-25usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan3-10/+8
2018-08-25usbip: prevent leaking socket pointer address in messagesShuah Khan3-14/+7
2018-08-25usbip: fix usbip bind writing random string after command in match_busidJuan Zea1-3/+6
2018-08-25net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang1-1/+1
2018-08-25mlxsw: spectrum: Disable MAC learning for ovs portYuval Mintz1-0/+18
2018-08-25tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2018-08-25sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2018-08-25s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann1-1/+8
2018-08-25net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHYFlorian Fainelli1-1/+1
2018-08-25sfc: pass valid pointers from efx_enqueue_unwindBert Kenward1-1/+4
2018-08-25openvswitch: Fix pop_vlan action for double tagged framesEric Garver1-3/+12
2018-08-25net/mlx5: Fix error flow in CREATE_QP commandMoni Shoua1-2/+2
2018-08-25net/mlx5e: Prevent possible races in VXLAN control flowGal Pressman1-0/+4
2018-08-25net/mlx5e: Add refcount to VXLAN structureGal Pressman2-23/+28
2018-08-25net/mlx5e: Fix features check of IPv6 trafficGal Pressman1-1/+2
2018-08-25net/mlx5e: Fix possible deadlock of VXLAN lockGal Pressman1-10/+10
2018-08-25net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha3-16/+18
2018-08-25tcp: invalidate rate samples during SACK renegingYousuk Seung5-7/+19
2018-08-25sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2018-08-25net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko1-0/+1
2018-08-25net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov1-5/+6
2018-08-25ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel1-2/+7
2018-08-25ip6_gre: fix device features for ioctl setupAlexey Kodanev1-25/+32
2018-08-25adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov1-1/+1
2018-08-25sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2018-08-25net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan1-1/+2
2018-08-25s390/qeth: update takeover IPs after configuration changeJulian Wiedmann5-37/+67
2018-08-25s390/qeth: lock IP table while applying takeover changesJulian Wiedmann1-0/+2
2018-08-25s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2-4/+6
2018-08-25s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann3-20/+19
2018-08-25tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell1-0/+1
2018-08-25tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell1-0/+4
2018-08-25tg3: Fix rx hang on MTU change with 5717/5719Brian King1-1/+3
2018-08-25tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2-2/+2
2018-08-25tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell1-2/+5
2018-08-25RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka1-0/+3
2018-08-25ptr_ring: add barriersMichael S. Tsirkin1-0/+9
2018-08-25net: reevalulate autoflowlabel setting after sysctl settingShaohua Li4-4/+13
2018-08-25net: qmi_wwan: add Sierra EM7565 1199:9091Sebastian Sjoholm1-0/+1
2018-08-25net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2018-08-25net: fec: unmap the xmit buffer that are not transferred by DMAFugang Duan1-0/+6
2018-08-25ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2018-08-25ipv4: igmp: guard against silly MTU valuesEric Dumazet4-12/+19
2018-08-25kbuild: add '-fno-stack-check' to kernel build optionsLinus Torvalds1-0/+3
2018-08-25ALSA: hda - fix headset mic detection issue on a Dell machineHui Wang1-0/+5
2018-08-25ALSA: hda - change the location for one mic on a Lenovo machineHui Wang1-0/+1
2018-08-25ALSA: hda - Add MIC_NO_PRESENCE fixup for 2 HP machinesHui Wang1-0/+29
2018-08-25ALSA: hda: Drop useless WARN_ON()Takashi Iwai1-1/+1
2018-08-25IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua1-2/+2
2018-08-25IB/mlx5: Serialize access to the VMA listMajd Dibbiny2-0/+12
2018-08-25ASoC: tlv320aic31xx: Fix GPIO1 register definitionAndrew F. Davis1-1/+1
2018-08-25ASoC: twl4030: fix child-node lookupJohan Hovold1-1/+3
2018-08-25ASoC: fsl_ssi: AC'97 ops need regmap, clock and cleaning up on failureMaciej S. Szmigiero1-6/+12
2018-08-25ASoC: da7218: fix fix child-node lookupJohan Hovold1-1/+1
2018-08-25ASoC: wm_adsp: Fix validation of firmware and coeff lengthsBen Hutchings1-6/+6
2018-08-25ASoC: codecs: msm8916-wcd: Fix supported formatsSrinivas Kandagatla2-3/+3
2018-08-25iw_cxgb4: Only validate the MSN for successful completionsSteve Wise1-3/+3
2018-08-25tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-08-25tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-08-25tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)1-9/+1
2018-08-03Linux 4.12.28v4.12.28Paul Gortmaker1-1/+1
2018-08-03net: mvneta: eliminate wrong call to handle rx descriptor errorYelena Krivosheev1-1/+1
2018-08-03net: mvneta: use proper rxq_number in loop on rx queuesYelena Krivosheev1-1/+1
2018-08-03net: mvneta: clear interface link status on port disableYelena Krivosheev1-0/+4
2018-08-03tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-2/+21
2018-08-03tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-08-03tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+13
2018-08-03tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-08-03tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-4/+11
2018-08-03net: add rb_to_skb() and other rb tree helpersEric Dumazet4-36/+37
2018-08-03libnvdimm, pfn: fix start_pad handling for aligned namespacesDan Williams1-2/+3
2018-08-03libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams1-3/+12
2018-08-03drm/sun4i: Fix error path handlingMaxime Ripard1-2/+2
2018-08-03drm/i915: Flush pending GTT writes before unbindingChris Wilson1-8/+1
2018-08-03powerpc/perf: Dereference BHRB entries safelyRavi Bangoria1-2/+6
2018-08-03clk: sunxi: sun9i-mmc: Implement reset callback for reset controlsChen-Yu Tsai1-0/+12
2018-08-03pinctrl: cherryview: Mask all interrupts on Intel_Strago based systemsMika Westerberg1-0/+16
2018-08-03spi: a3700: Fix clk prescaling for coefficient over 15Maxime Chevallier1-0/+8
2018-08-03spi: xilinx: Detect stall with Unknown commandsRicardo Ribalda1-0/+11
2018-08-03Revert "parisc: Re-enable interrupts early"John David Anglin1-3/+9
2018-08-03parisc: Hide Diva-built-in serial aux and graphics cardHelge Deller1-0/+33
2018-08-03parisc: Align os_hpmc_size on word boundaryHelge Deller1-0/+1
2018-08-03ALSA: usb-audio: Add native DSD support for Esoteric D-05XJussi Laako1-3/+4
2018-08-03ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai1-3/+12
2018-08-03mfd: twl6040: Fix child-node lookupJohan Hovold1-4/+8
2018-08-03mfd: twl4030-audio: Fix sibling-node lookupJohan Hovold1-2/+7
2018-08-03mfd: cros ec: spi: Don't send first message too soonJon Hunter1-0/+1
2018-08-03crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2-13/+11
2018-08-03acpi, nfit: fix health event notificationDan Williams1-1/+8
2018-08-03ACPI: APEI / ERST: Fix missing error handling in erst_reader()Takashi Iwai1-1/+1
2018-08-03bpf: fix incorrect sign extension in check_alu_op()Jann Horn1-3/+10
2018-08-03bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann1-2/+4
2018-08-03bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann1-2/+4
2018-08-03bpf, s390x: do not reload skb pointers in non-skb contextDaniel Borkmann1-6/+5
2018-08-03platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changesPeter Hutterer1-0/+1
2018-08-03thermal/drivers/hisi: Fix multiple alarm interrupts firingDaniel Lezcano1-2/+8
2018-08-03thermal/drivers/hisi: Simplify the temperature/step computationDaniel Lezcano1-13/+28
2018-08-03thermal/drivers/hisi: Fix kernel panic on alarm interruptDaniel Lezcano1-9/+9
2018-08-03thermal/drivers/hisi: Fix missing interrupt enablementDaniel Lezcano1-2/+3
2018-08-03IB/opa_vnic: Properly return the total MACs in UC MAC listNiranjana Vishwanathapura1-3/+5
2018-08-03IB/opa_vnic: Properly clear Mac Table DigestScott Franco1-0/+1
2018-08-03cpuidle: fix broadcast control when broadcast can not be enteredNicholas Piggin1-0/+1
2018-08-03rtc: set the alarm to the next expiring timerAlexandre Belloni1-1/+1
2018-08-03tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2018-08-03clk: sunxi-ng: sun6i: Rename HDMI DDC clock to avoid name collisionChen-Yu Tsai1-1/+1
2018-08-03staging: greybus: light: Release memory obtained by kasprintfArvind Yadav1-0/+2
2018-08-03net: ipv6: send NS for DAD when link operationally upMike Manning1-6/+6
2018-08-03ibmvnic: Set state UPMick Tarsel1-0/+2
2018-08-03fm10k: ensure we process SM mbx when processing VF mbxJacob Keller1-0/+3
2018-08-03vfio/pci: Virtualize Maximum Payload SizeAlex Williamson1-2/+4
2018-08-03i40e: fix client notify of VF resetAlan Brady1-2/+2
2018-08-03scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy1-1/+2
2018-08-03scsi: lpfc: Fix secure firmware updatesDick Kennedy1-1/+1
2018-08-03fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller2-6/+7
2018-08-03ASoC: codecs: msm8916-wcd-analog: fix module autoloadNicolas Dechesne1-0/+2
2018-08-03ASoC: img-parallel-out: Add pm_runtime_get/put to set_fmt callbackEd Blake1-0/+2
2018-08-03tracing: Exclude 'generic fields' from histogramsTom Zanussi1-2/+2
2018-08-03PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni1-1/+8
2018-08-03Bluetooth: BT_HCIUART now depends on SERIAL_DEV_BUSArnd Bergmann1-1/+1
2018-08-03Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevHans de Goede1-0/+7
2018-08-03md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang1-2/+2
2018-08-03block,bfq: Disable writeback throttlingLuca Miccio2-2/+3
2018-08-03IB/rxe: put the pool on allocation failureDoug Ledford1-7/+9
2018-08-03IB/rxe: check for allocation failure on elemColin Ian King1-0/+2
2018-08-03ixgbe: fix use of uninitialized paddingEmil Tantilov2-2/+4
2018-08-03i40e: use the safe hash table iterator when deleting mac filtersLihong Yang1-1/+2
2018-08-03igb: check memory allocation failureChristophe JAILLET1-0/+2
2018-08-03PM / OPP: Move error message to debug levelFabio Estevam1-1/+1
2018-08-03PCI: Create SR-IOV virtfn/physfn links before attaching driverStuart Hayes1-1/+2
2018-08-03scsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume c...Sreekanth Reddy1-0/+5
2018-08-03scsi: cxgb4i: fix Tx skb leakVarun Prakash1-0/+1
2018-08-03PCI: Avoid bus reset if bridge itself is brokenDavid Daney1-0/+4
2018-08-03net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy1-1/+1
2018-08-03rtc: pl031: make interrupt optionalRussell King1-6/+8
2018-08-03crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet1-2/+4
2018-08-03crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter1-5/+5
2018-08-03clk: sunxi-ng: sun5i: Fix bit offset of audio PLL post-dividerChen-Yu Tsai1-2/+2
2018-08-03clk: sunxi-ng: nm: Check if requested rate is supported by fractional clockChen-Yu Tsai1-0/+3
2018-08-03drm: Add retries for lspcon mode detectionShashank Sharma1-3/+13
2018-08-03backlight: pwm_bl: Fix overflow conditionDerek Basehore1-2/+5
2018-08-03optee: fix invalid of_node_put() in optee_driver_init()Jens Wiklander1-1/+0
2018-08-03posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-15/+19
2018-08-03ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()Jan Beulich1-1/+2
2018-07-27Linux 4.12.27v4.12.27Paul Gortmaker1-1/+1
2018-07-27usb: musb: da8xx: fix babble condition handlingBin Liu1-1/+9
2018-07-27ath10k: fix build errors with !CONFIG_PMBrian Norris1-5/+0
2018-07-27ath9k: fix tx99 potential info leakMiaoqing Pan1-0/+5
2018-07-27lightnvm: pblk: fix min size for page mempoolJavier González4-12/+13
2018-07-27lightnvm: pblk: initialize debug stat counterJavier González1-0/+1
2018-07-27lightnvm: pblk: fix changing GC group list for a lineRakesh Pandit1-2/+2
2018-07-27icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2018-07-27IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker1-4/+3
2018-07-27IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker1-1/+6
2018-07-27RDMA/cma: Avoid triggering undefined behaviorBart Van Assche1-4/+7
2018-07-27macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck1-1/+1
2018-07-27udf: Avoid overflow when session starts at large offsetJan Kara1-1/+1
2018-07-27md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang1-5/+5
2018-07-27raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz1-1/+2
2018-07-27scsi: bfa: integer overflow in debugfsDan Carpenter1-2/+3
2018-07-27scsi: sd: change allow_restart to bool in sysfs interfaceweiping zhang1-1/+5
2018-07-27scsi: sd: change manage_start_stop to bool in sysfs interfaceweiping zhang1-1/+5