summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-02-06Linux 4.19.20v4.19.20Greg Kroah-Hartman
2019-02-06cifs: Always resolve hostname before reconnectingPaulo Alcantara
2019-02-06md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov
2019-02-06of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand
2019-02-06of: overlay: use prop add changeset entry for property in new nodesFrank Rowand
2019-02-06of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand
2019-02-06of: overlay: add tests to validate kfrees from overlay removalFrank Rowand
2019-02-06of: Convert to using %pOFn instead of device_node.nameRob Herring
2019-02-06mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand
2019-02-06mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi
2019-02-06mm, oom: fix use-after-free in oom_kill_processShakeel Butt
2019-02-06mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador
2019-02-06oom, oom_reaper: do not enqueue same task twiceTetsuo Handa
2019-02-06mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAITAndrea Arcangeli
2019-02-06kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin
2019-02-06btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman
2019-02-06Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana
2019-02-06mmc: sdhci-iproc: handle mmc_of_parse() errors during probeStefan Wahren
2019-02-06platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codesJoão Paulo Rechi Vita
2019-02-06platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCKJoão Paulo Rechi Vita
2019-02-06IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl
2019-02-06ALSA: hda/realtek - Fixed hp_pin no valueKailang Yang
2019-02-06ALSA: usb-audio: Add Opus #3 to quirks for native DSD supportOlek Poplavsky
2019-02-06mmc: mediatek: fix incorrect register setting of hs400_cmd_int_delayChaotian Jing
2019-02-06mmc: bcm2835: Fix DMA channel leak on probe errorLukas Wunner
2019-02-06gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher
2019-02-06gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou
2019-02-06gpio: sprd: Fix the incorrect data registerNeo Hou
2019-02-06gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros
2019-02-06gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski
2019-02-06gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin
2019-02-06arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse
2019-02-06arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse
2019-02-06arm64: Do not issue IPIs for user executable ptesCatalin Marinas
2019-02-06arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel
2019-02-06ARM: cns3xxx: Fix writing to wrong PCI config registers after alignmentKoen Vandeputte
2019-02-06NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust
2019-02-06selftests/seccomp: Enhance per-arch ptrace syscall skip testsKees Cook
2019-02-06iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer
2019-02-06fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2019-02-06CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-02-06CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky
2019-02-06CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-02-06virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita
2019-02-06virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita
2019-02-06virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita
2019-02-06virtio_net: Fix out of bounds access of sqToshiaki Makita
2019-02-06virtio_net: Fix not restoring real_num_rx_queuesToshiaki Makita
2019-02-06virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita
2019-02-06virtio_net: Don't enable NAPI when interface is downToshiaki Makita