summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | ata: libata: drop ata_msg_probe()Hannes Reinecke2022-01-051-2/+0
| * | | | | | | ata: libata: drop ata_msg_warn()Hannes Reinecke2022-01-051-2/+0
| * | | | | | | ata: libata: drop ata_msg_malloc()Hannes Reinecke2022-01-051-2/+0
| * | | | | | | ata: libata: drop ata_msg_ctl()Hannes Reinecke2022-01-051-2/+0
| * | | | | | | ata: libata: drop ata_msg_error() and ata_msg_intr()Hannes Reinecke2022-01-051-4/+0
| * | | | | | | ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macrosHannes Reinecke2022-01-051-31/+38
| * | | | | | | ata: libata: add tracepoints for ATA error handlingHannes Reinecke2022-01-051-0/+60
| * | | | | | | ata: libata-sff: tracepoints for HSM state machineHannes Reinecke2022-01-051-0/+125
| * | | | | | | ata: libata: tracepoints for bus-master DMAHannes Reinecke2022-01-051-0/+125
| * | | | | | | ata: libata: add qc_prep tracepointHannes Reinecke2022-01-041-1/+9
| * | | | | | | ata: libata: add reset tracepointsHannes Reinecke2022-01-041-0/+96
| * | | | | | | ata: libata: Add ata_port_classify() helperHannes Reinecke2022-01-041-0/+2
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-183-8/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-151-1/+0
| * | | | | | | | vdpa: Support reporting max device capabilitiesEli Cohen2022-01-152-0/+4
| * | | | | | | | vdpa: Add support for returning device configuration informationEli Cohen2022-01-151-0/+4
| * | | | | | | | vdpa: Allow to configure max data virtqueuesEli Cohen2022-01-151-3/+16
| * | | | | | | | vdpa: Sync calls set/get config/status with cf_mutexEli Cohen2022-01-151-0/+3
| * | | | | | | | vdpa: Provide interface to read driver featuresEli Cohen2022-01-151-5/+9
| * | | | | | | | vdpa: Mark vdpa_config_ops.get_vq_notification as optionalEugenio PĂ©rez2022-01-151-1/+1
| * | | | | | | | vdpa: add driver_override supportStefano Garzarella2022-01-151-0/+2
| * | | | | | | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-151-0/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-182-15/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | PM: runtime: Add EXPORT[_GPL]_RUNTIME_DEV_PM_OPS macrosPaul Cercueil2022-01-121-0/+10
| * | | | | | | | PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macroPaul Cercueil2022-01-122-1/+16
| * | | | | | | | PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macrosPaul Cercueil2022-01-121-3/+32
| * | | | | | | | PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil2022-01-121-1/+1
| * | | | | | | | PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macroPaul Cercueil2022-01-121-13/+8
* | | | | | | | | Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-182-0/+308
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'acpi-pfrut'Rafael J. Wysocki2022-01-172-0/+308
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ACPI: Introduce Platform Firmware Runtime Telemetry driverChen Yu2021-12-271-0/+88
| | * | | | | | | | | ACPI: Introduce Platform Firmware Runtime Update device driverChen Yu2021-12-271-0/+174
| | * | | | | | | | | efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding struc...Chen Yu2021-12-271-0/+46
* | | | | | | | | | | Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-182-65/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm: Remove slab from struct pageMatthew Wilcox (Oracle)2022-01-062-65/+0
| * | | | | | | | | | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iom...Vlastimil Babka2022-01-063-72/+9
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-01-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cifs: move superblock magic defitions to magic.hJeff Layton2022-01-151-0/+4
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | devtmpfs regression fix: reconfigure on each mountNeilBrown2022-01-171-0/+2
* | | | | | | | | | | | | Merge tag 'ntb-5.17' of git://github.com/jonmason/ntbLinus Torvalds2022-01-171-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ntb_hw_switchtec: Remove code for disabling ID protectionKelvin Cao2022-01-111-2/+0
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2022-01-171-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | watchdog: bcm7038_wdt: Support platform data configurationFlorian Fainelli2021-12-281-0/+8
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-172-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | module.h: allow #define strings to work with MODULE_IMPORT_NSGreg Kroah-Hartman2022-01-121-1/+2
| * | | | | | | | | | | | | module: add in-kernel support for decompressingDmitry Torokhov2022-01-121-0/+1
* | | | | | | | | | | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-179-75/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ptrace: Remove unused regs argument from ptrace_report_syscallEric W. Biederman2022-01-081-4/+3
| * | | | | | | | | | | | | | exit: Remove profile_handoff_taskEric W. Biederman2022-01-081-19/+0
| * | | | | | | | | | | | | | exit: Remove profile_task_exit & profile_munmapEric W. Biederman2022-01-081-26/+0