index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
i2c: atr: Fix lockdep for nested ATRs
Tomi Valkeinen
1
-3
/
+18
2025-05-20
i2c: remove 'of_node' member from i2c_boardinfo
Wolfram Sang
1
-2
/
+0
2025-05-20
i2c: use only 'fwnode' for client devices
Wolfram Sang
1
-2
/
+1
2025-05-20
i2c: powermac: convert of_node usage to fwnode
Wolfram Sang
1
-1
/
+1
2025-05-20
docs: i2c: Fix "resitors" to "resistors"
Sumanth Gavini
1
-1
/
+1
2025-05-20
i2c: core: add useful info when defer probe
Xu Yang
1
-2
/
+2
2025-05-02
i2c: atr: Fix end of loop test in i2c_atr_find_mapping_by_addr()
Dan Carpenter
1
-3
/
+7
2025-04-24
i2c: mux: ltc4306: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-5
/
+5
2025-04-18
misc: add FPC202 dual port controller driver
Romain Gantois
4
-0
/
+452
2025-04-18
i2c: Support dynamic address translation
Romain Gantois
1
-61
/
+188
2025-04-18
i2c: support per-channel ATR alias pools
Romain Gantois
4
-35
/
+91
2025-04-18
i2c: rename field 'alias_list' of struct i2c_atr_chan to 'alias_pairs'
Romain Gantois
1
-7
/
+7
2025-04-18
i2c: move ATR alias pool to a separate struct
Romain Gantois
1
-65
/
+107
2025-04-18
i2c: use client addresses directly in ATR interface
Romain Gantois
3
-55
/
+41
2025-04-18
media: i2c: ds90ub960: Protect alias_use_mask with a mutex
Romain Gantois
1
-0
/
+11
2025-04-18
media: i2c: ds90ub960: Replace aliased clients list with address list
Romain Gantois
1
-9
/
+9
2025-04-18
dt-bindings: misc: Describe TI FPC202 dual port controller
Romain Gantois
2
-0
/
+100
2025-04-16
media: i2c: ds90ub960: Remove of_node assignment
Andy Shevchenko
1
-1
/
+0
2025-04-16
i2c: core: Deprecate of_node in struct i2c_board_info
Andy Shevchenko
1
-1
/
+1
2025-04-16
i2c: core: Do not dereference fwnode in struct device
Andy Shevchenko
2
-10
/
+10
2025-04-16
i2c: core: Reuse fwnode variable where it makes sense
Andy Shevchenko
1
-3
/
+3
2025-04-16
i2c: core: Switch to fwnode APIs to get IRQ
Andy Shevchenko
1
-5
/
+4
2025-04-16
i2c: core: Unify the firmware node type check
Andy Shevchenko
2
-10
/
+17
2025-04-16
i2c: core: Drop duplicate check before calling OF APIs
Andy Shevchenko
1
-11
/
+7
2025-04-13
Linux 6.15-rc2
v6.15-rc2
Linus Torvalds
1
-1
/
+1
2025-04-13
Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-7
/
+9
2025-04-13
Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-43
/
+77
2025-04-13
Merge tag 'fixes-2025-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+20
2025-04-12
ext4: fix off-by-one error in do_split
Artem Sadovnikov
1
-1
/
+1
2025-04-12
ext4: make block validity check resistent to sb bh corruption
Ojaswin Mujoo
2
-6
/
+6
2025-04-12
ext4: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-10
/
+8
2025-04-12
Documentation: ext4: Add fields to ext4_super_block documentation
Tom Vierjahn
1
-6
/
+14
2025-04-12
Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-145
/
+372
2025-04-12
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
11
-76
/
+354
2025-04-12
rv: Fix out-of-bound memory access in rv_is_container_monitor()
Nam Cao
1
-1
/
+6
2025-04-12
ftrace: Do not have print_graph_retval() add a newline
Steven Rostedt
1
-6
/
+5
2025-04-12
Merge tag 'pwm/for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-31
/
+42
2025-04-11
Merge tag 'v6.15-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-111
/
+154
2025-04-11
Merge tag 'pci-v6.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+6
2025-04-11
tracing/selftest: Add test to better test subops filtering of function graph
Steven Rostedt
1
-0
/
+177
2025-04-11
ftrace: Fix accounting of subop hashes
Steven Rostedt
1
-137
/
+177
2025-04-11
ftrace: Properly merge notrace hashes
Andy Chiu
1
-4
/
+4
2025-04-11
PCI: Run quirk_huawei_pcie_sva() before arm_smmu_probe_device()
Zhangfei Gao
1
-6
/
+6
2025-04-11
bpf: Convert ringbuf map to rqspinlock
Kumar Kartikeya Dwivedi
1
-10
/
+7
2025-04-11
Merge tag 'spi-fix-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+2
2025-04-11
Merge tag 'ata-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
2
-3
/
+16
2025-04-11
Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linux
Linus Torvalds
6
-76
/
+73
2025-04-11
Merge tag 'iommu-fixes-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-77
/
+52
2025-04-11
Merge tag 'acpi-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
3
-3
/
+31
2025-04-11
Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
9
-19
/
+210
[next]