aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-01arm64/mm: fix variable 'pud' set but not usedQian Cai1-2/+2
2019-08-01arm64: Remove unneeded rcu_read_lock from debug handlersMasami Hiramatsu1-6/+8
2019-08-01arm64: unwind: Prohibit probing on return_address()Masami Hiramatsu2-0/+6
2019-08-01arm64: Lower priority mask for GIC_PRIO_IRQONJulien Thierry2-1/+7
2019-08-01Merge tag 'mmc-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds4-3/+8
2019-08-01Merge tag 'gpio-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-40/+47
2019-08-01regulator: of: Add of_node_put() before return in functionNishka Dasgupta1-1/+3
2019-08-01drm/bochs: Use shadow buffer for bochs framebuffer consoleThomas Zimmermann1-0/+1
2019-08-01drm/fb-helper: Instanciate shadow FB if configured in device's mode_configThomas Zimmermann2-3/+22
2019-08-01drm/fb-helper: Map DRM client buffer only when requiredThomas Zimmermann2-20/+29
2019-08-01drm/client: Support unmapping of DRM client buffersThomas Zimmermann2-10/+58
2019-08-01i2c: iproc: Fix i2c master read more than 63 bytesRayagonda Kokatanur1-4/+6
2019-08-01parisc: Add archclean Makefile targetJames Bottomley2-0/+4
2019-08-01parisc: Strip debug info from kernel before creating compressed vmlinuzHelge Deller1-1/+2
2019-08-01parisc: Fix build of compressed kernel even with debug enabledHelge Deller1-2/+2
2019-08-01Merge tag 'at24-v5.3-rc3-fixes-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-currentWolfram Sang1-1/+1
2019-08-01drm/i915: Only recover active enginesChris Wilson2-16/+26
2019-08-01drm/i915: Add a wakeref getter for iff the wakeref is already activeChris Wilson2-1/+24
2019-08-01drm/i915: Lift intel_engines_resume() to callersChris Wilson7-46/+56
2019-08-01xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross2-1/+7
2019-08-01xen/swiotlb: simplify range_straddles_page_boundary()Juergen Gross1-22/+6
2019-08-01xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross1-2/+2
2019-07-31libbpf : make libbpf_num_possible_cpus function thread safeTakshak Chahande1-7/+11
2019-07-31nvme-pci: Fix async probe remove raceKeith Busch1-1/+2
2019-07-31nvme: fix controller removal race with scan workSagi Grimberg3-8/+54
2019-07-31nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg1-5/+11
2019-07-31nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg3-0/+47
2019-07-31nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe1-1/+1
2019-07-31nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe1-0/+3
2019-07-31nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe1-0/+8
2019-07-31nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe3-0/+16
2019-07-31net: bridge: mcast: add delete due to fast-leave mdb flagNikolay Aleksandrov4-1/+5
2019-07-31net: stmmac: Use netif_tx_napi_add() for TX polling functionFrode Isaksen1-2/+3
2019-07-31net: bridge: mcast: don't delete permanent entries when fast leave is enabledNikolay Aleksandrov1-0/+3
2019-07-31net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_led_trigger_change_speed()Jia-Ju Bai1-1/+2
2019-07-31tc-testing: Clarify the use of tdc's -d optionLucas Bates2-5/+11
2019-07-31selftests/tls: fix TLS tests with CONFIG_TLS=nJakub Kicinski1-9/+14
2019-07-31Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-255/+424
2019-07-31selinux: fix memory leak in policydb_init()Ondrej Mosnacek1-1/+5
2019-07-31ice: Bump version numberTony Nguyen1-1/+1
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2-16/+0
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley4-102/+48
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin1-0/+3
2019-07-31ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley1-11/+3
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley2-0/+7
2019-07-31ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin1-5/+5
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin1-3/+3
2019-07-31ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley1-15/+27
2019-07-31drm/msm: Use the correct dma_sync calls in msm_gemRob Clark1-5/+42
2019-07-31Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+1