summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2024-03-195-2/+111
|\
| * Merge tag 'reset-for-v6.9' of git://git.pengutronix.de/pza/linux into soc/lateArnd Bergmann2024-03-044-2/+108
| |\
| | * reset: Instantiate reset GPIO controller for shared reset-gpiosKrzysztof Kozlowski2024-02-211-0/+4
| | * cpufreq: do not open-code of_phandle_args_equal()Krzysztof Kozlowski2024-02-211-2/+1
| | * of: Add of_phandle_args_equal() helperKrzysztof Kozlowski2024-02-211-0/+16
| | * dt-bindings: reset: sophgo: support SG2042Chen Wang2024-02-211-0/+87
| * | Merge tag 'omap-for-v6.9/dt-warnings-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann2024-03-041-0/+3
| |\ \
| | * | clk: ti: Improve clksel clock bit parsing for reg propertyTony Lindgren2024-02-261-0/+3
* | | | Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-191-1/+2
|\ \ \ \
| * | | | s390/iucv: use new address translation helpersHeiko Carstens2024-03-131-1/+2
* | | | | tracing: Just use strcmp() for testing __string() and __assign_str() matchSteven Rostedt (Google)2024-03-191-3/+2
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-03-194-5/+35
|\ \ \ \ \
| * | | | | vDPA: report virtio-blk flush info to user spaceZhu Lingshan2024-03-191-0/+1
| * | | | | vDPA: report virtio-block read-only info to user spaceZhu Lingshan2024-03-191-0/+1
| * | | | | vDPA: report virtio-block write zeroes configuration to user spaceZhu Lingshan2024-03-191-0/+2
| * | | | | vDPA: report virtio-block discarding configuration to user spaceZhu Lingshan2024-03-191-0/+3
| * | | | | vDPA: report virtio-block topology info to user spaceZhu Lingshan2024-03-191-0/+4
| * | | | | vDPA: report virtio-block MQ info to user spaceZhu Lingshan2024-03-191-0/+1
| * | | | | vDPA: report virtio-block max segments in a request to user spaceZhu Lingshan2024-03-191-0/+1
| * | | | | vDPA: report virtio-block block-size to user spaceZhu Lingshan2024-03-191-0/+1
| * | | | | vDPA: report virtio-block max segment size to user spaceZhu Lingshan2024-03-191-0/+1
| * | | | | vDPA: report virtio-block capacity to user spaceZhu Lingshan2024-03-192-0/+3
| * | | | | vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan2024-03-191-0/+5
| * | | | | vhost-vdpa: uapi to support reporting per vq sizeZhu Lingshan2024-03-191-0/+7
| * | | | | virtio: uapi: Drop __packed attribute in linux/virtio_pci.hSuzuki K Poulose2024-03-191-5/+5
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-03-183-24/+25
|\ \ \ \ \ \
| * | | | | | RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-03-031-6/+8
| * | | | | | RDMA/hns: Support userspace configuring congestion control algorithm with QP ...Junxian Huang2024-03-031-0/+16
| * | | | | | RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer2024-02-211-18/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-03-189-31/+59
|\ \ \ \ \ \
| * | | | | | tracing: Add __string_src() helper to help compilers not to get confusedSteven Rostedt (Google)2024-03-181-2/+12
| * | | | | | tracing: Use strcmp() in __assign_str() WARN_ON() checkSteven Rostedt (Google)2024-03-181-1/+3
| * | | | | | tracepoints: Use WARN() and not WARN_ON() for warningsSteven Rostedt (Google)2024-03-181-2/+4
| * | | | | | tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei2024-03-182-1/+4
| * | | | | | tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)2024-03-181-1/+1
| * | | | | | tracing: Add warning if string in __assign_str() does not match __string()Steven Rostedt (Google)2024-03-181-0/+1
| * | | | | | tracing: Remove __assign_str_len()Steven Rostedt (Google)2024-03-181-17/+11
| * | | | | | tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"Steven Rostedt (Google)2024-03-184-12/+15
| * | | | | | tracing: Use ? : shortcut in trace macrosSteven Rostedt (Google)2024-03-182-10/+8
| * | | | | | tracing: Do not calculate strlen() twice for __string() fieldsSteven Rostedt (Google)2024-03-181-4/+6
| * | | | | | tracing: Rework __assign_str() and __string() to not duplicate getting the st...Steven Rostedt (Google)2024-03-183-11/+20
| * | | | | | tracing/user_events: Introduce multi-format eventsBeau Belgrave2024-03-181-1/+5
* | | | | | | Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-181-6/+2
|\ \ \ \ \ \ \
| * | | | | | | f2fs: fix to truncate meta inode pages forcelyChao Yu2024-03-131-0/+1
| * | | | | | | f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu2024-02-291-0/+1
| * | | | | | | f2fs: deprecate io_bitsJaegeuk Kim2024-02-201-6/+0
* | | | | | | | Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-181-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | fs,block: get holder during claimChristian Brauner2024-03-181-0/+10
* | | | | | | | | Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-173-10/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input: make input_class constantRicardo B. Marliere2024-03-101-1/+1