summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-242-0/+12
|\
| * Merge branch 'v5.18-rc5'Peter Zijlstra2022-05-11487-3483/+5075
| |\
| * | ACPI: Add perf low power callbackStephane Eranian2022-04-052-0/+12
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-2312-154/+952
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas2022-05-202-10/+32
| |\ \ \ \
| | | * | | of: Support more than one crash kernel regions for kexec -sZhen Lei2022-05-071-0/+9
| | | * | | of: fdt: Add memory for devices by DT property "linux,usable-memory-range"Chen Zhou2022-05-071-10/+23
| | |/ / /
| * | | | perf/arm-cmn: Decode CAL devices properly in debugfsRobin Murphy2022-05-121-1/+2
| * | | | perf/arm-cmn: Fix filter_sel lookupRobin Murphy2022-05-111-1/+1
| * | | | perf/marvell_cn10k: Fix tad_pmu_event_init() to check pmu type firstTanmay Jagdale2022-05-101-3/+3
| * | | | drivers/perf: hisi: Add Support for CPA PMUQi Liu2022-05-062-1/+410
| * | | | drivers/perf: hisi: Associate PMUs in SICL with CPUs onlineQi Liu2022-05-063-11/+12
| * | | | drivers/perf: arm_spe: Expose saturating counter to 16-bitShaokun Zhang2022-05-061-0/+3
| * | | | perf/arm-cmn: Add CMN-700 supportRobin Murphy2022-05-061-16/+220
| * | | | perf/arm-cmn: Refactor occupancy filter selectorRobin Murphy2022-05-061-72/+98
| * | | | perf/arm-cmn: Add CMN-650 supportRobin Murphy2022-05-061-46/+176
| * | | | perf: check return value of armpmu_request_irq()Ren Yu2022-05-061-1/+3
| * | | | perf: RISC-V: Remove non-kernel-doc ** commentsPalmer Dabbelt2022-05-061-4/+4
| |/ / /
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-05-231-70/+67
|\ \ \ \
| * | | | ARM: 9192/1: amba: fix memory leak in amba_device_try_add()Wang Kefeng2022-05-201-1/+7
| * | | | ARM: 9193/1: amba: Add amba_read_periphid() helperWang Kefeng2022-05-201-71/+62
| | |/ / | |/| |
* | | | Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-05-2329-763/+834
|\ \ \ \
| * | | | s390/stp: clock_delta should be signedSven Schnelle2022-05-111-2/+2
| * | | | s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli2022-05-066-57/+83
| * | | | s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declarationThomas Huth2022-04-251-2/+0
| * | | | s390/zcrypt: code cleanupHarald Freudenberger2022-04-2519-636/+667
| * | | | s390/zcrypt: cleanup CPRB struct definitionsHarald Freudenberger2022-04-251-58/+1
| * | | | s390/ap: uevent on apmask/aqpmask changeHarald Freudenberger2022-04-251-6/+34
| * | | | s390/zcrypt: add display of ASYM master key verification patternHarald Freudenberger2022-04-253-4/+47
| * | | | s390/sclp: add detection of IPL-complete-control facilityAlexander Egorenkov2022-04-251-1/+3
* | | | | Merge tag 'm68k-for-v5.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-235-37/+188
|\ \ \ \ \
| * | | | | clocksource/drivers: Add a goldfish-timer clocksourceLaurent Vivier2022-04-114-12/+162
| * | | | | rtc: goldfish: Use gf_ioread32()/gf_iowrite32()Laurent Vivier2022-04-111-15/+16
| * | | | | tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()Laurent Vivier2022-04-111-10/+10
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-2314-351/+442
|\ \ \ \ \
| * | | | | xen: add support for initializing xenstore later as HVM domainLuca Miccio2022-05-191-20/+71
| * | | | | xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross2022-05-191-46/+19
| * | | | | xen/usbfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-46/+15
| * | | | | xen/scsifront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-21/+7
| * | | | | xen/pcifront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-16/+3
| * | | | | xen/drmfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-32/+11
| * | | | | xen/tpmfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-15/+3
| * | | | | xen/netfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-41/+12
| * | | | | xen/blkfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-29/+8
| * | | | | xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross2022-05-191-0/+69
| * | | | | xen: update ring.hJuergen Gross2022-05-191-2/+2
| * | | | | xen/shbuf: switch xen-front-pgdir-shbuf to use INVALID_GRANT_REFJuergen Gross2022-05-191-13/+5
| * | | | | xen/dmabuf: switch gntdev-dmabuf to use INVALID_GRANT_REFJuergen Gross2022-05-191-11/+2
| * | | | | xen/drm: switch xen_drm_front to use INVALID_GRANT_REFJuergen Gross2022-05-192-11/+2
| * | | | | xen/usb: switch xen-hcd to use INVALID_GRANT_REFJuergen Gross2022-05-191-8/+6