summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-12-30platform/chrome: cros_ec: jump to RW before probingDawid Niedzwiecki1-0/+2
2024-12-29Merge tag 'sched-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2024-12-29ACPI: platform_profile: Add devm_platform_profile_register()Kurt Borja1-0/+1
2024-12-29freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong1-1/+2
2024-12-28iio: trigger: stm32-timer: add support for stm32mp25Fabrice Gasnier1-0/+6
2024-12-28iio: core: mark scan_timestamp as __privateVasileios Amoiridis2-2/+2
2024-12-27Merge tag 'trace-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-12-27io_uring/rw: don't mask in f_iocb_flagsJens Axboe1-0/+3
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+12
2024-12-26ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddrMasami Hiramatsu (Google)1-0/+13
2024-12-26tracing/fprobe: Remove nr_maxactive from fprobeMasami Hiramatsu (Google)1-2/+0
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)1-15/+43
2024-12-26tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGSMasami Hiramatsu (Google)1-0/+17
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)1-0/+31
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)1-0/+17
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)2-1/+7
2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)1-1/+1
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)1-1/+2
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)2-3/+11
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)1-4/+13
2024-12-26tracepoint: Reduce duplication of __DO_TRACE_CALLAlice Ryhl1-13/+7
2024-12-26tracing/string: Create and use __free(argv_free) in trace_dynevent.cSteven Rostedt1-0/+3
2024-12-24Merge tag 'mtd/qcom-reorg-for-spi-6.14' into nand/nextMiquel Raynal1-0/+475
2024-12-24mtd: rawnand: qcom: use FIELD_PREP and GENMASKMd Sadre Alam1-12/+19
2024-12-24mtd: nand: Add qpic_common API fileMd Sadre Alam1-0/+468
2024-12-24Merge tag 'memory-controller-drv-ti-6.14' of https://git.kernel.org/pub/scm/l...Miquel Raynal1-0/+32
2024-12-24usb: typec: Make active on port altmode writableAbhishek Pandit-Subedi1-0/+2
2024-12-24usb: typec: Add driver for Thunderbolt 3 Alternate ModeHeikki Krogerus1-0/+1
2024-12-24usb: typec: tcpm: Add new AMS for Get_Revision responseAmit Sunil Dhamne1-2/+20
2024-12-24tracing: Constify string literal data member in struct trace_event_callChristian Göttsche1-1/+1
2024-12-23clk: Drop obsolete devm_clk_bulk_get_all_enable() helperCristian Ciocaltea1-9/+0
2024-12-23net/mlx5e: Keep netdev when leave switchdev for devlink set legacy onlyJianbo Liu1-0/+1
2024-12-23Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-0/+14
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh1-1/+3
2024-12-23misc: trivial: Remove undesired double space from struct definitionLee Jones1-1/+1
2024-12-23block: make bio_integrity_map_user() static inlineJens Axboe1-1/+1
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+0
2024-12-23blk-mq: remove unused queue mapping helpersDaniel Wagner2-22/+0
2024-12-23blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner1-0/+2
2024-12-23driver core: bus: add irq_get_affinity callback to bus_typeDaniel Wagner1-0/+3
2024-12-23block: Delete bio_set_prio()John Garry1-2/+0
2024-12-23block: Delete bio_prio()John Garry1-1/+0
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei1-1/+5
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei1-0/+2
2024-12-23block: add support to pass user meta bufferKanchan Joshi1-0/+7
2024-12-23scsi: add support for user-meta interfaceAnuj Gupta1-9/+7
2024-12-23block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flagsAnuj Gupta1-1/+5
2024-12-23fs: introduce IOCB_HAS_METADATA for metadataAnuj Gupta1-0/+1
2024-12-23fs, iov_iter: define meta io descriptorAnuj Gupta1-0/+9
2024-12-23block: modify bio_integrity_map_user to accept iov_iter as argumentAnuj Gupta1-3/+2