aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-06-147-10/+78
|\
| * arm64/sve: Fix missing SVE/FPSIMD endianness conversionsDave Martin2019-06-135-9/+74
| * arm64: tlbflush: Ensure start/end of address range are aligned to strideWill Deacon2019-06-121-0/+3
| * arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor2019-06-121-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-1421-140/+310
|\ \
| * | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-137-44/+38
| * | PCI/P2PDMA: track pgmap references per resource, not globallyDan Williams2019-06-131-43/+81
| * | lib/genalloc: introduce chunk ownersDan Williams2019-06-132-32/+74
| * | PCI/P2PDMA: fix the gen_pool_add_virt() failure pathDan Williams2019-06-131-1/+3
| * | mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams2019-06-132-0/+12
| * | drivers/base/devres: introduce devm_release_action()Dan Williams2019-06-132-1/+24
| * | mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim2019-06-131-1/+1
| * | coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-132-0/+7
| * | mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack2019-06-131-2/+2
| * | mm: mmu_gather: remove __tlb_reset_range() for force flushYang Shi2019-06-131-5/+19
| * | fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-131-0/+12
| * | mm/vmscan.c: fix recent_rotated historyKirill Tkhai2019-06-131-2/+2
| * | mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan2019-06-131-1/+2
| * | scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILEManuel Traut2019-06-131-1/+1
| * | mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt2019-06-131-1/+1
| * | mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner2019-06-132-21/+46
* | | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-06-144-8/+18
|\ \ \
| * | | iommu/arm-smmu: Avoid constant zero in TLBI writesRobin Murphy2019-06-121-3/+12
| * | | iommu/vt-d: Set the right field for Page Walk SnoopLu Baolu2019-05-271-1/+1
| * | | iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lockDave Jiang2019-05-271-3/+4
| * | | iommu: Add missing new line for dma typeLu Baolu2019-05-271-1/+1
* | | | Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-06-141-1/+2
|\ \ \ \
| * | | | gpio: pca953x: hack to fix 24 bit gpio expandersH. Nikolaus Schaller2019-06-081-1/+2
* | | | | Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-1446-259/+465
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Revert "ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptops"Hui Wang2019-06-141-11/+5
| * | | | Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-06-1342-228/+398
| |\ \ \ \
| | * | | | ASoC: Intel: sst: fix kmalloc call with wrong flagsAlex Levin2019-06-101-2/+2
| | * | | | ASoC: core: Fix deadlock in snd_soc_instantiate_card()Ranjani Sridharan2019-06-101-2/+2
| | * | | | SoC: rt274: Fix internal jack assignment in set_jack callbackAmadeusz Sławiński2019-06-061-1/+2
| | * | | | ALSA: hdac: fix memory release for SST and SOF driversAmadeusz Sławiński2019-06-061-1/+0
| | * | | | ASoC: SOF: Intel: hda: use the defined ppcap functionsZhu Yingjiang2019-06-061-7/+3
| | * | | | ASoC: core: move DAI pre-links initiation to snd_soc_instantiate_cardTzung-Bi Shih2019-06-061-17/+10
| | * | | | ASoC: Intel: cht_bsw_rt5672: fix kernel oops with platform_name overridePierre-Louis Bossart2019-06-061-1/+1
| | * | | | ASoC: Intel: cht_bsw_nau8824: fix kernel oops with platform_name overridePierre-Louis Bossart2019-06-061-1/+1
| | * | | | ASoC: Intel: bytcht_es8316: fix kernel oops with platform_name overridePierre-Louis Bossart2019-06-061-1/+1
| | * | | | ASoC: Intel: cht_bsw_max98090: fix kernel oops with platform_name overridePierre-Louis Bossart2019-06-061-1/+1
| | * | | | ASoC: sun4i-i2s: Add offset to RX channel selectMarcus Cooper2019-06-041-0/+4
| | * | | | ASoC: sun4i-i2s: Fix sun8i tx channel offset maskMarcus Cooper2019-06-041-1/+1
| | * | | | ASoC: max98090: remove 24-bit format support if RJ is 0Yu-Hsuan Hsu2019-06-041-0/+16
| | * | | | ASoC: da7219: Fix build error without CONFIG_I2CYueHaibing2019-06-041-1/+1
| | * | | | ASoC: SOF: Intel: hda: Fix COMPILE_TEST build errorYueHaibing2019-06-041-0/+4
| | * | | | ASoC: SOF: fix DSP oops definitions in FW ABIKai Vehmanen2019-06-036-22/+58
| | * | | | ASoC: hda: fix unbalanced codec dev refcount for HDA_DEV_ASOCRanjani Sridharan2019-06-031-1/+8
| | * | | | ASoC: SOF: ipc: replace fw ready bitfield with explicit bit orderingSlawomir Blauciak2019-06-032-14/+17
| | * | | | ASoC: SOF: bump to ABI 3.6Pierre-Louis Bossart2019-06-031-1/+1