summaryrefslogtreecommitdiffstats
path: root/drivers/interconnect (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-16arch:x86:xen: Remove unnecessary assignment in xen_apic_read()jianchunfu1-1/+1
2022-03-16xen/grant-table: remove readonly parameter from functionsJuergen Gross16-57/+48
2022-03-16xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross2-119/+2
2022-03-10drivers/xen: use helper macro __ATTR_RWzhanglianjie1-3/+2
2022-03-10x86/xen: Fix kerneldoc warningJiapeng Chong1-1/+1
2022-03-10xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32Dongli Zhang2-1/+29
2022-03-10xen: use time_is_before_eq_jiffies() instead of open coding itWang Qing1-1/+2
2022-03-10ARM: fix build warning in proc-v7-bugs.cRussell King (Oracle)1-1/+2
2022-03-10gpio: sim: fix a typoBartosz Golaszewski1-1/+1
2022-03-10gpio: ts4900: Do not set DAT and OE togetherMark Featherston1-5/+19
2022-03-09ARM: Do not use NOCROSSREFS directive with ld.lldNathan Chancellor1-0/+8
2022-03-09arm64: Do not include __READ_ONCE() block in assembly filesNathan Chancellor1-2/+2
2022-03-09ARM: fix co-processor register typoRussell King (Oracle)1-1/+1
2022-03-09arm64: kasan: fix include error in MTE functionsPaul Semel1-0/+1
2022-03-08ARM: fix build error when BPF_SYSCALL is disabledEmmanuel Gil Peyrot1-1/+1
2022-03-08dt-bindings: phy: ti,tcan104x-can: Document mux-states propertyAswath Govindraju1-0/+7
2022-03-08dt-bindings: mfd: Fix pinctrl node name warningsRob Herring3-8/+5
2022-03-08ARM: include unprivileged BPF status in Spectre V2 reportingRussell King (Oracle)1-0/+13
2022-03-08spi: Fix invalid sgs valueBiju Das1-2/+2
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas4-16/+19
2022-03-08gpio: sim: Declare gpio_sim_hog_config_item_ops staticAndy Shevchenko1-1/+1
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic3-24/+15
2022-03-07arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse1-0/+26
2022-03-07mtd: rawnand: omap2: Actually prevent invalid configuration and build errorRoger Quadros1-2/+1
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-07gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko2-2/+14
2022-03-07gpio: Revert regression in sysfs-gpio (gpiolib.c)Marcelo Roberto Jimenez1-10/+0
2022-03-07gpio: tegra186: Add IRQ per bank for Tegra241Akhil R1-0/+2
2022-03-07xen/netfront: react properly to failing gnttab_end_foreign_access_ref()Juergen Gross1-17/+31
2022-03-07xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross2-8/+35
2022-03-07xen/pvcalls: use alloc/free_pages_exact()Juergen Gross1-4/+4
2022-03-07xen/9p: use alloc/free_pages_exact()Juergen Gross1-8/+6
2022-03-07xen/usb: don't use gnttab_end_foreign_access() in xenhcd_gnttab_done()Juergen Gross1-8/+18
2022-03-07xen: remove gnttab_query_foreign_access()Juergen Gross2-27/+0
2022-03-07xen/gntalloc: don't use gnttab_query_foreign_access()Juergen Gross1-18/+7
2022-03-07xen/scsifront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-2/+1
2022-03-07xen/netfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-4/+2
2022-03-07xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-26/+37
2022-03-07xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross2-2/+24
2022-03-07xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross1-13/+11
2022-03-06Linux 5.17-rc7v5.17-rc7Linus Torvalds1-1/+1