index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-28
iio: core: mark scan_timestamp as __private
Vasileios Amoiridis
2
-2
/
+2
2024-12-27
Merge tag 'trace-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-12-27
io_uring/rw: don't mask in f_iocb_flags
Jens Axboe
1
-0
/
+3
2024-12-26
Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-3
/
+12
2024-12-26
ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
Masami Hiramatsu (Google)
1
-0
/
+13
2024-12-26
tracing/fprobe: Remove nr_maxactive from fprobe
Masami Hiramatsu (Google)
1
-2
/
+0
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
1
-15
/
+43
2024-12-26
tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Masami Hiramatsu (Google)
1
-0
/
+17
2024-12-26
tracing: Add ftrace_fill_perf_regs() for perf event
Masami Hiramatsu (Google)
1
-0
/
+31
2024-12-26
tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
Masami Hiramatsu (Google)
1
-0
/
+17
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
2
-1
/
+7
2024-12-26
fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
1
-1
/
+1
2024-12-26
fgraph: Pass ftrace_regs to retfunc
Masami Hiramatsu (Google)
1
-1
/
+2
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
2
-3
/
+11
2024-12-26
fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
1
-4
/
+13
2024-12-26
tracepoint: Reduce duplication of __DO_TRACE_CALL
Alice Ryhl
1
-13
/
+7
2024-12-26
tracing/string: Create and use __free(argv_free) in trace_dynevent.c
Steven Rostedt
1
-0
/
+3
2024-12-24
Merge tag 'mtd/qcom-reorg-for-spi-6.14' into nand/next
Miquel Raynal
1
-0
/
+475
2024-12-24
mtd: rawnand: qcom: use FIELD_PREP and GENMASK
Md Sadre Alam
1
-12
/
+19
2024-12-24
mtd: nand: Add qpic_common API file
Md Sadre Alam
1
-0
/
+468
2024-12-24
Merge tag 'memory-controller-drv-ti-6.14' of https://git.kernel.org/pub/scm/l...
Miquel Raynal
1
-0
/
+32
2024-12-24
usb: typec: Make active on port altmode writable
Abhishek Pandit-Subedi
1
-0
/
+2
2024-12-24
usb: typec: Add driver for Thunderbolt 3 Alternate Mode
Heikki Krogerus
1
-0
/
+1
2024-12-24
usb: typec: tcpm: Add new AMS for Get_Revision response
Amit Sunil Dhamne
1
-2
/
+20
2024-12-23
tracing: Constify string literal data member in struct trace_event_call
Christian Göttsche
1
-1
/
+1
2024-12-23
clk: Drop obsolete devm_clk_bulk_get_all_enable() helper
Cristian Ciocaltea
1
-9
/
+0
2024-12-23
net/mlx5e: Keep netdev when leave switchdev for devlink set legacy only
Jianbo Liu
1
-0
/
+1
2024-12-23
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-0
/
+14
2024-12-23
net/mlx5: fs, add counter object to flow destination
Moshe Shemesh
1
-1
/
+3
2024-12-23
misc: trivial: Remove undesired double space from struct definition
Lee Jones
1
-1
/
+1
2024-12-23
block: make bio_integrity_map_user() static inline
Jens Axboe
1
-1
/
+1
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
1
-1
/
+0
2024-12-23
blk-mq: remove unused queue mapping helpers
Daniel Wagner
2
-22
/
+0
2024-12-23
blk-mq: introduce blk_mq_map_hw_queues
Daniel Wagner
1
-0
/
+2
2024-12-23
driver core: bus: add irq_get_affinity callback to bus_type
Daniel Wagner
1
-0
/
+3
2024-12-23
block: Delete bio_set_prio()
John Garry
1
-2
/
+0
2024-12-23
block: Delete bio_prio()
John Garry
1
-1
/
+0
2024-12-23
block: track queue dying state automatically for modeling queue freeze lockdep
Ming Lei
1
-1
/
+5
2024-12-23
block: track disk DEAD state automatically for modeling queue freeze lockdep
Ming Lei
1
-0
/
+2
2024-12-23
block: add support to pass user meta buffer
Kanchan Joshi
1
-0
/
+7
2024-12-23
scsi: add support for user-meta interface
Anuj Gupta
1
-9
/
+7
2024-12-23
block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
Anuj Gupta
1
-1
/
+5
2024-12-23
fs: introduce IOCB_HAS_METADATA for metadata
Anuj Gupta
1
-0
/
+1
2024-12-23
fs, iov_iter: define meta io descriptor
Anuj Gupta
1
-0
/
+9
2024-12-23
block: modify bio_integrity_map_user to accept iov_iter as argument
Anuj Gupta
1
-3
/
+2
2024-12-23
block: define set of integrity flags to be inherited by cloned bip
Anuj Gupta
1
-0
/
+3
2024-12-23
io_uring/kbuf: use mmap_lock to sync with mmap
Pavel Begunkov
1
-0
/
+5
2024-12-23
io_uring: use region api for CQ
Pavel Begunkov
1
-7
/
+1
2024-12-23
io_uring: use region api for SQ
Pavel Begunkov
1
-2
/
+1
2024-12-23
io_uring/memmap: flag vmap'ed regions
Pavel Begunkov
1
-2
/
+3
[prev]
[next]