summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge tag 'usb-serial-5.2-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-06-103-0/+10
| | |\ \ \ \
| | | * | | | USB: serial: option: add Telit 0x1260 and 0x1261 compositionsDaniele Palmas2019-05-211-0/+4
| | | * | | | USB: serial: pl2303: add Allied Telesis VT-Kit3Chris Packham2019-05-212-0/+4
| | | * | | | USB: serial: option: add support for Simcom SIM7500/SIM7600 RNDIS modeJörgen Storvist2019-05-211-0/+2
| | * | | | | Merge tag 'fixes-for-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-06-088-42/+82
| | |\ \ \ \ \
| | | * | | | | usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()Wei Yongjun2019-06-061-2/+2
| | | * | | | | usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz2019-06-061-8/+12
| | | * | | | | usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan2019-06-061-0/+4
| | | * | | | | usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni2019-06-061-2/+1
| | | * | | | | usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao2019-06-061-0/+5
| | | * | | | | usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init()Andrey Smirnov2019-06-061-0/+14
| | | * | | | | usb: dwc2: Fix DMA cache alignment issuesMartin Schiller2019-06-061-3/+7
| | | * | | | | usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson2019-06-064-27/+37
| | | | |_|/ / | | | |/| | |
| | * | | | | USB: Fix chipmunk-like voice when using Logitech C270 for recording audio.Marco Zatta2019-06-051-0/+3
| | * | | | | USB: usb-storage: Add new ID to ums-realtekKai-Heng Feng2019-06-051-0/+5
| | * | | | | usb: typec: ucsi: ccg: fix memory leak in do_flashGustavo A. R. Silva2019-06-031-2/+4
| | |/ / / /
| * | | | | Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-158-4/+59
| |\ \ \ \ \
| | * | | | | powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXChristophe Leroy2019-06-073-1/+6
| | * | | | | powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()Nicholas Piggin2019-06-071-2/+14
| | * | | | | powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin2019-06-072-0/+33
| | * | | | | powerpc: Fix kexec failure on book3s/32Christophe Leroy2019-06-072-1/+6
| * | | | | | Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-06-155-14/+35
| |\ \ \ \ \ \
| | * | | | | | ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-06-141-2/+5
| | * | | | | | module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-06-142-1/+15
| | * | | | | | tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata2019-06-141-2/+0
| | * | | | | | tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata2019-06-141-3/+10
| | * | | | | | tracing: Make two symbols staticYueHaibing2019-06-141-2/+2
| | * | | | | | tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-06-141-3/+2
| | * | | | | | tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata2019-06-141-1/+1
| * | | | | | | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-156-43/+117
| |\ \ \ \ \ \ \
| | * | | | | | | cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz2019-06-121-1/+14
| | * | | | | | | cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo2019-06-101-1/+1
| | * | | | | | | cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo2019-06-051-0/+4
| | * | | | | | | cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-05-313-7/+39
| | * | | | | | | cgroup: Implement css_task_iter_skip()Tejun Heo2019-05-312-24/+39
| | * | | | | | | cgroup: Call cgroup_release() before __exit_signal()Tejun Heo2019-05-311-1/+1
| | * | | | | | | docs cgroups: add another example size for hugetlbOdin Ugedal2019-05-301-9/+13
| | * | | | | | | cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-05-291-2/+8
| * | | | | | | | Merge tag 'drm-fixes-2019-06-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-06-1528-73/+253
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'drm-fixes-5.2' of git://people.freedesktop.org/~agd5f/linux int...Daniel Vetter2019-06-145-5/+15
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmwareAlex Deucher2019-06-131-2/+2
| | | * | | | | | | | drm/amdgpu: Fix bounds checking in amdgpu_ras_is_supported()Dan Carpenter2019-06-131-0/+2
| | | * | | | | | | | drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocShirish S2019-06-113-3/+11
| | * | | | | | | | | Merge tag 'drm-misc-fixes-2019-06-13' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2019-06-1411-21/+121
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | drm: add fallback override/firmware EDID modes workaroundJani Nikula2019-06-123-0/+38
| | | * | | | | | | | | drm/edid: abstract override/firmware EDID retrievalJani Nikula2019-06-121-8/+17
| | | * | | | | | | | | drm/panfrost: Require the simple_ondemand governorEzequiel Garcia2019-06-101-0/+1
| | | * | | | | | | | | drm/panfrost: make devfreq optional againNeil Armstrong2019-06-101-1/+12
| | | * | | | | | | | | drm/gem_shmem: Use a writecombine mapping for ->vaddrBoris Brezillon2019-06-101-1/+2
| | | * | | | | | | | | drm: panel-orientation-quirks: Add quirk for GPD MicroPCHans de Goede2019-06-081-0/+16