| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-05-03 | 1 | -0/+1 |
|\ |
|
| * | thermal: core: Encapsulate tz->device field | Daniel Lezcano | 2023-04-27 | 1 | -0/+1 |
* | | Merge tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-05-03 | 2 | -13/+1 |
|\ \ |
|
| * | | pwm: Delete deprecated functions pwm_request() and pwm_free() | Uwe Kleine-König | 2023-04-13 | 1 | -13/+0 |
| * | | pwm: stm32: Enforce settings for PWM capture | Olivier Moysan | 2023-04-06 | 1 | -0/+1 |
* | | | Merge tag 'soundwire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-05-03 | 2 | -0/+120 |
|\ \ \ |
|
| * | | | soundwire: amd: add runtime pm ops for AMD SoundWire manager driver | Vijendar Mukunda | 2023-04-12 | 1 | -0/+17 |
| * | | | soundwire: amd: add SoundWire manager interrupt handling | Vijendar Mukunda | 2023-04-12 | 1 | -0/+7 |
| * | | | soundwire: amd: register SoundWire manager dai ops | Vijendar Mukunda | 2023-04-12 | 1 | -0/+18 |
| * | | | soundwire: amd: Add support for AMD Manager driver | Vijendar Mukunda | 2023-04-12 | 1 | -0/+67 |
| * | | | soundwire: intel: add abstraction for cmdsync check | Pierre-Louis Bossart | 2023-03-15 | 1 | -0/+3 |
| * | | | soundwire: intel: add sync_arm/sync_go to ops | Pierre-Louis Bossart | 2023-03-15 | 1 | -0/+8 |
| |/ / |
|
* | | | Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-05-03 | 2 | -3/+46 |
|\ \ \ |
|
| * | | | dmaengine: idxd: process batch descriptor completion record faults | Dave Jiang | 2023-04-12 | 1 | -0/+1 |
| * | | | dmaengine: idxd: add descs_completed field for completion record | Dave Jiang | 2023-04-12 | 1 | -1/+4 |
| * | | | dmaengine: idxd: process user page faults for completion record | Dave Jiang | 2023-04-12 | 1 | -0/+1 |
| * | | | dmanegine: idxd: add debugfs for event log dump | Dave Jiang | 2023-04-12 | 1 | -2/+4 |
| * | | | dmaengine: idxd: add interrupt handling for event log | Dave Jiang | 2023-04-12 | 1 | -0/+1 |
| * | | | dmaengine: idxd: setup event log configuration | Dave Jiang | 2023-04-12 | 1 | -0/+1 |
| * | | | dmaengine: ti: k3-udma: Workaround errata i2234 | Vignesh Raghavendra | 2023-03-31 | 1 | -0/+1 |
| * | | | dmaengine: idxd: Add descriptor definitions for translation fetch operation | Fenghua Yu | 2023-03-31 | 1 | -0/+9 |
| * | | | dmaengine: idxd: Add descriptor definitions for DIX generate operation | Fenghua Yu | 2023-03-31 | 1 | -0/+20 |
| * | | | dmaengine: idxd: Add descriptor definitions for 16 bytes of pattern in memory... | Fenghua Yu | 2023-03-31 | 1 | -0/+4 |
| |/ / |
|
* | | | Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 2023-05-02 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | vfio: correct kdoc for ops structures | Simon Horman | 2023-04-14 | 1 | -0/+5 |
* | | | | Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 2023-05-02 | 11 | -174/+456 |
|\ \ \ \ |
|
| * | | | | mfd: axp20x: Add support for AXP15060 PMIC | Shengyu Qu | 2023-04-26 | 1 | -0/+85 |
| * | | | | dt-bindings: mfd: stm32: Remove unnecessary blank lines | Patrick Delaunay | 2023-04-26 | 1 | -1/+0 |
| * | | | | mfd: Add Renesas RZ/G2L MTU3a core driver | Biju Das | 2023-04-26 | 1 | -0/+257 |
| * | | | | mfd: rsmu: Support 32-bit address space | Min Li | 2023-04-26 | 1 | -1/+4 |
| * | | | | mfd: core: Remove .enable() and .disable() callbacks | Uwe Kleine-König | 2023-04-26 | 1 | -12/+0 |
| * | | | | mfd: max597x: Add support for MAX5970 and MAX5978 | Patrick Rudolph | 2023-04-26 | 1 | -0/+96 |
| * | | | | mfd: rt5033: Fix comments and style in includes | Jakob Hauser | 2023-04-26 | 2 | -14/+10 |
| * | | | | mfd: core: Reorder fields in 'struct mfd_cell' to save some memory | Christophe JAILLET | 2023-04-26 | 1 | -4/+4 |
| * | | | | rtc: s5m: Drop S5M8763 support | David Virag | 2023-04-26 | 2 | -51/+0 |
| * | | | | mfd: sec: Remove PMICs without compatibles | David Virag | 2023-04-26 | 2 | -91/+0 |
* | | | | | Merge tag 'leds-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2023-05-02 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | leds: Fix reference to led_set_brightness() in doc | Thomas Weißschuh | 2023-03-16 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-05-02 | 1 | -2/+3 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'v6.3-rc2' into next | Dmitry Torokhov | 2023-03-17 | 723 | -11743/+15565 |
| |\ \ \ \ \ |
|
| * | | | | | | Input: matrix_keypad - replace header inclusions by forward declarations | Andy Shevchenko | 2023-02-24 | 1 | -2/+3 |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2023-05-01 | 7 | -15/+50 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'kvm-x86-generic-6.4' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2023-04-26 | 2 | -3/+3 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | KVM: Fix comments that refer to the non-existent install_new_memslots() | Jun Miao | 2023-03-24 | 1 | -2/+2 |
| | * | | | | | | | KVM: Shrink struct kvm_mmu_memory_cache | Mathias Krause | 2023-03-24 | 1 | -1/+1 |
| * | | | | | | | | Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 2023-04-26 | 40 | -54/+230 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | * | | | | | | | Merge branch kvm-arm64/smccc-filtering into kvmarm-master/next | Marc Zyngier | 2023-04-21 | 2 | -3/+12 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | KVM: arm64: Introduce support for userspace SMCCC filtering | Oliver Upton | 2023-04-05 | 1 | -0/+3 |
| | | * | | | | | | | KVM: arm64: Use a maple tree to represent the SMCCC filter | Oliver Upton | 2023-04-05 | 1 | -0/+1 |
| | | * | | | | | | | KVM: arm64: Rename SMC/HVC call handler to reflect reality | Oliver Upton | 2023-04-05 | 1 | -1/+1 |