aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai27-45/+141
2021-06-21soundwire: export sdw_update() and sdw_update_no_pm()Pierre-Louis Bossart1-0/+3
2021-06-10ALSA: core: Fix build error due to missing PAGE_SIZETakashi Iwai1-1/+2
2021-06-10ALSA: core: Move mmap handler into memalloc opsTakashi Iwai1-0/+3
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai2-63/+6
2021-06-10ALSA: core: Drop snd_sgbuf_get_ptr()Takashi Iwai2-30/+0
2021-06-10ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM substreamTakashi Sakamoto1-0/+1
2021-06-09Merge tag 'v5.13-rc3' into asoc-5.13Mark Brown694-6859/+16908
2021-06-08Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2021-05-25Merge tag 'asoc-fix-v5.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+1
2021-05-25Merge branch 'topic/pci-rescan-prep-v2' into for-nextTakashi Iwai1-4/+46
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai1-2/+2
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai1-0/+42
2021-05-25ALSA: core: Use READ_ONCE() / WRITE_ONCE() for power state changeTakashi Iwai1-2/+2
2021-05-22linux/bits.h: fix compilation error with GENMASKRikard Falkeborn3-9/+11
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds6-15/+18
2021-05-20Merge tag 'platform-drivers-x86-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-3/+3
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+38
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig1-2/+0
2021-05-19platform/surface: aggregator: avoid clang -Wconstant-conversion warningArnd Bergmann1-3/+3
2021-05-18signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfoEric W. Biederman1-3/+1
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman4-6/+13
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman1-0/+1
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman1-0/+1
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman2-8/+4
2021-05-17ALSA: rawmidi: Add framing modeDavid Henningsson2-2/+30
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2021-05-16Merge tag 'for-linus-5.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+14
2021-05-15Merge tag 'core-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-6/+48
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+2
2021-05-15Merge tag 'libnvdimm-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+0
2021-05-14mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)1-3/+3
2021-05-14mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)2-3/+13
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+32
2021-05-14xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.hStefano Stabellini1-1/+14
2021-05-13Merge tag 'pm-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2021-05-13dyndbg: avoid calling dyndbg_emit_prefix when it has no workJim Cromie1-0/+5
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds1-0/+1
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-0/+1
2021-05-12libnvdimm: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-05-12blkdev.h: remove unused codes blk_account_rqLin Feng1-5/+0
2021-05-12ASoC: soc-dai.h: Align the word of comment for SND_SOC_DAIFMT_CBC_CFCKuninori Morimoto1-1/+1
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval1-1/+1
2021-05-11stack: Replace "o" output with "r" input constraintNick Desaulniers1-1/+1
2021-05-10PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren1-0/+1
2021-05-10block: uapi: fix comment about block device ioctlDamien Le Moal1-1/+1
2021-05-10Merge tag 'misc-habanalabs-fixes-2021-05-08' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-linusGreg Kroah-Hartman1-0/+33
2021-05-10usb: typec: tcpm: Don't block probing of consumers of "connector" nodesSaravana Kannan1-0/+1