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-09-24
Merge branch 'for-next/docs' into for-next/core
Will Deacon
1
-12
/
+2
2025-09-24
Merge branch 'for-next/cpufeature' into for-next/core
Will Deacon
10
-2
/
+25
2025-09-24
Merge branch 'for-next/cca' into for-next/core
Will Deacon
5
-7
/
+39
2025-09-24
Merge branch 'for-next/fixes' into for-next/core
Will Deacon
11
-17
/
+54
2025-09-24
arm64: Kconfig: Make CPU_BIG_ENDIAN depend on BROKEN
Will Deacon
1
-1
/
+1
2025-09-25
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
1
-0
/
+4
2025-09-24
Merge patch series "can: netlink: preparation before introduction of CAN XL s...
Marc Kleine-Budde
6
-270
/
+466
2025-09-24
can: netlink: add userland error messages
Vincent Mailhol
1
-20
/
+62
2025-09-24
can: dev: add can_get_ctrlmode_str()
Vincent Mailhol
2
-0
/
+35
2025-09-24
can: calc_bittiming: make can_calc_tdco() FD agnostic
Vincent Mailhol
3
-7
/
+9
2025-09-24
can: netlink: make can_tdc_fill_info() FD agnostic
Vincent Mailhol
1
-11
/
+24
2025-09-24
can: netlink: add can_bitrate_const_fill_info()
Vincent Mailhol
1
-11
/
+16
2025-09-24
can: netlink: add can_bittiming_const_fill_info()
Vincent Mailhol
1
-7
/
+13
2025-09-24
can: netlink: add can_bittiming_fill_info()
Vincent Mailhol
1
-7
/
+12
2025-09-24
can: netlink: add can_data_bittiming_get_size()
Vincent Mailhol
1
-9
/
+20
2025-09-24
can: netlink: make can_tdc_get_size() FD agnostic
Vincent Mailhol
1
-10
/
+11
2025-09-24
can: netlink: add can_ctrlmode_changelink()
Vincent Mailhol
1
-42
/
+54
2025-09-24
can: netlink: add can_dtb_changelink()
Vincent Mailhol
1
-64
/
+88
2025-09-24
can: netlink: make can_tdc_changelink() FD agnostic
Vincent Mailhol
1
-5
/
+6
2025-09-24
can: netlink: remove useless check in can_tdc_changelink()
Vincent Mailhol
1
-1
/
+1
2025-09-24
can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
Vincent Mailhol
1
-5
/
+4
2025-09-24
can: netlink: add can_validate_databittiming()
Vincent Mailhol
1
-20
/
+44
2025-09-24
can: netlink: add can_validate_tdc()
Vincent Mailhol
2
-34
/
+52
2025-09-24
can: netlink: refactor can_validate_bittiming()
Vincent Mailhol
1
-19
/
+17
2025-09-24
can: netlink: document which symbols are FD specific
Vincent Mailhol
1
-7
/
+7
2025-09-24
can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
Vincent Mailhol
2
-29
/
+29
2025-09-24
can: dev: move struct data_bittiming_params to linux/can/bittiming.h
Vincent Mailhol
2
-11
/
+11
2025-09-24
Merge patch series "can: rework the CAN MTU logic (CAN XL preparation step 2/3)"
Marc Kleine-Budde
8
-31
/
+49
2025-09-24
can: enable CAN XL for virtual CAN devices by default
Vincent Mailhol
2
-2
/
+2
2025-09-24
can: populate the minimum and maximum MTU values
Vincent Mailhol
3
-7
/
+23
2025-09-24
hwmon: (dell-smm) Add support for Dell OptiPlex 7040
Armin Wolf
1
-0
/
+7
2025-09-24
hwmon: (dell-smm) Add support for automatic fan mode
Armin Wolf
3
-34
/
+98
2025-09-24
hwmon: (gpd-fan) complete Kconfig dependencies
Cryolitia PukNgae
1
-1
/
+1
2025-09-24
hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex
Ben Copeland
1
-1
/
+1
2025-09-24
hwmon: (asus-ec-sensors) add ROG STRIX X870E-E GAMING WIFI
Ben Copeland
2
-0
/
+11
2025-09-24
hwmon: (dell-smm) Move clamping of fan speed out of i8k_set_fan()
Armin Wolf
1
-1
/
+3
2025-09-24
hwmon: (dell-smm) Remove Dell Precision 490 custom config data
Armin Wolf
1
-14
/
+0
2025-09-24
hwmon: (asus-ec-sensors) add ROG STRIX X670E-E GAMING WIFI
Shane Fagan
2
-0
/
+10
2025-09-24
hwmon: (gpd-fan) Fix range check for pwm input
Cryolitia PukNgae
1
-1
/
+1
2025-09-24
hwmon: (pmbus/mp5990) add support for MP5998
Cosmo Chou
2
-12
/
+85
2025-09-24
dt-bindings: trivial-devices: add mps,mp5998
Cosmo Chou
1
-0
/
+2
2025-09-24
s390/bitops: Switch to generic ffs() if supported by compiler
Heiko Carstens
2
-0
/
+15
2025-09-24
s390/bitops: Switch to generic fls(), fls64(), etc.
Heiko Carstens
1
-51
/
+5
2025-09-24
s390/mm: Use __GFP_ACCOUNT for user page table allocations
Heiko Carstens
1
-3
/
+10
2025-09-24
asm-generic/io.h: Skip trace helpers if rwmmio events are disabled
Varad Gautam
1
-32
/
+66
2025-09-24
tracing: fprobe: Fix to remove recorded module addresses from filter
Masami Hiramatsu (Google)
1
-3
/
+4
2025-09-24
RDMA/bnxt_re: improve clarity in ALLOC_PAGE handler
Alok Tiwari
1
-1
/
+1
2025-09-24
RDMA/irdma: Remove unused struct irdma_cq fields
Jacob Moroni
2
-9
/
+0
2025-09-24
RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()
Dan Carpenter
1
-2
/
+2
2025-09-24
dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC
SungMin Park
1
-0
/
+2
[prev]
[next]