index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-snvs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
sched_ext: Provide a sysfs enable_seq counter
Andrea Righi
3
-0
/
+28
2024-09-23
sched_ext: Fix build when !CONFIG_STACKTRACE
Tejun Heo
1
-3
/
+4
2024-09-23
mm: fix build on 32-bit targets without MAX_PHYSMEM_BITS
Linus Torvalds
1
-1
/
+1
2024-09-23
sched, sched_ext: Disable SM_IDLE/rq empty path when scx_enabled()
Pat Somaru
1
-1
/
+2
2024-09-23
sched: Put task_group::idle under CONFIG_GROUP_SCHED_WEIGHT
Yu Liao
1
-4
/
+5
2024-09-23
mfd: atc260x: Convert a bunch of commas to semicolons
Chen Ni
1
-2
/
+2
2024-09-23
dt-bindings: mfd: qcom,tcsr: Add compatible for sa8775p
Mukesh Ojha
1
-0
/
+1
2024-09-23
mfd: intel-lpss: Add Intel Panther Lake LPSS PCI IDs
Ilpo Järvinen
1
-0
/
+26
2024-09-23
mfd: intel-lpss: Add Intel Arrow Lake-H LPSS PCI IDs
Ilpo Järvinen
1
-0
/
+13
2024-09-23
dt-bindings: mfd: syscon: Add rk3576 QoS register compatible
Detlev Casanova
1
-0
/
+2
2024-09-23
dt-bindings: mfd: adp5585: Add parsing of hogs
Haibo Chen
1
-0
/
+7
2024-09-23
mfd: tc3589x: Drop vendorless compatible string from match table
Rob Herring (Arm)
1
-2
/
+0
2024-09-23
mfd: qcom-spmi-pmic: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-4
/
+1
2024-09-23
mfd: max77620: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-3
/
+2
2024-09-23
mfd: intel_soc_pmic_chtwc: Make Lenovo Yoga Tab 3 X90F DMI match less strict
Hans de Goede
1
-1
/
+0
2024-09-23
mfd: cros_ec: Update module description
Tzung-Bi Shih
1
-2
/
+2
2024-09-23
mfd: cros_ec: Simplify and clean-up cros_ec_dev_init()
Tzung-Bi Shih
1
-8
/
+3
2024-09-23
mfd: max14577: Provide MODULE_DEVICE_TABLE() to fix module autoloading
Liao Chen
1
-0
/
+1
2024-09-23
mfd: rk8xx: Add support for rk806 on i2c bus
Detlev Casanova
1
-0
/
+25
2024-09-23
sched: Add dummy version of sched_group_set_idle()
Yu Liao
1
-0
/
+1
2024-09-23
hexagon: vdso: Fix build failure
Guenter Roeck
1
-1
/
+1
2024-09-22
seqcount: replace smp_rmb() in read_seqcount() with load acquire
Christoph Lameter (Ampere)
1
-20
/
+5
2024-09-22
x86: make the masked_user_access_begin() macro use its argument only once
Linus Torvalds
1
-2
/
+3
2024-09-22
perf: Fix topology_sibling_cpumask check warning on ARM
Kan Liang
1
-5
/
+5
2024-09-22
RDMA/bnxt_re: Remove the unused variable en_dev
Jiapeng Chong
1
-2
/
+0
2024-09-21
clk: Switch back to struct platform_driver::remove()
Uwe Kleine-König
201
-201
/
+201
2024-09-21
bcachefs: return err ptr instead of null in read sb clean
Diogo Jahchan Koike
1
-1
/
+1
2024-09-21
bcachefs: Remove duplicated include in backpointers.c
Yang Li
1
-1
/
+0
2024-09-21
bcachefs: Don't drop devices with stripe pointers
Kent Overstreet
4
-9
/
+32
2024-09-21
bcachefs: bch2_ec_stripe_head_get() now checks for change in rw devices
Kent Overstreet
2
-27
/
+60
2024-09-21
bcachefs: bch_fs.rw_devs_change_count
Kent Overstreet
2
-4
/
+9
2024-09-21
bcachefs: bch2_dev_remove_stripes()
Kent Overstreet
4
-3
/
+74
2024-09-21
bcachefs: bch2_trigger_ptr() calculates sectors even when no device
Kent Overstreet
2
-10
/
+21
2024-09-21
bcachefs: improve error messages in bch2_ec_read_extent()
Kent Overstreet
3
-19
/
+23
2024-09-21
bcachefs: improve error message on too few devices for ec
Kent Overstreet
1
-3
/
+16
2024-09-21
bcachefs: improve bch2_new_stripe_to_text()
Kent Overstreet
1
-0
/
+2
2024-09-21
bcachefs: ec_stripe_head.nr_created
Kent Overstreet
2
-2
/
+6
2024-09-21
bcachefs: bch_stripe.disk_label
Kent Overstreet
4
-16
/
+43
2024-09-21
bcachefs: stripe_to_mem()
Kent Overstreet
1
-18
/
+15
2024-09-21
bcachefs: EIO errcode cleanup
Kent Overstreet
5
-27
/
+33
2024-09-21
bcachefs: Rework btree node pinning
Kent Overstreet
7
-75
/
+150
2024-09-21
bcachefs: split up btree cache counters for live, freeable
Kent Overstreet
6
-32
/
+47
2024-09-21
bcachefs: btree cache counters should be size_t
Kent Overstreet
6
-36
/
+37
2024-09-21
bcachefs: Don't count "skipped access bit" as touched in btree cache scan
Kent Overstreet
1
-0
/
+1
2024-09-21
bcachefs: Failed devices no longer require mounting in degraded mode
Kent Overstreet
1
-1
/
+1
2024-09-21
bcachefs: bch2_dev_rcu_noerror()
Kent Overstreet
6
-13
/
+22
2024-09-21
bcachefs: Progress indicator for extents_to_backpointers
Kent Overstreet
1
-6
/
+82
2024-09-21
bcachefs: bch2_opts_to_text()
Kent Overstreet
3
-21
/
+35
2024-09-21
bcachefs: improve "no device to read from" message
Kent Overstreet
1
-1
/
+7
2024-09-21
bcachefs: Fix compilation error for bch2_sb_member_alloc
Hongbo Li
1
-6
/
+10
[next]