summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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
| * | | | Input: serio - make serio_bus constRicardo B. Marliere2024-03-031-1/+1
| * | | | Input: navpoint - remove driverDuje Mihanović2024-01-181-8/+0
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-164-3/+61
|\ \ \ \ \
| * \ \ \ \ Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen2024-01-291-0/+48
| |\ \ \ \ \
| | * | | | | scsi: core: Allow passthrough to request midlayer retriesMike Christie2024-01-291-0/+48
| * | | | | | scsi: ufs: mcq: Add definition for REG_UFS_MEM_CFG registerChanWoo Lee2024-01-232-0/+4
| * | | | | | scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang2024-01-231-3/+3
| * | | | | | scsi: ufs: core: Add CPU latency QoS support for UFS driverMaramaina Naresh2024-01-231-0/+6
| |/ / / / /
* | | | | | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-167-10/+11
|\ \ \ \ \ \
| * | | | | | nfs: fix UAF in direct writesJosef Bacik2024-03-091-0/+1
| * | | | | | sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik2024-03-091-0/+1
| * | | | | | nfs: remove unused NFS_CALL macroJeff Layton2024-03-091-7/+0
| * | | | | | NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia2024-03-091-0/+1
| * | | | | | SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo2024-02-281-1/+1
| * | | | | | SUNRPC: add xrpt id to rpc_stats_latency tracepointOlga Kornievskaia2024-02-281-2/+6
| * | | | | | SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust2024-02-281-0/+1
* | | | | | | Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2024-03-161-7/+7
|\ \ \ \ \ \ \
| * | | | | | | phy: constify of_phandle_args in xlateKrzysztof Kozlowski2024-02-231-7/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-03-165-4/+84
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-6.9/cxl-einj' into for-6.9/cxlDan Williams2024-03-131-0/+44
| |\ \ \ \ \ \ \
| | * | | | | | | EINJ: Add CXL error type supportBen Cheatham2024-03-121-0/+44
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-6.9/cxl-qos' into for-6.9/cxlDan Williams2024-03-133-3/+37
| |\ \ \ \ \ \ \
| | * | | | | | | cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang2024-03-121-0/+9
| | * | | | | | | cxl/region: Add memory hotplug notifier for cxl regionDave Jiang2024-03-122-0/+13
| | * | | | | | | base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang2024-03-121-3/+15
| | |/ / / / / /
| * / / / / / / lib/firmware_table: Provide buffer length argument to cdat_table_parse()Robert Richter2024-03-131-1/+3
| |/ / / / / /
* | | | | | | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-152-1/+21
|\ \ \ \ \ \ \
| * | | | | | | of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy2024-03-031-1/+13
| * | | | | | | of: Change of_machine_is_compatible() to return boolMichael Ellerman2024-03-031-1/+1