commit_title stringlengths 13 124 | commit_body stringlengths 0 1.9k | release_summary stringclasses 52
values | changes_summary stringlengths 1 758 | release_affected_domains stringclasses 33
values | release_affected_drivers stringclasses 51
values | domain_of_changes stringlengths 2 571 | language_set stringclasses 983
values | diffstat_files int64 1 300 | diffstat_insertions int64 0 309k | diffstat_deletions int64 0 168k | commit_diff stringlengths 92 23.4M | category stringclasses 108
values | commit_hash stringlengths 34 40 | related_people stringlengths 0 370 | domain stringclasses 21
values | subdomain stringclasses 241
values | leaf_module stringlengths 0 912 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
acpica: iasl: decode subtable type field for viot | for the table disassembler, decode the subtable type field to a descriptive string. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 1 | 0 | --- diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h --- a/include/acpi/actbl3.h +++ b/include/acpi/actbl3.h + acpi_viot_reserved = 0x05 | Power Management | f73b8619aa39580f5f1bcb0b3816a98a17c5e8c2 | bob moore | include | acpi | |
acpica: acpisrc: add missing conversion for viot support | acpica commit 856a96fdf4b51b2b8da17529df0255e6f51f1b5b | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 4 | 4 | --- diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h --- a/include/acpi/actbl3.h +++ b/include/acpi/actbl3.h - acpi_viot_header header; + struct acpi_viot_header header; - acpi_viot_header header; + struct acpi_viot_header header; - acpi_viot_header header; + struct acpi_viot_header header; - acpi_viot_header... | Power Management | e563f6fc9ef4674c083b22d62ca4d93f0cfb1cce | jean philippe brucker | include | acpi | |
acpica: iort: updates for revision e.b | acpica commit 8710a708faed728ea2672b8da842b2e9af1cf5bd | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 20 | 6 | -added an identifier field in the node descriptors to aid table -introduced the reserved memory range(rmr) node. this is used -introduced a flag in the rc node to express support for pri. -added a flag in the rc node to declare support for pasid forward --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h ---... | Power Management | 8e1fdd7f1655c538fb017d0493c80d02cbc8d8d4 | shameer kolothum | include | acpi | |
acpica: update version to 20210331 | acpica commit eb423b7d5440472d0d2115cb81b52b1b7c56d95a | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 1 | 1 | --- diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h -#define acpi_ca_version 0x20210105 +#define acpi_ca_version 0x20210331 | Power Management | c3fbd67b94b0420f33210a8a02fc4c23ec2ea13b | bob moore | include | acpi | |
acpi: pm: add acpi id of alder lake fan | add a new unique fan acpi device id for alder lake to support it in acpi_dev_pm_attach() function. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add acpi id of alder lake fan | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['acpi', 'pm'] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c --- a/drivers/acpi/device_pm.c +++ b/drivers/acpi/device_pm.c + {"intc1048", }, /* fan for alder lake generation */ | Power Management | 2404b8747019184002823dba7d2f0ecf89d802b7 | sumeet pawnikar zhang rui rui zhang intel com | drivers | acpi | |
tools/power turbostat: add tcc offset support | the length of tcc offset bits varies on different platforms. decode tcc offset bits only for the platforms that we have verified. for the others, only show default tcc activation temperature. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add tcc offset support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['tools/power turbostat '] | ['c'] | 1 | 55 | 3 | --- diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c +int tcc_offset_bits; +/* + * tcc_offset_bits: + * 0: tcc offset not supported (default) + * 6: bit 29:24 of msr_platform_info + * 4: bit... | Power Management | 0b9a0b9be991656f125b58a240065cdf72077244 | zhang rui | tools | power | turbostat, x86 |
tools/power turbostat: support "turbostat --hide idle" | as idle, in particular, can have many columns on some machines... make it easy to ignore them all at once. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support "turbostat --hide idle" | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['tools/power turbostat '] | ['8', 'c'] | 2 | 22 | 2 | --- diff --git a/tools/power/x86/turbostat/turbostat.8 b/tools/power/x86/turbostat/turbostat.8 --- a/tools/power/x86/turbostat/turbostat.8 +++ b/tools/power/x86/turbostat/turbostat.8 - b--hide column p do not show the specified built-in columns. may be invoked multiple times, or with a comma-separated list of column na... | Power Management | b60c573dc241ab3a8719e990d86a0011b79eebcb | len brown | tools | power | turbostat, x86 |
tools/power turbostat: support ice lake d | ice lake d is low-end server version of ice lake x, reuse the code accordingly. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ice lake d | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['tools/power turbostat '] | ['c'] | 1 | 1 | 0 | --- diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c + case intel_fam6_icelake_d: | Power Management | 6c5c656006cf314196faea7bd76eebbfa0941cd1 | chen yu wendy wang wendy wang intel com | tools | power | turbostat, x86 |
tools/power turbostat: add built-in-counter for ipc -- instructions per cycle | use linux-perf to access the hardware instructions-retired counter. this is necessary because the counter is not enabled by default, and also the counter is prone to roll-over -- both of which perf manages. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add built-in-counter for ipc -- instructions per cycle | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['tools/power turbostat '] | ['c'] | 1 | 84 | 0 | --- diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c +#include <linux/perf_event.h> +#include <asm/unistd.h> +int *fd_instr_count_percpu; +unsigned int do_ipc; + unsigned long long instr_cou... | Power Management | 2af4f9b8596afbbd7667a18fa71d117bac227dea | len brown | tools | power | turbostat, x86 |
tools/power turbostat: support alder lake mobile | share the code between alder lake mobile and alder lake desktop. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support alder lake mobile | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['tools/power turbostat '] | ['c'] | 1 | 1 | 0 | --- diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c + case intel_fam6_alderlake_l: | Power Management | 5683460b85a8a14c5eec10e363635ad4660eb961 | chen yu | tools | power | turbostat, x86 |
tools/power/x86/intel-speed-select: add options to force online | it is possible that users manually offlined cpus via sysfs interface and then started this utility. in this case we will not be able to get package and die id of the those cpus. so add an option to force online if required for some commands. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add options to force online | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['tools/power/x86/intel-speed-select'] | ['c'] | 1 | 21 | 2 | --- diff --git a/tools/power/x86/intel-speed-select/isst-config.c b/tools/power/x86/intel-speed-select/isst-config.c --- a/tools/power/x86/intel-speed-select/isst-config.c +++ b/tools/power/x86/intel-speed-select/isst-config.c +static void force_all_cpus_online(void) +{ + int i; + + fprintf(stderr, "forcing all cpus on... | Power Management | 0d3dfd75708117cedf0cea200e9c6fa266129fb5 | srinivas pandruvada | tools | power | intel-speed-select, x86 |
thermal/drivers/tsens: don't hardcode sensor slope | function compute_intercept_slope hardcode the sensor slope to slope_default. change this and use the default value only if a slope is not defined. this is needed for tsens ver_0 that has a hardcoded slope table. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['c'] | 1 | 2 | 1 | --- diff --git a/drivers/thermal/qcom/tsens.c b/drivers/thermal/qcom/tsens.c --- a/drivers/thermal/qcom/tsens.c +++ b/drivers/thermal/qcom/tsens.c - priv->sensor[i].slope = slope_default; + if (!priv->sensor[i].slope) + priv->sensor[i].slope = slope_default; | Power Management | 9d51769b2e75bb33c56c8f9ee933eca2d92b375b | ansuel smith thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal/drivers/tsens: convert msm8960 to reg_field | convert msm9860 driver to reg_field to use the init_common function. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['c'] | 1 | 71 | 2 | --- diff --git a/drivers/thermal/qcom/tsens-8960.c b/drivers/thermal/qcom/tsens-8960.c --- a/drivers/thermal/qcom/tsens-8960.c +++ b/drivers/thermal/qcom/tsens-8960.c -#define s0_status_addr 0x3628 +#define s0_status_off 0x3628 +#define s1_status_off 0x362c +#define s2_status_off 0x3630 +#define s3_status_off 0x3634 +#... | Power Management | a0ed1411278db902a043e584c8ed320fe34346b6 | ansuel smith thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal/drivers/tsens: add ver_0 tsens version | ver_0 is used to describe device based on tsens version before v0.1. these device are devices based on msm8960 for example apq8064 or ipq806x. add support for ver_0 in tsens.c and set the right tsens feat in tsens-8960.c file. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['h', 'c'] | 3 | 133 | 30 | --- diff --git a/drivers/thermal/qcom/tsens-8960.c b/drivers/thermal/qcom/tsens-8960.c --- a/drivers/thermal/qcom/tsens-8960.c +++ b/drivers/thermal/qcom/tsens-8960.c +static struct tsens_features tsens_8960_feat = { + .ver_major = ver_0, + .crit_int = 0, + .adc = 1, + .srot_split = 0, + .max_sensors = 11, +}; + + .fea... | Power Management | 53e2a20e4c41683b695145436b34aa4a14bbcd8c | ansuel smith thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal/drivers/tsens: use init_common for msm8960 | use init_common and drop custom init for msm8960. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['c'] | 1 | 1 | 51 | --- diff --git a/drivers/thermal/qcom/tsens-8960.c b/drivers/thermal/qcom/tsens-8960.c --- a/drivers/thermal/qcom/tsens-8960.c +++ b/drivers/thermal/qcom/tsens-8960.c -static int init_8960(struct tsens_priv *priv) -{ - int ret, i; - u32 reg_cntl; - - priv->tm_map = dev_get_regmap(priv->dev, null); - if (!priv->tm_map) ... | Power Management | fdda131f8fbadee2dfc21f0787d11547b42a961e | ansuel smith thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal/drivers/tsens: fix bug in sensor enable for msm8960 | device based on tsens ver_0 contains a hardware bug that results in some problem with sensor enablement. sensor id 6-11 can't be enabled selectively and all of them must be enabled in one step. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['c'] | 1 | 20 | 3 | --- diff --git a/drivers/thermal/qcom/tsens-8960.c b/drivers/thermal/qcom/tsens-8960.c --- a/drivers/thermal/qcom/tsens-8960.c +++ b/drivers/thermal/qcom/tsens-8960.c +#define measure_period bit(18) -#define measure_period 1 - u32 reg, mask; + u32 reg, mask = bit(id); - mask = bit(id + sensor0_shift); + /* hardware bug... | Power Management | 3d08f029fdbbd29c8b363ef4c8c4bfe3b8f79ad0 | ansuel smith thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal/drivers/tsens: replace custom 8960 apis with generic apis | rework calibrate function to use common function. derive the offset from a missing hardcoded slope table and the data from the nvmem calib efuses. drop custom get_temp function and use generic api. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['c'] | 1 | 15 | 41 | --- diff --git a/drivers/thermal/qcom/tsens-8960.c b/drivers/thermal/qcom/tsens-8960.c --- a/drivers/thermal/qcom/tsens-8960.c +++ b/drivers/thermal/qcom/tsens-8960.c +/* original slope - 350 to compensate mc to c inaccuracy */ +static u32 tsens_msm8960_slope[] = { + 826, 826, 804, 826, + 761, 782, 782, 849, + 782, 849... | Power Management | dfc1193d4dbd6c3cb68c944413146c940bde290a | ansuel smith thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal/drivers/tsens: drop unused define for msm8960 | drop unused define for msm8960 replaced by generic api and reg_field. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['c'] | 1 | 1 | 23 | --- diff --git a/drivers/thermal/qcom/tsens-8960.c b/drivers/thermal/qcom/tsens-8960.c --- a/drivers/thermal/qcom/tsens-8960.c +++ b/drivers/thermal/qcom/tsens-8960.c -#define cal_mdegc 30000 - -#define status_cntl_addr_8064 0x3660 -#define sensor0_en bit(3) + -/* int_status_addr bitmasks */ -#define min_status_mask bi... | Power Management | 2ebd0982e6ba69d9f9c02a4a0aab705a5526283e | ansuel smith thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal/drivers/tsens: add support for ipq8064-tsens | add support for tsens present in ipq806x socs based on generic msm8960 tsens driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['c'] | 1 | 3 | 0 | --- diff --git a/drivers/thermal/qcom/tsens.c b/drivers/thermal/qcom/tsens.c --- a/drivers/thermal/qcom/tsens.c +++ b/drivers/thermal/qcom/tsens.c + .compatible = "qcom,ipq8064-tsens", + .data = &data_8960, + }, { | Power Management | 6b3aeafbc12c18036809108e301efe8056249233 | ansuel smith thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
dt-bindings: thermal: tsens: document ipq8064 bindings | document the use of bindings used for msm8960 tsens based devices. msm8960 use the same gcc regs and is set as a child of the qcom gcc. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for ipq8064 tsens | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal '] | ['yaml'] | 1 | 48 | 8 | --- diff --git a/documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/documentation/devicetree/bindings/thermal/qcom-tsens.yaml --- a/documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/documentation/devicetree/bindings/thermal/qcom-tsens.yaml + - description: msm9860 tsens based + items: + - enum: +... | Power Management | 26b2f03d2adf43d0dc9aeeb3fff54dcc9fcdb1f4 | ansuel smith rob herring robh kernel org | documentation | devicetree | bindings, thermal |
thermal/drivers/qcom/tsens-v0_1: add support for mdm9607 | mdm9607 tsens ip is very similar to the one of msm8916, with minor adjustments to various tuning values. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for mdm9607 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal ', 'tsens-v0_1'] | ['h', 'c'] | 3 | 101 | 2 | --- diff --git a/drivers/thermal/qcom/tsens-v0_1.c b/drivers/thermal/qcom/tsens-v0_1.c --- a/drivers/thermal/qcom/tsens-v0_1.c +++ b/drivers/thermal/qcom/tsens-v0_1.c +/* eeprom layout data for mdm9607 */ +#define mdm9607_base0_mask 0x000000ff +#define mdm9607_base1_mask 0x000ff000 +#define mdm9607_base0_shift 0 +#defi... | Power Management | a2149ab815fce21d0d83082818116519e44f87be | konrad dybcio thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal/drivers/intel: introduce tcc cooling driver | on intel processors, the core frequency can be reduced below os request, when the current temperature reaches the tcc (thermal control circuit) activation temperature. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | introduce tcc cooling driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal ', 'intel'] | ['kconfig', 'c', 'makefile'] | 3 | 141 | 0 | --- diff --git a/drivers/thermal/intel/kconfig b/drivers/thermal/intel/kconfig --- a/drivers/thermal/intel/kconfig +++ b/drivers/thermal/intel/kconfig + +config intel_tcc_cooling + tristate "intel tcc offset cooling driver" + depends on x86 + help + enable this to support system cooling by adjusting the effective tcc +... | Power Management | 2eb87d75f980bcc7c2bd370661f8fcc4ec273ea5 | zhang rui | drivers | thermal | intel |
thermal/drivers/qcom/tsens_v1: enable sensor 3 on msm8976 | the sensor *is* in fact used and does report temperature. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | enable sensor 3 on msm8976 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal ', 'qcom/tsens_v1'] | ['c'] | 1 | 2 | 2 | --- diff --git a/drivers/thermal/qcom/tsens-v1.c b/drivers/thermal/qcom/tsens-v1.c --- a/drivers/thermal/qcom/tsens-v1.c +++ b/drivers/thermal/qcom/tsens-v1.c -/* valid for both msm8956 and msm8976. sensor id 3 is unused. */ +/* valid for both msm8956 and msm8976. */ - .hw_ids = (unsigned int[]){0, 1, 2, 4, 5, 6, 7, 8,... | Power Management | 007d81a4519f04fa5ced5e9e28bf70cd753c398d | konrad dybcio thara gopinath thara gopinath linaro org | drivers | thermal | qcom |
thermal: rcar_gen3_thermal: add support for up to five tsc nodes | add support for up to five tsc nodes. the new thcode values are taken from the example in the datasheet. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for up to five tsc nodes | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['thermal ', 'rcar_gen3_thermal'] | ['c'] | 1 | 2 | 1 | --- diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c --- a/drivers/thermal/rcar_gen3_thermal.c +++ b/drivers/thermal/rcar_gen3_thermal.c -#define tsc_max_num 4 +#define tsc_max_num 5 + { 3356, 2724, 2244 }, | Power Management | 7fd49ca05be35a85c424a3ca8df931bd70c34535 | niklas s derlund geert uytterhoeven geert renesas glider be | drivers | thermal | |
ata: ahci_tegra: add ahci support for tegra186 | this patch adds support for ahci-compliant serial ata controller on tegra186 soc. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add ahci support for tegra186 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ata', 'ahci_tegra'] | ['c'] | 1 | 47 | 13 | --- diff --git a/drivers/ata/ahci_tegra.c b/drivers/ata/ahci_tegra.c --- a/drivers/ata/ahci_tegra.c +++ b/drivers/ata/ahci_tegra.c -#define t_sata0_nvoob_comma_cnt_mask (0xff << 16) -#define t_sata0_nvoob_comma_cnt (0x07 << 16) +struct tegra_ahci_regs { + unsigned int nvoob_comma_cnt_mask; + unsigned int nvoob_comma_cn... | Storage | 868ed7311cd81ef2fffa2cd36e72c44f226b0085 | sowjanya komatineni | drivers | ata | |
nvme: add 'kato' sysfs attribute | add a 'kato' controller sysfs attribute to display the current keep-alive timeout value (if any). this allows userspace to identify persistent discovery controllers, as these will have a non-zero kato value. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add 'kato' sysfs attribute | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['nvme '] | ['c'] | 1 | 2 | 0 | --- diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c +nvme_show_int_function(kato); + &dev_attr_kato.attr, | Storage | 74c22990f08c9f922f775939a4ebc814ca2c49eb | hannes reinecke sagi grimberg sagi grimberg me | drivers | nvme | host |
nvme: export fast_io_fail_tmo to sysfs | commit 8c4dfea97f15 ("nvme-fabrics: reject i/o to offline device") introduced fast_io_fail_tmo but didn't export the value to sysfs. the value can be set during the 'nvme connect'. export the timeout value to user space via sysfs to allow runtime configuration. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | export fast_io_fail_tmo to sysfs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['nvme '] | ['c'] | 1 | 31 | 0 | --- diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c +static ssize_t nvme_ctrl_fast_io_fail_tmo_show(struct device *dev, + struct device_attribute *attr, char *buf) +{ + struct nvme_ctrl *ctrl = dev_get_drvdata(dev); + + if (ctrl->opts->fast_... | Storage | 09fbed636382867733c1713c9fe2fa2926dac537 | daniel wagner ewan d milne emilne redhat com sagi grimberg sagi grimberg me himanshu madhani himanshu madhaani oracle com | drivers | nvme | host |
nvme: implement non-mdts command limits | commands that access lba contents without a data transfer between the host historically have not had a spec defined upper limit. the driver set the queue constraints for such commands to the max data transfer size just to be safe, but this artificial constraint frequently limits devices below their capabilities. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | implement non-mdts command limits | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['nvme '] | ['h', 'c'] | 3 | 85 | 34 | --- diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c - if (!(ctrl->oncs & nvme_ctrl_oncs_dsm)) { + if (ctrl->max_discard_sectors == 0) { - blk_queue_max_discard_sectors(queue, uint_max); - blk_queue_max_discard_segments(queue, nvme_dsm_max_ra... | Storage | 5befc7c26e5a98cd49789fb1beb52c62bd472dba | keith busch | drivers | nvme | host |
nvme: introduce generic per-namespace chardev | userspace has not been allowed to i/o to device that's failed to be initialized. this patch introduces generic per-namespace character device to allow userspace to i/o regardless the block device is there or not. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | introduce generic per-namespace chardev | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['nvme '] | ['h', 'c'] | 4 | 180 | 9 | - /dev/ngxny --- diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c +static define_ida(nvme_ns_chr_minor_ida); +static dev_t nvme_ns_chr_devt; +static struct class *nvme_ns_chr_class; + +void nvme_cdev_del(struct cdev *cdev, struct device *cdev... | Storage | 2637baed78010eeaae274feb5b99ce90933fadfb | minwoo im | drivers | nvme | host |
scsi: core: add mq_poll support to scsi layer | currently iopoll support is only available in block layer. this patch adds mq_poll support to the scsi layer. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add mq_poll support to scsi layer | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi '] | ['h', 'c'] | 3 | 28 | 0 | --- diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c + +static int scsi_mq_poll(struct blk_mq_hw_ctx *hctx) +{ + struct request_queue *q = hctx->queue; + struct scsi_device *sdev = q->queuedata; + struct scsi_host *shost = sdev->host; + + if (sho... | Storage | af1830956dc3dca0c87b2d679f7c91a8fe0331e1 | kashyap desai hannes reinecke hare suse de john garry john garry huawei com | drivers | scsi | |
scsi: megaraid_sas: mq_poll support | implement mq_poll interface support in megaraid_sas. this feature requires shared host tag support in kernel and driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | mq_poll support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'megaraid_sas'] | ['h', 'c'] | 4 | 123 | 11 | --- diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h --- a/drivers/scsi/megaraid/megaraid_sas.h +++ b/drivers/scsi/megaraid/megaraid_sas.h + atomic_t in_used; + int iopoll_q_count; +int megasas_blk_mq_poll(struct scsi_host *shost, unsigned int queue_num); diff --git a/drivers/scs... | Storage | 9e4bec5b2a230066a0dc9f79f24b4c1bcb668c5a | kashyap desai | drivers | scsi | megaraid |
scsi: pm80xx: add sysfs attribute to check mpi state | a new sysfs variable 'ctl_mpi_state' is being introduced to check the state of mpi. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add sysfs attribute to check mpi state | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'pm80xx'] | ['c'] | 1 | 31 | 1 | --- diff --git a/drivers/scsi/pm8001/pm8001_ctl.c b/drivers/scsi/pm8001/pm8001_ctl.c --- a/drivers/scsi/pm8001/pm8001_ctl.c +++ b/drivers/scsi/pm8001/pm8001_ctl.c +#include "pm8001_chips.h" - + +/** + * ctl_mpi_state_show - controller mpi state check + * @cdev: pointer to embedded class device + * @buf: the buffer retu... | Storage | 4ddbea1b6f51a2ac07c4b80b3c3f50ea37367828 | vishakha channapattan | drivers | scsi | pm8001 |
scsi: pm80xx: add sysfs attribute to check controller hmi error | a new sysfs variable 'ctl_hmi_error' is being introduced to give the error details if the mpi initialization fails | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add sysfs attribute to check controller hmi error | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'pm80xx'] | ['c'] | 1 | 22 | 0 | --- diff --git a/drivers/scsi/pm8001/pm8001_ctl.c b/drivers/scsi/pm8001/pm8001_ctl.c --- a/drivers/scsi/pm8001/pm8001_ctl.c +++ b/drivers/scsi/pm8001/pm8001_ctl.c +/** + * ctl_hmi_error_show - controller mpi initialization fails + * @cdev: pointer to embedded class device + * @buf: the buffer returned + * + * a sysfs '... | Storage | a4c55e16c50022825966864cf1f08b9efa3ebb86 | vishakha channapattan | drivers | scsi | pm8001 |
scsi: pm80xx: add sysfs attribute to track raae count | a new sysfs variable 'ctl_raae_count' is being introduced that tells if the controller is alive by indicating controller ticks. if on subsequent run we see the ticks changing in raae count that indicates that controller is not dead. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add sysfs attribute to track raae count | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'pm80xx'] | ['c'] | 1 | 22 | 0 | --- diff --git a/drivers/scsi/pm8001/pm8001_ctl.c b/drivers/scsi/pm8001/pm8001_ctl.c --- a/drivers/scsi/pm8001/pm8001_ctl.c +++ b/drivers/scsi/pm8001/pm8001_ctl.c +/** + * ctl_raae_count_show - controller raae count check + * @cdev: pointer to embedded class device + * @buf: the buffer returned + * + * a sysfs 'read-on... | Storage | dd49ded8aa432e2877e8b8bafcc00898c20ca381 | vishakha channapattan | drivers | scsi | pm8001 |
scsi: pm80xx: add sysfs attribute to track iop0 count | a new sysfs variable 'ctl_iop0_count' is being introduced that tells if the controller is alive by indicating controller ticks. if on subsequent run we see the ticks changing that indicates that controller is not dead. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add sysfs attribute to track iop0 count | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'pm80xx'] | ['c'] | 1 | 22 | 0 | --- diff --git a/drivers/scsi/pm8001/pm8001_ctl.c b/drivers/scsi/pm8001/pm8001_ctl.c --- a/drivers/scsi/pm8001/pm8001_ctl.c +++ b/drivers/scsi/pm8001/pm8001_ctl.c +/** + * ctl_iop0_count_show - controller iop0 count check + * @cdev: pointer to embedded class device + * @buf: the buffer returned + * + * a sysfs 'read-on... | Storage | 0602624ace23afddb92ec842fc602df04fad97c0 | vishakha channapattan | drivers | scsi | pm8001 |
scsi: pm80xx: add sysfs attribute to track iop1 count | a new sysfs variable 'ctl_iop1_count' is being introduced that tells if the controller is alive by indicating controller ticks. if on subsequent run we see the ticks changing that indicates that controller is not dead. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add sysfs attribute to track iop1 count | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'pm80xx'] | ['c'] | 1 | 23 | 0 | --- diff --git a/drivers/scsi/pm8001/pm8001_ctl.c b/drivers/scsi/pm8001/pm8001_ctl.c --- a/drivers/scsi/pm8001/pm8001_ctl.c +++ b/drivers/scsi/pm8001/pm8001_ctl.c +/** + * ctl_iop1_count_show - controller iop1 count check + * @cdev: pointer to embedded class device + * @buf: the buffer returned + * + * a sysfs 'read-on... | Storage | b0c306e6216749378ce43f2c5ac4f17bb5ba35ff | vishakha channapattan | drivers | scsi | pm8001 |
scsi: qedf: enable devlink support | devlink instance lifetime was linked to qed_dev object. that caused devlink to be recreated on each recovery. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | enable devlink support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'qedf'] | ['h', 'c'] | 2 | 14 | 0 | --- diff --git a/drivers/scsi/qedf/qedf.h b/drivers/scsi/qedf/qedf.h --- a/drivers/scsi/qedf/qedf.h +++ b/drivers/scsi/qedf/qedf.h + struct devlink *devlink; diff --git a/drivers/scsi/qedf/qedf_main.c b/drivers/scsi/qedf/qedf_main.c --- a/drivers/scsi/qedf/qedf_main.c +++ b/drivers/scsi/qedf/qedf_main.c + if (mode != q... | Storage | 4aab946f789ed7c2e44481f395ab2eab0b63824a | javed hasan | drivers | scsi | qedf |
scsi: qla2xxx: add marginal path handling support | add support for eh_should_retry_cmd callback in qla2xxx host template. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add marginal path handling support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'qla2xxx'] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c + .eh_should_retry_cmd = fc_eh_should_retry_cmd, | Storage | 000e68faefe6240ea2e4c98b606c594b20974fb7 | bikash hazarika himanshu madhani himanshu madhani oracle com | drivers | scsi | qla2xxx |
scsi: scsi_debug: mq_poll support | add support of the mq_poll interface to scsi_debug. this feature requires shared host tag support in kernel and driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | mq_poll support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'scsi_debug'] | ['c'] | 1 | 130 | 0 | --- diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c --- a/drivers/scsi/scsi_debug.c +++ b/drivers/scsi/scsi_debug.c +static int poll_queues; /* iouring iopoll interface.*/ + + /* do not complete io from default completion path. + * let it to be on queue. + * completion should happen from mq_poll inte... | Storage | c4b57d89bad8282c9f461e6b3308df160c50ff8e | kashyap desai douglas gilbert dgilbert interlog com hannes reinecke hare suse de douglas gilbert dgilbert interlog com | drivers | scsi | |
scsi: smartpqi: add new pci ids | add support for newer hardware. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add new pci ids | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'smartpqi'] | ['c'] | 1 | 156 | 0 | --- diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c --- a/drivers/scsi/smartpqi/smartpqi_init.c +++ b/drivers/scsi/smartpqi/smartpqi_init.c + { + pci_device_sub(pci_vendor_id_adaptec2, 0x028f, + 0x193d, 0x8460) + }, + { + pci_device_sub(pci_vendor_id_adaptec2, 0x028f, + 0x1bd4... | Storage | 75fbeacca3ad30835e903002dba98dd909b4dfff | kevin barnett martin wilck mwilck suse com scott benesh scott benesh microchip com scott teel scott teel microchip com | drivers | scsi | smartpqi |
scsi: smartpqi: add stream detection | enhance performance by adding sequential stream detection for raid5/raid6 sequential write requests. reduce stripe lock contention with full-stripe write operations. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add stream detection | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'smartpqi'] | ['h', 'c'] | 2 | 90 | 6 | --- diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h +#define num_streams_per_lun 8 + +struct pqi_stream_data { + u64 next_lba; + u32 last_accessed; +}; + + struct pqi_stream_data stream_data[num_streams_per_lu... | Storage | c7ffedb3a774a835450a518566639254534e72c4 | don brace | drivers | scsi | smartpqi |
scsi: smartpqi: add support for bmic sense feature cmd and feature bits | determine support for supported features from bmic sense feature command instead of config table. enable features such as: raid 1/5/6 write support, sata wwid, and encryption. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for bmic sense feature cmd and feature bits | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'smartpqi'] | ['h', 'c'] | 2 | 388 | 19 | --- diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h +#define pqi_default_max_write_raid_5_6 (8 * 1024u) +#define pqi_default_max_transfer_encrypted_sas_sata (~0u) +#define pqi_default_max_transfer_encrypted_nv... | Storage | f6cc2a774aa7f5469f381b52804bb244d4f8f4d7 | kevin barnett scott teel scott teel microchip com mike mcgowen mike mcgowen microchip com scott benesh scott benesh microchip com | drivers | scsi | smartpqi |
scsi: smartpqi: add support for raid1 writes | add raid1 write iu and implement raid1 write support. change brand names adm/adg to triple/raid-6. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for raid1 writes | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'smartpqi'] | ['h', 'c'] | 2 | 183 | 82 | --- diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h +#define pqi_raid1_nvme_xfer_limit (32 * 1024) /* 32 kib */ +struct pqi_aio_r1_path_request { + struct pqi_iu_header header; + __le16 request_id; + __le16 vo... | Storage | 7a012c23c7a7d9cdc7b6db0e8837f8a413dbe436 | don brace scott benesh scott benesh microchip com scott teel scott teel microchip com kevin barnett kevin barnett microchip com | drivers | scsi | smartpqi |
scsi: smartpqi: add support for raid5 and raid6 writes | add in new iu definition and implement support for raid5 and raid6 writes. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for raid5 and raid6 writes | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'smartpqi'] | ['h', 'c'] | 2 | 268 | 6 | --- diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h +#define pqi_max_embedded_r56_sg_descriptors 3 +struct pqi_aio_r56_path_request { + struct pqi_iu_header header; + __le16 request_id; + __le16 volume_id; /* ... | Storage | 6702d2c40f31b200d90614d1b0a841f14ba22ee0 | don brace scott benesh scott benesh microchip com mike mcgowen mike mcgowen microchip com scott teel scott teel microchip com kevin barnett kevin barnett microchip com | drivers | scsi | smartpqi |
scsi: smartpqi: add support for long firmware version | add support for new "long" firmware version which requires minor driver changes to expose. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for long firmware version | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'smartpqi'] | ['h', 'c'] | 2 | 39 | 12 | --- diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h - char firmware_version[11]; + char firmware_version[32]; - u8 firmware_version[4]; + u8 firmware_version_short[4]; - u8 reserved3[68]; + u8 reserved3[62]; +... | Storage | 598bef8d79421117b49642ef2b7cb65a73e186c1 | kevin barnett scott benesh scott benesh microchip com mike mcgowen mike mcgowen microchip com scott teel scott teel microchip com | drivers | scsi | smartpqi |
scsi: smartpqi: add support for new product ids | add support for newer hardware by adding in a product identifier. this identifier can then be used to check for the hardware generation. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for new product ids | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'smartpqi'] | ['h', 'c'] | 4 | 23 | 1 | --- diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h - u8 reserved5[0xbc - (0xb0 + sizeof(__le32))]; + __le32 sis_product_identifier; /* b4h */ + u8 reserved5[0xbc - (0xb4 + sizeof(__le32))]; + +#define pqi_ctr... | Storage | 2708a25643abaf24b7edb553afd09a1eb5d4081f | kevin barnett scott benesh scott benesh microchip com mike mcgowen mike mcgowen microchip com scott teel scott teel microchip com martin wilck mwilck suse com | drivers | scsi | smartpqi |
scsi: smartpqi: add support for wwid | wwid has been added to report physical luns in newer controller firmware. the presence of this field is detected by a feature bit. add detection of this new feature and store the wwid when set. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for wwid | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'smartpqi'] | ['h', 'c'] | 2 | 27 | 2 | --- diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h -#define pqi_firmware_feature_maximum 15 +#define pqi_firmware_feature_unique_wwid_in_report_phys_lun 16 +#define pqi_firmware_feature_maximum 16 + u8 page_8... | Storage | 7a84a821f194bb1e509219c80efcbff2b4d47e45 | kevin barnett scott benesh scott benesh microchip com mike mcgowen mike mcgowen microchip com scott teel scott teel microchip com | drivers | scsi | smartpqi |
scsi: storvsc: parameterize number hardware queues | add ability to set the number of hardware queues with new module parameter, storvsc_max_hw_queues. the default value remains the number of cpus. this functionality is useful in some environments (e.g. microsoft azure) where decreasing the number of hardware queues has been shown to improve performance. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | parameterize number hardware queues | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'storvsc'] | ['c'] | 1 | 16 | 2 | --- diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c --- a/drivers/scsi/storvsc_drv.c +++ b/drivers/scsi/storvsc_drv.c +static unsigned int storvsc_max_hw_queues; +module_param(storvsc_max_hw_queues, uint, 0644); +module_parm_desc(storvsc_max_hw_queues, "maximum number of hardware queues"); + + int ... | Storage | a81a38cc6ddaf128c7ca9e3fffff21c243f33c97 | melanie plageman microsoft michael kelley mikelley microsoft com | drivers | scsi | |
scsi: target: tcmu: support data_block_size = n * page_size | change tcmu to support data_block_size being a multiple of page_size. there are two reasons why one would like to have a bigger data_block_size: | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support data_block_size = n * page_size | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'target', 'tcmu'] | ['c'] | 1 | 116 | 89 | --- diff --git a/drivers/target/target_core_user.c b/drivers/target/target_core_user.c --- a/drivers/target/target_core_user.c +++ b/drivers/target/target_core_user.c - * for data area, the block size is page_size and - * the total size is 256k * page_size. + * for data area, the default block size is page_size and + *... | Storage | f5ce815f34bc97b92f5605eced806f1d32e1d602 | bodo stroesser | drivers | target | |
scsi: ufs: ufs-debugfs: add user-defined exception event rate limiting | an enabled user-specified exception event that does not clear quickly will repeatedly cause the handler to run. that could unduly disturb the driver behaviour being tested or debugged. to prevent that add debugfs file exception_event_rate_limit_ms. when a exception event happens, it is disabled, and then after a period... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add user-defined exception event rate limiting | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'ufs', 'ufs-debugfs'] | ['h', 'c'] | 4 | 53 | 2 | --- diff --git a/drivers/scsi/ufs/ufs-debugfs.c b/drivers/scsi/ufs/ufs-debugfs.c --- a/drivers/scsi/ufs/ufs-debugfs.c +++ b/drivers/scsi/ufs/ufs-debugfs.c +void ufs_debugfs_exception_event(struct ufs_hba *hba, u16 status) +{ + bool chgd = false; + u16 ee_ctrl_mask; + int err = 0; + + if (!hba->debugfs_ee_rate_limit_ms ... | Storage | 7deedfdaeccfec5a9c41dbb83f1725cf11e3ff39 | adrian hunter | drivers | scsi | ufs |
scsi: ufs: ufs-debugfs: add user-defined exception_event_mask | allow users to enable specific exception events via debugfs. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add user-defined exception_event_mask | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'ufs', 'ufs-debugfs'] | ['h', 'c'] | 3 | 120 | 34 | --- diff --git a/drivers/scsi/ufs/ufs-debugfs.c b/drivers/scsi/ufs/ufs-debugfs.c --- a/drivers/scsi/ufs/ufs-debugfs.c +++ b/drivers/scsi/ufs/ufs-debugfs.c +static int ee_usr_mask_get(void *data, u64 *val) +{ + struct ufs_hba *hba = data; + + *val = hba->ee_usr_mask; + return 0; +} + +static int ufs_debugfs_get_user_acc... | Storage | cd4694756188dcca0f631e60da26053be1ffdc91 | adrian hunter | drivers | scsi | ufs |
scsi: ufs: ufs-pci: add support for intel lkf | add pci id and callbacks to support intel lkf. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for intel lkf | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['scsi ', 'ufs', 'ufs-pci'] | ['c'] | 1 | 169 | 0 | --- diff --git a/drivers/scsi/ufs/ufshcd-pci.c b/drivers/scsi/ufs/ufshcd-pci.c --- a/drivers/scsi/ufs/ufshcd-pci.c +++ b/drivers/scsi/ufs/ufshcd-pci.c +#include <linux/uuid.h> +#include <linux/acpi.h> +#include <linux/gpio/consumer.h> + +struct ufs_host { + void (*late_init)(struct ufs_hba *hba); +}; + +enum { + intel_... | Storage | b2c57925df1ffc9c930629a39c1680035f735ffb | adrian hunter | drivers | scsi | ufs |
buslogic: remove isa support | the isa support in buslogic has been broken for a long time, as all the i/o path expects a struct device for dma mapping that is derived from the pci device, which would simply crash for isa adapters. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | remove isa support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['buslogic'] | ['kconfig', 'h', 'c', 'rst'] | 4 | 7 | 215 | --- diff --git a/documentation/scsi/buslogic.rst b/documentation/scsi/buslogic.rst --- a/documentation/scsi/buslogic.rst +++ b/documentation/scsi/buslogic.rst -bt-545c isa fast scsi-2 -bt-540cf isa fast scsi-2 -bt-545s isa fast scsi-2 -bt-542d isa differential fast scsi-2 -bt-542b isa scsi-2 (542b revision h) -bt-542b ... | Storage | 8cad3b66bff4ee7c7d52b9a663cb6a2c5f66a7f7 | christoph hellwig martin k petersen martin petersen oracle com khalid aziz khalid gonehiking org hannes reinecke hare suse de | drivers | scsi | |
advansys: remove isa support | this is the last piece in the kernel requiring the block layer isa bounce buffering, and it does not actually look used. so remove it to see if anyone screams, in which case we'll need to find a solution to fix it back up. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | remove isa support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['advansys'] | ['c'] | 1 | 32 | 289 | --- diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c --- a/drivers/scsi/advansys.c +++ b/drivers/scsi/advansys.c -#define asc_is_isa (0x0001) -#define asc_is_isapnp (0x0081) -#define asc_chip_min_ver_isa (0x11) -#define asc_chip_min_ver_isa_pnp (0x21) -#define asc_chip_max_ver_isa (0x27) -#define asc_chip... | Storage | 9b4c8eaa68d0ce85be4ae06cbbd158c53f66fe4f | christoph hellwig martin k petersen martin petersen oracle com matthew wilcox oracle willy infradead org hannes reinecke hare suse de | drivers | scsi | |
staging: comedi: move out of staging directory | the comedi code came into the kernel back in 2008, but traces its lifetime to much much earlier. it's been polished and buffed and there's really nothing preventing it from being part of the "real" portion of the kernel. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | finally move out of staging directory | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['comedi'] | ['c', 'h', 'kconfig', 'todo', 'py', 'gitignore', 'maintainers', 'readme', 'makefile'] | 220 | 9 | 9 | --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +comedi drivers +m: ian abbott <abbotti@mev.co.uk> +m: h hartley sweeten <hsweeten@visionengravers.com> +s: odd fixes +f: drivers/comedi/ + -staging - comedi -m: ian abbott <abbotti@mev.co.uk> -m: h hartley sweeten <hsweeten@visionengravers.... | Drivers in the Staging area | 8ffdff6a8cfbdc174a3a390b6f825a277b5bb895 | greg kroah hartman | drivers | drivers, kcomedilib, ni_device_routes, ni_route_values, ni_routing, tests, tools | |
media: imx: imx7_media-csi: add support for additional bayer patterns | the csi driver only supports the bggr bayer patterns currently. the hardware supports all patterns (the only pattern-dependent hardware operation is statistics calculation, as de-bayering isn't supported), enable them in the driver too. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for additional bayer patterns | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['media', 'imx', 'imx7_media-csi'] | ['c'] | 1 | 12 | 0 | --- diff --git a/drivers/staging/media/imx/imx7-media-csi.c b/drivers/staging/media/imx/imx7-media-csi.c --- a/drivers/staging/media/imx/imx7-media-csi.c +++ b/drivers/staging/media/imx/imx7-media-csi.c + case v4l2_pix_fmt_sgbrg8: + case v4l2_pix_fmt_sgrbg8: + case v4l2_pix_fmt_srggb8: + case v4l2_pix_fmt_sgbrg16: + ca... | Drivers in the Staging area | 42849cf0869fc8df5fa7c9cfdbd7dceb59d0f93a | laurent pinchart rui miguel silva rmfrfs gmail com | drivers | staging | imx, media |
staging: dpaa2-switch: add .ndo_start_xmit() callback | implement the .ndo_start_xmit() callback for the switch port interfaces. for each of the switch ports, gather the corresponding queue destination id (qdid) necessary for tx enqueueing. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add .ndo_start_xmit() callback | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['dpaa2-switch'] | ['h', 'c'] | 5 | 245 | 16 | --- diff --git a/drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h b/drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h --- a/drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h +++ b/drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h +#define dpsw_cmdid_if_get_attr dpsw_cmd_id(0x042) + +#define dpsw_admit_untagged_shift 0 +#define dpsw_admit_untagge... | Drivers in the Staging area | 7fd94d86b7f4a7f71223bdc1348b897411f2224b | ioana ciornei | drivers | staging | ethsw, fsl-dpaa2 |
staging:iio:cdc:ad7150: add sampling_frequency support | device uses a fixed sampling frequency. let us expose it to userspace. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add sampling_frequency support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['iio:cdc:ad7150'] | ['c'] | 1 | 6 | 0 | --- diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c --- a/drivers/staging/iio/cdc/ad7150.c +++ b/drivers/staging/iio/cdc/ad7150.c + return iio_val_int; + case iio_chan_info_samp_freq: + /* strangely same for both 1 and 2 chan parts */ + *val = 100; + .info_mask_shared_by_all = bit(iio_c... | Drivers in the Staging area | d5723c679bb81123f9c038392ba2d4aab928ba32 | jonathan cameron alexandru ardelean alexandru ardelean analog com | drivers | staging | cdc, iio |
drivers: most: add alsa sound driver | this patch moves the alsa sound driver out of the staging area and adds it to the stable part of the most driver. modifications to the makefiles and kconfigs are done accordingly to not break the build. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add alsa sound driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['most'] | ['kconfig', 'c', 'makefile'] | 7 | 11 | 21 | --- diff --git a/drivers/most/kconfig b/drivers/most/kconfig --- a/drivers/most/kconfig +++ b/drivers/most/kconfig + +config most_snd + tristate "sound" + depends on snd + select snd_pcm + help + say y here if you want to commumicate via alsa/sound devices. + + to compile this driver as a module, choose m here: the + m... | Drivers in the Staging area | 13b41b5783068d01c259940975a2ab393b5acec5 | christian gromm | drivers | staging | most, sound |
staging: clocking-wizard: add support for fractional support | currently the set rate granularity is to integral divisors. add support for the fractional divisors. only the first output0 is fractional in the hardware. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for fractional support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['clocking-wizard'] | ['c'] | 1 | 137 | 16 | --- diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c --- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c +++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c +#define wzrd_clkfbout_frac_shift 16 +#define wzrd_clkfbout_frac_... | Drivers in the Staging area | 91d695d71841ab4ed7d26e27ee194aed03328095 | shubhrajyoti datta | drivers | staging | clocking-wizard |
staging: clocking-wizard: add support for dynamic reconfiguration | the patch adds support for dynamic reconfiguration of clock output rate. output clocks are registered as dividers and set rate callback function is used for dynamic reconfiguration. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for dynamic reconfiguration | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['clocking-wizard'] | ['c'] | 1 | 173 | 5 | --- diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c --- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c +++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c +#include <linux/iopoll.h> +#define wzrd_clkout_divide_width 8 +#... | Drivers in the Staging area | 5a853722eb32188647a541802d51d0db423b9baf | shubhrajyoti datta | drivers | staging | clocking-wizard |
staging: wimax: delete from the tree. | as stated in f54ec58fee83 ("wimax: move out to staging"), the wimax code is dead with no known users. it has stayed in staging for 5 months, with no one willing to take up the codebase for maintance and support, so let's just remove it entirely for now. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | delete from the tree | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['wimax'] | ['c', 'h', 'kconfig', 'todo', 'rst', 'makefile'] | 41 | 0 | 15,265 | --- diff --git a/drivers/staging/kconfig b/drivers/staging/kconfig --- a/drivers/staging/kconfig +++ b/drivers/staging/kconfig -source "drivers/staging/wimax/kconfig" - diff --git a/drivers/staging/makefile b/drivers/staging/makefile --- a/drivers/staging/makefile +++ b/drivers/staging/makefile -obj-$(config_wimax) += ... | Drivers in the Staging area | 18507b8f63101949f4a931fc904c37ea10407f7c | greg kroah hartman | drivers | staging | documentation, i2400m, wimax |
staging: gasket: remove it from the kernel | as none of the proposed things that need to be changed in the gasket drivers have ever been done, and there has not been any forward progress to get this out of staging, it seems totally abandonded so remove the code entirely so that people do not spend their time doing tiny cleanups for code that will never get out of... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | remove it from the kernel | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['gasket'] | ['c', 'h', 'kconfig', 'todo', 'maintainers', 'makefile'] | 20 | 0 | 6,648 | --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers -gasket driver framework -m: rob springer <rspringer@google.com> -m: todd poynor <toddpoynor@google.com> -m: ben chan <benchan@chromium.org> -m: richard yeh <rcy@google.com> -s: maintained -f: drivers/staging/gasket/ - diff --git a/drivers/s... | Drivers in the Staging area | 918ce05bbe52df43849a803010b4d2bcd31ea69c | greg kroah hartman | drivers | staging | gasket |
xsysace: remove sysace driver | sysace ip is no longer used on xilinx powerpc 405/440 and microblaze systems. the driver is not regularly tested and very likely not working for quite a long time that's why remove it. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | remove sysace driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['xsysace'] | ['c', 'dts', 'kconfig', 'icon_defconfig', 'maintainers', 'makefile'] | 7 | 0 | 1,297 | --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers -f: drivers/block/xsysace.c diff --git a/arch/microblaze/boot/dts/system.dts b/arch/microblaze/boot/dts/system.dts --- a/arch/microblaze/boot/dts/system.dts +++ b/arch/microblaze/boot/dts/system.dts - sysace_compactflash: sysace@83600000 { -... | Drivers in the Staging area | 2907f851f64a2f1ec5d75e60740e0819a660c5c0 | michal simek | arch | powerpc | 44x, boot, configs, dts |
drivers/block: remove the umem driver | this removes the driver on the premise that it has been unused for a long time. this is a better approach compared to changing untestable code nobody cares about in the first place. similarly, the umem.com website now shows a mere godaddy parking add. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | remove the umem driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['block'] | ['malta_kvm_defconfig', 'c', 'h', 'kconfig', 'maltaup_xpa_defconfig', 'malta_defconfig', 'makefile'] | 7 | 0 | 1,283 | --- diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig --- a/arch/mips/configs/malta_defconfig +++ b/arch/mips/configs/malta_defconfig -config_blk_dev_umem=m diff --git a/arch/mips/configs/malta_kvm_defconfig b/arch/mips/configs/malta_kvm_defconfig --- a/arch/mips/configs/malta_kvm_defco... | Drivers in the Staging area | 14d97622448acbea0348be62f62e25d9a361e16b | davidlohr bueso neilbrown neilb suse de christoph hellwig hch infradead org | drivers | block | configs |
net: dsa: check tx timestamp request in core driver | check tx timestamp request in core driver at very beginning of dsa_skb_tx_timestamp(), so that most skbs not requiring tx timestamp just return. and drop such checking in device drivers. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ocelot ptp sync one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['c'] | 4 | 4 | 9 | --- diff --git a/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c b/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c --- a/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c +++ b/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c - /* check if the driver is expected to do hw timestamping */ - if (!(skb_shinfo(clone)->tx_flags... | Networking | cfd12c06cdceac094aab3f097cce24c279bfd43b | yangbo lu richard cochran richardcochran gmail com florian fainelli f fainelli gmail com kurt kanzenbach kurt linutronix de | drivers | net | dsa, hirschmann, mv88e6xxx, ocelot |
net: dsa: no longer identify ptp packet in core driver | move ptp_classify_raw out of dsa core driver for handling tx timestamp request. let device drivers do this if they want. not all drivers want to limit tx timestamping for only ptp packet. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ocelot ptp sync one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h', 'c'] | 9 | 21 | 21 | --- diff --git a/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c b/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c --- a/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c +++ b/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c - struct sk_buff *clone, unsigned int type) + struct sk_buff *clone) + unsigned int type; + type ... | Networking | cf536ea3c7eefb26082836eb7f930b293dd38345 | yangbo lu richard cochran richardcochran gmail com kurt kanzenbach kurt linutronix de | drivers | net | dsa, hirschmann, mv88e6xxx, ocelot, sja1105 |
net: dsa: no longer clone skb in core driver | it was a waste to clone skb directly in dsa_skb_tx_timestamp(). for one-step timestamping, a clone was not needed. for any failure of port_txtstamp (this may usually happen), the skb clone had to be freed. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ocelot ptp sync one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h', 'c'] | 9 | 57 | 49 | --- diff --git a/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c b/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c --- a/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c +++ b/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c -bool hellcreek_port_txtstamp(struct dsa_switch *ds, int port, - struct sk_buff *clone) +void hel... | Networking | 5c5416f5d4c75fe6aba56f6c2c45a070b5e7cc78 | yangbo lu | drivers | net | dsa, hirschmann, mv88e6xxx, ocelot, sja1105 |
net: dsa: free skb->cb usage in core driver | free skb->cb usage in core driver and let device drivers decide to use or not. the reason having a dsa_skb_cb(skb)->clone was because dsa_skb_tx_timestamp() which may set the clone pointer was called before p->xmit() which would use the clone if any, and the device driver has no way to initialize the clone pointer. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ocelot ptp sync one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h', 'c'] | 11 | 27 | 32 | --- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c - dsa_skb_cb(skb)->clone = clone; + ocelot_skb_cb(skb)->clone = clone; diff --git a/drivers/net/dsa/sja1105/sja1105_main.c b/drivers/net/dsa/sja1105/sja1105_main.c -... | Networking | c4b364ce1270d689ee5010001344b8eae3685f32 | yangbo lu | drivers | net | dsa, ethernet, mscc, ocelot, sja1105 |
docs: networking: timestamping: update for dsa switches | update timestamping doc for dsa switches to describe current implementation accurately. on tx, the skb cloning is no longer in dsa generic code. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ocelot ptp sync one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['rst'] | 1 | 39 | 24 | --- diff --git a/documentation/networking/timestamping.rst b/documentation/networking/timestamping.rst --- a/documentation/networking/timestamping.rst +++ b/documentation/networking/timestamping.rst -in code, dsa provides for most of the infrastructure for timestamping already, -in generic code: a bpf classifier (''ptp... | Networking | d150946ed878d566ac55003b4722621bb55d9ac2 | yangbo lu richard cochran richardcochran gmail com | documentation | networking | |
net: mscc: ocelot: convert to ocelot_port_txtstamp_request() | convert to a common ocelot_port_txtstamp_request() for tx timestamp request handling. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ocelot ptp sync one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h', 'c'] | 4 | 38 | 24 | --- diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c - struct ocelot_port *ocelot_port = ocelot->ports[port]; - struct sk_buff *clone; + struct sk_buff *clone = null; - if (ocelot->ptp && ocelot_port->ptp_cmd == ifh_re... | Networking | 682eaad93e8cfaaa439af39861ab8610eae5ff33 | yangbo lu richard cochran richardcochran gmail com vladimir oltean vladimir oltean nxp com | include | soc | dsa, ethernet, mscc, ocelot |
net: mscc: ocelot: support ptp sync one-step timestamping | although hwtstamp_tx_onestep_sync existed in ioctl for hardware timestamp configuration, the ptp sync one-step timestamping had never been supported. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ocelot ptp sync one-step timestamping | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['kconfig', 'h', 'c'] | 6 | 81 | 58 | - ocelot_port_txtstamp_request() - ocelot_ptp_rew_op() --- diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c --- a/drivers/net/ethernet/mscc/ocelot.c +++ b/drivers/net/ethernet/mscc/ocelot.c +#include <linux/ptp_classify.h> +u32 ocelot_ptp_rew_op(struct sk_buff *skb) +{ + struct sk_bu... | Networking | 39e5308b3250666cc92c5ca33a667698ac645bd2 | yangbo lu | include | soc | ethernet, mscc |
net: mana: add a driver for microsoft azure network adapter (mana) | add a vf driver for microsoft azure network adapter (mana) that will be available in the future. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add a driver for microsoft azure network adapter (mana) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['mana'] | ['c', 'h', 'kconfig', 'maintainers', 'makefile'] | 15 | 6,156 | 1 | --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers -hyper-v core and drivers +hyper-v/azure core and drivers +m: dexuan cui <decui@microsoft.com> +f: drivers/net/ethernet/microsoft/ diff --git a/drivers/net/ethernet/kconfig b/drivers/net/ethernet/kconfig --- a/drivers/net/ethernet/kconfig ++... | Networking | ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f | dexuan cui stephen hemminger stephen networkplumber org | drivers | net | ethernet, mana, microsoft |
bluetooth: add a new usb id for rtl8822ce | some models of the rtl8822ce utilize a different usb id. add this new one to the bluetooth driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add a new usb id for rtl8822ce | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['bluetooth'] | ['c'] | 1 | 2 | 0 | --- diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c + { usb_device(0x0bda, 0xc822), .driver_info = btusb_realtek | + btusb_wideband_speech }, | Networking | 4d96d3b0efee6416ef0d61b76aaac6f4a2e15b12 | larry finger | drivers | bluetooth | |
bluetooth: btusb: support 0cb5:c547 realtek 8822ce device | some xiaomi redmibook laptop models use the 0cb5:c547 usb identifier for their bluetooth device, so load the appropriate firmware for realtek 8822ce. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support 0cb5:c547 realtek 8822ce device | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['bluetooth', 'btusb'] | ['c'] | 1 | 2 | 0 | -device(0cb5:c547) from /sys/kernel/debug/usb/devices --- diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c + { usb_device(0x0cb5, 0xc547), .driver_info = btusb_realtek | + btusb_wideband_speech }, | Networking | 3edc5782fb64c97946f4f321141cb4f46c9da825 | rasmus moorats | drivers | bluetooth | |
fddi: defxx: implement dynamic csr i/o address space selection | recent versions of the pci express specification have deprecated support for i/o transactions and actually some pcie host bridges, such as power systems host bridge 4 (phb4), do not implement them. conversely a defea adapter can have its mmio decoding disabled with ecu (eisa configuration utility) and therefore not ava... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | implement dynamic csr i/o address space selection | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['fddi', 'defxx'] | ['h', 'kconfig', 'c'] | 3 | 25 | 57 | --- diff --git a/drivers/net/fddi/kconfig b/drivers/net/fddi/kconfig --- a/drivers/net/fddi/kconfig +++ b/drivers/net/fddi/kconfig -config defxx_mmio - bool - prompt "use mmio instead of iop" if pci || eisa - depends on defxx - default n if eisa - default y - help - this instructs the driver to use eisa or pci memory-m... | Networking | 795e272e54746e97fde54454873d384d5012cc9d | maciej w rozycki | drivers | net | fddi |
rdma/hns: add support for xrc on hip09 | the hip09 supports xrc transport service, it greatly saves the number of qps required to connect all processes in a large cluster. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for xrc on hip09 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 9 | 258 | 70 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_alloc.c b/drivers/infiniband/hw/hns/hns_roce_alloc.c --- a/drivers/infiniband/hw/hns/hns_roce_alloc.c +++ b/drivers/infiniband/hw/hns/hns_roce_alloc.c + if (hr_dev->caps.flags & hns_roce_cap_flag_xrc) + hns_roce_cleanup_xrcd_table(hr_dev); + diff --git a/drivers/infin... | Networking | 32548870d438aba3c4a13f07efb73a8b86de507d | wenpeng liang | include | uapi | hns, hw, rdma |
rdma/hns: simplify function's resource related command | use hr_reg_write/read() to simplify codes about configuring function's resource. and because the design of pf/vf fields is same, they can be defined only once. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support roce on virtual functions of hip09 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 3 | 89 | 305 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_common.h b/drivers/infiniband/hw/hns/hns_roce_common.h --- a/drivers/infiniband/hw/hns/hns_roce_common.h +++ b/drivers/infiniband/hw/hns/hns_roce_common.h +#define _hr_reg_read(ptr, field_type, field_h, field_l) \ + ({ \ + const field_type *_ptr = ptr; \ + build_bug_o... | Networking | 0fb46da051aec3c143e41adc321f3c8a7506d19c | xi wang | drivers | infiniband | hns, hw |
rdma/hns: query the number of functions supported by the pf | query how many functions are supported by the pf from the fw and store it in the hns_roce_dev structure which will be used to support the configuration of virtual functions. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support roce on virtual functions of hip09 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 3 | 10 | 4 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_device.h b/drivers/infiniband/hw/hns/hns_roce_device.h --- a/drivers/infiniband/hw/hns/hns_roce_device.h +++ b/drivers/infiniband/hw/hns/hns_roce_device.h + u32 func_num; diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_roce_hw_v... | Networking | 5b03a4226c42cf805c0ea11519c936cd76103ddd | wei xu | drivers | infiniband | hns, hw |
rdma/hns: reserve the resource for the vfs | query the resource including eqc/smac/sgid from the firmware in the pf and distribute fairly among all the functions belong to the pf. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support roce on virtual functions of hip09 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 3 | 60 | 28 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_device.h b/drivers/infiniband/hw/hns/hns_roce_device.h --- a/drivers/infiniband/hw/hns/hns_roce_device.h +++ b/drivers/infiniband/hw/hns/hns_roce_device.h + u32 eqc_bt_num; + u32 smac_bt_num; + u32 sgid_bt_num; diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b... | Networking | 2a424e1d112aee2b74786b5d29125ea57da1146f | wei xu | drivers | infiniband | hns, hw |
rdma/hns: set parameters of all the functions belong to a pf | switch parameters of all functions belong to a pf should be set including vfs. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support roce on virtual functions of hip09 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['c'] | 1 | 16 | 2 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c --- a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c +++ b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c -static int hns_roce_set_vf_switch_param(struct hns_roce_dev *hr_dev, int vf_id) +static int __hns_roce_set_vf_switch... | Networking | accfc1affe9e8f25a393a53fdf9936d5bc3dc001 | wei xu | drivers | infiniband | hns, hw |
rdma/hns: enable roce on virtual functions | introduce the vf support by adding code changes to allow vf pci device initialization, assgining the reserved resource of the pf to the active vfs, setting the default abilities, applying the interruptions, resetting and reducing the default qp/gid number to aovid exceeding the hardware limitation. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support roce on virtual functions of hip09 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 3 | 202 | 39 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_device.h b/drivers/infiniband/hw/hns/hns_roce_device.h --- a/drivers/infiniband/hw/hns/hns_roce_device.h +++ b/drivers/infiniband/hw/hns/hns_roce_device.h + u32 is_vf; diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c... | Networking | 0b567cde9d7aa0a6667cc5ac4b89a0927b7b2c3a | wei xu | drivers | infiniband | hns, hw |
rdma/hns: remove duplicated hem page size config code | remove duplicated code for setting hem page size in pf and vf. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support roce on virtual functions of hip09 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 3 | 76 | 110 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_device.h b/drivers/infiniband/hw/hns/hns_roce_device.h --- a/drivers/infiniband/hw/hns/hns_roce_device.h +++ b/drivers/infiniband/hw/hns/hns_roce_device.h - u32 num_cqe_segs; diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_roce_... | Networking | 719d13415f5977710afeb5f4e622c5c9c18976fa | xi wang | drivers | infiniband | hns, hw |
rdma/hns: support configuring doorbell mode of rq and cq | hip08 supports both normal and record doorbell mode for rq and cq, sq record doorbell for userspace is also supported by the software for flushing cqe process. as now the capability of hip08 are exposed to the user and are configurable, the support of normal doorbell should be added back. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support configuring doorbell mode of rq and cq | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 5 | 66 | 40 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_cq.c b/drivers/infiniband/hw/hns/hns_roce_cq.c --- a/drivers/infiniband/hw/hns/hns_roce_cq.c +++ b/drivers/infiniband/hw/hns/hns_roce_cq.c - bool has_db = hr_dev->caps.flags & hns_roce_cap_flag_record_db; + bool has_db = hr_dev->caps.flags & hns_roce_cap_flag_cq_recor... | Networking | cf8cd4ccb269dbd57c3792799d0e5251547d6734 | yixian liu | drivers | infiniband | hns, hw |
rdma/hns: support query information of functions from fw | add a new type of command to query mac id of functions from the firmware, it is used to select the template of congestion algorithm. more info will be supported in the future. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support to select congestion control algorithm | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 3 | 37 | 1 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_device.h b/drivers/infiniband/hw/hns/hns_roce_device.h --- a/drivers/infiniband/hw/hns/hns_roce_device.h +++ b/drivers/infiniband/hw/hns/hns_roce_device.h + u32 cong_algo_tmpl_id; diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_... | Networking | e079d87d1d9a5c27415bf5b71245566ae434372f | wei xu | drivers | infiniband | hns, hw |
rdma/hns: support congestion control type selection according to the fw | the type of congestion control algorithm includes dcqcn, ldcp, hc3 and dip. the driver will select one of them according to the firmware when querying pf capabilities, and then set the related configuration fields into qpc. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support to select congestion control algorithm | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h', 'c'] | 4 | 200 | 3 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_device.h b/drivers/infiniband/hw/hns/hns_roce_device.h --- a/drivers/infiniband/hw/hns/hns_roce_device.h +++ b/drivers/infiniband/hw/hns/hns_roce_device.h +enum cong_type { + cong_type_dcqcn, + cong_type_ldcp, + cong_type_hc3, + cong_type_dip, +}; + + enum cong_type c... | Networking | f91696f2f05326d9837b4088118c938e805be942 | yangyang li | drivers | infiniband | hns, hw |
rdma/hns: support more return types of command queue | add error code definition according to the return code from firmware to help find out more detailed reasons why a command fails to be sent. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support more return types of command queue | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['h'] | 1 | 14 | 4 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.h b/drivers/infiniband/hw/hns/hns_roce_hw_v2.h --- a/drivers/infiniband/hw/hns/hns_roce_hw_v2.h +++ b/drivers/infiniband/hw/hns/hns_roce_hw_v2.h - cmd_exec_success = 0, - cmd_no_auth = 1, - cmd_not_exec = 2, - cmd_queue_full = 3, + cmd_exec_success, + cmd_no_aut... | Networking | 0835cf58393c3c161647ff8b5a3b3298955404a2 | lang cheng | drivers | infiniband | hns, hw |
rdma/hns: support to query firmware version | implement the ops named get_dev_fw_str to support ib_get_device_fw_str(). | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support to query firmware version | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['hns '] | ['c'] | 1 | 14 | 0 | --- diff --git a/drivers/infiniband/hw/hns/hns_roce_main.c b/drivers/infiniband/hw/hns/hns_roce_main.c --- a/drivers/infiniband/hw/hns/hns_roce_main.c +++ b/drivers/infiniband/hw/hns/hns_roce_main.c +static void hns_roce_get_fw_ver(struct ib_device *device, char *str) +{ + u64 fw_ver = to_hr_dev(device)->caps.fw_ver; +... | Networking | 847d19a451465304f54d69b5be97baecc86c3617 | lang cheng leon romanovsky leonro nvidia com | drivers | infiniband | hns, hw |
rdma/iwcm: allow afonly binding for ipv6 addresses | binding ipv6 address/port to af_inet6 domain only is provided via rdma_set_afonly(), but was not signalled to the provider. applications like nfs/rdma bind the same port to both ipv4 and ipv6 addresses simultaneously and thus rely on it working correctly. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | allow afonly binding for ipv6 addresses | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['iwcm'] | ['h', 'c'] | 3 | 19 | 2 | --- diff --git a/drivers/infiniband/core/cma.c b/drivers/infiniband/core/cma.c --- a/drivers/infiniband/core/cma.c +++ b/drivers/infiniband/core/cma.c + id->afonly = id_priv->afonly; diff --git a/drivers/infiniband/sw/siw/siw_cm.c b/drivers/infiniband/sw/siw/siw_cm.c --- a/drivers/infiniband/sw/siw/siw_cm.c +++ b/drive... | Networking | e35ecb466eb63c2311783208547633f90742d06d | bernard metzler chuck lever chuck lever oracle com benjamin coddington bcodding redhat com | include | rdma | core, siw, sw |
ath11k: refactor ath11k_msi_config | move ath11k_msi_config to array of structures to add multiple pci devices support. no functional changes. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 2 | 23 | 17 | --- diff --git a/drivers/net/wireless/ath/ath11k/pci.c b/drivers/net/wireless/ath/ath11k/pci.c --- a/drivers/net/wireless/ath/ath11k/pci.c +++ b/drivers/net/wireless/ath/ath11k/pci.c -static const struct ath11k_msi_config msi_config = { - .total_vectors = 32, - .total_users = 4, - .users = (struct ath11k_msi_user[]) { ... | Networking | 7a3aed0c3c36cc08a1b123d752f141797f6ba79a | anilkumar kolli | drivers | net | ath, ath11k, wireless |
ath11k: move qmi service_ins_id to hw_params | qmi service_ins_id is unique for qca6390 and qcn9074, this is needed for adding qcn9074 support. no functional changes. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 4 | 6 | 2 | --- diff --git a/drivers/net/wireless/ath/ath11k/ahb.c b/drivers/net/wireless/ath/ath11k/ahb.c --- a/drivers/net/wireless/ath/ath11k/ahb.c +++ b/drivers/net/wireless/ath/ath11k/ahb.c - ab->qmi.service_ins_id = ath11k_qmi_wlfw_service_ins_id_v01_ipq8074; + ab->qmi.service_ins_id = ab->hw_params.qmi_service_ins_id; diff ... | Networking | 16001e4b2e681b8fb5e7bc50db5522081d46347a | anilkumar kolli | drivers | net | ath, ath11k, wireless |
ath11k: qmi: increase the number of fw segments | qcn9074 firmware uses 20mb of host ddr memory, fw requests the memory in segmnets of size 1mb/512kb/256kb. increase the number of fw memory segments to 52. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h'] | 1 | 3 | 3 | --- diff --git a/drivers/net/wireless/ath/ath11k/qmi.h b/drivers/net/wireless/ath/ath11k/qmi.h --- a/drivers/net/wireless/ath/ath11k/qmi.h +++ b/drivers/net/wireless/ath/ath11k/qmi.h -#define ath11k_qmi_wlanfw_max_num_mem_seg_v01 32 +#define ath11k_qmi_wlanfw_max_num_mem_seg_v01 52 -#define qmi_wlanfw_request_mem_ind_m... | Networking | fa5f473d764398a09f7deea3a042a1130ee50e90 | anilkumar kolli | drivers | net | ath, ath11k, wireless |
ath11k: update memory segment count for qcn9074 | qcn9074 fw requests three types memory segments during the boot, qmi mem seg type 1 of size 15728640 qmi mem seg type 4 of size 3735552 qmi mem seg type 3 of size 1048576 segment type 3 is for m3 coredump memory. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 2 | 3 | 1 | --- diff --git a/drivers/net/wireless/ath/ath11k/qmi.c b/drivers/net/wireless/ath/ath11k/qmi.c --- a/drivers/net/wireless/ath/ath11k/qmi.c +++ b/drivers/net/wireless/ath/ath11k/qmi.c - if (ab->qmi.mem_seg_count <= 2) { + if (ab->qmi.mem_seg_count <= ath11k_qmi_fw_mem_req_segment_cnt) { diff --git a/drivers/net/wireless... | Networking | 5f67d306155e6a757f0b6b2b061e3ea13f44c536 | anilkumar kolli | drivers | net | ath, ath11k, wireless |
ath11k: add qcn9074 mhi controller config | add mhi config for qcn9074 also populate ath11k_hw_params for qcn9074. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 4 | 122 | 8 | --- diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c + { + .name = "qcn9074 hw1.0", + .hw_rev = ath11k_hw_qcn9074_hw10, + .fw = { + .dir = "qcn9074/hw1.0", + .board_size = 256 * 1024, + ... | Networking | a233811ef60081192a2b13ce23253671114308d8 | anilkumar kolli | drivers | net | ath, ath11k, wireless |
ath11k: add static window support for register access | three window slots can be configure. first window slot dedicate for dynamic selection and remaining two slots dedicate for static selection. to optimise the window selection, frequent registers (umac, ce) are configure in static window slot. so that we minimise the window selection. other registers are configure in dyn... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 3 | 68 | 9 | --- diff --git a/drivers/net/wireless/ath/ath11k/core.h b/drivers/net/wireless/ath/ath11k/core.h --- a/drivers/net/wireless/ath/ath11k/core.h +++ b/drivers/net/wireless/ath/ath11k/core.h + bool static_window_map; diff --git a/drivers/net/wireless/ath/ath11k/hal.h b/drivers/net/wireless/ath/ath11k/hal.h --- a/drivers/ne... | Networking | 480a73610c95511e42fb7d0359b523f66883e51a | karthikeyan periyasamy | drivers | net | ath, ath11k, wireless |
ath11k: add hal support for qcn9074 | define the hal ring address and ring meta descriptor mask for qcn9074. move the platform specific address to the ath11k_hw_regs. define tx_mesh_enable ops in ath11k_hw_ops since its accessing platform specific tcl descriptor. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 11 | 269 | 89 | --- diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c + .hw_ops = &qcn9074_ops, + .internal_sleep_clock = false, + .regs = &qcn9074_regs, + .rxdma1_enable = true, + .num_rxmda_per_pdev = ... | Networking | 6fe6f68fef7f7d5f6b5b62fde78de91cdc528c58 | karthikeyan periyasamy | drivers | net | ath, ath11k, wireless |
ath11k: add data path support for qcn9074 | hal rx descriptor is different for qcn9074 target type. since rx_msdu_end, rx_msdu_start, rx_mpdu_start elements are in different placement/alignment. in order to have generic data path, introduce platform specific hal rx descriptor access ops in ath11k_hw_ops. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 8 | 913 | 237 | --- diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c + .hal_desc_sz = sizeof(struct hal_rx_desc_ipq8074), + .hal_desc_sz = sizeof(struct hal_rx_desc_ipq8074), + .hal_desc_sz = sizeof(str... | Networking | e678fbd401b9bdca9d1bd64065abfcc87ae66b94 | karthikeyan periyasamy | drivers | net | ath, ath11k, wireless |
ath11k: add ce interrupt support for qcn9074 | define host ce configuration for qcn9074 since the max ce count is six. available msi interrupt is five so cannot able to map the ce_id directly for the msi_data_idx. added get_ce_msi_idx ops in ath11k_hif_ops to get the ce msi idx which is used to initialize the ce ring. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 7 | 294 | 8 | --- diff --git a/drivers/net/wireless/ath/ath11k/ce.c b/drivers/net/wireless/ath/ath11k/ce.c --- a/drivers/net/wireless/ath/ath11k/ce.c +++ b/drivers/net/wireless/ath/ath11k/ce.c +const struct ce_attr ath11k_host_ce_config_qcn9074[] = { + /* ce0: host->target htc control and raw streams */ + { + .flags = ce_attr_flags,... | Networking | 6289ac2b7182d418ee68e5c0f3f83d383d7a72ed | karthikeyan periyasamy | drivers | net | ath, ath11k, wireless |
ath11k: add extended interrupt support for qcn9074 | update the specific hw ring mask for qcn9074. update the timestamp information while processing dp and ce interrupts. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['h', 'c'] | 5 | 56 | 4 | --- diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c + .ring_mask = &ath11k_hw_ring_mask_qcn9074, diff --git a/drivers/net/wireless/ath/ath11k/dp_tx.c b/drivers/net/wireless/ath/ath11k/d... | Networking | 7dc67af063e3f0237c864504bb2188ada753b804 | karthikeyan periyasamy | drivers | net | ath, ath11k, wireless |
ath11k: add qcn9074 pci device support | qcn9074 is pci based 11ax radio. - has 2g/5g/6g variants. - has nss 2x2 and 4x4 variants. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for qcn9074 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ath11k '] | ['c'] | 1 | 17 | 1 | - has 2g/5g/6g variants. - has nss 2x2 and 4x4 variants. --- diff --git a/drivers/net/wireless/ath/ath11k/pci.c b/drivers/net/wireless/ath/ath11k/pci.c --- a/drivers/net/wireless/ath/ath11k/pci.c +++ b/drivers/net/wireless/ath/ath11k/pci.c +#define qcn9074_device_id 0x1104 + /* todo: add qcn9074_device_id) once firmwar... | Networking | 4e80946197a83a6115e308334618449b77696d6a | anilkumar kolli | drivers | net | ath, ath11k, wireless |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.