summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | vfio/pci: Mask INTx during runtime suspendAbhishek Sahu2022-09-011-0/+1
| * | | | | | | | | | vfio: Add the device features for the low power entry and exitAbhishek Sahu2022-09-011-0/+56
| * | | | | | | | | | vfio/pci: Rename vfio_pci_register_dev_region()Jason Gunthorpe2022-09-011-4/+4
| * | | | | | | | | | vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe2022-09-011-133/+1
* | | | | | | | | | | Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-121-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xen/virtio: enable grant based virtio on x86Juergen Gross2022-10-101-0/+6
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-121-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-111-4/+4
* | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-129-76/+54
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_...Tiezhu Yang2022-10-111-1/+0
| * | | | | | | | | | | | ipc/msg: mitigate the lock contention with percpu counterJiebin Sun2022-10-031-2/+3
| * | | | | | | | | | | | percpu: add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun2022-10-031-0/+32
| * | | | | | | | | | | | fs: uninline inode_maybe_inc_iversion()Andrew Morton2022-10-031-45/+1
| * | | | | | | | | | | | init.h: fix spelling typo in commentJiangshan Yi2022-10-031-1/+1
| * | | | | | | | | | | | asm-generic: make parameter types consistent in _unaligned_be48()Andy Shevchenko2022-09-111-1/+1
| * | | | | | | | | | | | bitops: use try_cmpxchg in set_mask_bits and bit_clear_unlessUros Bizjak2022-09-111-5/+6
| * | | | | | | | | | | | iversion: use atomic64_try_cmpxchg)Uros Bizjak2022-09-111-23/+9
| * | | | | | | | | | | | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-0/+3
| * | | | | | | | | | | | kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider2022-09-111-1/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-123-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'irqchip-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2022-10-042-3/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch irq/misc-6.1 into irq/irqchip-nextMarc Zyngier2022-09-291-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | irqchip: Make irqchip_init() usable on pure ACPI systemsHuacai Chen2022-09-281-2/+4
| | | |/ / / / / / / / / / /
| | * / / / / / / / / / / / irqchip: Allow extra fields to be passed to IRQCHIP_PLATFORM_DRIVER_ENDFrank Li2022-09-281-1/+3
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | genirq: Provide generic_handle_domain_irq_safe().Sebastian Andrzej Siewior2022-09-191-0/+1
* | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-10-0310-28/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2022-10-031-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config optionMarc Zyngier2022-09-291-0/+1
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-302-2/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-111-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas2022-09-121-0/+2
| * | | | | | | | | | | | | | PCI/PTM: Cache PTM Capability offsetBjorn Helgaas2022-09-121-0/+1
* | | | | | | | | | | | | | | Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-10-114-19/+1290
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | pinctrl: starfive: Rename "pinctrl-starfive" to "pinctrl-starfive-jh7100"Jianlong Huang2022-10-041-3/+3
| * | | | | | | | | | | | | | | Merge tag 'samsung-pinctrl-6.1' of https://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2022-09-141-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | dt-bindings: pinctrl: samsung: deprecate header with register constantsKrzysztof Kozlowski2022-08-191-0/+7
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | pinctrl: at91: move gpio suspend/resume calls to driver's contextClaudiu Beznea2022-09-031-16/+0
| * | | | | | | | | | | | | | | Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Linus Walleij2022-08-262-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | dt-bindings: pinctrl: mediatek: add support for mt8188Hui.Liu2022-08-251-0/+1280
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-115-218/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Input: add ABS_PROFILE to uapi and documentationNate Yocom2022-09-281-0/+1
| * | | | | | | | | | | | | | | | Input: auo-pixcir-ts - drop support for platform dataDmitry Torokhov2022-09-161-44/+0
| * | | | | | | | | | | | | | | | Input: adp5588-keys - add support for fw propertiesNuno Sá2022-08-301-169/+0
| * | | | | | | | | | | | | | | | Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá2022-08-301-2/+0
| * | | | | | | | | | | | | | | | Input: gameport - move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
| * | | | | | | | | | | | | | | | Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov2022-08-17819-7425/+21624
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Input: bma150 - fix a typo in some commentsChristophe JAILLET2022-08-111-2/+2
* | | | | | | | | | | | | | | | | Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-102-10/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | f2fs: support recording errors into superblockChao Yu2022-10-041-1/+24