summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-2/+2
2021-03-11media: rc: compile rc-cec.c into rc-coreHans Verkuil1-0/+7
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+2
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada2-2/+14
2021-03-11Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich2-1/+7
2021-03-10software node: Fix device_add_software_node()Heikki Krogerus1-1/+1
2021-03-10regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage settingFrieder Schrempf1-0/+3
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas1-0/+4
2021-03-10seqlock,lockdep: Fix seqcount_latch_init()Peter Zijlstra1-4/+1
2021-03-10u64_stats,lockdep: Fix u64_stats_init() vs lockdepPeter Zijlstra1-3/+4
2021-03-10cpu/hotplug: Fix build error of using {add,remove}_cpu() with !CONFIG_SMPShuo Liu1-0/+3
2021-03-10Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-9/+16
2021-03-10net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth1-1/+6
2021-03-09atm: fix a typo in the struct descriptionTong Zhang1-1/+1
2021-03-08irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman1-4/+0
2021-03-08gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko1-2/+8
2021-03-08gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko1-0/+2
2021-03-08io_uring: index io_uring->xa by ctx not filePavel Begunkov1-1/+1
2021-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang1-0/+2
2021-03-06KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier1-2/+7
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+3
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+3
2021-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+0
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+2
2021-03-05kernel: provide create_io_thread() helperJens Axboe1-0/+2
2021-03-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+13
2021-03-04Merge tag 'sound-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-1/+8
2021-03-04xsk: Remove dangling function declaration from header fileMaciej Fijalkowski1-2/+0
2021-03-04tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)1-9/+2
2021-03-04io_uring: destroy io-wq on execPavel Begunkov1-1/+1
2021-03-04net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer1-0/+1
2021-03-03ACPI: bus: Constify is_acpi_node() and friends (part 2)Andy Shevchenko1-3/+3
2021-03-03swap: fix swapfile read/write offsetJens Axboe1-0/+1
2021-03-02KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse1-0/+13
2021-03-02Merge tag 'tags/sound-sdw-kconfig-fixes' into for-linusTakashi Iwai345-3681/+10187
2021-03-02ALSA: hda: move Intel SoundWire ACPI scan to dedicated modulePierre-Louis Bossart1-0/+2
2021-03-02ASoC: soc-acpi: allow for partial match in parent namePierre-Louis Bossart1-1/+1
2021-03-02ALSA: hda: intel-nhlt: verify config typePierre-Louis Bossart1-0/+5
2021-03-02net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn1-1/+1
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+56
2021-03-01block: Drop leftover references to RQF_SORTEDJean Delvare1-2/+0
2021-03-01can: skb: can_skb_set_owner(): fix ref counting if socket was closed before s...Oleksij Rempel1-2/+6
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds1-0/+1
2021-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+5
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds5-20/+22
2021-02-28uapi: nfnetlink_cthelper.h: fix userspace compilation errorDmitry V. Levin1-1/+1
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds4-23/+6
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0