summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-2723-18/+73
|\
| * kvm, mm: account shadow page tables to kmemcgShakeel Butt2018-07-271-1/+1
| * zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang2018-07-271-0/+9
| * include/linux/eventfd.h: include linux/errno.hArnd Bergmann2018-07-271-0/+1
| * mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-275-0/+15
| * mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-2710-7/+17
| * mm: introduce vma_init()Kirill A. Shutemov2018-07-272-4/+8
| * mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams2018-07-271-2/+2
| * ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso2018-07-271-1/+1
| * mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang2018-07-271-1/+17
| * kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann2018-07-271-1/+1
| * delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo2018-07-271-1/+1
* | Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-271-0/+2
|\ \
| * | PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai2018-07-261-0/+2
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-07-272-3/+5
|\ \ \
| * | | arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-07-251-1/+3
| * | | arm64: Check for errata before evaluating cpu featuresDirk Mueller2018-07-251-2/+2
* | | | Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-07-276-9/+41
|\ \ \ \
| * \ \ \ Merge tag 'imx-drm-fixes-2018-07-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2018-07-272-4/+8
| |\ \ \ \
| | * | | | gpu: ipu-csi: Check for field type alternateSteve Longerbeam2018-07-161-1/+2
| | * | | | drm/imx: imx-ldb: check if channel is enabled before printing warningLucas Stach2018-07-161-3/+3
| | * | | | drm/imx: imx-ldb: disable LDB on driver bindLucas Stach2018-07-161-0/+3
| * | | | | Merge tag 'drm-intel-fixes-2018-07-26' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-07-274-5/+33
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.Clint Taylor2018-07-254-5/+33
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-07-273-0/+10
|\ \ \ \ \
| * | | | | Input: i8042 - add Lenovo LaVie Z to the i8042 reset listChen-Yu Tsai2018-07-181-0/+7
| * | | | | Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15ASTKT Liao2018-07-161-0/+1
| * | | | | MAINTAINERS: Add file patterns for serio device tree bindingsGeert Uytterhoeven2018-07-041-0/+1
| * | | | | Input: elan_i2c - add ACPI ID for lenovo ideapad 330Donald Shanty III2018-07-041-0/+1
* | | | | | Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-277-8/+84
|\ \ \ \ \ \
| * | | | | | kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-07-261-1/+7
| * | | | | | tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-07-261-2/+4
| * | | | | | tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-07-261-1/+5
| * | | | | | tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-07-251-2/+11
| * | | | | | selftests/ftrace: Add snapshot and tracing_on test caseMasami Hiramatsu2018-07-251-0/+28
| * | | | | | ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-07-253-0/+23
| * | | | | | tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-07-251-4/+8
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-07-272-4/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | xfs: properly handle free inodes in extent hint validatorsEric Sandeen2018-07-241-2/+4
| * | | | | xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino2018-06-281-2/+3
* | | | | | Merge tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-07-2625-135/+187
|\ \ \ \ \ \
| * | | | | | usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu2018-07-211-2/+6
| * | | | | | usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei2018-07-201-0/+1
| * | | | | | usb: typec: tcpm: Fix sink PDO starting index for PPS APDO selectionAdam Thomson2018-07-201-1/+1
| * | | | | | usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang2018-07-201-1/+1
| * | | | | | Merge tag 'fixes-for-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-07-1714-111/+164
| |\ \ \ \ \ \
| | * | | | | | usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca2018-07-171-10/+10
| | * | | | | | usb: dwc2: Fix inefficient copy of unaligned buffersAntti Seppälä2018-07-171-3/+9
| | * | | | | | usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä2018-07-171-21/+23
| | * | | | | | usb: dwc3: rockchip: Fix PHY documentation links.Enric Balletbo i Serra2018-07-171-1/+2