summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal68-223/+501
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet1-1/+0
2022-03-18Merge branch 'thermal-hfi'Rafael J. Wysocki1-1/+5
2022-03-18Merge branch 'powercap'Rafael J. Wysocki2-29/+18
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki2-5/+5
2022-03-18Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-0/+5
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster1-0/+3
2022-03-18regmap: add configurable downshift for addressesColin Foster1-0/+3
2022-03-18Merge branches 'acpi-soc', 'acpi-video' and 'acpi-apei'Rafael J. Wysocki4-3/+20
2022-03-18Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini4-7/+13
2022-03-18Merge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery'Rafael J. Wysocki1-0/+4
2022-03-18Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li1-1/+1
2022-03-18Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas1-0/+10
2022-03-18Merge branches 'acpica', 'acpi-osl', 'acpi-bus' and 'acpi-tables'Rafael J. Wysocki4-0/+12
2022-03-18Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2-2/+14
2022-03-18ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman1-6/+6
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman2-7/+4
2022-03-18misc: fastrpc: Add support to secure memory mapVamsi Krishna Gattupalli1-1/+4
2022-03-18misc: fastrpc: check before loading process to the DSPJeya R1-0/+17
2022-03-18misc: fastrpc: Add support to get DSP capabilitiesJeya R1-0/+8
2022-03-18misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAPJeya R1-0/+51
2022-03-18counter: add new COUNTER_EVENT_CHANGE_OF_STATEOleksij Rempel1-0/+2
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen1-0/+2
2022-03-18Merge tag 'coresight-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-5/+0
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman6-44/+82
2022-03-18rfkill: make new event layout opt-inJohannes Berg1-2/+12
2022-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller1-0/+18
2022-03-18Merge tag 'mlx5-updates-2022-03-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-4/+0
2022-03-18netfs: Keep track of the actual remote file sizeDavid Howells1-0/+16
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells1-2/+3
2022-03-18netfs: Add a netfs inode contextDavid Howells1-11/+70
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-1/+1
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2-1/+17
2022-03-18netfs: Adjust the netfs_failure tracepoint to indicate non-subreq linesDavid Howells1-4/+4
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2-1/+47
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells2-1/+36
2022-03-18netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells1-9/+9
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-11/+11
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells3-31/+31
2022-03-18netfs: Generate enums from trace symbol mapping listsDavid Howells1-43/+16
2022-03-18fscache: export fscache_end_operation()Jeffle Xu1-0/+14
2022-03-18kernfs: remove unneeded #if 0 guardGreg Kroah-Hartman1-20/+0
2022-03-18xfrm: rework default policy structureNicolas Dichtel2-35/+19
2022-03-18bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa1-0/+1
2022-03-18bpf: Add multi kprobe linkJiri Olsa3-0/+21
2022-03-18lib/sort: Add priv pointer to swap functionJiri Olsa2-1/+2
2022-03-18fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu2-0/+15
2022-03-18fprobe: Add exit_handler supportMasami Hiramatsu1-0/+6
2022-03-18rethook: Add a generic return hookMasami Hiramatsu2-0/+103
2022-03-18fprobe: Add ftrace based probe APIsMasami Hiramatsu1-0/+87