2021-06-17 |
[rt] build kernel-rt-4.18.0-315.rt7.96.el8 [1939539]
Add New KUNIT Tests to Redhat kernel-modules-internal (Nico Pache) [1939309]
kunit: lib: adhear to KUNIT formatting standard (Nico Pache) [1939309]
kunit: mptcp: adhere to KUNIT formatting standard (Nico Pache) [1939309]
ASoC: topology: adhere to KUNIT formatting standard (Nico Pache) [1939309]
kunit: software node: adhear to KUNIT formatting standard (Nico Pache) [1939309]
resource: provide meaningful MODULE_LICENSE() in test suite (Nico Pache) [1939309]
resource: Add test cases for new resource API (Nico Pache) [1939309]
resource: Introduce resource_intersection() for overlapping resources (Nico Pache) [1939309]
resource: Introduce resource_union() for overlapping resources (Nico Pache) [1939309]
mm/resource: Use resource_overlaps() to simplify region_intersects() (Nico Pache) [1939309]
kernel.h: split out min()/max() et al. helpers (Nico Pache) [1939309]
lib/math/rational.c: fix possible incorrect result from rational fractions helper (Nico Pache) [1939309]
lib: Move mathematic helpers to separate folder (Nico Pache) [1939309]
lib/cmdline: remove an unneeded local variable in next_arg() (Nico Pache) [1939309]
lib/cmdline: Allow get_options() to take 0 to validate the input (Nico Pache) [1939309]
lib/cmdline: Update documentation to reflect behaviour (Nico Pache) [1939309]
lib/cmdline_kunit: add a new test case for get_options() (Nico Pache) [1939309]
ext4: add .kunitconfig fragment to enable ext4-specific tests (Nico Pache) [1939309]
ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it (Nico Pache) [1939309]
kunit: tool: fix unintentional statefulness in run_kernel() (Nico Pache) [1939309]
kunit: tool: add support for filtering suites by glob (Nico Pache) [1939309]
kunit: add kunit.filter_glob cmdline option to filter suites (Nico Pache) [1939309]
kunit: don't show `1 == 1` in failed assertion messages (Nico Pache) [1939309]
kunit: make kunit_tool accept optional path to .kunitconfig fragment (Nico Pache) [1939309]
Documentation: kunit: add tips.rst for small examples (Nico Pache) [1939309]
KUnit: Docs: make start.rst example Kconfig follow style.rst (Nico Pache) [1939309]
kunit: tool: simplify kconfig is_subset_of() logic (Nico Pache) [1939309]
minor: kunit: tool: fix unit test so it can run from non-root dir (Nico Pache) [1939309]
kunit: tool: use `with open()` in unit test (Nico Pache) [1939309]
kunit: tool: stop using bare asserts in unit test (Nico Pache) [1939309]
kunit: tool: fix unit test cleanup handling (Nico Pache) [1939309]
ASoC: topology: KUnit: Convert from cpu to data format (Nico Pache) [1939309]
drivers/base: build kunit tests without structleak plugin (Nico Pache) [1939309]
ASoC: topology: KUnit: Add KUnit tests passing topology with PCM to snd_soc_tplg_component_load (Nico Pache) [1939309]
ASoC: topology: KUnit: Add KUnit tests passing empty topology with variants to snd_soc_tplg_component_load (Nico Pache) [1939309]
ASoC: topology: KUnit: Add KUnit tests passing various arguments to snd_soc_tplg_component_load (Nico Pache) [1939309]
ASoC: topology: Check if ops is set before dereference (Nico Pache) [1939309]
ASoC: topology: Ensure that needed parameters are set (Nico Pache) [1939309]
kunit: tool: move kunitconfig parsing into __init__, make it optional (Nico Pache) [1939309]
kunit: tool: fix minor typing issue with None status (Nico Pache) [1939309]
kunit: tool: surface and address more typing issues (Nico Pache) [1939309]
Documentation: kunit: include example of a parameterized test (Nico Pache) [1939309]
kunit: tool: Fix spelling of "diagnostic" in kunit_parser (Nico Pache) [1939309]
kunit: tool: Force the use of the 'tty' console for UML (Nico Pache) [1939309]
lib/cmdline_kunit: add a new test suite for cmdline API (Nico Pache) [1939309]
lib/cmdline: allow NULL to be an output for get_option() (Nico Pache) [1939309]
lib/cmdline: fix get_option() for strings starting with hyphen (Nico Pache) [1939309]
lib/cmdline.c: mark expected switch fall-throughs (Nico Pache) [1939309]
lib/test_bits.c: add tests of GENMASK (Nico Pache) [1939309]
linux/bits.h: add compile time sanity check of GENMASK inputs (Nico Pache) [1939309]
linux/build_bug.h: change type to int (Nico Pache) [1939309]
fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature (Nico Pache) [1939309]
kunit: Support for Parameterized Testing (Nico Pache) [1939309]
kunit: kunit_tool: Correctly parse diagnostic messages (Nico Pache) [1939309]
Documentation: kunit: provide guidance for testing many inputs (Nico Pache) [1939309]
kunit: Introduce get_file_path() helper (Nico Pache) [1939309]
kunit: fix display of failed expectations for strings (Nico Pache) [1939309]
kunit: tool: fix extra trailing \n in raw + parsed test output (Nico Pache) [1939309]
kunit: tool: print out stderr from make (like build warnings) (Nico Pache) [1939309]
KUnit: Docs: usage: wording fixes (Nico Pache) [1939309]
KUnit: Docs: style: fix some Kconfig example issues (Nico Pache) [1939309]
KUnit: Docs: fix a wording typo (Nico Pache) [1939309]
kunit: Do not pollute source directory with generated files (test.log) (Nico Pache) [1939309]
kunit: Do not pollute source directory with generated files (.kunitconfig) (Nico Pache) [1939309]
kunit: tool: fix pre-existing python type annotation errors (Nico Pache) [1939309]
kunit: Fix kunit.py parse subcommand (use null build_dir) (Nico Pache) [1939309]
kunit: test: fix remaining kernel-doc warnings (Nico Pache) [1939309]
lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILE (Nico Pache) [1939309]
kunit: test.h: fix a bad kernel-doc markup (Nico Pache) [1939309]
kunit: test.h: solve kernel-doc warnings (Nico Pache) [1939309]
lib: kunit: add bitfield test conversion to KUnit (Nico Pache) [1939309]
Documentation: kunit: add a brief blurb about kunit_test_suite (Nico Pache) [1939309]
kunit: test: add test plan to KUnit TAP format (Nico Pache) [1939309]
init: main: add KUnit to kernel init (Nico Pache) [1939309]
init: unify opening /dev/console as stdin/stdout/stderr (Nico Pache) [1939309]
kunit: test: create a single centralized executor for all tests (Nico Pache) [1939309]
Documentation: test.h - fix warnings (Nico Pache) [1939309]
vmlinux.lds.h: add linker section for KUnit test suites (Nico Pache) [1939309]
Documentation: kunit: Add naming guidelines (Nico Pache) [1939309]
kunit: tool: fix display of make errors (Nico Pache) [1939309]
kunit: tool: handle when .kunit exists but .kunitconfig does not (Nico Pache) [1939309]
kunit: tool: fix --alltests flag (Nico Pache) [1939309]
kunit: tool: allow generating test results in JSON (Nico Pache) [1939309]
kunit: tool: fix running kunit_tool from outside kernel tree (Nico Pache) [1939309]
lib: add linear ranges helpers (Nico Pache) [1939309]
PCI/RCEC: Fix RCiEP device to RCEC association (Myron Stowe) [1895942]
PCI/portdrv: Report reset for frozen channel (Myron Stowe) [1895942]
PCI/AER: Specify the type of Port that was reset (Myron Stowe) [1895942]
PCI/ERR: Retain status from error notification (Myron Stowe) [1895942]
PCI/AER: Clear AER status from Root Port when resetting Downstream Port (Myron Stowe) [1895942]
PCI/ERR: Clear status of the reporting device (Myron Stowe) [1895942]
PCI/AER: Add RCEC AER error injection support (Myron Stowe) [1895942]
PCI/PME: Add pcie_walk_rcec() to RCEC PME handling (Myron Stowe) [1895942]
PCI/AER: Add pcie_walk_rcec() to RCEC AER handling (Myron Stowe) [1895942]
PCI/ERR: Recover from RCiEP AER errors (Myron Stowe) [1895942]
PCI/ERR: Add pcie_link_rcec() to associate RCiEPs (Myron Stowe) [1895942]
PCI/ERR: Recover from RCEC AER errors (Myron Stowe) [1895942]
PCI/ERR: Clear AER status only when we control AER (Myron Stowe) [1895942]
PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery() (Myron Stowe) [1895942]
PCI/ERR: Avoid negated conditional for clarity (Myron Stowe) [1895942]
PCI/ERR: Use "bridge" for clarity in pcie_do_recovery() (Myron Stowe) [1895942]
PCI/ERR: Simplify by computing pci_pcie_type() once (Myron Stowe) [1895942]
PCI/ERR: Simplify by using pci_upstream_bridge() (Myron Stowe) [1895942]
PCI/ERR: Rename reset_link() to reset_subordinates() (Myron Stowe) [1895942]
PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities() (Myron Stowe) [1895942]
PCI/ERR: Bind RCEC devices to the Root Port driver (Myron Stowe) [1895942]
PCI/AER: Write AER Capability only when we control it (Myron Stowe) [1895942]
PCI: Export pcie_has_flr() (Myron Stowe) [1895942]
xfs: don't reuse busy extents on extent trim (Brian Foster) [1960380]
nvme: add 'kato' sysfs attribute (Gopal Tiwari) [1970260]
scsi: qla2xxx: Update version to 10.02.00.106-k (Nilesh Javali) [1925465]
scsi: qla2xxx: Add marginal path handling support (Nilesh Javali) [1925465]
scsi: qla2xxx: Do logout even if fabric scan retries got exhausted (Nilesh Javali) [1925465]
scsi: qla2xxx: Update default AER debug mask (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix mailbox recovery during PCIe error (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix crash in PCIe error handling (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix RISC RESET completion polling (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand() (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix use after free in bsg (Nilesh Javali) [1925465]
scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMe (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix stuck session (Nilesh Javali) [1925465]
scsi: qla2xxx: Add H:C:T info in the log message for fc ports (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix IOPS drop seen in some adapters (Nilesh Javali) [1925465]
scsi: qla2xxx: Check kzalloc() return value (Nilesh Javali) [1925465]
scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats() (Nilesh Javali) [1925465]
scsi: qla2xxx: Simplify qla8044_minidump_process_control() (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix endianness annotations (Nilesh Javali) [1925465]
scsi: qla2xxx: Constify struct qla_tgt_func_tmpl (Nilesh Javali) [1925465]
scsi: qla2xxx: Use dma_pool_zalloc() (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix a couple of misdocumented functions (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix incorrectly named function qla8044_check_temp() (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix a couple of misnamed functions (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix some incorrect formatting/spelling issues (Nilesh Javali) [1925465]
scsi: qla2xxx: Replace __qla2x00_marker()'s missing underscores (Nilesh Javali) [1925465]
scsi: Revert "qla2xxx: Make sure that aborted commands are freed" (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix broken #endif placement (Nilesh Javali) [1925465]
scsi: qla2xxx: Simplify if statement (Nilesh Javali) [1925465]
scsi: qla2xxx: Simplify the calculation of variables (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix some memory corruption (Nilesh Javali) [1925465]
scsi: qla2xxx: Remove redundant NULL check (Nilesh Javali) [1925465]
scsi: qla2xxx: Remove unnecessary NULL check (Nilesh Javali) [1925465]
scsi: qla2xxx: Assign boolean values to a bool variable (Nilesh Javali) [1925465]
scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result value (Nilesh Javali) [1925465]
scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit (Nilesh Javali) [1925465]
scsi: qla2xxx: Update version to 10.02.00.105-k (Nilesh Javali) [1925465]
scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLER (Nilesh Javali) [1925465]
scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMe (Nilesh Javali) [1925465]
scsi: qla2xxx: Move some messages from debug to normal log level (Nilesh Javali) [1925465]
scsi: qla2xxx: Add error counters to debugfs node (Nilesh Javali) [1925465]
scsi: qla2xxx: Implementation to get and manage host, target stats and initiator port (Nilesh Javali) [1925465]
scsi: ibmvfc: Reinit target retries (Steve Best) [1965010]
scsi: ibmvfc: Avoid move login if fast fail is enabled (Steve Best) [1965010]
scsi: ibmvfc: Handle move login failure (Steve Best) [1965010]
scsi: ibmvfc: Fix invalid state machine BUG_ON() (Steve Best) [1965010]
scsi: qedf: Do not put host in qedf_vport_create() unconditionally (Nilesh Javali) [1899384]
scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes (Cathy Avery) [1941664]
scsi: storvsc: Parameterize number hardware queues (Cathy Avery) [1941664]
scsi: storvsc: Return DID_ERROR for invalid commands (Cathy Avery) [1941664]
scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback() (Cathy Avery) [1941664]
scsi: storvsc: Resolve data race in storvsc_probe() (Cathy Avery) [1941664]
scsi: storvsc: Fix max_outstanding_req_per_channel for Win8 and newer (Cathy Avery) [1941664]
scsi: storvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening (Cathy Avery) [1941664]
RDMA/ipoib: Fix warning caused by destroying non-initial netns (Kamal Heib) [1961815]
can: dev: Move device back to init netns on owning netns delete (Kamal Heib) [1961815]
net: ena: remove extra words from comments (Petr Oros) [1955155]
net: ena: fix inaccurate print type (Petr Oros) [1955155]
ena: Update driver to use ethtool_sprintf (Petr Oros) [1955155]
docs: net: ena: Fix ena_start_xmit() function name typo (Petr Oros) [1955155]
ethernet: amazon: ena: A typo fix in the file ena_com.h (Petr Oros) [1955155]
net: ena: Update XDP verdict upon failure (Petr Oros) [1955155]
net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT (Petr Oros) [1955155]
net: ena: use xdp_return_frame() to free xdp frames (Petr Oros) [1955155]
net: ena: introduce XDP redirect implementation (Petr Oros) [1955155]
net: ena: use xdp_frame in XDP TX flow (Petr Oros) [1955155]
net: ena: aggregate stats increase into a function (Petr Oros) [1955155]
net: ena: fix coding style nits (Petr Oros) [1955155]
net: ena: store values in their appropriate variables types (Petr Oros) [1955155]
net: ena: add device distinct log prefix to files (Petr Oros) [1955155]
net: ena: use constant value for net_device allocation (Petr Oros) [1955155]
net: ena: set initial DMA width to avoid intel iommu issue (Petr Oros) [1955155]
net: ena: update ena documentation (Petr Oros) [1955155]
net: ena: Fix all static chekers' warnings (Petr Oros) [1955155]
net: ena: Change RSS related macros and variables names (Petr Oros) [1955155]
net: ena: Remove redundant print of placement policy (Petr Oros) [1955155]
net: ena: Capitalize all log strings and improve code readability (Petr Oros) [1955155]
net: ena: Change log message to netif/dev function (Petr Oros) [1955155]
net: ena: Change license into format to SPDX in all files (Petr Oros) [1955155]
net: ena: xdp: add queue counters for xdp actions (Petr Oros) [1955155]
net: ena: ethtool: add stats printing to XDP queues (Petr Oros) [1955155]
net: ena: ethtool: Add new device statistics (Petr Oros) [1955155]
net: ena: ethtool: convert stat_offset to 64 bit resolution (Petr Oros) [1955155]
net: ena: Make missed_tx stat incremental (Petr Oros) [1955155]
net: ena: Prevent reset after device destruction (Petr Oros) [1955155]
treewide: replace '---help---' in Kconfig files with 'help' (Petr Oros) [1955155]
treewide: Add SPDX license identifier - Makefile/Kconfig (Petr Oros) [1955155]
cross-tree: phase out dma_zalloc_coherent() (Petr Oros) [1955155]
net: ena: fix compilation error in xtensa architecture (Petr Oros) [1955155]
docs: networking: reorganize driver documentation again (Petr Oros) [1955155]
docs: networking: device drivers: convert amazon/ena.txt to ReST (Petr Oros) [1955155]
net: ena: documentation: update ena.txt (Petr Oros) [1955155]
net: documentation: build a directory structure for drivers (Petr Oros) [1955155]
xfrm: interface: fix ipv4 pmtu check to honor ip header df (Sabrina Dubroca) [1931942]
vti: fix ipv4 pmtu check to honor ip header df (Sabrina Dubroca) [1931942]
vti6: fix ipv4 pmtu check to honor ip header df (Sabrina Dubroca) [1931942]
net/sched: act_ct: Fix ct template allocation for zone 0 (Marcelo Ricardo Leitner) [1881824]
uio: Fix use-after-free in uio_unregister_device() (Myron Stowe) [1897285]
uio: free uio id after uio file node is freed (Myron Stowe) [1897285]
drivers: uio: remove redundant assignment to variable retval (Myron Stowe) [1897285]
driver: uio: fix possible use-after-free in __uio_register_device (Myron Stowe) [1897285]
driver: uio: fix possible memory leak in __uio_register_device (Myron Stowe) [1897285]
uio: remove redundant check (Myron Stowe) [1897285]
uio: fix potential memory leak in error case (Myron Stowe) [1897285]
uio: dismiss waiters on device unregistration (Myron Stowe) [1897285]
uio: Fix an Oops on load (Myron Stowe) [1897285]
uio: make symbol 'uio_class_registered' static (Myron Stowe) [1897285]
uio: convert to vm_fault_t (Myron Stowe) [1897285]
uio: ensure class is registered before devices (Myron Stowe) [1897285]
uio: potential double frees if __uio_register_device() fails (Myron Stowe) [1897285]
uio: fix possible circular locking dependency (Myron Stowe) [1897285]
uio: fix wrong return value from uio_mmap() (Myron Stowe) [1897285]
uio: add SPDX license tag (Myron Stowe) [1897285]
net: zero-initialize tc skb extension on allocation (Ivan Vecera) [1946986]
net: sched: fix tx action reschedule issue with stopped queue (Ivan Vecera) [1946986]
net: sched: fix tx action rescheduling issue during deactivation (Ivan Vecera) [1946986]
net: sched: fix packet stuck problem for lockless qdisc (Ivan Vecera) [1946986]
net/sched: act_ct: Remove redundant ct get and check (Ivan Vecera) [1946986]
net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule (Ivan Vecera) [1946986]
tc-testing: add simple action test to verify batch change cleanup (Ivan Vecera) [1946986]
tc-testing: add simple action test to verify batch add cleanup (Ivan Vecera) [1946986]
tc-testing: add simple action change test (Ivan Vecera) [1946986]
selftests: forwarding: Add tc-police tests for packets per second (Ivan Vecera) [1946986]
selftests: tc-testing: add action police selftest for packets per second (Ivan Vecera) [1946986]
net: sched: Mundane typo fixes (Ivan Vecera) [1946986]
net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGS (Ivan Vecera) [1946986]
net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports (Ivan Vecera) [1946986]
taprio: Handle short intervals and large packets (Ivan Vecera) [1946986]
net/sched: cls_flower: fix only mask bit check in the validate_ct_state (Ivan Vecera) [1946986]
treewide: Remove uninitialized_var() usage (Ivan Vecera) [1946986]
net: sched: Remove broken definitions and un-hide for !LOCKDEP (Ivan Vecera) [1946986]
net: sched: sch_teql: fix null-pointer dereference (Ivan Vecera) [1946986]
net: sched: fix err handler in tcf_action_init() (Ivan Vecera) [1946986]
net: sched: fix action overwrite reference counting (Ivan Vecera) [1946986]
Revert "net: sched: bump refcount for new action in ACT replace mode" (Ivan Vecera) [1946986]
net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cb (Ivan Vecera) [1946986]
net: sched: bump refcount for new action in ACT replace mode (Ivan Vecera) [1946986]
net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct (Ivan Vecera) [1946986]
net/sched: act_police: add support for packet-per-second policing (Ivan Vecera) [1946986]
flow_offload: reject configuration of packet-per-second policing in offload drivers (Ivan Vecera) [1946986]
flow_offload: add support for packet-per-second policing (Ivan Vecera) [1946986]
net: sched: validate stab values (Ivan Vecera) [1946986]
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME (Ivan Vecera) [1946986]
sched: act_sample: Implement stats_update callback (Ivan Vecera) [1946986]
net: sched: avoid duplicates in classes dump (Ivan Vecera) [1946986]
net/sched: cls_flower: validate ct_state for invalid and reply flags (Ivan Vecera) [1946986]
net: sched: fix police ext initialization (Ivan Vecera) [1946986]
selftests: tc: Add generic mpls matching support for tc-flower (Ivan Vecera) [1946986]
selftests: tc-testing: u32: Add tests covering sample option (Ivan Vecera) [1946986]
net: sched: Return the correct errno code (Ivan Vecera) [1946986]
net: sched: replaced invalid qdisc tree flush helper in qdisc_replace (Ivan Vecera) [1946986]
selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded" (Ivan Vecera) [1946986]
taprio: boolean values to a bool variable (Ivan Vecera) [1946986]
net_sched: fix RTNL deadlock again caused by request_module() (Ivan Vecera) [1946986]
cls_flower: call nla_ok() before nla_next() (Ivan Vecera) [1946986]
net/sched: sch_taprio: ensure to reset/destroy all child qdiscs (Ivan Vecera) [1946986]
net/sched: sch_taprio: reset child qdiscs before freeing them (Ivan Vecera) [1946986]
net: sched: incorrect Kconfig dependencies on Netfilter modules (Ivan Vecera) [1946986]
treewide: replace '---help---' in Kconfig files with 'help' (Ivan Vecera) [1946986]
net/sched: cls_u32: simplify the return expression of u32_reoffload_knode() (Ivan Vecera) [1946986]
net: sched: fix spelling mistake in Kconfig "trys" -> "tries" (Ivan Vecera) [1946986]
net/sched: fq_pie: initialize timer earlier in fq_pie_init() (Ivan Vecera) [1946986]
net: sched: remove redundant 'rtnl_held' argument (Ivan Vecera) [1946986]
selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module (Ivan Vecera) [1946986]
net: sched: alias action flags with TCA_ACT_ prefix (Ivan Vecera) [1946986]
treewide: rename nla_strlcpy to nla_strscpy. (Ivan Vecera) [1946986]
Modify return value of nla_strlcpy to match that of strscpy. (Ivan Vecera) [1946986]
Fix unefficient call to memset before memcpu in nla_strlcpy. (Ivan Vecera) [1946986]
net: sched: fix misspellings using misspell-fixer tool (Ivan Vecera) [1946986]
selftest: fix flower terse dump tests (Ivan Vecera) [1946986]
net: sched: implement action-specific terse dump (Ivan Vecera) [1946986]
net: cls_api: remove unneeded local variable in tc_dump_chain() (Ivan Vecera) [1946986]
openvswitch: fix send of uninitialized stack memory in ct limit reply (Antoine Tenart) [1950022]
net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct (Antoine Tenart) [1950022]
xsk: Clear pool even for inactive queues (Jiri Benc) [1882710]
xsk: Fix memory leak for failed bind (Jiri Benc) [1882710]
xsk: Return error code if force_zc is set (Jiri Benc) [1882710]
xsk: Change the tx writeable condition (Jiri Benc) [1882710]
xsk: Replace datagram_poll by sock_poll_wait (Jiri Benc) [1882710]
xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff() (Jiri Benc) [1882710]
xsk: Fix incorrect netdev reference count (Jiri Benc) [1882710]
xsk: Fix umem cleanup bug at socket destruct (Jiri Benc) [1882710]
netdevsim: set .owner to THIS_MODULE (Jiri Benc) [1882710]
bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingress (Jiri Benc) [1882710]
xsk: Fix possible memory leak at socket close (Jiri Benc) [1882710]
samples/bpf: Set rlimit for memlock to infinity in all samples (Jiri Benc) [1882710]
bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh() (Jiri Benc) [1882710]
bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop (Jiri Benc) [1882710]
bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo (Jiri Benc) [1882710]
bpf, selftests: Add redirect_peer selftest (Jiri Benc) [1882710]
bpf, selftests: Make redirect_neigh test more extensible (Jiri Benc) [1882710]
bpf: Add redirect_peer helper (Jiri Benc) [1882710]
bpf: Improve bpf_redirect_neigh helper description (Jiri Benc) [1882710]
bpf: Always return target ifindex in bpf_fib_lookup (Jiri Benc) [1882710]
xsk: Introduce padding between ring pointers (Jiri Benc) [1882710]
xsk: Remove internal DMA headers (Jiri Benc) [1882710]
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags (Jiri Benc) [1882710]
bpf: tcp: Do not limit cb_flags when creating child sk from listen sk (Jiri Benc) [1882710]
bpf, selftests: Add redirect_neigh selftest (Jiri Benc) [1882710]
bpf: Add redirect_neigh helper as redirect drop-in (Jiri Benc) [1882710]
tools, bpf: Synchronise BPF UAPI header with tools (Jiri Benc) [1882710]
bpf: Fix formatting in documentation for BPF helpers (Jiri Benc) [1882710]
xsk: Fix a documentation mistake in xsk_queue.h (Jiri Benc) [1882710]
xsk: Fix possible crash in socket_release when out-of-memory (Jiri Benc) [1882710]
xsk: Fix refcount warning in xp_dma_map (Jiri Benc) [1882710]
tcp: Only init congestion control if not initialized already (Jiri Benc) [1882710]
xsk: Fix null check on error return path (Jiri Benc) [1882710]
xsk: Fix possible segfault at xskmap entry insertion (Jiri Benc) [1882710]
xsk: Fix possible segfault in xsk umem diagnostics (Jiri Benc) [1882710]
xsk: Fix use-after-free in failed shared_umem bind (Jiri Benc) [1882710]
xsk: Documentation for XDP_SHARED_UMEM between queues and netdevs (Jiri Benc) [1882710]
xsk: Add shared umem support between devices (Jiri Benc) [1882710]
xsk: Add shared umem support between queue ids (Jiri Benc) [1882710]
xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performance (Jiri Benc) [1882710]
xsk: Rearrange internal structs for better performance (Jiri Benc) [1882710]
xsk: Enable sharing of dma mappings (Jiri Benc) [1882710]
xsk: Move addrs from buffer pool to umem (Jiri Benc) [1882710]
xsk: Move xsk_tx_list and its lock to buffer pool (Jiri Benc) [1882710]
xsk: Move queue_id, dev and need_wakeup to buffer pool (Jiri Benc) [1882710]
xsk: Move fill and completion rings to buffer pool (Jiri Benc) [1882710]
xsk: Create and free buffer pool independently from umem (Jiri Benc) [1882710]
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces (Jiri Benc) [1882710]
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem (Jiri Benc) [1882710]
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN (Jiri Benc) [1882710]
bpf: selftests: Tcp header options (Jiri Benc) [1882710]
bpf: selftests: Add fastopen_connect to network_helpers (Jiri Benc) [1882710]
bpf: tcp: Allow bpf prog to write and parse TCP header option (Jiri Benc) [1882710]
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8 (Jiri Benc) [1882710]
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() (Jiri Benc) [1882710]
bpf: tcp: Add bpf_skops_parse_hdr() (Jiri Benc) [1882710]
bpf: tcp: Add bpf_skops_established() (Jiri Benc) [1882710]
tcp: Add saw_unknown to struct tcp_options_received (Jiri Benc) [1882710]
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt (Jiri Benc) [1882710]
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt (Jiri Benc) [1882710]
tcp: Use a struct to represent a saved_syn (Jiri Benc) [1882710]
tcp: tcp_init_buffer_space can be static (Jiri Benc) [1882710]
tcp: refactor setting the initial congestion window (Jiri Benc) [1882710]
tcp: fix code style in tcp_recvmsg() (Jiri Benc) [1882710]
tcp: duplicate clear of icsk_backoff (Jiri Benc) [1882710]
tcp: move rx_opt & syn_data_acked init to tcp_disconnect() (Jiri Benc) [1882710]
tcp: move tp->rack init to tcp_disconnect() (Jiri Benc) [1882710]
tcp: move app_limited init to tcp_disconnect() (Jiri Benc) [1882710]
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect() (Jiri Benc) [1882710]
tcp: do not clear urg_data in tcp_create_openreq_child (Jiri Benc) [1882710]
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect() (Jiri Benc) [1882710]
tcp: move mdev_us init to tcp_disconnect() (Jiri Benc) [1882710]
tcp: do not clear srtt_us in tcp_create_openreq_child (Jiri Benc) [1882710]
tcp: do not clear packets_out in tcp_create_openreq_child() (Jiri Benc) [1882710]
tcp: move icsk_rto init to tcp_disconnect() (Jiri Benc) [1882710]
tcp: do not set snd_ssthresh in tcp_create_openreq_child() (Jiri Benc) [1882710]
net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp() (Jiri Benc) [1882710]
net-tun: Eliminate two tun/xdp related function calls from vhost-net (Jiri Benc) [1882710]
net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp() (Jiri Benc) [1882710]
ipv4: Add helpers for neigh lookup for nexthop (Jiri Benc) [1882710]
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator (Jiri Benc) [1882710]
tipc: better validate user input in tipc_nl_retrieve_key() (Xin Long) [1950093]
tipc: simplify the finalize work queue (Xin Long) [1958456]
tipc: wait and exit until all work queues are done (Xin Long) [1958456]
[s390] KVM: s390: diag9c (directed yield) forwarding (Claudio Imbrenda) [1874105]
kvm/svm: Reenable nesting (Dr. David Alan Gilbert) [1790949]
powerpc/papr_scm: Reduce error severity if nvdimm stats inaccessible (Steve Best) [1965193]
Revert "[redhat] redhat/configs: Update CONFIG_ARM64_CNP" (Mark Salter) [1949533]
arm64: kernel: disable CNP on Carmel (Mark Salter) [1949533]
|
2021-06-17 |
[rt] build kernel-rt-4.18.0-314.rt7.95.el8 [1939539]
redhat/configs: Enable CONFIG_MICROSOFT_MANA=m (Vitaly Kuznetsov) [1957820]
net: mana: Use int to check the return value of mana_gd_poll_cq() (Vitaly Kuznetsov) [1957820]
net: mana: fix PCI_HYPERV dependency (Vitaly Kuznetsov) [1957820]
net: mana: remove redundant initialization of variable err (Vitaly Kuznetsov) [1957820]
net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (Vitaly Kuznetsov) [1957820]
hv_netvsc: Make netvsc/VF binding check both MAC and serial number (Vitaly Kuznetsov) [1957820]
net: evaluate net.ipvX.conf.all.ignore_routes_with_linkdown (Balazs Nemeth) [1957223]
net: evaluate net.ipv4.conf.all.proxy_arp_pvlan (Balazs Nemeth) [1957223]
netfilter: nf_log_syslog: Unset bridge logger in pernet exit (Phil Sutter) [1938214]
netfilter: nft_log: perform module load from nf_tables (Phil Sutter) [1938214]
netfilter: nft_dynset: fix timeouts later than 23 days (Phil Sutter) [1938214]
netfilter: nft_compat: make sure xtables destructors have run (Phil Sutter) [1938214]
netfilter: nftables: Add __printf() attribute (Phil Sutter) [1938214]
netfilter: nf_log: add module softdeps (Phil Sutter) [1938214]
netfilter: nf_log_common: merge with nf_log_syslog (Phil Sutter) [1938214]
netfilter: nf_log_bridge: merge with nf_log_syslog (Phil Sutter) [1938214]
netfilter: nf_log_netdev: merge with nf_log_syslog (Phil Sutter) [1938214]
netfilter: nf_log_ipv6: merge with nf_log_syslog (Phil Sutter) [1938214]
netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header. (Phil Sutter) [1938214]
ipv6: Use ipv6_authlen for len (Phil Sutter) [1938214]
netfilter: nf_log_arp: merge with nf_log_syslog (Phil Sutter) [1938214]
netfilter: nf_log_ipv4: rename to nf_log_syslog (Phil Sutter) [1938214]
net/sched: cls_api: increase max_reclassify_loop (Davide Caratti) [1955136]
vsock/vmci: Remove redundant assignment to err (Stefano Garzarella) [1956861]
vsock/virtio: free queued packets when closing socket (Stefano Garzarella) [1956861]
net: vsock: Fix a typo (Stefano Garzarella) [1956861]
selinux: vsock: Set SID for socket returned by accept() (Stefano Garzarella) [1956861]
af_vsock: Assign the vsock transport considering the vsock address flags (Stefano Garzarella) [1956861]
af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive path (Stefano Garzarella) [1956861]
vsock_addr: Check for supported flag values (Stefano Garzarella) [1956861]
vm_sockets: Add VMADDR_FLAG_TO_HOST vsock flag (Stefano Garzarella) [1956861]
vm_sockets: Add flags field in the vsock address data structure (Stefano Garzarella) [1956861]
hv_sock: Remove the accept port restriction (Stefano Garzarella) [1956861]
hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communication (Stefano Garzarella) [1956861]
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME (Corinna Vinschen) [1958988]
net: ensure mac header is set in virtio_net_hdr_to_skb() (Balazs Nemeth) [1955441]
devlink: Fix dmac_filter trap name, align to its documentation (Petr Oros) [1935701]
devlink: Add DMAC filter generic packet trap (Petr Oros) [1935701]
devlink: Add blackhole_nexthop trap (Petr Oros) [1935701]
stm class: Fix module init return on allocation failure (Jiri Olsa) [1907791]
stm class: ftrace: Use different channel accroding to CPU (Jiri Olsa) [1907791]
stm class: ftrace: Enable supported trace export flag (Jiri Olsa) [1907791]
stm class: ftrace: Change dependency to TRACING (Jiri Olsa) [1907791]
stm class: Replace zero-length array with flexible-array (Jiri Olsa) [1907791]
stm class: sys-t: Fix the use of time_after() (Jiri Olsa) [1907791]
stm class: Lose the protocol driver when dropping its reference (Jiri Olsa) [1907791]
stm class: Fix a double free of stm_source_device (Jiri Olsa) [1907791]
stm class: Fix channel bitmap on 32-bit systems (Jiri Olsa) [1907791]
stm class: Fix channel free in stm output free path (Jiri Olsa) [1907791]
stm class: Prevent division by zero (Jiri Olsa) [1907791]
stm class: Fix an endless loop in channel allocation (Jiri Olsa) [1907791]
stm class: Fix a module refcount leak in policy creation error path (Jiri Olsa) [1907791]
stm class: Use memcat_p() (Jiri Olsa) [1907791]
stm class: heartbeat: Fix whitespace (Jiri Olsa) [1907791]
stm class: p_sys-t: Add support for CLOCKSYNC packets (Jiri Olsa) [1907791]
stm class: Add MIPI SyS-T protocol support (Jiri Olsa) [1907791]
stm class: Switch over to the protocol driver (Jiri Olsa) [1907791]
stm class: Factor out default framing protocol (Jiri Olsa) [1907791]
stm class: Add a helper for writing data packets (Jiri Olsa) [1907791]
stm class: Introduce framing protocol drivers (Jiri Olsa) [1907791]
stm class: Clean up stp_configfs_init (Jiri Olsa) [1907791]
stm class: Clarify configfs root type/operations names (Jiri Olsa) [1907791]
stm class: Rework policy node fallback (Jiri Olsa) [1907791]
lib: Add memcat_p(): paste 2 pointer arrays together (Jiri Olsa) [1907791]
tracing: Add trace_export support for trace_marker (Jiri Olsa) [1907791]
tracing: Add trace_export support for event trace (Jiri Olsa) [1907791]
tracing: Add flag to control different traces (Jiri Olsa) [1907791]
tracing: Make function âftrace_exportsâ static (Jiri Olsa) [1907791]
tipc: increment the tmp aead refcnt before attaching it (Xin Long) [1931312]
tipc: skb_linearize the head skb when reassembling msgs (Xin Long) [1912376]
scsi: target: core: Fix warning on realtime kernels (Maurizio Lombardi) [1956416]
scsi: bnx2fc: Fix a typo (Nilesh Javali) [1921617]
scsi: bnx2fc: Fix misnaming of bnx2fc_free_session_resc() (Nilesh Javali) [1921617]
scsi: bnx2fc: Fix typo in bnx2fc_indicate_kcqe() (Nilesh Javali) [1921617]
scsi: bnx2fc: Fix Kconfig warning & CNIC build errors (Nilesh Javali) [1921617]
scsi: bnx2fc: Fix comparison to bool warning (Nilesh Javali) [1921617]
scsi: bnx2fc: Remove unneeded semicolon (Nilesh Javali) [1921617]
scsi: bnx2fc: Make a bunch of symbols static in bnx2fc_fcoe.c (Nilesh Javali) [1921617]
scsi: bnx2fc: Fix spelling mistake "couldnt" -> "couldn't" (Nilesh Javali) [1921617]
scsi: bnx2fc: Demote obvious misuse of kerneldoc to standard comment blocks (Nilesh Javali) [1921617]
scsi: bnx2fc: Fix a couple of bitrotted function documentation headers (Nilesh Javali) [1921617]
scsi: bnx2fc: Repair a range of kerneldoc issues (Nilesh Javali) [1921617]
scsi: bnx2fc: Removal of unused variables (Nilesh Javali) [1921617]
scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.c (Nilesh Javali) [1921617]
scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup() (Nilesh Javali) [1921617]
tools/power turbostat: Enable tsc_tweak for Elkhart Lake and Jasper Lake (Puneet Sethi) [1920704]
selinux: Allow context mounts for unpriviliged overlayfs (Miklos Szeredi) [1956486]
md-cluster: fix use-after-free issue when removing rdev (Nigel Croxon) [1956355]
md/bitmap: wait for external bitmap writes to complete during tear down (Nigel Croxon) [1956355]
md: do not return existing mddevs from mddev_find_or_alloc (Nigel Croxon) [1956355]
md: refactor mddev_find_or_alloc (Nigel Croxon) [1956355]
md: factor out a mddev_alloc_unit helper from mddev_find (Nigel Croxon) [1956355]
md: split mddev_find (Nigel Croxon) [1956355]
md: factor out a mddev_find_locked helper from mddev_find (Nigel Croxon) [1956355]
md: md_open returns -EBUSY when entering racing area (Nigel Croxon) [1956355]
md: Fix missing unused status line of /proc/mdstat (Nigel Croxon) [1956355]
md/raid10: improve discard request for far layout (Xiao Ni) [1956355]
md/raid10: improve raid10 discard request (Nigel Croxon) [1956355]
md/raid10: pull the code that wait for blocked dev into one function (Xiao Ni) [1956355]
md/raid10: extend r10bio devs to raid disks (Xiao Ni) [1956355]
md: add md_submit_discard_bio() for submitting discard bio (Nigel Croxon) [1956355]
leds: trigger: fix potential deadlock with libata (Waiman Long) [1963373]
x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline() (Lenny Szubowicz) [1934273]
x86/kvm: Disable all PV features on crash (Lenny Szubowicz) [1934273]
x86/kvm: Disable kvmclock on all CPUs on shutdown (Lenny Szubowicz) [1934273]
x86/kvm: Teardown PV features on boot CPU as well (Lenny Szubowicz) [1934273]
x86/kvm: Fix pr_info() for async PF setup/teardown (Lenny Szubowicz) [1934273]
RDMA/qedr: Fix error return code in qedr_iw_connect() (Manish Chopra) [1914922]
qede: Use 'skb_add_rx_frag()' instead of hand coding it (Manish Chopra) [1914922]
qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()' (Manish Chopra) [1914922]
qede: fix offload for IPIP tunnel packets (Manish Chopra) [1914922]
RDMA/qedr: iWARP invalid(zero) doorbell address fix (Manish Chopra) [1914922]
qed: fix ILT configuration of SRC block (Manish Chopra) [1914922]
qed: fix error return code in qed_iwarp_ll2_start() (Manish Chopra) [1914922]
RDMA/qedr: Fix resource leak in qedr_create_qp (Manish Chopra) [1914922]
qede: make driver reliable on unload after failures (Manish Chopra) [1914922]
net: qed: Remove unnecessary cast (Manish Chopra) [1914922]
nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/store (Gopal Tiwari) [1935135]
nvme: export fast_io_fail_tmo to sysfs (Gopal Tiwari) [1935135]
EDAC: enable CONFIG_EDAC_IGEN6 (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC/igen6: ecclog_llist can be static (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC/i10nm: Add Intel Sapphire Rapids server support (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC: Add DDR5 new memory type (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC/i10nm: Use readl() to access MMIO registers (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC/igen6: Add debugfs interface for Intel client SoC EDAC driver (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC/igen6: Add EDAC driver for Intel client SoCs using IBECC (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC: Add three new memory types (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC, {skx,i10nm}: Use CPU stepping macro to pass configurations (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enable (Aristeu Rozanski) [1837389 1783539 1861479]
x86/cpu: Add a X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS() macro (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] (Aristeu Rozanski) [1837389 1783539 1861479]
x86: export x86_match_cpu_v2 (Aristeu Rozanski) [1837389 1783539 1861479]
EDAC/amd64: Fix PCI component registration (Aristeu Rozanski) [1918583]
EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeId (Aristeu Rozanski) [1918583]
x86/CPU/AMD: Remove amd_get_nb_id() (Aristeu Rozanski) [1918583]
EDAC/mce_amd: Make fam_ops static global (Aristeu Rozanski) [1918583]
x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[] (Aristeu Rozanski) [1918583]
x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure() (Aristeu Rozanski) [1918583]
EDAC/amd64: Get rid of the ECC disabled long message (Aristeu Rozanski) [1918583]
EDAC/amd64: Check for memory before fully initializing an instance (Aristeu Rozanski) [1918583]
EDAC/amd64: Use cached data when checking for ECC (Aristeu Rozanski) [1918583]
x86/MCE: Make the number of MCA banks a per-CPU variable (Aristeu Rozanski) [1918583]
x86/MCE/AMD: Don't cache block addresses on SMCA systems (Aristeu Rozanski) [1918583]
x86/MCE: Make mce_banks a per-CPU array (Aristeu Rozanski) [1918583]
x86/MCE: Make struct mce_banks[] static (Aristeu Rozanski) [1918583]
x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h models (Aristeu Rozanski) [1918583]
EDAC/mce_amd: Decode MCA_STATUS in bit definition order (Aristeu Rozanski) [1918583]
EDAC/mce_amd: Decode MCA_STATUS[Scrub] bit (Aristeu Rozanski) [1918583]
EDAC, mce_amd: Match error descriptions to latest documentation (Aristeu Rozanski) [1918583]
x86/MCE/AMD: Carve out the MC4_MISC thresholding quirk (Aristeu Rozanski) [1918583]
x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 models (Aristeu Rozanski) [1918583]
powerpc/64s: Fix unrelocated interrupt trampoline address test (Waiman Long) [1966462]
intel_th: pci: Add Alder Lake CPU support (Jiri Olsa) [1840246]
intel_th: pci: Add Alder Lake-S support (Jiri Olsa) [1840246]
mfd: intel_pmt: Add support for DG1 (David Arcari) [1783144]
mfd: intel_pmt: Fix nuisance messages and handling of disabled capabilities (David Arcari) [1783144]
redhat/configs: Add CONFIG_INTEL_PMT_CRASHLOG (David Arcari) [1783144]
redhat/configs: Add CONFIG_INTEL_PMT_TELEMETRY (David Arcari) [1783144]
redhat/configs: Add CONFIG_MFD_INTEL_PMT (David Arcari) [1783144]
platform/x86: intel_pmt_crashlog: Add dependency on MFD_INTEL_PMT (David Arcari) [1783144]
platform/x86: intel_pmt_telemetry: Add dependency on MFD_INTEL_PMT (David Arcari) [1783144]
platform/x86: intel_pmt: Make INTEL_PMT_CLASS non-user-selectable (David Arcari) [1783144]
platform/x86: intel_pmt_crashlog: Fix incorrect macros (David Arcari) [1783144]
platform/x86: intel_pmt_class: Initial resource to 0 (David Arcari) [1783144]
platform/x86: pmt: Fix a potential Oops on error in probe (David Arcari) [1783144]
platform/x86: Intel PMT Crashlog capability driver (David Arcari) [1783144]
platform/x86: Intel PMT Telemetry capability driver (David Arcari) [1783144]
platform/x86: Intel PMT class driver (David Arcari) [1783144]
mfd: Intel Platform Monitoring Technology support (David Arcari) [1783144]
mfd: mfd-core: Ensure disabled devices are ignored without error (David Arcari) [1783144]
mfd: core: Fix double-free in mfd_remove_devices_fn() (David Arcari) [1783144]
mfd: mfd-core: Add mechanism for removal of a subset of children (David Arcari) [1783144]
mfd: core: Add OF_MFD_CELL_REG() helper (David Arcari) [1783144]
mfd: core: Fix formatting of MFD helpers (David Arcari) [1783144]
mfd: core: Make a best effort attempt to match devices with the correct of_nodes (David Arcari) [1783144]
mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices() (David Arcari) [1783144]
mfd: Constify properties in mfd_cell (David Arcari) [1783144]
mfd: mfd-core: Honour Device Tree's request to disable a child-device (David Arcari) [1783144]
mfd: mfd-core: Move pdev->mfd_cell creation back into mfd_add_device() (David Arcari) [1783144]
mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backs (David Arcari) [1783144]
mfd: mfd-core: Protect against NULL call-back function pointer (David Arcari) [1783144]
mfd: mfd-core: Remove mfd_clone_cell() (David Arcari) [1783144]
mfd: Provide MACRO to declare commonly defined MFD cell attributes (David Arcari) [1783144]
mfd: core: Set fwnode for created devices (David Arcari) [1783144]
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 (David Arcari) [1783144]
mfd: mfd-core: Document mfd_add_devices() (David Arcari) [1783144]
PCI: Add defines for Designated Vendor-Specific Extended Capability (David Arcari) [1783144]
tick/nohz: Update idle_exittime on actual idle exit (Phil Auld) [1962632]
tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVE (Phil Auld) [1962632]
tick/nohz: Conditionally restart tick on idle exit (Phil Auld) [1962632]
x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen generations (Phil Auld) [1960687]
pinctrl: devicetree: Avoid taking direct reference to device name string (Aristeu Rozanski) [1922905] {CVE-2020-0427}
redhat: ppc64: enable CONFIG_PPC_RTAS_FILTER (Aristeu Rozanski) [1906444] {CVE-2020-27777}
powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter (Aristeu Rozanski) [1906444] {CVE-2020-27777}
powerpc/rtas: Restrict RTAS requests from userspace (Aristeu Rozanski) [1906444] {CVE-2020-27777}
|
2021-06-17 |
[rt] build kernel-rt-4.18.0-313.rt7.94.el8 [1939539]
docs: vxlan: add info about device features (Petr Oros) [1941739]
selftests: net: add a test for static UDP tunnel ports (Petr Oros) [1941739]
netdevsim: support the static IANA VXLAN port flag (Petr Oros) [1941739]
selftests: net: add a test for shared UDP tunnel info tables (Petr Oros) [1941739]
netdevsim: shared UDP tunnel port table support (Petr Oros) [1941739]
netdevsim: add warnings on unexpected UDP tunnel port errors (Petr Oros) [1941739]
udp_tunnel: add the ability to share port tables (Petr Oros) [1941739]
docs: networking: convert vxlan.txt to ReST (Petr Oros) [1941739]
net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT (Ivan Vecera) [1960528]
ethtool: fix incorrect datatype in set_eee ops (Balazs Nemeth) [1956698]
ethtool: fix missing NLM_F_MULTI flag when dumping (Antoine Tenart) [1953847]
y2038: remove CONFIG_64BIT_TIME (Waiman Long) [1965360]
net/mlx4: Fix EEPROM dump support (Alaa Hleihel) [1915305]
net/mlx4_en: update moderation when config reset (Alaa Hleihel) [1915305]
net/mlx4_core: Add missed mlx4_free_cmd_mailbox() (Alaa Hleihel) [1915305]
IB/mlx4: Use port iterator and validation APIs (Alaa Hleihel) [1915305]
net/mlx4: Use effective interrupt affinity (Alaa Hleihel) [1915302 1915305]
net/mlx4: Replace irq_to_desc() abuse (Alaa Hleihel) [1915302 1915305]
net/mlx4: simplify the return expression of mlx4_init_srq_table() (Alaa Hleihel) [1915302 1915305]
RDMA/mlx4: Remove bogus dev_base_lock usage (Alaa Hleihel) [1915302 1915305]
net/mlx4: simplify the return expression of mlx4_init_cq_table() (Alaa Hleihel) [1915302 1915305]
net/mlx4: Remove unused #define MAX_MSIX_P_PORT (Alaa Hleihel) [1915302 1915305]
RDMA/mlx4: Enable querying AH for XRC QP types (Alaa Hleihel) [1915302 1915305]
IB/mlx4: Fix fall-through warnings for Clang (Alaa Hleihel) [1915302 1915305]
net/mlx4_en: Remove unused performance counters (Alaa Hleihel) [1915302 1915305]
net/mlx4: Assign boolean values to a bool variable (Alaa Hleihel) [1915302 1915305]
net/mlx4: Cleanup kernel-doc warnings (Alaa Hleihel) [1915302 1915305]
net/mlx4_core : remove unneeded semicolon (Alaa Hleihel) [1915302 1915305]
net/mlx4_core: Fix init_hca fields offset (Alaa Hleihel) [1915301 1915305]
mlx4: handle non-napi callers to napi_poll (Alaa Hleihel) [1915301 1915305]
mlx4: drivers/net/ethernet: clean up unused assignments (Alaa Hleihel) [1915301 1915305]
mlx4: add pause frame stats (Alaa Hleihel) [1915301 1915305]
mlx4: make sure to always set the port type (Alaa Hleihel) [1915301 1915305]
net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTES (Alaa Hleihel) [1915301 1915305]
cnic: remove redundant assignment to variable ret (Nilesh Javali) [1921619]
net: cnic: fix spelling mistake "reserverd" -> "reserved" (Nilesh Javali) [1921619]
cnic: Explicitly initialize all reference counts to 0. (Nilesh Javali) [1921619]
cfg80211: fix locking in netlink owner interface destruction (Jarod Wilson) [1937053]
brcmfmac: Avoid GFP_ATOMIC when GFP_KERNEL is enough (Jarod Wilson) [1937053]
ath11k: fix warning in ath11k_mhi_config (Jarod Wilson) [1937053]
ath11k: qmi: Fix spelling mistake "requeqst" -> "request" (Jarod Wilson) [1937053]
ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock (Jarod Wilson) [1937053]
ath10k: Fix a use after free in ath10k_htc_send_bundle (Jarod Wilson) [1937053]
ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices (Jarod Wilson) [1937053]
mt76: mt7921: reinit wpdma during drv_own if necessary (Jarod Wilson) [1937053]
mt76: move mt76_token_init in mt76_alloc_device (Jarod Wilson) [1937053]
mt76: mt7921: fix a precision vs width bug in printk (Jarod Wilson) [1937053]
mt76: mt7915: fix a precision vs width bug in printk (Jarod Wilson) [1937053]
mt76: mt7615: fix a precision vs width bug in printk (Jarod Wilson) [1937053]
mt76: mt7921: introduce mt7921_mcu_sta_add routine (Jarod Wilson) [1937053]
mt76: mt7921: mt7921_stop should put device in fw_own state (Jarod Wilson) [1937053]
mt76: connac: unschedule mac_work before going to sleep (Jarod Wilson) [1937053]
mt76: mt7663: add awake and doze time accounting (Jarod Wilson) [1937053]
mt76: mt7921: improve doze opportunity (Jarod Wilson) [1937053]
mt76: mt7921: get rid of mcu_reset function pointer (Jarod Wilson) [1937053]
mt76: mt7915: do not read rf value from efuse in flash mode (Jarod Wilson) [1937053]
mt76: move token utilities in mt76 common module (Jarod Wilson) [1937053]
mt76: move token_lock, token and token_count in mt76_dev (Jarod Wilson) [1937053]
mt76: mt7921: fix possible invalid register access (Jarod Wilson) [1937053]
mt76: mt7921: enable deep sleep when the device suspends (Jarod Wilson) [1937053]
mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utility (Jarod Wilson) [1937053]
mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routine (Jarod Wilson) [1937053]
mt76: mt7921: introduce mt7921_dma_{enable,disable} utilities (Jarod Wilson) [1937053]
mt76: mt7921: introduce mt7921_wpdma_reset utility routine (Jarod Wilson) [1937053]
mt76: mt7921: move mt7921_dma_reset in dma.c (Jarod Wilson) [1937053]
mt76: mt7615: Fix a dereference of pointer sta before it is null checked (Jarod Wilson) [1937053]
mt76: mt7921: enable sw interrupts (Jarod Wilson) [1937053]
mt76: mt7921: add awake and doze time accounting (Jarod Wilson) [1937053]
mt76: remove MT76_STATE_PM in tx path (Jarod Wilson) [1937053]
mt76: connac: use waitqueue for runtime-pm (Jarod Wilson) [1937053]
mt76: connac: do not run mt76_txq_schedule_all directly (Jarod Wilson) [1937053]
mt76: mt7615: rely on pm refcounting in mt7615_led_set_config (Jarod Wilson) [1937053]
mt76: connac: alaways wake the device before scanning (Jarod Wilson) [1937053]
mt76: mt7921: get rid of useless MT76_STATE_PM in mt7921_mac_work (Jarod Wilson) [1937053]
mt76: connac: remove MT76_STATE_PM in mac_tx_free (Jarod Wilson) [1937053]
mt76: connac: check wake refcount in mcu_fw_pmctrl (Jarod Wilson) [1937053]
mt76: connac: unschedule ps_work in mt76_connac_pm_wake (Jarod Wilson) [1937053]
mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napi (Jarod Wilson) [1937053]
mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napi (Jarod Wilson) [1937053]
mt76: dma: add the capability to define a custom rx napi poll routine (Jarod Wilson) [1937053]
mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx path (Jarod Wilson) [1937053]
mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx path (Jarod Wilson) [1937053]
mt76: connac: introduce wake counter for fw_pmctrl synchronization (Jarod Wilson) [1937053]
mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrl (Jarod Wilson) [1937053]
mt76: mt7921: fix a race between mt7921_mcu_drv_pmctrl and mt7921_mcu_fw_pmctrl (Jarod Wilson) [1937053]
mt76: mt7921: remove leftover function declaration (Jarod Wilson) [1937053]
mt76: connac: move mcu_update_arp_filter in mt76_connac module (Jarod Wilson) [1937053]
mt76: mt7921: do not use 0 as NULL pointer (Jarod Wilson) [1937053]
mt76: mt7915: directly read per-rate tx power from registers (Jarod Wilson) [1937053]
mt76: mt7915: rework the flow of txpower setting (Jarod Wilson) [1937053]
mt76: mt7915: add support for DT rate power limits (Jarod Wilson) [1937053]
mt76: mt7921: abort uncompleted scan by wifi reset (Jarod Wilson) [1937053]
mt76: mt7921: add wifisys reset support in debugfs (Jarod Wilson) [1937053]
mt76: mt7921: run mt7921_mcu_fw_log_2_host holding mt76 mutex (Jarod Wilson) [1937053]
mt76: improve mcu error logging (Jarod Wilson) [1937053]
mt76: mt7921: move hw configuration in mt7921_register_device (Jarod Wilson) [1937053]
mt76: mt7915: add support for applying pre-calibration data (Jarod Wilson) [1937053]
mt76: mt7615: load ROM patch before checking patch semaphore status (Jarod Wilson) [1937053]
mt76: mt7615: fix entering driver-own state on mt7663 (Jarod Wilson) [1937053]
mt76: mt7615: fix hardware error recovery for mt7663 (Jarod Wilson) [1937053]
mt76: mt7921: add dumping Tx power table (Jarod Wilson) [1937053]
mt76: introduce single-sku support for mt7663/mt7921 (Jarod Wilson) [1937053]
mt76: mt7615: do not use mt7615 single-sku values for mt7663 (Jarod Wilson) [1937053]
mt76: mt7615: implement support for using DT rate power limits (Jarod Wilson) [1937053]
mt76: extend DT rate power limits to support 11ax devices (Jarod Wilson) [1937053]
mt76: add functions for parsing rate power limits from DT (Jarod Wilson) [1937053]
mt76: flush tx status queue on DMA reset (Jarod Wilson) [1937053]
mt76: mt7921: add mt7921_dma_cleanup in mt7921_unregister_device (Jarod Wilson) [1937053]
mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put() (Jarod Wilson) [1937053]
mt76: mt7615: only free skbs after mt7615_dma_reset() when reset happens (Jarod Wilson) [1937053]
mt76: mt7915: only free skbs after mt7915_dma_reset() when reset happens (Jarod Wilson) [1937053]
mt76: mt7915: fix memleak when mt7915_unregister_device() (Jarod Wilson) [1937053]
mt76: mt7615: fix memleak when mt7615_unregister_device() (Jarod Wilson) [1937053]
mt76: mt7915: fix rate setting of tx descriptor in testmode (Jarod Wilson) [1937053]
mt76: mt7915: rework mt7915_tm_set_tx_len() (Jarod Wilson) [1937053]
mt76: testmode: add support to send larger packet (Jarod Wilson) [1937053]
rtlwifi: implement set_tim by update beacon content (Jarod Wilson) [1937053]
rtw88: refine napi deinit flow (Jarod Wilson) [1937053]
rtw88: Fix potential unrecoverable tx queue stop (Jarod Wilson) [1937053]
rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryption (Jarod Wilson) [1937053]
rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPK (Jarod Wilson) [1937053]
rtw88: 8822c: Add gap-k calibration to improve long range performance (Jarod Wilson) [1937053]
rtw88: 8822c: reorder macro position according to the register number (Jarod Wilson) [1937053]
iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() (Jarod Wilson) [1937053]
cfg80211: scan: drop entry from hidden_list on overflow (Jarod Wilson) [1937053]
wireless: fix spelling of A-MSDU in HE capabilities (Jarod Wilson) [1937053]
wireless: align HE capabilities A-MPDU Length Exponent Extension (Jarod Wilson) [1937053]
wireless: align some HE capabilities with the spec (Jarod Wilson) [1937053]
mac80211: drop the connection if firmware crashed while in CSA (Jarod Wilson) [1937053]
nl80211: Add new RSNXE related nl80211 extended features (Jarod Wilson) [1937053]
mac80211: properly drop the connection in case of invalid CSA IE (Jarod Wilson) [1937053]
mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driver (Jarod Wilson) [1937053]
nl80211/cfg80211: add a flag to negotiate for LMR feedback in NDP ranging (Jarod Wilson) [1937053]
ieee80211: add the values of ranging parameters max LTF total field (Jarod Wilson) [1937053]
mac80211: aes_cmac: check crypto_shash_setkey() return value (Jarod Wilson) [1937053]
mac80211: minstrel_ht: remove extraneous indentation on if statement (Jarod Wilson) [1937053]
mac80211: properly process TXQ management frames (Jarod Wilson) [1937053]
cfg80211: constify ieee80211_get_response_rate return (Jarod Wilson) [1937053]
cfg80211: fix a few kernel-doc warnings (Jarod Wilson) [1937053]
cfg80211: fix an htmldoc warning (Jarod Wilson) [1937053]
rtw88: 8822c: add CFO tracking (Jarod Wilson) [1937053]
iwlwifi: pcie: don't enable BHs with IRQs disabled (Jarod Wilson) [1937053]
rtw88: Fix array overrun in rtw_get_tx_power_params() (Jarod Wilson) [1937053]
brcmfmac: Remove duplicate struct declaration (Jarod Wilson) [1937053]
rtw88: update statistics to fw for fine-tuning performance (Jarod Wilson) [1937053]
brcmfmac: A typo fix (Jarod Wilson) [1937053]
rtl8xxxu: Simplify locking of a skb list accesses (Jarod Wilson) [1937053]
mwifiex: Remove unneeded variable: "ret" (Jarod Wilson) [1937053]
rtl8xxxu: Fix fall-through warnings for Clang (Jarod Wilson) [1937053]
mwifiex: don't print SSID to logs (Jarod Wilson) [1937053]
rtlwifi: rtl8192de: Use DEFINE_SPINLOCK() for spinlock (Jarod Wilson) [1937053]
rtlwifi: Simplify locking of a skb list accesses (Jarod Wilson) [1937053]
rtlwifi: remove rtl_get_tid_h (Jarod Wilson) [1937053]
rtlwifi: rtl8188ee: remove redundant assignment of variable rtlpriv->btcoexist.reg_bt_sco (Jarod Wilson) [1937053]
rtlwifi: remove redundant assignment to variable err (Jarod Wilson) [1937053]
rtlwifi: Few mundane typo fixes (Jarod Wilson) [1937053]
rtlwifi: 8821ae: upgrade PHY and RF parameters (Jarod Wilson) [1937053]
iwlwifi: dbg: disable ini debug in 9000 family and below (Jarod Wilson) [1937053]
iwlwifi: pcie: Change ma product string name (Jarod Wilson) [1937053]
iwlwifi: fw: print out trigger delay when collecting data (Jarod Wilson) [1937053]
iwlwifi: trans/pcie: defer transport initialisation (Jarod Wilson) [1937053]
iwlwifi: bump FW API to 63 for AX devices (Jarod Wilson) [1937053]
iwlwifi: mvm: don't WARN if we can't remove a time event (Jarod Wilson) [1937053]
iwlwifi: mvm: don't disconnect immediately if we don't hear beacons after CSA (Jarod Wilson) [1937053]
iwlwifi: rs-fw: don't support stbc for HE 160 (Jarod Wilson) [1937053]
iwlwifi: warn on SKB free w/o op-mode (Jarod Wilson) [1937053]
iwlwifi: mvm: add support for version 3 of LARI_CONFIG_CHANGE command. (Jarod Wilson) [1937053]
iwlwifi: pcie: add ISR debug info for msix debug (Jarod Wilson) [1937053]
iwlwifi: pcie: merge napi_poll_msix functions (Jarod Wilson) [1937053]
iwlwifi: mvm: don't lock mutex in RCU critical section (Jarod Wilson) [1937053]
iwlwifi: mvm: remove PS from lower rates. (Jarod Wilson) [1937053]
iwlwifi: mvm: umac error table mismatch (Jarod Wilson) [1937053]
iwlwifi: queue: avoid memory leak in reset flow (Jarod Wilson) [1937053]
iwlwifi: don't warn if we can't wait for empty tx queues (Jarod Wilson) [1937053]
iwlwifi: remove remaining software checksum code (Jarod Wilson) [1937053]
iwlwifi: remove TCM events (Jarod Wilson) [1937053]
iwlwifi: mvm: Use IWL_INFO in fw_reset_handshake() (Jarod Wilson) [1937053]
iwlwifi: mvm: refactor ACPI DSM evaluation function (Jarod Wilson) [1937053]
iwlwifi: mvm: support BIOS enable/disable for 11ax in Ukraine (Jarod Wilson) [1937053]
iwlwifi: move iwl_configure_rxq to be used by other op_modes (Jarod Wilson) [1937053]
iwlwifi: add new so-gf device (Jarod Wilson) [1937053]
iwlwifi: mvm: enable PPAG in China (Jarod Wilson) [1937053]
iwlwifi: mvm: Add support for 6GHz passive scan (Jarod Wilson) [1937053]
iwlwifi: add ax201 killer device (Jarod Wilson) [1937053]
iwlwifi: mvm: when associated with PMF, use protected NDP ranging negotiation (Jarod Wilson) [1937053]
iwlwifi: mvm: clean up queue sync implementation (Jarod Wilson) [1937053]
iwlwifi: mvm: write queue_sync_state only for sync (Jarod Wilson) [1937053]
iwlwifi: mvm: responder: support responder config command version 8 (Jarod Wilson) [1937053]
iwlwifi: mvm: support range request command version 12 (Jarod Wilson) [1937053]
iwlwifi: pcie: make cfg vs. trans_cfg more robust (Jarod Wilson) [1937053]
iwlwifi: pcie: clear only FH bits handle in the interrupt (Jarod Wilson) [1937053]
iwlwifi: add 160Mhz to killer 1550 name (Jarod Wilson) [1937053]
iwlwifi: change name to AX 211 and 411 family (Jarod Wilson) [1937053]
iwlwifi: change step in so-gf struct (Jarod Wilson) [1937053]
iwlwifi: pcie: Add support for Bz Family (Jarod Wilson) [1937053]
iwlwifi: mvm: don't allow CSA if we haven't been fully associated (Jarod Wilson) [1937053]
iwlwifi: pcie: normally grab NIC access for inflight-hcmd (Jarod Wilson) [1937053]
iwlwifi: pcie: avoid unnecessarily taking spinlock (Jarod Wilson) [1937053]
iwlwifi: mvm: enable TX on new CSA channel before disconnecting (Jarod Wilson) [1937053]
mt76: mt7921: add rcu section in mt7921_mcu_tx_rate_report (Jarod Wilson) [1937053]
mt76: mt7921: introduce MCU_EVENT_LP_INFO event parsing (Jarod Wilson) [1937053]
mt76: mt7615: always add rx header translation tlv when adding stations (Jarod Wilson) [1937053]
mt76: mt7615: add missing SPDX tag in mmio.c (Jarod Wilson) [1937053]
mt76: mt7915: add mmio.c (Jarod Wilson) [1937053]
mt76: report Rx timestamp (Jarod Wilson) [1937053]
mt76: mt7921: remove 80+80 MHz support capabilities (Jarod Wilson) [1937053]
mt76: fix potential DMA mapping leak (Jarod Wilson) [1937053]
mt76: mt7921: reduce the data latency during hw scan (Jarod Wilson) [1937053]
mt76: mt7921: fix the insmod hangs (Jarod Wilson) [1937053]
mt76: mt7921: fix kernel crash when the firmware fails to download (Jarod Wilson) [1937053]
mt76: mt7921: fix the dwell time control (Jarod Wilson) [1937053]
mt76: mt7921: fix inappropriate WoW setup with the missing ARP informaiton (Jarod Wilson) [1937053]
mt76: mt7921: introduce MT_WFDMA_DUMMY_CR definition (Jarod Wilson) [1937053]
mt76: mt7915: add wifi subsystem reset (Jarod Wilson) [1937053]
mt76: mt7915: fix mt7915_mcu_add_beacon (Jarod Wilson) [1937053]
mt76: mt7615: fix .add_beacon_offload() (Jarod Wilson) [1937053]
mt76: mt7921: rework mt7921_mcu_debug_msg_event routine (Jarod Wilson) [1937053]
mt76: mt7921: always wake the device in mt7921_remove_interface (Jarod Wilson) [1937053]
mt76: mt7921: fix key set/delete issue (Jarod Wilson) [1937053]
mt76: mt7915: fix txpower init for TSSI off chips (Jarod Wilson) [1937053]
mt76: mt7915: limit firmware log message printk to buffer length (Jarod Wilson) [1937053]
mt76: mt7615: limit firmware log message printk to buffer length (Jarod Wilson) [1937053]
mt76: mt7615: fix chip reset on MT7622 and MT7663e (Jarod Wilson) [1937053]
mt76: mt7915: cleanup mcu tx queue in mt7915_dma_reset() (Jarod Wilson) [1937053]
mt76: mt7915: keep mcu_add_bss_info enabled till interface removal (Jarod Wilson) [1937053]
mt76: mt7615: keep mcu_add_bss_info enabled till interface removal (Jarod Wilson) [1937053]
mt76: mt7622: trigger hif interrupt for system reset (Jarod Wilson) [1937053]
mt76: mt7615: cleanup mcu tx queue in mt7615_dma_reset() (Jarod Wilson) [1937053]
mt76: mt7615: only enable DFS test knobs for mt7615 (Jarod Wilson) [1937053]
mt76: mt7921: properly configure rcpi adding a sta to the fw (Jarod Wilson) [1937053]
mt76: connac: introduce mt76_sta_cmd_info data structure (Jarod Wilson) [1937053]
mt76: mt7921: get rid of mt7921_mac_wtbl_lmac_addr (Jarod Wilson) [1937053]
mt76: mt7915: refresh repeater entry MAC address when setting BSSID (Jarod Wilson) [1937053]
mt76: mt7915: fix key set/delete issue (Jarod Wilson) [1937053]
mt76: mt7921: remove duplicated macros in mcu.h (Jarod Wilson) [1937053]
mt76: mt7921: remove redundant check on type (Jarod Wilson) [1937053]
mt76: mt7921: remove leftovers from dbdc configuration (Jarod Wilson) [1937053]
mt76: mt7921: add wifi reset support (Jarod Wilson) [1937053]
mt76: dma: export mt76_dma_rx_cleanup routine (Jarod Wilson) [1937053]
mt76: dma: introduce mt76_dma_queue_reset routine (Jarod Wilson) [1937053]
mt76: mt7921: introduce __mt7921_start utility routine (Jarod Wilson) [1937053]
mt76: mt7921: introduce mt7921_run_firmware utility routine. (Jarod Wilson) [1937053]
mt76: introduce mcu_reset function pointer in mt76_mcu_ops structure (Jarod Wilson) [1937053]
mt76: mt7921: reduce mcu timeouts for suspend, offload and hif_ctrl msg (Jarod Wilson) [1937053]
mt76: mt7915: fix possible deadlock while mt7915_register_ext_phy() (Jarod Wilson) [1937053]
mt76: mt7615: add missing capabilities for DBDC (Jarod Wilson) [1937053]
mt76: mt7663s: fix the possible device hang in high traffic (Jarod Wilson) [1937053]
mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregation (Jarod Wilson) [1937053]
mt76: mt7663: fix when beacon filter is being applied (Jarod Wilson) [1937053]
mt76: mt7615: check mcu returned values in mt7615_ops (Jarod Wilson) [1937053]
mt76: mt7915: check mcu returned values in mt7915_ops (Jarod Wilson) [1937053]
mt76: mt7915: fix txrate reporting (Jarod Wilson) [1937053]
mt76: mt7915: fix rxrate reporting (Jarod Wilson) [1937053]
mt76: mt76x0u: Add support for TP-Link T2UHP(UN) v1 (Jarod Wilson) [1937053]
mt76: mt7915: fix PHY mode for DBDC (Jarod Wilson) [1937053]
mt76: mt7915: stop ext_phy queue when mac reset happens (Jarod Wilson) [1937053]
mt76: mt7915: fix CSA notification for DBDC (Jarod Wilson) [1937053]
mt76: mt7615: stop ext_phy queue when mac reset happens (Jarod Wilson) [1937053]
mt76: mt7615: fix CSA notification for DBDC (Jarod Wilson) [1937053]
mt76: mt7915: add missing capabilities for DBDC (Jarod Wilson) [1937053]
mt76: mt7921: check mcu returned values in mt7921_start (Jarod Wilson) [1937053]
mt76: mt7921: fix the base of the dynamic remap (Jarod Wilson) [1937053]
mt76: mt7921: fix the base of PCIe interrupt (Jarod Wilson) [1937053]
mt76: mt7921: get rid of mt7921_sta_rc_update routine (Jarod Wilson) [1937053]
mt76: check return value of mt76_txq_send_burst in mt76_txq_schedule_list (Jarod Wilson) [1937053]
mt76: connac: fix kernel warning adding monitor interface (Jarod Wilson) [1937053]
mt76: mt7915: fix mib stats counter reporting to mac80211 (Jarod Wilson) [1937053]
mt76: mt7615: fix mib stats counter reporting to mac80211 (Jarod Wilson) [1937053]
mt76: mt7615: remove hdr->fw_ver check (Jarod Wilson) [1937053]
mt76: mt7615: fix TSF configuration (Jarod Wilson) [1937053]
mt76: mt7921: fix stats register definitions (Jarod Wilson) [1937053]
mt76: mt7921: remove unneeded semicolon (Jarod Wilson) [1937053]
mt76: mt7915: fix aggr len debugfs node (Jarod Wilson) [1937053]
mt76: mt7921: fix aggr length histogram (Jarod Wilson) [1937053]
mt76: mt7615: fix memory leak in mt7615_coredump_work (Jarod Wilson) [1937053]
mt76: mt7615: add support for rx decapsulation offload (Jarod Wilson) [1937053]
mt76: mt7615: add rx checksum offload support (Jarod Wilson) [1937053]
mt76: mt7615: enable hw rx-amsdu de-aggregation (Jarod Wilson) [1937053]
mt76: connac: update sched_scan cmd usage (Jarod Wilson) [1937053]
mt76: mt7921: add flush operation (Jarod Wilson) [1937053]
mt76: mt7921: fixup rx bitrate statistics (Jarod Wilson) [1937053]
mt76: connac: fix up the setting for ht40 mode in mt76_connac_mcu_uni_add_bss (Jarod Wilson) [1937053]
mt76: mt7921: switch to new api for hardware beacon filter (Jarod Wilson) [1937053]
mt76: mt7921: fix memory leak in mt7921_coredump_work (Jarod Wilson) [1937053]
mt76: mt7921: fix suspend/resume sequence (Jarod Wilson) [1937053]
mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open coded (Jarod Wilson) [1937053]
mt76: mt7915: always check return value from mt7915_mcu_alloc_wtbl_req (Jarod Wilson) [1937053]
mt76: connac: always check return value from mt76_connac_mcu_alloc_wtbl_req (Jarod Wilson) [1937053]
mt76: mt76x0: disable GTK offloading (Jarod Wilson) [1937053]
mt76: always use WTBL_MAX_SIZE for tlv allocation (Jarod Wilson) [1937053]
mt76: mt7921: removed unused definitions in mcu.h (Jarod Wilson) [1937053]
mt76: mt7921: remove unnecessary variable (Jarod Wilson) [1937053]
mt76: mt7921: enable random mac addr during scanning (Jarod Wilson) [1937053]
mt76: mt7615: support loading EEPROM for MT7613BE (Jarod Wilson) [1937053]
mt76: mt7915: fix tx skb dma unmap (Jarod Wilson) [1937053]
mt76: mt7615: fix tx skb dma unmap (Jarod Wilson) [1937053]
mt76: mt7615: fix key set/delete issues (Jarod Wilson) [1937053]
mt76: mt7915: add support for rx decapsulation offload (Jarod Wilson) [1937053]
mt76: mt7915: add rx checksum offload support (Jarod Wilson) [1937053]
mt76: mt7915: enable hw rx-amsdu de-aggregation (Jarod Wilson) [1937053]
mt76: add support for 802.3 rx frames (Jarod Wilson) [1937053]
cfg80211: Remove wrong RNR IE validation check (Jarod Wilson) [1937053]
mac80211: bail out if cipher schemes are invalid (Jarod Wilson) [1937053]
mac80211: clear the beacon's CRC after channel switch (Jarod Wilson) [1937053]
mac80211: Set priority and queue mapping for injected frames (Jarod Wilson) [1937053]
mac80211: Allow concurrent monitor iface and ethernet rx decap (Jarod Wilson) [1937053]
nl80211: Add interface to indicate TDLS peer's HE capability (Jarod Wilson) [1937053]
cfg80211: allow specifying a reason for hw_rfkill (Jarod Wilson) [1937053]
nl80211: better document CMD_ROAM behavior (Jarod Wilson) [1937053]
mac80211: set sk_pacing_shift for 802.3 txpath (Jarod Wilson) [1937053]
mac80211: don't apply flow control on management frames (Jarod Wilson) [1937053]
nl80211: Add missing line in nl80211_fils_discovery_policy (Jarod Wilson) [1937053]
mac80211: remove redundant assignment of variable result (Jarod Wilson) [1937053]
mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_rate() (Jarod Wilson) [1937053]
cfg80211: regulatory: use DEFINE_SPINLOCK() for spinlock (Jarod Wilson) [1937053]
mac80211_hwsim: use DEFINE_SPINLOCK() for spinlock (Jarod Wilson) [1937053]
rfkill: use DEFINE_SPINLOCK() for spinlock (Jarod Wilson) [1937053]
mt7601u: enable TDLS support (Jarod Wilson) [1937053]
mt7601u: fix always true expression (Jarod Wilson) [1937053]
rtw88: Fix an error code in rtw_debugfs_set_rsvd_page() (Jarod Wilson) [1937053]
rtw88: coex: fix A2DP stutters while WL busy + WL scan (Jarod Wilson) [1937053]
rtw88: 8822c: add LC calibration for RTL8822C (Jarod Wilson) [1937053]
rtw88: 8822c: update tx power limit table to RF v40.1 (Jarod Wilson) [1937053]
rtw88: fix DIG min setting (Jarod Wilson) [1937053]
rtw88: add flush hci support (Jarod Wilson) [1937053]
rtw88: 8822c: support FW crash dump when FW crash (Jarod Wilson) [1937053]
rtw88: remove unnecessary variable (Jarod Wilson) [1937053]
rtw88: coex: add power off setting (Jarod Wilson) [1937053]
ath11k: Add support for STA to handle beacon miss (Jarod Wilson) [1937053]
ath11k: Update signal filled flag during sta_statistics drv op (Jarod Wilson) [1937053]
ath10k: skip the wait for completion to recovery in shutdown path (Jarod Wilson) [1937053]
ath11k: fix thermal temperature read (Jarod Wilson) [1937053]
ath11k: fix potential wmi_mgmt_tx_queue race condition (Jarod Wilson) [1937053]
ath11k: qmi: cosmetic changes to error messages (Jarod Wilson) [1937053]
ath11k: qmi: add more debug messages (Jarod Wilson) [1937053]
Revert "ath9k: fix ath_tx_process_buffer() potential null ptr dereference" (Jarod Wilson) [1937053]
ath11k: print hardware name and version during initialisation (Jarod Wilson) [1937053]
ath11k: Enable radar detection for 160MHz secondary segment (Jarod Wilson) [1937053]
ath11k: Fix sounding dimension config in HE cap (Jarod Wilson) [1937053]
ath11k: add qcn9074 pci device support (Jarod Wilson) [1937053]
ath11k: add extended interrupt support for QCN9074 (Jarod Wilson) [1937053]
ath11k: add CE interrupt support for QCN9074 (Jarod Wilson) [1937053]
ath11k: add data path support for QCN9074 (Jarod Wilson) [1937053]
ath11k: add hal support for QCN9074 (Jarod Wilson) [1937053]
ath11k: add static window support for register access (Jarod Wilson) [1937053]
ath11k: Add qcn9074 mhi controller config (Jarod Wilson) [1937053]
ath11k: Update memory segment count for qcn9074 (Jarod Wilson) [1937053]
ath11k: qmi: increase the number of fw segments (Jarod Wilson) [1937053]
ath11k: Move qmi service_ins_id to hw_params (Jarod Wilson) [1937053]
ath11k: Refactor ath11k_msi_config (Jarod Wilson) [1937053]
ath11k: debugfs: Fix spelling mistake "Opportunies" -> "Opportunities" (Jarod Wilson) [1937053]
ath9k: fix ath_tx_process_buffer() potential null ptr dereference (Jarod Wilson) [1937053]
nl80211: fix beacon head validation (Jarod Wilson) [1937053]
nl80211: fix potential leak of ACL params (Jarod Wilson) [1937053]
cfg80211: check S1G beacon compat element length (Jarod Wilson) [1937053]
cfg80211: remove WARN_ON() in cfg80211_sme_connect (Jarod Wilson) [1937053]
mac80211: fix time-is-after bug in mlme (Jarod Wilson) [1937053]
mac80211: fix TXQ AC confusion (Jarod Wilson) [1937053]
rfkill: revert back to old userspace API by default (Jarod Wilson) [1937053]
mac80211: clear sta->fast_rx when STA removed from 4-addr VLAN (Jarod Wilson) [1937053]
iwlwifi: mvm: fix beacon protection checks (Jarod Wilson) [1937053]
iwlwifi: mvm: rfi: don't lock mvm->mutex when sending config command (Jarod Wilson) [1937053]
iwlwifi: pcie: add support for So-F devices (Jarod Wilson) [1937053]
iwlwifi: fw: fix notification wait locking (Jarod Wilson) [1937053]
iwlwifi: add support for Qu with AX201 device (Jarod Wilson) [1937053]
iwlwifi: pcie: properly set LTR workarounds on 22000 devices (Jarod Wilson) [1937053]
iwlwifi: fix 11ax disabled bit in the regulatory capability flags (Jarod Wilson) [1937053]
brcmfmac: p2p: Fix recently introduced deadlock issue (Jarod Wilson) [1937053]
mt76: mt7921: fix airtime reporting (Jarod Wilson) [1937053]
iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd() (Jarod Wilson) [1937053]
mt76: mt7615: remove redundant dev_err call in mt7622_wmac_probe() (Jarod Wilson) [1937053]
mt76: Convert to DEFINE_SHOW_ATTRIBUTE (Jarod Wilson) [1937053]
reg.c: Fix a spello (Jarod Wilson) [1937053]
mac80211: cfg.c: A typo fix (Jarod Wilson) [1937053]
wireless: remove never implemented MODULE_SUPPORTED_DEVICE (Jarod Wilson) [1937053]
wireless/nl80211: fix wdev_id may be used uninitialized (Jarod Wilson) [1937053]
nl80211: fix locking for wireless device netns change (Jarod Wilson) [1937053]
iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep warning in iwl_pcie_rx_handle()) (Jarod Wilson) [1937053]
iwlwifi: fix ARCH=i386 compilation warnings (Jarod Wilson) [1937053]
iwlwifi: mvm: add terminate entry for dmi_system_id tables (Jarod Wilson) [1937053]
mt76: mt7915: fix unused 'mode' variable (Jarod Wilson) [1937053]
mt76: dma: do not report truncated frames to mac80211 (Jarod Wilson) [1937053]
mt76: mt7921: remove incorrect error handling (Jarod Wilson) [1937053]
iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabled (Jarod Wilson) [1937053]
ath11k: fix AP mode for QCA6390 (Jarod Wilson) [1937053]
ath11k: qmi: use pad to format dma_addr_t (Jarod Wilson) [1937053]
iwlwifi: avoid crash on unsupported debug collection (Jarod Wilson) [1937053]
mt76: mt7915: only modify tx buffer list after allocating tx token id (Jarod Wilson) [1937053]
mt76: fix tx skb error handling in mt76_dma_tx_queue_skb (Jarod Wilson) [1937053]
ath9k: fix transmitting to stations in dynamic SMPS mode (Jarod Wilson) [1937053]
redhat: Enable ath11k PCI device support (Jarod Wilson) [1937053]
soc: qcom: Do not depend on ARCH_QCOM for QMI helpers (Jarod Wilson) [1937053]
net: qrtr: Do not depend on ARCH_QCOM (Jarod Wilson) [1937053]
b43: N-PHY: Fix the update of coef for the PHY revision >= 3case (Jarod Wilson) [1937053]
nl80211: add documentation for HT/VHT/HE disable attributes (Jarod Wilson) [1937053]
cfg80211/mac80211: Support disabling HE mode (Jarod Wilson) [1937053]
mac80211: add STBC encoding to ieee80211_parse_tx_radiotap (Jarod Wilson) [1937053]
mac80211: minstrel_ht: remove sample rate switching code for constrained devices (Jarod Wilson) [1937053]
mac80211: minstrel_ht: show sampling rates in debugfs (Jarod Wilson) [1937053]
mac80211: minstrel_ht: significantly redesign the rate probing strategy (Jarod Wilson) [1937053]
mac80211: minstrel_ht: reduce the need to sample slower rates (Jarod Wilson) [1937053]
mac80211: minstrel_ht: update total packets counter in tx status path (Jarod Wilson) [1937053]
mac80211: minstrel_ht: use bitfields to encode rate indexes (Jarod Wilson) [1937053]
cfg80211: initialize reg_rule in __freq_reg_info() (Jarod Wilson) [1937053]
mac80211: fix potential overflow when multiplying to u32 integers (Jarod Wilson) [1937053]
mac80211: enable QoS support for nl80211 ctrl port (Jarod Wilson) [1937053]
cfg80211: remove unused callback (Jarod Wilson) [1937053]
rtw88: 8822c: update RF_B (2/2) parameter tables to v60 (Jarod Wilson) [1937053]
rtw88: 8822c: update RF_B (1/2) parameter tables to v60 (Jarod Wilson) [1937053]
rtw88: 8822c: update RF_A parameter tables to v60 (Jarod Wilson) [1937053]
rtw88: 8822c: update MAC/BB parameter tables to v60 (Jarod Wilson) [1937053]
rtw88: replace tx tasklet with work queue (Jarod Wilson) [1937053]
rtw88: add napi support (Jarod Wilson) [1937053]
rtw88: add rts condition (Jarod Wilson) [1937053]
rtw88: add dynamic rrsr configuration (Jarod Wilson) [1937053]
iwlwifi: remove incorrect comment in pnvm (Jarod Wilson) [1937053]
ath11k: qmi: add debug message for allocated memory segment addresses and sizes (Jarod Wilson) [1937053]
ath11k: pci: remove experimental warning (Jarod Wilson) [1937053]
ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr() (Jarod Wilson) [1937053]
ath10k: change ath10k_offchan_tx_work() peer present msg to a warn (Jarod Wilson) [1937053]
ath9k: fix data bus crash when setting nf_override via debugfs (Jarod Wilson) [1937053]
ath11k: add support to configure spatial reuse parameter set (Jarod Wilson) [1937053]
ath10k: restore tx sk_buff of htt header for SDIO (Jarod Wilson) [1937053]
brcmsmac: Fix the spelling configation to configuration in the file d11.h (Jarod Wilson) [1937053]
iwlwifi: bump FW API to 62 for AX devices (Jarod Wilson) [1937053]
iwlwifi: pnvm: implement reading PNVM from UEFI (Jarod Wilson) [1937053]
iwlwifi: pnvm: move file loading code to a separate function (Jarod Wilson) [1937053]
iwlwifi: pnvm: increment the pointer before checking the TLV (Jarod Wilson) [1937053]
iwlwifi: pcie: define FW_RESET_TIMEOUT for clarity (Jarod Wilson) [1937053]
iwlwifi: pnvm: set the PNVM again if it was already loaded (Jarod Wilson) [1937053]
iwlwifi: mvm: global PM mode does not reset after FW crash (Jarod Wilson) [1937053]
iwlwifi: mvm: reduce the print severity of failing getting NIC temp (Jarod Wilson) [1937053]
iwlwifi: mvm: get NVM later in the mvm_start flow (Jarod Wilson) [1937053]
iwlmvm: set properly NIC_NOT_ACK_ENABLED flag (Jarod Wilson) [1937053]
iwlwifi: remove max_ht_ampdu_exponent config parameter (Jarod Wilson) [1937053]
iwlwifi: remove max_vht_ampdu_exponent config parameter (Jarod Wilson) [1937053]
iwlwifi: mvm: Check ret code for iwl_mvm_load_nvm_to_nic (Jarod Wilson) [1937053]
iwlwifi: mvm: don't check if CSA event is running before removing (Jarod Wilson) [1937053]
iwlwifi: mvm: Support SCAN_CFG_CMD version 5 (Jarod Wilson) [1937053]
iwlwifi: mvm: isolate the get nvm flow (Jarod Wilson) [1937053]
iwlwifi: mvm: simplify iwl_mvm_dbgfs_register (Jarod Wilson) [1937053]
iwlwifi: mvm: register to mac80211 last (Jarod Wilson) [1937053]
iwlwifi: acpi: add support for DSM RFI (Jarod Wilson) [1937053]
iwlwifi: mvm: add RFI-M support (Jarod Wilson) [1937053]
iwlwifi:mvm: Add support for version 2 of the LARI_CONFIG_CHANGE command. (Jarod Wilson) [1937053]
iwlwifi: pcie: don't crash when rx queues aren't allocated in interrupt (Jarod Wilson) [1937053]
iwlwifi: correction of group-id once sending REPLY_ERROR (Jarod Wilson) [1937053]
iwlwifi: pcie: add AX201 and AX211 radio modules for Ma devices (Jarod Wilson) [1937053]
iwlwifi: pcie: add CDB bit to the device configuration parsing (Jarod Wilson) [1937053]
iwlwifi: acpi: don't return valid pointer as an ERR_PTR (Jarod Wilson) [1937053]
iwlwifi: queue: add fake tx time point (Jarod Wilson) [1937053]
iwlwifi: remove flags argument for nic_access (Jarod Wilson) [1937053]
iwlwifi: declare support for triggered SU/MU beamforming feedback (Jarod Wilson) [1937053]
iwlwifi: dbg: add op_mode callback for collecting debug data. (Jarod Wilson) [1937053]
iwlwifi: api: clean up some documentation/bits (Jarod Wilson) [1937053]
iwlwifi: dbg: remove unsupported regions (Jarod Wilson) [1937053]
iwlwifi: pcie: Change Ma device ID (Jarod Wilson) [1937053]
iwlwifi: when HW has rate offload don't look at control field (Jarod Wilson) [1937053]
iwlwifi: pcie: NULLify pointers after free (Jarod Wilson) [1937053]
iwlwifi: mvm: assign SAR table revision to the command later (Jarod Wilson) [1937053]
iwlwifi: mvm: remove useless iwl_mvm_resume_d3() function (Jarod Wilson) [1937053]
iwlwifi: mvm: enhance a print in CSA flows (Jarod Wilson) [1937053]
iwlwifi: mvm: send stored PPAG command instead of local (Jarod Wilson) [1937053]
iwlwifi: mvm: store PPAG enabled/disabled flag properly (Jarod Wilson) [1937053]
iwlwifi: mvm: fix the type we use in the PPAG table validity checks (Jarod Wilson) [1937053]
iwlwifi: acpi: fix PPAG table sizes (Jarod Wilson) [1937053]
iwlwifi: pcie: don't disable interrupts for reg_lock (Jarod Wilson) [1937053]
iwlwifi: pcie: add a few missing entries for So with Hr (Jarod Wilson) [1937053]
iwlwifi: dbg: Mark ucode tlv data as const (Jarod Wilson) [1937053]
iwlwifi: add new cards for So and Qu family (Jarod Wilson) [1937053]
ath11k: fix a locking bug in ath11k_mac_op_start() (Jarod Wilson) [1937053]
rtlwifi: rtl8821ae: phy: Simplify bool comparison (Jarod Wilson) [1937053]
rtlwifi: rtl8192se: Simplify bool comparison (Jarod Wilson) [1937053]
brcmfmac: add support for CQM RSSI notifications (Jarod Wilson) [1937053]
ath10k: Add new debug level for sta related logs (Jarod Wilson) [1937053]
ath11k: Update tx descriptor search index properly (Jarod Wilson) [1937053]
ath10k: Fix lockdep assertion warning in ath10k_sta_statistics (Jarod Wilson) [1937053]
ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_info() (Jarod Wilson) [1937053]
wl3501: fix alignment constraints (Jarod Wilson) [1937053]
rt2800usb: add Sweex LW163V2 id's (Jarod Wilson) [1937053]
rt2x00: remove duplicate word and fix typo in comment (Jarod Wilson) [1937053]
mwifiex: Report connected BSS with cfg80211_connect_bss() (Jarod Wilson) [1937053]
rtl8xxxu: remove unused assignment value (Jarod Wilson) [1937053]
atmel: at76c50x: use DEFINE_MUTEX() for mutex lock (Jarod Wilson) [1937053]
brcmsmac: fix alignment constraints (Jarod Wilson) [1937053]
brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet (Jarod Wilson) [1937053]
brcmfmac: Add DMI nvram filename quirk for Predia Basic tablet (Jarod Wilson) [1937053]
rtw88: 8821c: support RFE type2 wifi NIC (Jarod Wilson) [1937053]
rtw88: 8821c: Correct CCK RSSI (Jarod Wilson) [1937053]
rtw88: coex: 8821c: correct antenna switch function (Jarod Wilson) [1937053]
rtlwifi: rtl8192se: remove redundant initialization of variable rtstatus (Jarod Wilson) [1937053]
iwlwifi: pcie: Disable softirqs during Rx queue init (Jarod Wilson) [1937053]
iwlwifi: bump FW API to 61 for AX devices (Jarod Wilson) [1937053]
iwlwifi: mvm: add Asus to the PPAG approved list (Jarod Wilson) [1937053]
iwlwifi: mvm: add Microsoft to the PPAG approved list (Jarod Wilson) [1937053]
iwlwifi: mvm: add Samsung to the PPAG approved list (Jarod Wilson) [1937053]
iwlwifi: mvm: add HP to the PPAG approved list (Jarod Wilson) [1937053]
iwlwifi: mvm: implement approved list for the PPAG feature (Jarod Wilson) [1937053]
iwlwifi: mvm: set enabled in the PPAG command properly (Jarod Wilson) [1937053]
iwlwifi: mvm: add debugfs entry to trigger a dump as any time-point (Jarod Wilson) [1937053]
iwlwifi: mvm: add tx fail time point (Jarod Wilson) [1937053]
iwlwifi: fwrt: add suspend/resume time point (Jarod Wilson) [1937053]
iwlwifi: mvm: add triggers for MLME events (Jarod Wilson) [1937053]
iwlwifi: mvm: add IML/ROM information for other HW families (Jarod Wilson) [1937053]
iwlwifi: mvm: fix CSA AP side (Jarod Wilson) [1937053]
iwlwifi: mvm: make iwl_mvm_tt_temp_changed() static (Jarod Wilson) [1937053]
iwlwifi: mvm: cancel the scan delayed work when scan is aborted (Jarod Wilson) [1937053]
iwlwifi: pcie: add support for SnJ with Hr1 (Jarod Wilson) [1937053]
iwlwifi: mvm: move early time-point before nvm_init in non-unified (Jarod Wilson) [1937053]
iwlwifi: add support for SnJ with Jf devices (Jarod Wilson) [1937053]
iwlwifi: move SnJ and So rules to the new tables (Jarod Wilson) [1937053]
iwlwifi: mvm: slightly clean up rs_fw_set_supp_rates() (Jarod Wilson) [1937053]
iwlwifi: fw api: make hdr a zero-size array again (Jarod Wilson) [1937053]
iwlwifi: bump FW API to 60 for AX devices (Jarod Wilson) [1937053]
iwlwifi: mvm: advertise BIGTK client support if available (Jarod Wilson) [1937053]
iwlwifi: always allow maximum A-MSDU on newer devices (Jarod Wilson) [1937053]
iwlwifi: mvm: debugfs: check length precisely in inject_packet (Jarod Wilson) [1937053]
iwlwifi: mvm: simplify TX power setting (Jarod Wilson) [1937053]
iwlwifi: tx: move handing sync/async host command to trans (Jarod Wilson) [1937053]
iwlwifi: mvm: add explicit check for non-data frames in get Tx rate (Jarod Wilson) [1937053]
iwlwifi: mvm: debugfs for phy-integration-ver (Jarod Wilson) [1937053]
iwlwifi: parse phy integration string from FW TLV (Jarod Wilson) [1937053]
iwlwifi: mvm: csa: do not abort CSA before disconnect (Jarod Wilson) [1937053]
iwlwifi: mvm: don't send commands during suspend\resume transition (Jarod Wilson) [1937053]
iwlwifi: mvm: don't check system_pm_mode without mutex held (Jarod Wilson) [1937053]
iwlwifi: remove TRANS_PM_OPS (Jarod Wilson) [1937053]
iwlwifi: dbg: dump paged memory from index 1 (Jarod Wilson) [1937053]
iwl-trans: iwlwifi: move sync NMI logic to trans (Jarod Wilson) [1937053]
iwlwifi: pcie: properly implement NAPI (Jarod Wilson) [1937053]
iwlwifi: mvm: add support for new flush queue response (Jarod Wilson) [1937053]
iwlwifi: mvm: handle CCA-EXT delay firmware notification (Jarod Wilson) [1937053]
iwlwifi: mvm: scan: fix scheduled scan restart handling (Jarod Wilson) [1937053]
iwlwifi: mvm: remove debugfs injection limitations (Jarod Wilson) [1937053]
iwlwifi: mvm: check more notification sizes (Jarod Wilson) [1937053]
iwlwifi: mvm: add notification size checks (Jarod Wilson) [1937053]
ath11k: remove h from printk format specifier (Jarod Wilson) [1937053]
ath10k: remove h from printk format specifier (Jarod Wilson) [1937053]
cfg80211: fix netdev registration deadlock (Jarod Wilson) [1937053]
mac80211: fix station rate table updates on assoc (Jarod Wilson) [1937053]
mt76: mt7663: introduce coredump support (Jarod Wilson) [1937053]
mt76: mt7921: add coredump support (Jarod Wilson) [1937053]
mt76: mt7921: enable MSI interrupts (Jarod Wilson) [1937053]
mt76: mt7921: introduce regdomain notifier support (Jarod Wilson) [1937053]
mt76: mt7921: introduce Runtime PM support (Jarod Wilson) [1937053]
mt76: mt7921: rely on mt76_connac_mcu module for suspend and WoW support (Jarod Wilson) [1937053]
mt76: mt7921: rely on mt76_connac_mcu module for sched_scan and hw_scan (Jarod Wilson) [1937053]
mt76: mt7921: rely on mt76_connac_mcu common library (Jarod Wilson) [1937053]
mt76: mt7921: introduce PM support (Jarod Wilson) [1937053]
mt76: mt7921: introduce beacon_loss mcu event (Jarod Wilson) [1937053]
mt76: mt7921: introduce support for hardware beacon filter (Jarod Wilson) [1937053]
mt76: mt7921: introduce 802.11 PS support in sta mode (Jarod Wilson) [1937053]
mt76: mt7921: introduce schedule scan support (Jarod Wilson) [1937053]
mt76: mt7921: add debugfs support (Jarod Wilson) [1937053]
mt76: mt7921: introduce mt7921e support (Jarod Wilson) [1937053]
mt76: mt7921: add ieee80211_ops (Jarod Wilson) [1937053]
mt76: mt7921: add EEPROM support (Jarod Wilson) [1937053]
mt76: mt7921: add DMA support (Jarod Wilson) [1937053]
mt76: mt7921: add MCU support (Jarod Wilson) [1937053]
mt76: mt7921: add MAC support (Jarod Wilson) [1937053]
wireless: Fix "ordering" comment typos (Jarod Wilson) [1937053]
mt76: mt76_connac: move pm utility routines in mt76_connac_lib module (Jarod Wilson) [1937053]
mt76: mt76_connac: move pm data struct in mt76_connac.h (Jarod Wilson) [1937053]
mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu module (Jarod Wilson) [1937053]
mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu module (Jarod Wilson) [1937053]
mt76: mt76_connac: create mcu library (Jarod Wilson) [1937053]
mt76: introduce mt76_vif data structure (Jarod Wilson) [1937053]
cfg80211: call cfg80211_destroy_ifaces() with wiphy lock held (Jarod Wilson) [1937053]
wext: call cfg80211_set_encryption() with wiphy lock held (Jarod Wilson) [1937053]
wext: call cfg80211_change_iface() with wiphy lock held (Jarod Wilson) [1937053]
nl80211: call cfg80211_dev_rename() under RTNL (Jarod Wilson) [1937053]
mt76: dma: fix a possible memory leak in mt76_add_fragment() (Jarod Wilson) [1937053]
ath9k: fix build error with LEDS_CLASS=m (Jarod Wilson) [1937053]
ath10k: fix wmi mgmt tx queue full due to race condition (Jarod Wilson) [1937053]
ath10k: pass the ssid info to get the correct bss entity (Jarod Wilson) [1937053]
ath10k: allow dynamic SAR power limits via common API (Jarod Wilson) [1937053]
mac80211: minstrel_ht: fix regression in the max_prob_rate fix (Jarod Wilson) [1937053]
mt76: mt7615: reduce VHT maximum MPDU length (Jarod Wilson) [1937053]
mt76: reduce q->lock hold time (Jarod Wilson) [1937053]
mt76: usb: process URBs with status EPROTO properly (Jarod Wilson) [1937053]
mt76: move vif_mask back from mt76_phy to mt76_dev (Jarod Wilson) [1937053]
mt76: mt7915: make vif index per adapter instead of per band (Jarod Wilson) [1937053]
mt76: mt7915: add support for using a secondary PCIe link for gen1 (Jarod Wilson) [1937053]
mt76: fix crash on tearing down ext phy (Jarod Wilson) [1937053]
mt76: mt7915: bring up the WA event rx queue for band1 (Jarod Wilson) [1937053]
mt76: mt7615: unify init work (Jarod Wilson) [1937053]
mt76: mt7915: support TxBF for DBDC (Jarod Wilson) [1937053]
mt76: mt7915: Remove unneeded semicolon (Jarod Wilson) [1937053]
mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain() (Jarod Wilson) [1937053]
mt76: mt7915: fix eeprom DBDC band selection (Jarod Wilson) [1937053]
mt76: mt7915: fix eeprom parsing for DBDC (Jarod Wilson) [1937053]
iwlwifi: provide gso_type to GSO packets (Jarod Wilson) [1937053]
mt76: mt7915: disable RED support in the WA firmware (Jarod Wilson) [1937053]
mt76: mt7915: rework mcu API (Jarod Wilson) [1937053]
mt76: mt7915: do not set DRR group for stations (Jarod Wilson) [1937053]
mt76: mt7915: ensure that init work completes before starting the device (Jarod Wilson) [1937053]
mt76: mt7603: fix ED/CCA monitoring with single-stream devices (Jarod Wilson) [1937053]
mt76: mt7915: add implicit Tx beamforming support (Jarod Wilson) [1937053]
mt76: mt7915: simplify peer's TxBF capability check (Jarod Wilson) [1937053]
mt76: mt7615: mt7915: disable txpower sku when testmode enabled (Jarod Wilson) [1937053]
mt76: mt7915: add support for continuous tx in testmode (Jarod Wilson) [1937053]
mt76: mt7915: rework set state part in testmode (Jarod Wilson) [1937053]
mt76: testmode: add a new state for continuous tx (Jarod Wilson) [1937053]
mt76: mt7915: clean hw queue before starting new testmode tx (Jarod Wilson) [1937053]
mt76: mt7915: calculate new packet length when tx_time is set in testmode (Jarod Wilson) [1937053]
mt76: mt7915: add support for ipg in testmode (Jarod Wilson) [1937053]
mt76: mt7915: split edca update function (Jarod Wilson) [1937053]
mt76: testmode: make tx queued limit adjustable (Jarod Wilson) [1937053]
mt76: testmode: add attributes for ipg related parameters (Jarod Wilson) [1937053]
mt76: testmode: add support to set user-defined spe index (Jarod Wilson) [1937053]
mt76: mt7915: force ldpc for bw larger than 20MHz in testmode (Jarod Wilson) [1937053]
mt76: move chainmask in mt76_phy (Jarod Wilson) [1937053]
mt76: move mac_work in mt76_core module (Jarod Wilson) [1937053]
mt76: mt7615: move testmode data from dev to phy (Jarod Wilson) [1937053]
mt76: mt7915: move testmode data from dev to phy (Jarod Wilson) [1937053]
mt76: testmode: move mtd part to mt76_dev (Jarod Wilson) [1937053]
mt76: testmode: introduce dbdc support (Jarod Wilson) [1937053]
mt76: mt7915: add partial add_bss_info command on testmode init (Jarod Wilson) [1937053]
mt76: mt7915: drop zero-length packet to avoid Tx hang (Jarod Wilson) [1937053]
mt76: mt7915: simplify mt7915_mcu_send_message routine (Jarod Wilson) [1937053]
mt76: mt7915: fix endianness warning in mt7915_mcu_set_radar_th (Jarod Wilson) [1937053]
mt76: mt7915: add support for flash mode (Jarod Wilson) [1937053]
mt76: mt7915: run mt7915_configure_filter holding mt76 mutex (Jarod Wilson) [1937053]
mt76: mt7915: convert comma to semicolon (Jarod Wilson) [1937053]
mt76: mt7615: convert comma to semicolon (Jarod Wilson) [1937053]
mt76: mt7615: reset token when mac_reset happens (Jarod Wilson) [1937053]
mt76: mt7915: reset token when mac_reset happens (Jarod Wilson) [1937053]
mt76: mt7915: fix MT_CIPHER_BIP_CMAC_128 setkey (Jarod Wilson) [1937053]
mt76: mt7615: add vif check in mt7615_update_vif_beacon() (Jarod Wilson) [1937053]
mt76: mt7915: add vif check in mt7915_update_vif_beacon() (Jarod Wilson) [1937053]
ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL pointer (Jarod Wilson) [1937053]
mac80211: pause TX while changing interface type (Jarod Wilson) [1937053]
wext: fix NULL-ptr-dereference with cfg80211's lack of commit() (Jarod Wilson) [1937053]
cfg80211: avoid holding the RTNL when calling the driver (Jarod Wilson) [1937053]
iwl4965: do not process non-QOS frames on txq->sched_retry path (Jarod Wilson) [1937053]
mt7601u: process tx URBs with status EPROTO properly (Jarod Wilson) [1937053]
mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batch (Jarod Wilson) [1937053]
rtw88: 8723de: adjust the LTR setting (Jarod Wilson) [1937053]
rtlwifi: rtl8821ae: fix bool comparison in expressions (Jarod Wilson) [1937053]
rtlwifi: rtl8192se: fix bool comparison in expressions (Jarod Wilson) [1937053]
rtlwifi: rtl8188ee: fix bool comparison in expressions (Jarod Wilson) [1937053]
rtlwifi: rtl8192c-common: fix bool comparison in expressions (Jarod Wilson) [1937053]
rtlwifi: rtl_pci: fix bool comparison in expressions (Jarod Wilson) [1937053]
mt7601u: fix kernel crash unplugging the device (Jarod Wilson) [1937053]
iwlwifi: queue: bail out on invalid freeing (Jarod Wilson) [1937053]
iwlwifi: mvm: guard against device removal in reprobe (Jarod Wilson) [1937053]
iwlwifi: Fix IWL_SUBDEVICE_NO_160 macro to use the correct bit. (Jarod Wilson) [1937053]
iwlwifi: mvm: clear IN_D3 after wowlan status cmd (Jarod Wilson) [1937053]
iwlwifi: pcie: add rules to match Qu with Hr2 (Jarod Wilson) [1937053]
iwlwifi: mvm: invalidate IDs of internal stations at mvm start (Jarod Wilson) [1937053]
iwlwifi: mvm: fix the return type for DSM functions 1 and 2 (Jarod Wilson) [1937053]
iwlwifi: pcie: reschedule in long-running memory reads (Jarod Wilson) [1937053]
iwlwifi: pcie: use jiffies for memory read spin time limit (Jarod Wilson) [1937053]
iwlwifi: pcie: fix context info memory leak (Jarod Wilson) [1937053]
iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap (Jarod Wilson) [1937053]
iwlwifi: pcie: set LTR on more devices (Jarod Wilson) [1937053]
iwlwifi: queue: don't crash if txq->entries is NULL (Jarod Wilson) [1937053]
iwlwifi: fix the NMI flow for old devices (Jarod Wilson) [1937053]
iwlwifi: pnvm: don't try to load after failures (Jarod Wilson) [1937053]
iwlwifi: pnvm: don't skip everything when not reloading (Jarod Wilson) [1937053]
iwlwifi: pcie: avoid potential PNVM leaks (Jarod Wilson) [1937053]
iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time() (Jarod Wilson) [1937053]
iwlwifi: mvm: skip power command when unbinding vif during CSA (Jarod Wilson) [1937053]
cfg80211: change netdev registration/unregistration semantics (Jarod Wilson) [1937053]
mac80211: minstrel_ht: fix rounding error in throughput calculation (Jarod Wilson) [1937053]
mac80211: minstrel_ht: increase stats update interval (Jarod Wilson) [1937053]
mac80211: minstrel_ht: fix max probability rate selection (Jarod Wilson) [1937053]
mac80211: minstrel_ht: improve sample rate selection (Jarod Wilson) [1937053]
mac80211: minstrel_ht: improve ampdu length estimation (Jarod Wilson) [1937053]
mac80211: minstrel_ht: remove old ewma based rate average code (Jarod Wilson) [1937053]
mac80211: remove legacy minstrel rate control (Jarod Wilson) [1937053]
mac80211: minstrel_ht: add support for OFDM rates on non-HT clients (Jarod Wilson) [1937053]
mac80211: minstrel_ht: clean up CCK code (Jarod Wilson) [1937053]
mac80211: introduce aql_enable node in debugfs (Jarod Wilson) [1937053]
cfg80211: Add phyrate conversion support for extended MCS in 60GHz band (Jarod Wilson) [1937053]
cfg80211: add VHT rate entries for MCS-10 and MCS-11 (Jarod Wilson) [1937053]
mac80211: reduce peer HE MCS/NSS to own capabilities (Jarod Wilson) [1937053]
mac80211: remove NSS number of 160MHz if not support 160MHz for HE (Jarod Wilson) [1937053]
mac80211: 160MHz with extended NSS BW in CSA (Jarod Wilson) [1937053]
mac80211: add LDPC encoding to ieee80211_parse_tx_radiotap (Jarod Wilson) [1937053]
mac80211: add rx decapsulation offload support (Jarod Wilson) [1937053]
ath10k: remove unused struct ath10k::dev_type (Jarod Wilson) [1937053]
ath11k: remove duplicate function declaration (Jarod Wilson) [1937053]
ath10k: increase rx buffer size to 2048 (Jarod Wilson) [1937053]
ath10k: sanitity check for ep connectivity (Jarod Wilson) [1937053]
mt76: mt7663s: fix rx buffer refcounting (Jarod Wilson) [1937053]
mt7601u: fix rx buffer refcounting (Jarod Wilson) [1937053]
mac80211: check if atf has been disabled in __ieee80211_schedule_txq (Jarod Wilson) [1937053]
mac80211: do not drop tx nulldata packets on encrypted links (Jarod Wilson) [1937053]
mac80211: fix encryption key selection for 802.3 xmit (Jarod Wilson) [1937053]
mac80211: fix fast-rx encryption check (Jarod Wilson) [1937053]
mac80211: fix incorrect strlen of .write in debugfs (Jarod Wilson) [1937053]
cfg80211: fix a kerneldoc markup (Jarod Wilson) [1937053]
brcmfmac: clear EAP/association status bits on linkdown events (Jarod Wilson) [1937053]
brcmfmac: Delete useless kfree code (Jarod Wilson) [1937053]
mt7601u: check the status of device in calibration (Jarod Wilson) [1937053]
mt7601u: process URBs in status EPROTO properly (Jarod Wilson) [1937053]
brcmfmac: support BCM4365E with 43666 ChipCommon chip ID (Jarod Wilson) [1937053]
mwifiex: pcie: Drop bogus __refdata annotation (Jarod Wilson) [1937053]
rtw88: Simplify bool comparison (Jarod Wilson) [1937053]
rtw88: coex: set 4 slot TDMA for BT link and WL busy (Jarod Wilson) [1937053]
rtw88: 8821c: apply CCK PD level which calculates from dynamic mechanism (Jarod Wilson) [1937053]
rtw88: reduce the log level for failure of tx report (Jarod Wilson) [1937053]
rtw88: Delete useless kfree code (Jarod Wilson) [1937053]
iwlwifi: dbg: Don't touch the tlv data (Jarod Wilson) [1937053]
mt76: Fix queue ID variable types after mcu queue split (Jarod Wilson) [1937053]
cfg80211: Save the regulatory domain with a lock (Jarod Wilson) [1937053]
cfg80211/mac80211: fix kernel-doc for SAR APIs (Jarod Wilson) [1937053]
mt76: mt7915: fix MESH ifdef block (Jarod Wilson) [1937053]
mt76: mt76s: fix NULL pointer dereference in mt76s_process_tx_queue (Jarod Wilson) [1937053]
mt76: sdio: remove wake logic in mt76s_process_tx_queue (Jarod Wilson) [1937053]
mt76: usb: remove wake logic in mt76u_status_worker (Jarod Wilson) [1937053]
ath11k: dp: clean up a variable name (Jarod Wilson) [1937053]
ath11k: pci: remove unnecessary mask in ath11k_pci_enable_ltssm() (Jarod Wilson) [1937053]
ath11k: pci: disable ASPM L0sLs before downloading firmware (Jarod Wilson) [1937053]
ath11k: qmi: try to allocate a big block of DMA memory first (Jarod Wilson) [1937053]
rtlwifi: rise completion at the last step of firmware callback (Jarod Wilson) [1937053]
mt76: mt76u: fix NULL pointer dereference in mt76u_status_worker (Jarod Wilson) [1937053]
ath10k: prevent deinitializing NAPI twice (Jarod Wilson) [1937053]
ath9k: Postpone key cache entry deletion for TXQ frames reference it (Jarod Wilson) [1937053]
ath: Modify ath_key_delete() to not need full key entry (Jarod Wilson) [1937053]
ath: Export ath_hw_keysetmac() (Jarod Wilson) [1937053]
ath9k: Clear key cache explicitly on disabling hardware (Jarod Wilson) [1937053]
ath: Use safer key clearing with key cache entries (Jarod Wilson) [1937053]
ath10k: Remove voltage regulator votes during wifi disable (Jarod Wilson) [1937053]
ath10k: Fix error handling in case of CE pipe init failure (Jarod Wilson) [1937053]
ath11k: Fix ath11k_pci_fix_l1ss() (Jarod Wilson) [1937053]
ath11k: Fix error code in ath11k_core_suspend() (Jarod Wilson) [1937053]
ath11k: start vdev if a bss peer is already created (Jarod Wilson) [1937053]
ath11k: fix crash caused by NULL rx_channel (Jarod Wilson) [1937053]
ath11k: add missing null check on allocated skb (Jarod Wilson) [1937053]
ath9k: make relay callbacks const (Jarod Wilson) [1937053]
ath11k: make relay callbacks const (Jarod Wilson) [1937053]
ath10k: make relay callbacks const (Jarod Wilson) [1937053]
ath11k: implement suspend for QCA6390 PCI devices (Jarod Wilson) [1937053]
ath11k: hif: add ce irq enable and disable functions (Jarod Wilson) [1937053]
ath11k: implement WoW enable and wakeup commands (Jarod Wilson) [1937053]
ath11k: set credit_update flag for flow controlled ep only (Jarod Wilson) [1937053]
ath11k: dp: stop rx pktlog before suspend (Jarod Wilson) [1937053]
ath11k: htc: implement suspend handling (Jarod Wilson) [1937053]
ath11k: htc: remove unused struct ath11k_htc_ops (Jarod Wilson) [1937053]
ath11k: pci: read select_window register to ensure write is finished (Jarod Wilson) [1937053]
ath11k: hif: implement suspend and resume functions (Jarod Wilson) [1937053]
ath11k: mhi: hook suspend and resume (Jarod Wilson) [1937053]
ath11k: Fix incorrect tlvs in scan start command (Jarod Wilson) [1937053]
ath11k: pci: disable VDD4BLOW (Jarod Wilson) [1937053]
ath11k: pci: fix L1ss clock unstable problem (Jarod Wilson) [1937053]
ath11k: pci: fix hot reset stability issues (Jarod Wilson) [1937053]
ath11k: put hw to DBS using WMI_PDEV_SET_HW_MODE_CMDID (Jarod Wilson) [1937053]
ath11k: mhi: print a warning if firmware crashed (Jarod Wilson) [1937053]
ath11k: use MHI provided APIs to allocate and free MHI controller (Jarod Wilson) [1937053]
ath10k: add atomic protection for device recovery (Jarod Wilson) [1937053]
ath10k: add option for chip-id based BDF selection (Jarod Wilson) [1937053]
mt76: remove unused variable q (Jarod Wilson) [1937053]
mac80211: add ieee80211_set_sar_specs (Jarod Wilson) [1937053]
nl80211: add common API to configure SAR power limitations (Jarod Wilson) [1937053]
mac80211: fix a mistake check for rx_stats update (Jarod Wilson) [1937053]
mac80211: mlme: save ssid info to ieee80211_bss_conf while assoc (Jarod Wilson) [1937053]
mac80211: Update rate control on channel change (Jarod Wilson) [1937053]
mac80211: don't filter out beacons once we start CSA (Jarod Wilson) [1937053]
mac80211: Fix calculation of minimal channel width (Jarod Wilson) [1937053]
mac80211: ignore country element TX power on 6 GHz (Jarod Wilson) [1937053]
mac80211: use bitfield helpers for BA session action frames (Jarod Wilson) [1937053]
mac80211: support Rx timestamp calculation for all preamble types (Jarod Wilson) [1937053]
mac80211: don't set set TDLS STA bandwidth wider than possible (Jarod Wilson) [1937053]
mac80211: support driver-based disconnect with reconnect hint (Jarod Wilson) [1937053]
cfg80211: support immediate reconnect request hint (Jarod Wilson) [1937053]
mac80211: use struct assignment for he_obss_pd (Jarod Wilson) [1937053]
cfg80211: remove struct ieee80211_he_bss_color (Jarod Wilson) [1937053]
nl80211: validate key indexes for cfg80211_registered_device (Jarod Wilson) [1937053]
cfg80211: include block-tx flag in channel switch started event (Jarod Wilson) [1937053]
mac80211: disallow band-switch during CSA (Jarod Wilson) [1937053]
ieee80211: update reduced neighbor report TBTT info length (Jarod Wilson) [1937053]
cfg80211: Save the regulatory domain when setting custom regulatory (Jarod Wilson) [1937053]
nl80211: always accept scan request with the duration set (Jarod Wilson) [1937053]
cfg80211: Update TSF and TSF BSSID for multi BSS (Jarod Wilson) [1937053]
cfg80211: scan PSC channels in case of scan with wildcard SSID (Jarod Wilson) [1937053]
mac80211: Skip entries with SAE H2E only membership selector (Jarod Wilson) [1937053]
cfg80211: Parse SAE H2E only membership selector (Jarod Wilson) [1937053]
mac80211: support MIC error/replay detected counters driver update (Jarod Wilson) [1937053]
mac80211: he: remove non-bss-conf fields from bss_conf (Jarod Wilson) [1937053]
mac80211: remove trailing semicolon in macro definitions (Jarod Wilson) [1937053]
nl80211: Fix fall-through warnings for Clang (Jarod Wilson) [1937053]
mac80211: Fix fall-through warnings for Clang (Jarod Wilson) [1937053]
cfg80211: Fix fall-through warnings for Clang (Jarod Wilson) [1937053]
cfg80211: fix callback type mismatches in wext-compat (Jarod Wilson) [1937053]
net: wireless: make a const array static, makes object smaller (Jarod Wilson) [1937053]
net: mac80211: use core API for updating TX/RX stats (Jarod Wilson) [1937053]
rfkill: add a reason to the HW rfkill state (Jarod Wilson) [1937053]
rtlwifi: rtl8192de: fix ofdm power compensation (Jarod Wilson) [1937053]
ath9k_htc: adhere to the DONT_REORDER transmit flag (Jarod Wilson) [1937053]
ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax (Jarod Wilson) [1937053]
ath11k: support TXOP duration based RTS threshold (Jarod Wilson) [1937053]
ath11k: fix incorrect wmi param for configuring HE operation (Jarod Wilson) [1937053]
ath11k: unlock on error path in ath11k_mac_op_add_interface() (Jarod Wilson) [1937053]
ath11k: fix rmmod failure if qmi sequence fails (Jarod Wilson) [1937053]
rtw88: Fix fall-through warnings for Clang (Jarod Wilson) [1937053]
rt2x00: Fix fall-through warnings for Clang (Jarod Wilson) [1937053]
ath11k: pci: add MODULE_FIRMWARE macros (Jarod Wilson) [1937053]
rtw88: reduce polling time of IQ calibration (Jarod Wilson) [1937053]
rtw88: fix multiple definition of rtw_pm_ops (Jarod Wilson) [1937053]
brcmfmac: remove redundant assignment to pointer 'entry' (Jarod Wilson) [1937053]
rtw88: declare hw supports ch 144 (Jarod Wilson) [1937053]
rtw88: coex: fix missing unitialization of variable 'interval' (Jarod Wilson) [1937053]
mwifiex: change license text of Makefile and README from MARVELL to NXP (Jarod Wilson) [1937053]
rtw88: pci: Add prototypes for .probe, .remove and .shutdown (Jarod Wilson) [1937053]
ath9k: remove trailing semicolon in macro definition (Jarod Wilson) [1937053]
ath11k: Ignore resetting peer auth flag in peer assoc cmd (Jarod Wilson) [1937053]
ath11k: add 64bit check before reading msi high addr (Jarod Wilson) [1937053]
ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.c (Jarod Wilson) [1937053]
mac80211: mesh: fix mesh_pathtbl_init() error path (Jarod Wilson) [1937053]
mt76: mt7615: Fix fall-through warnings for Clang (Jarod Wilson) [1937053]
mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate() (Jarod Wilson) [1937053]
mt76: attempt to free up more room when filling the tx queue (Jarod Wilson) [1937053]
mt76: mt7915: stop queues when running out of tx tokens (Jarod Wilson) [1937053]
mt76: improve tx queue stop/wake (Jarod Wilson) [1937053]
mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate() (Jarod Wilson) [1937053]
mt76: mt7615: fix rdd mcu cmd endianness (Jarod Wilson) [1937053]
mt76: mt7915: fix endian issues (Jarod Wilson) [1937053]
mt76: mt7915: get rid of dbdc debugfs knob (Jarod Wilson) [1937053]
mt76: mt7915: introduce dbdc support (Jarod Wilson) [1937053]
mt76: move hw mac_addr in mt76_phy (Jarod Wilson) [1937053]
mt76: move band allocation in mt76_register_phy (Jarod Wilson) [1937053]
mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5g (Jarod Wilson) [1937053]
mt76: move band capabilities in mt76_phy (Jarod Wilson) [1937053]
mt76: move tx hw data queues in mt76_phy (Jarod Wilson) [1937053]
mt76: move mcu queues to mt76_dev q_mcu array (Jarod Wilson) [1937053]
mt76: rely on mt76_queue in tx_queue_skb_raw signature (Jarod Wilson) [1937053]
mt76: introduce mt76_init_mcu_queue utility routine (Jarod Wilson) [1937053]
mt76: rely on mt76_queue in tx_queue_skb signature (Jarod Wilson) [1937053]
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature (Jarod Wilson) [1937053]
mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signature (Jarod Wilson) [1937053]
mt76: sdio: rely on mt76_queue in mt76s_process_tx_queue signature (Jarod Wilson) [1937053]
mt76: sdio: introduce mt76s_alloc_tx_queue (Jarod Wilson) [1937053]
mt76: move mt76_init_tx_queue in common code (Jarod Wilson) [1937053]
mt76: mt7915: rely on eeprom definitions (Jarod Wilson) [1937053]
mt76: mt7615: refactor usb/sdio rate code (Jarod Wilson) [1937053]
mt76: mt7615: support 16 interfaces (Jarod Wilson) [1937053]
mt76: mt7915: remove unused mt7915_mcu_bss_sync_tlv() (Jarod Wilson) [1937053]
mt76: mt7915: use BIT_ULL for omac_idx (Jarod Wilson) [1937053]
mt76: mt7915: make mt7915_eeprom_read static (Jarod Wilson) [1937053]
mt76: mt7915: add support to set tx frequency offset in testmode (Jarod Wilson) [1937053]
mt76: mt7915: add support to set txpower in testmode (Jarod Wilson) [1937053]
mt76: mt7915: implement testmode rx support (Jarod Wilson) [1937053]
mt76: mt7915: implement testmode tx support (Jarod Wilson) [1937053]
mt76: testmode: add support for HE rate modes (Jarod Wilson) [1937053]
mt76: mt7915: fix tx rate related fields in tx descriptor (Jarod Wilson) [1937053]
mt76: testmode: add support for LTF and GI combinations for HE mode (Jarod Wilson) [1937053]
mt76: testmode: add tx_rate_stbc parameter (Jarod Wilson) [1937053]
mt76: testmode: add snr attribute in rx statistics (Jarod Wilson) [1937053]
mt76: testmode: switch ib and wb rssi to array type for per-antenna report (Jarod Wilson) [1937053]
mt76: mt76u: use dedicated thread for status work (Jarod Wilson) [1937053]
mt76: mt76u: rely on woker APIs for rx work (Jarod Wilson) [1937053]
mt76: mt7615: run key configuration in mt7615_set_key for usb/sdio devices (Jarod Wilson) [1937053]
mt76: fix tkip configuration for mt7615/7663 devices (Jarod Wilson) [1937053]
mt76: switch to wep sw crypto for mt7615/mt7915 (Jarod Wilson) [1937053]
mt76: mt7663s: introduce WoW support via GPIO (Jarod Wilson) [1937053]
mt76: move mt76_mcu_send_firmware in common module (Jarod Wilson) [1937053]
mt76: mt7603: add additional EEPROM chip ID (Jarod Wilson) [1937053]
mt76: fix memory leak if device probing fails (Jarod Wilson) [1937053]
mt76: mt7915: fix sparse warning cast from restricted __le16 (Jarod Wilson) [1937053]
mt76: dma: fix possible deadlock running mt76_dma_cleanup (Jarod Wilson) [1937053]
mt76: set fops_tx_stats.owner to THIS_MODULE (Jarod Wilson) [1937053]
mt76: mt7915: rename mt7915_mcu_get_rate_info to mt7915_mcu_get_tx_rate (Jarod Wilson) [1937053]
mt76: mt7915: update ppe threshold (Jarod Wilson) [1937053]
mt76: mt7915: set fops_sta_stats.owner to THIS_MODULE (Jarod Wilson) [1937053]
mt76: sdio: get rid of sched.lock (Jarod Wilson) [1937053]
mt76: mt7663s: fix a possible ple quota underflow (Jarod Wilson) [1937053]
mt76: mt7663s: get rid of mt7663s_sta_add (Jarod Wilson) [1937053]
mt76: mt7615: introduce quota debugfs node for mt7663s (Jarod Wilson) [1937053]
mt76: mt7615: enable beacon filtering by default for offload fw (Jarod Wilson) [1937053]
mt76: add back the SUPPORTS_REORDERING_BUFFER flag (Jarod Wilson) [1937053]
mt76: mt7915: query station rx rate from firmware (Jarod Wilson) [1937053]
mt76: mt7915: move eeprom parsing out of mt7915_mcu_parse_response (Jarod Wilson) [1937053]
mt76: implement functions to get the response skb for MCU calls (Jarod Wilson) [1937053]
mt76: mt7603: switch to .mcu_skb_send_msg (Jarod Wilson) [1937053]
mt76: make mcu_ops->mcu_send_msg optional (Jarod Wilson) [1937053]
mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msg (Jarod Wilson) [1937053]
mt76: move mcu timeout handling to .mcu_parse_response (Jarod Wilson) [1937053]
mt76: implement .mcu_parse_response in struct mt76_mcu_ops (Jarod Wilson) [1937053]
mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msg (Jarod Wilson) [1937053]
mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msg (Jarod Wilson) [1937053]
mt76: mt7915: disable OFDMA/MU-MIMO UL (Jarod Wilson) [1937053]
mt76: mt7915: fix DRR sta bss group index (Jarod Wilson) [1937053]
mt76: mt7915: use napi_consume_skb to bulk-free tx skbs (Jarod Wilson) [1937053]
mt76: mt7915: fix processing txfree events (Jarod Wilson) [1937053]
mt76: mt7915: support 32 station interfaces (Jarod Wilson) [1937053]
mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915 (Jarod Wilson) [1937053]
mt76: mt7615: add debugfs knob for setting extended local mac addresses (Jarod Wilson) [1937053]
mt76: use ieee80211_rx_list to pass frames to the network stack as a batch (Jarod Wilson) [1937053]
mt76: mt7915: add encap offload for 4-address mode stations (Jarod Wilson) [1937053]
mt76: mt7915: add 802.11 encap offload support (Jarod Wilson) [1937053]
mt76: sdio: convert {status/net}_work to mt76_worker (Jarod Wilson) [1937053]
mt76: mt7663s: disable interrupt during txrx_worker processing (Jarod Wilson) [1937053]
mt76: mt7663s: convert txrx_work to mt76_worker (Jarod Wilson) [1937053]
mt76: mt7663s: move tx/rx processing in the same txrx workqueue (Jarod Wilson) [1937053]
mt76: mt7615: retry if mt7615_mcu_init returns -EAGAIN (Jarod Wilson) [1937053]
mt76: mt7915: fix VHT LDPC capability (Jarod Wilson) [1937053]
mt76: mt7915: measure channel noise and report it via survey (Jarod Wilson) [1937053]
mac80211: set SDATA_STATE_RUNNING for monitor interfaces (Jarod Wilson) [1937053]
cfg80211: initialize rekey_data (Jarod Wilson) [1937053]
mac80211: fix return value of ieee80211_chandef_he_6ghz_oper (Jarod Wilson) [1937053]
rtw88: debug: Fix uninitialized memory in debugfs code (Jarod Wilson) [1937053]
brcmfmac: expose firmware config files through modinfo (Jarod Wilson) [1937053]
rtw88: coex: add feature to enhance HID coexistence performance (Jarod Wilson) [1937053]
rtw88: coex: upgrade coexistence A2DP mechanism (Jarod Wilson) [1937053]
rtw88: coex: add action for coexistence in hardware initial (Jarod Wilson) [1937053]
rtw88: coex: add function to avoid cck lock (Jarod Wilson) [1937053]
rtw88: coex: change the coexistence mechanism for WLAN connected (Jarod Wilson) [1937053]
rtw88: coex: change the coexistence mechanism for HID (Jarod Wilson) [1937053]
rtw88: coex: update AFH information while in free-run mode (Jarod Wilson) [1937053]
rtw88: coex: update the mechanism for A2DP + PAN (Jarod Wilson) [1937053]
rtw88: coex: add debug message (Jarod Wilson) [1937053]
rtw88: coex: run coexistence when WLAN entering/leaving LPS (Jarod Wilson) [1937053]
Revert "rtl8xxxu: Add Buffalo WI-U3-866D to list of supported devices" (Jarod Wilson) [1937053]
mt76: usb: fix crash on device removal (Jarod Wilson) [1937053]
ath11k: dp_rx: fix monitor status dma unmap direction (Jarod Wilson) [1937053]
ath10k: Constify static qmi structs (Jarod Wilson) [1937053]
ath10k: Release some resources in an error handling path (Jarod Wilson) [1937053]
ath10k: Fix an error handling path (Jarod Wilson) [1937053]
ath10k: Fix the parsing error in service available event (Jarod Wilson) [1937053]
ath11k: Fix an error handling path (Jarod Wilson) [1937053]
ath11k: Build check size of ath11k_skb_cb (Jarod Wilson) [1937053]
ath11k: Reset ath11k_skb_cb before setting new flags (Jarod Wilson) [1937053]
ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.control (Jarod Wilson) [1937053]
ath11k: remove "ath11k_mac_get_ar_vdev_stop_status" references (Jarod Wilson) [1937053]
ath11k: peer delete synchronization with firmware (Jarod Wilson) [1937053]
ath11k: vdev delete synchronization with firmware (Jarod Wilson) [1937053]
mwifiex: Remove duplicated REG_PORT definition (Jarod Wilson) [1937053]
rtlwifi: rtl8723ae: avoid accessing the data mapped to streaming DMA (Jarod Wilson) [1937053]
rtlwifi: rtl8192de: avoid accessing the data mapped to streaming DMA (Jarod Wilson) [1937053]
rtlwifi: rtl8192ce: avoid accessing the data mapped to streaming DMA (Jarod Wilson) [1937053]
rtlwifi: rtl8188ee: avoid accessing the data mapped to streaming DMA (Jarod Wilson) [1937053]
mwifiex: Fix fall-through warnings for Clang (Jarod Wilson) [1937053]
brcmsmac: ampdu: Check BA window size before checking block ack (Jarod Wilson) [1937053]
brcmfmac: Fix incorrect type in assignment (Jarod Wilson) [1937053]
rtlwifi: rtl8192de: remove the useless value assignment (Jarod Wilson) [1937053]
brcmfmac: fix error return code in brcmf_cfg80211_connect() (Jarod Wilson) [1937053]
rtw88: wow: print key type when failing (Jarod Wilson) [1937053]
rtw88: coex: change the decode method from firmware (Jarod Wilson) [1937053]
rtw88: coex: remove unnecessary WLAN slot extend (Jarod Wilson) [1937053]
rtw88: coex: remove write scan bit to scoreboard in scan and connect notify (Jarod Wilson) [1937053]
rtw88: coex: fix BT performance drop during initial/power-on step (Jarod Wilson) [1937053]
rtw88: coex: Change antenna setting to enhance free-run performance (Jarod Wilson) [1937053]
rtw88: coex: update the TDMA parameter when leave LPS (Jarod Wilson) [1937053]
rtw88: coex: add the mechanism for RF4CE (Jarod Wilson) [1937053]
rtw88: coex: Add force flag for coexistence table function (Jarod Wilson) [1937053]
rtw88: coex: add write scoreboard action when WLAN in critical procedure (Jarod Wilson) [1937053]
rtw88: coex: remove unnecessary feature/function (Jarod Wilson) [1937053]
rtw88: coex: update TDMA settings for different beacon interval (Jarod Wilson) [1937053]
rtw88: add CCK_PD debug log (Jarod Wilson) [1937053]
rtw88: 8723d: add cck pd seetings (Jarod Wilson) [1937053]
ath11k: Fix the rx_filter flag setting for peer rssi stats (Jarod Wilson) [1937053]
ath10k: add target IRAM recovery feature support (Jarod Wilson) [1937053]
ath11k: Fix beamformee STS in HE cap (Jarod Wilson) [1937053]
ath11k: add processor_id based ring_selector logic (Jarod Wilson) [1937053]
mac80211: free sta in sta_info_insert_finish() on errors (Jarod Wilson) [1937053]
mac80211: minstrel: fix tx status processing corner case (Jarod Wilson) [1937053]
mac80211: minstrel: remove deferred sampling code (Jarod Wilson) [1937053]
mac80211: fix memory leak on filtered powersave frames (Jarod Wilson) [1937053]
rfkill: Fix use-after-free in rfkill_resume() (Jarod Wilson) [1937053]
nl80211: fix kernel-doc warning in the new SAE attribute (Jarod Wilson) [1937053]
cfg80211: remove WDS code (Jarod Wilson) [1937053]
mac80211: remove WDS-related code (Jarod Wilson) [1937053]
rt2x00: remove WDS code (Jarod Wilson) [1937053]
b43: remove WDS code (Jarod Wilson) [1937053]
ath9k: remove WDS code (Jarod Wilson) [1937053]
rtw88: coex: simplify the setting and condition about WLAN TX limitation (Jarod Wilson) [1937053]
rtw88: coex: add debug message (Jarod Wilson) [1937053]
rtw88: coex: update WLAN 5G AFH parameter for 8822b (Jarod Wilson) [1937053]
rtw88: coex: change the parameter for A2DP when WLAN connecting (Jarod Wilson) [1937053]
rtw88: coex: modified for BT info notify (Jarod Wilson) [1937053]
rtw88: coex: add separate flag for manual control (Jarod Wilson) [1937053]
rtw88: coex: Modify the timing of set_ant_path/set_rf_para (Jarod Wilson) [1937053]
rtw88: coex: coding style adjustment (Jarod Wilson) [1937053]
rtw88: coex: reduce magic number (Jarod Wilson) [1937053]
rtw88: coex: update coex parameter to improve A2DP quality (Jarod Wilson) [1937053]
rtw88: coex: fixed some wrong register definition and setting (Jarod Wilson) [1937053]
rtlwifi: fix spelling typo of workaround (Jarod Wilson) [1937053]
mwifiex: pcie: skip cancel_work_sync() on reset failure path (Jarod Wilson) [1937053]
mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current state (Jarod Wilson) [1937053]
mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure (Jarod Wilson) [1937053]
ath11k: Handle errors if peer creation fails (Jarod Wilson) [1937053]
ath9k: work around false-positive gcc warning (Jarod Wilson) [1937053]
wireless: remove CONFIG_WIRELESS_WDS (Jarod Wilson) [1937053]
brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free} (Jarod Wilson) [1937053]
rtlwifi: rtl8821ae: Place braces around empty if() body (Jarod Wilson) [1937053]
rtlwifi: rtl8821ae: phy: Remove a couple of unused variables (Jarod Wilson) [1937053]
rtlwifi: rtl8723be: Remove set but unused variable 'cck_highpwr' (Jarod Wilson) [1937053]
rtlwifi: halbtc8821a2ant: Remove a bunch of unused variables (Jarod Wilson) [1937053]
rtlwifi: rtl8188ee: Remove set but unused variable 'reg_ea4' (Jarod Wilson) [1937053]
rtlwifi: rtl8723be: Remove set but unused variable 'lc_cal' (Jarod Wilson) [1937053]
rtlwifi: halbtc8821a1ant: Remove set but unused variable 'wifi_rssi_state' (Jarod Wilson) [1937053]
rtlwifi: phy: Remove set but unused variable 'bbvalue' (Jarod Wilson) [1937053]
rtlwifi: halbtc8723b2ant: Remove a bunch of set but unused variables (Jarod Wilson) [1937053]
rtlwifi: rtl8192cu: trx: Demote clear abuse of kernel-doc format (Jarod Wilson) [1937053]
rtlwifi: rtl8192cu: mac: Fix some missing/ill-documented function parameters (Jarod Wilson) [1937053]
rtw88: rtw8822c: Remove unused variable 'corr_val' (Jarod Wilson) [1937053]
mwifiex: pcie: Remove a couple of unchecked 'ret's (Jarod Wilson) [1937053]
wl1251: cmd: Rename 'len' to 'buf_len' in the documentation (Jarod Wilson) [1937053]
brcmfmac: fweh: Add missing description for 'gfp' (Jarod Wilson) [1937053]
brcmfmac: pcie: Provide description for missing function parameter 'devinfo' (Jarod Wilson) [1937053]
brcmfmac: bcmsdh: Fix description for function parameter 'pktlist' (Jarod Wilson) [1937053]
rt2x00: save survey for every channel visited (Jarod Wilson) [1937053]
rtlwifi: Remove in_interrupt() usage in halbtc_send_bt_mp_operation() (Jarod Wilson) [1937053]
rtlwifi: Remove in_interrupt() usage in is_any_client_connect_to_ap(). (Jarod Wilson) [1937053]
rtl8xxxu: Add Buffalo WI-U3-866D to list of supported devices (Jarod Wilson) [1937053]
rtw88: decide lps deep mode from firmware feature. (Jarod Wilson) [1937053]
rtw88: add C2H response for checking firmware leave lps (Jarod Wilson) [1937053]
rtw88: store firmware feature in firmware header (Jarod Wilson) [1937053]
rtw88: sync the power state between driver and firmware (Jarod Wilson) [1937053]
rtw88: coex: separate BLE HID profile from BLE profile (Jarod Wilson) [1937053]
rtlwifi: Fix non-canonical address access issues (Jarod Wilson) [1937053]
brcmfmac: fix SDIO access for big-endian host (Jarod Wilson) [1937053]
rtw88: remove extraneous 'const' qualifier (Jarod Wilson) [1937053]
rtlwifi: fix -Wpointer-sign warning (Jarod Wilson) [1937053]
ath11k: fix ZERO address in probe request (Jarod Wilson) [1937053]
ath9k: dynack: Demote non-compliant function header (Jarod Wilson) [1937053]
ath9k: ar5008_phy: Demote half completed function headers (Jarod Wilson) [1937053]
ath9k: ar9003_2p2_initvals: Remove unused const variables (Jarod Wilson) [1937053]
ath9k: ar9485_initvals: Remove unused const variable 'ar9485_fast_clock_1_1_baseband_postamble' (Jarod Wilson) [1937053]
ath9k: ar9340_initvals: Remove unused const variable 'ar9340Modes_ub124_tx_gain_table_1p0' (Jarod Wilson) [1937053]
ath9k: ar9330_1p1_initvals: Remove unused const variable 'ar9331_common_tx_gain_offset1_1' (Jarod Wilson) [1937053]
ath: dfs_pri_detector: Demote zero/half completed kernel-doc headers (Jarod Wilson) [1937053]
ath: dfs_pattern_detector: Fix some function kernel-doc headers (Jarod Wilson) [1937053]
ath: regd: Provide description for ath_reg_apply_ir_flags's 'reg' param (Jarod Wilson) [1937053]
ath11k: Add new dfs region name for JP (Jarod Wilson) [1937053]
ath11k: fix wmi init configuration (Jarod Wilson) [1937053]
ath11k: Fix the hal descriptor mask (Jarod Wilson) [1937053]
ath11k: Fix single phy hw mode (Jarod Wilson) [1937053]
ath11k: Fix number of rules in filtered ETSI regdomain (Jarod Wilson) [1937053]
ath11k: Remove unused param from wmi_mgmt_params (Jarod Wilson) [1937053]
ath11k: Initialize complete alpha2 for regulatory change (Jarod Wilson) [1937053]
ath11k: cold boot calibration support (Jarod Wilson) [1937053]
ath11k: search DT for qcom,ath11k-calibration-variant (Jarod Wilson) [1937053]
ath11k: Remove unnecessary data sync to cpu on monitor buffer (Jarod Wilson) [1937053]
ath10k: cancel rx worker in hif_stop for SDIO (Jarod Wilson) [1937053]
ath10k: Don't iterate over not-sdata-in-driver interfaces. (Jarod Wilson) [1937053]
ath10k: fix compilation warning (Jarod Wilson) [1937053]
mac80211: assure that certain drivers adhere to DONT_REORDER flag (Jarod Wilson) [1937053]
mac80211: don't overwrite QoS TID of injected frames (Jarod Wilson) [1937053]
mac80211: adhere to Tx control flag that prevents frame reordering (Jarod Wilson) [1937053]
mac80211: add radiotap flag to assure frames are not reordered (Jarod Wilson) [1937053]
mac80211: save HE oper info in BSS config for mesh (Jarod Wilson) [1937053]
cfg80211: add support to configure HE MCS for beacon rate (Jarod Wilson) [1937053]
nl80211: fix beacon tx rate mask validation (Jarod Wilson) [1937053]
cfg80211: Add support to calculate and report 4096-QAM HE rates (Jarod Wilson) [1937053]
cfg80211: Add support to configure SAE PWE value to drivers (Jarod Wilson) [1937053]
ieee80211: Add definition for WFA DPP (Jarod Wilson) [1937053]
mac80211: use semicolons rather than commas to separate statements (Jarod Wilson) [1937053]
ath11k: FILS discovery and unsolicited broadcast probe response support (Jarod Wilson) [1937053]
ath10k: sdio: remove redundant check in for loop (Jarod Wilson) [1937053]
mac80211: add KCOV remote annotations to incoming frame processing (Jarod Wilson) [1937053]
rtw88: fix fw_fifo_addr check (Jarod Wilson) [1937053]
mac80211: don't require VHT elements for HE on 2.4 GHz (Jarod Wilson) [1937053]
cfg80211: regulatory: Fix inconsistent format argument (Jarod Wilson) [1937053]
mac80211: fix kernel-doc markups (Jarod Wilson) [1937053]
mac80211: always wind down STA state (Jarod Wilson) [1937053]
cfg80211: initialize wdev data earlier (Jarod Wilson) [1937053]
mac80211: fix use of skb payload instead of header (Jarod Wilson) [1937053]
mac80211: fix regression where EAPOL frames were sent in plaintext (Jarod Wilson) [1937053]
ath11k: remove repeated words in comments and warnings (Jarod Wilson) [1937053]
ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warning (Jarod Wilson) [1937053]
ath10k: remove repeated words in comments (Jarod Wilson) [1937053]
nl80211: docs: add a description for s1g_cap parameter (Jarod Wilson) [1937053]
mac80211: use new function dev_fetch_sw_netstats (Jarod Wilson) [1937053]
rtlwifi: rtl8192se: remove duplicated legacy_httxpowerdiff (Jarod Wilson) [1937053]
ath11k: Fix memory leak on error path (Jarod Wilson) [1937053]
mac80211: copy configured beacon tx rate to driver (Jarod Wilson) [1937053]
cfg80211: only allow S1G channels on S1G band (Jarod Wilson) [1937053]
mac80211: initialize last_rate for S1G STAs (Jarod Wilson) [1937053]
mac80211: handle lack of sband->bitrates in rates (Jarod Wilson) [1937053]
mac80211: avoid processing non-S1G elements on S1G band (Jarod Wilson) [1937053]
nl80211: fix non-split wiphy information (Jarod Wilson) [1937053]
nl80211: reduce non-split wiphy dump size (Jarod Wilson) [1937053]
ath11k: remove unnecessary casts to u32 (Jarod Wilson) [1937053]
ath11k: enable idle power save mode (Jarod Wilson) [1937053]
ath11k: start a timer to update HP for CE pipe 4 (Jarod Wilson) [1937053]
ath11k: start a timer to update REO cmd ring (Jarod Wilson) [1937053]
ath11k: start a timer to update TCL HP (Jarod Wilson) [1937053]
ath11k: set WMI pipe credit to 1 for QCA6390 (Jarod Wilson) [1937053]
ath11k: enable shadow register configuration and access (Jarod Wilson) [1937053]
ath11k: read and write registers below unwindowed address (Jarod Wilson) [1937053]
ath11k: debugfs: fix crash during rmmod (Jarod Wilson) [1937053]
ath11k: fix warning caused by lockdep_assert_held (Jarod Wilson) [1937053]
ath11k: mac: remove unused conf_mutex to solve a deadlock (Jarod Wilson) [1937053]
ath11k: pci: fix rmmod crash (Jarod Wilson) [1937053]
ath11k: add packet log support for QCA6390 (Jarod Wilson) [1937053]
ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in idr_alloc (Jarod Wilson) [1937053]
ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in ath11k_dp_htt_get_ppdu_desc (Jarod Wilson) [1937053]
ath11k: change to disable softirqs for ath11k_regd_update to solve deadlock (Jarod Wilson) [1937053]
ath11k: disable monitor mode on QCA6390 (Jarod Wilson) [1937053]
ath11k: pci: check TCSR_SOC_HW_VERSION (Jarod Wilson) [1937053]
ath11k: add interface_modes to hw_params (Jarod Wilson) [1937053]
ath11k: fix AP mode for QCA6390 (Jarod Wilson) [1937053]
ath11k: support loading ELF board files (Jarod Wilson) [1937053]
ath11k: Correctly check errors for calls to debugfs_create_dir() (Jarod Wilson) [1937053]
ath11k: mac: fix parenthesis alignment (Jarod Wilson) [1937053]
rtw88: pci: Power cycle device during shutdown (Jarod Wilson) [1937053]
brcmfmac: Fix warning message after dongle setup failed (Jarod Wilson) [1937053]
brcmfmac: Fix warning when hitting FW crash with flow control feature (Jarod Wilson) [1937053]
net: rtlwifi: Replace in_interrupt() for context detection (Jarod Wilson) [1937053]
net: rtlwifi: Remove in_interrupt() from debug macro (Jarod Wilson) [1937053]
net: mwifiex: Use netif_rx_any_context(). (Jarod Wilson) [1937053]
net: iwlwifi: Remove in_interrupt() from tracing macro. (Jarod Wilson) [1937053]
net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macros (Jarod Wilson) [1937053]
net: brcmfmac: Convey allocation mode as argument (Jarod Wilson) [1937053]
net: brcmfmac: Convey execution context via argument to brcmf_netif_rx() (Jarod Wilson) [1937053]
net: brcmfmac: Replace in_interrupt() (Jarod Wilson) [1937053]
ath11k: Move non-fatal warn logs to dbg level (Jarod Wilson) [1937053]
ath9k: Remove set but not used variable (Jarod Wilson) [1937053]
rtw88: show current regulatory in tx power table (Jarod Wilson) [1937053]
rtw88: add dump fw crash log (Jarod Wilson) [1937053]
rtw88: add dump firmware fifo support (Jarod Wilson) [1937053]
rtw88: handle and recover when firmware crash (Jarod Wilson) [1937053]
rtw88: increse the size of rx buffer size (Jarod Wilson) [1937053]
nl80211: extend support to config spatial reuse parameter set (Jarod Wilson) [1937053]
mac80211: Support not iterating over not-sdata-in-driver ifaces (Jarod Wilson) [1937053]
mac80211: fix some more kernel-doc in mesh (Jarod Wilson) [1937053]
cfg80211: regulatory: remove a bogus initialization (Jarod Wilson) [1937053]
mac80211: fix regression in sta connection monitor (Jarod Wilson) [1937053]
nl80211: include frequency offset in survey info (Jarod Wilson) [1937053]
mac80211: support S1G association (Jarod Wilson) [1937053]
mac80211: receive and process S1G beacons (Jarod Wilson) [1937053]
mac80211: avoid rate init for S1G band (Jarod Wilson) [1937053]
mac80211: handle S1G low rates (Jarod Wilson) [1937053]
mac80211: don't calculate duration for S1G (Jarod Wilson) [1937053]
mac80211: encode listen interval for S1G (Jarod Wilson) [1937053]
cfg80211: handle Association Response from S1G STA (Jarod Wilson) [1937053]
mac80211: convert S1G beacon to scan results (Jarod Wilson) [1937053]
cfg80211: parse S1G Operation element for BSS channel (Jarod Wilson) [1937053]
cfg80211: convert S1G beacon to scan results (Jarod Wilson) [1937053]
mac80211: support S1G STA capabilities (Jarod Wilson) [1937053]
nl80211: support S1G capability overrides in assoc (Jarod Wilson) [1937053]
mac80211: s1g: choose scanning width based on frequency (Jarod Wilson) [1937053]
mac80211: get correct default channel width for S1G (Jarod Wilson) [1937053]
wireless: radiotap: fix some kernel-doc (Jarod Wilson) [1937053]
mac80211: fix some missing kernel-doc (Jarod Wilson) [1937053]
mac80211: Inform AP when returning operating channel (Jarod Wilson) [1937053]
ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler' (Jarod Wilson) [1937053]
mt76: mt7663s: remove max_tx_fragments limitation (Jarod Wilson) [1937053]
mt76: Convert to DEFINE_SHOW_ATTRIBUTE (Jarod Wilson) [1937053]
mt76: mt7915: add offchannel condition in switch channel command (Jarod Wilson) [1937053]
mt76: mt7915: convert to use le16_add_cpu() (Jarod Wilson) [1937053]
mt76: Fix unsigned expressions compared with zero (Jarod Wilson) [1937053]
mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beacon (Jarod Wilson) [1937053]
mt76: mt76x0: Move tables used only by init.c to their own header file (Jarod Wilson) [1937053]
mt76: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
mt76: mt7615: unlock dfs bands (Jarod Wilson) [1937053]
mt76: mt7663: check isr read return value in mt7663s_rx_work (Jarod Wilson) [1937053]
mt76: mt7663s: introduce sdio tx aggregation (Jarod Wilson) [1937053]
mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quota (Jarod Wilson) [1937053]
mt76: move pad estimation out of mt76_skb_adjust_pad (Jarod Wilson) [1937053]
mt76: mt7663s: introduce __mt7663s_xmit_queue routine (Jarod Wilson) [1937053]
mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quota (Jarod Wilson) [1937053]
mt76: mt7663s: do not use altx for ctl/mgmt traffic (Jarod Wilson) [1937053]
mt76: mt7622: fix fw hang on mt7622 (Jarod Wilson) [1937053]
mt76: mt7615: fix VHT LDPC capability (Jarod Wilson) [1937053]
mt76: mt7615: Remove set but unused variable 'index' (Jarod Wilson) [1937053]
mt76: remove retry_q from struct mt76_txq and related code (Jarod Wilson) [1937053]
mt76: move txwi handling code to dma.c, since it is mmio specific (Jarod Wilson) [1937053]
mt76: mt7915: fix queue/tid mapping for airtime reporting (Jarod Wilson) [1937053]
mt76: mt7915: simplify mt7915_lmac_mapping (Jarod Wilson) [1937053]
mt76: dma: cache dma map address/len in struct mt76_queue_entry (Jarod Wilson) [1937053]
mt76: mt7915: fix HE BSS info (Jarod Wilson) [1937053]
mt76: convert from tx tasklet to tx worker thread (Jarod Wilson) [1937053]
mt76: add utility functions for deferring work to a kernel thread (Jarod Wilson) [1937053]
mt76: testmode: add a limit for queued tx_frames packets (Jarod Wilson) [1937053]
mt76: mt7615: fix antenna selection for testmode tx_frames (Jarod Wilson) [1937053]
mt76: mt7615: fix MT_ANT_SWITCH_CON register definition (Jarod Wilson) [1937053]
mt76: mt7915: fix unexpected firmware mode (Jarod Wilson) [1937053]
mt76: mt76x02: tune tx ring size (Jarod Wilson) [1937053]
mt76: mt7603: tune tx ring size (Jarod Wilson) [1937053]
mt76: remove struct mt76_sw_queue (Jarod Wilson) [1937053]
mt76: rely on AQL for burst size limits on tx queueing (Jarod Wilson) [1937053]
mt76: remove swq from struct mt76_sw_queue (Jarod Wilson) [1937053]
mt76: remove qid argument to drv->tx_complete_skb (Jarod Wilson) [1937053]
mt76: unify queue tx cleanup code (Jarod Wilson) [1937053]
mt76: sdio: fix use of q->head and q->tail (Jarod Wilson) [1937053]
mt76: usb: fix use of q->head and q->tail (Jarod Wilson) [1937053]
mt76: mt7603: check for single-stream EEPROM configuration (Jarod Wilson) [1937053]
mt76: add memory barrier to DMA queue kick (Jarod Wilson) [1937053]
mt76: mt7915: add support for accessing mapped registers via bus ops (Jarod Wilson) [1937053]
mt76: mt7615: significantly reduce interrupt load (Jarod Wilson) [1937053]
mt76: mt7915: significantly reduce interrupt load (Jarod Wilson) [1937053]
mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_free (Jarod Wilson) [1937053]
mt76: dma: update q->queued immediately on cleanup (Jarod Wilson) [1937053]
mt76: mt7915: optimize mt7915_mac_sta_poll (Jarod Wilson) [1937053]
mt76: mt7615: fix reading airtime statistics (Jarod Wilson) [1937053]
mt76: mt7663u: fix dma header initialization (Jarod Wilson) [1937053]
mt76: fix a possible NULL pointer dereference in mt76_testmode_dump (Jarod Wilson) [1937053]
mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_work (Jarod Wilson) [1937053]
mt76: mt7615: fix possible memory leak in mt7615_tm_set_tx_power (Jarod Wilson) [1937053]
mt76: mt7663s: fix unable to handle kernel paging request (Jarod Wilson) [1937053]
mt76: mt7663s: fix resume failure (Jarod Wilson) [1937053]
mt76: mt7663s: use NULL instead of 0 in sdio code (Jarod Wilson) [1937053]
mt76: mt7615: release mutex in mt7615_reset_test_set (Jarod Wilson) [1937053]
mt76: mt7915: add Tx A-MSDU offloading support (Jarod Wilson) [1937053]
mt76: mt7915: add missing flags in WMM parameter settings (Jarod Wilson) [1937053]
mt76: mt7915: simplify aggregation session check (Jarod Wilson) [1937053]
mt76: mt7615: remove mtxq->agg_ssn assignment (Jarod Wilson) [1937053]
mt76: move mt76_check_agg_ssn to driver tx_prepare calls (Jarod Wilson) [1937053]
mt76: mt7915: enable offloading of sequence number assignment (Jarod Wilson) [1937053]
mt76: mt7915: increase tx retry count (Jarod Wilson) [1937053]
mt76: mt7915: clean up station stats polling and rate control update (Jarod Wilson) [1937053]
mt76: mt7915: do not do any work in napi poll after calling napi_complete_done() (Jarod Wilson) [1937053]
mt76: mt7615: do not do any work in napi poll after calling napi_complete_done() (Jarod Wilson) [1937053]
mt76: mt76x02: clean up and fix interrupt masking in the irq handler (Jarod Wilson) [1937053]
mt76: mt7615: only clear unmasked interrupts in irq tasklet (Jarod Wilson) [1937053]
mt76: mt7915: clean up and fix interrupt masking in the irq handler (Jarod Wilson) [1937053]
mt76: set interrupt mask register to 0 before requesting irq (Jarod Wilson) [1937053]
mt76: fix double DMA unmap of the first buffer on 7615/7915 (Jarod Wilson) [1937053]
mt76: mt7915: fix crash on tx rate report for invalid stations (Jarod Wilson) [1937053]
mt76: mt7915: enable U-APSD on AP side (Jarod Wilson) [1937053]
mt76: mt76s: get rid of unused variable (Jarod Wilson) [1937053]
mt76: mt76s: move tx/rx processing in 2 separate works (Jarod Wilson) [1937053]
mt76: mt76s: move status processing in txrx wq (Jarod Wilson) [1937053]
mt76: mt7663s: move rx processing in txrx wq (Jarod Wilson) [1937053]
mt76: mt76s: move tx processing in a dedicated wq (Jarod Wilson) [1937053]
mt76: mt76s: fix oom in mt76s_tx_queue_skb_raw (Jarod Wilson) [1937053]
mt76: mt7615: reschedule runtime-pm receiving a tx interrupt (Jarod Wilson) [1937053]
mt76: do not inject packets if MT76_STATE_PM is set (Jarod Wilson) [1937053]
mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_update (Jarod Wilson) [1937053]
mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_ops (Jarod Wilson) [1937053]
mt76: mt7615: move drv_own/fw_own in mt7615_mcu_ops (Jarod Wilson) [1937053]
mt76: mt7615: register ext_phy if DBDC is detected (Jarod Wilson) [1937053]
brcmfmac: check return value of driver_for_each_device() (Jarod Wilson) [1937053]
ath11k: Remove unused function ath11k_htc_restore_tx_skb() (Jarod Wilson) [1937053]
ath11k: remove redundant num_keep_alive_pattern assignment (Jarod Wilson) [1937053]
ath11k: wmi: remove redundant configuration values from init (Jarod Wilson) [1937053]
ath11k: Add support spectral scan for IPQ6018 (Jarod Wilson) [1937053]
ath11k: debugfs: move some function declarations to correct header files (Jarod Wilson) [1937053]
ath11k: rename debug_htt_stats.[c|h] to debugfs_htt_stats.[c|h] (Jarod Wilson) [1937053]
ath11k: debugfs: use ath11k_debugfs_ prefix (Jarod Wilson) [1937053]
ath11k: refactor debugfs code into debugfs.c (Jarod Wilson) [1937053]
ath10k: Use bdf calibration variant for snoc targets (Jarod Wilson) [1937053]
rtlwifi: rtl8723be: use true,false for bool variable large_cfo_hit (Jarod Wilson) [1937053]
rtlwifi: rtl8821ae: use true,false for bool variable large_cfo_hit (Jarod Wilson) [1937053]
rtlwifi: rtl8192ee: use true,false for bool variable large_cfo_hit (Jarod Wilson) [1937053]
rtlwifi: Use ffs in <foo>_phy_calculate_bit_shift (Jarod Wilson) [1937053]
mt7601u: Convert to DEFINE_SHOW_ATTRIBUTE (Jarod Wilson) [1937053]
ath11k: Remove rproc references from common core layer (Jarod Wilson) [1937053]
ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchored_urbs() (Jarod Wilson) [1937053]
rtlwifi: rtl8723be: fix comparison to bool warning in hw.c (Jarod Wilson) [1937053]
rtlwifi: rtl8192de: fix comparison to bool warning in hw.c (Jarod Wilson) [1937053]
rtlwifi: rtl8192ce: fix comparison to bool warning in hw.c (Jarod Wilson) [1937053]
rtlwifi: rtl8192cu: fix comparison to bool warning in hw.c (Jarod Wilson) [1937053]
rtlwifi: rtl8821ae: fix comparison to bool warning in phy.c (Jarod Wilson) [1937053]
rtlwifi: rtl8821ae: fix comparison to bool warning in hw.c (Jarod Wilson) [1937053]
rtlwifi: rtl8192cu: fix comparison to bool warning in mac.c (Jarod Wilson) [1937053]
rtlwifi: rtl8192c: fix comparison to bool warning in phy_common.c (Jarod Wilson) [1937053]
rtlwifi: rtl8192ee: fix comparison to bool warning in hw.c (Jarod Wilson) [1937053]
mac80211: fix some encapsulation offload kernel-doc (Jarod Wilson) [1937053]
cfg80211: add missing kernel-doc for S1G band capabilities (Jarod Wilson) [1937053]
mac80211: Unsolicited broadcast probe response support (Jarod Wilson) [1937053]
nl80211: Unsolicited broadcast probe response support (Jarod Wilson) [1937053]
mac80211: Add FILS discovery support (Jarod Wilson) [1937053]
nl80211: Add FILS discovery support (Jarod Wilson) [1937053]
mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limited (Jarod Wilson) [1937053]
nl80211: support setting S1G channels (Jarod Wilson) [1937053]
nl80211: correctly validate S1G beacon head (Jarod Wilson) [1937053]
cfg80211: regulatory: handle S1G channels (Jarod Wilson) [1937053]
nl80211: advertise supported channel width in S1G (Jarod Wilson) [1937053]
ieee80211: redefine S1G bits with GENMASK (Jarod Wilson) [1937053]
mac80211: reorganize code to remove a forward declaration (Jarod Wilson) [1937053]
mac80211: extend ieee80211_tx_status_ext to support bulk free (Jarod Wilson) [1937053]
mac80211: support using ieee80211_tx_status_ext to free skbs without status info (Jarod Wilson) [1937053]
mac80211: unify 802.3 (offload) and 802.11 tx status codepath (Jarod Wilson) [1937053]
mac80211: optimize station connection monitor (Jarod Wilson) [1937053]
mac80211: notify the driver when a sta uses 4-address mode (Jarod Wilson) [1937053]
mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flags (Jarod Wilson) [1937053]
mac80211: remove tx status call to ieee80211_sta_register_airtime (Jarod Wilson) [1937053]
mac80211: reduce duplication in tx status functions (Jarod Wilson) [1937053]
mac80211: rework tx encapsulation offload API (Jarod Wilson) [1937053]
mac80211: set info->control.hw_key for encap offload packets (Jarod Wilson) [1937053]
mac80211: skip encap offload for tx multicast/control packets (Jarod Wilson) [1937053]
mac80211: check and refresh aggregation session in encap offload tx (Jarod Wilson) [1937053]
mac80211: add missing queue/hash initialization to 802.3 xmit (Jarod Wilson) [1937053]
cfg80211: add more comments for ap_isolate in bss_parameters (Jarod Wilson) [1937053]
lib80211: Remove unused macro DRV_NAME (Jarod Wilson) [1937053]
rtlwifi: rtl8723ae: fix comparison pointer to bool warning in phy.c (Jarod Wilson) [1937053]
rtlwifi: rtl8723ae: fix comparison pointer to bool warning in trx.c (Jarod Wilson) [1937053]
rtlwifi: rtl8723ae: fix comparison pointer to bool warning in rf.c (Jarod Wilson) [1937053]
rtlwifi: rtl8188ee: fix comparison pointer to bool warning in hw.c (Jarod Wilson) [1937053]
rtlwifi: rtl8188ee: fix comparison pointer to bool warning in trx.c (Jarod Wilson) [1937053]
rtlwifi: rtl8188ee: fix comparison pointer to bool warning in phy.c (Jarod Wilson) [1937053]
rtw88: rtw8822c: eliminate code duplication, use native swap() function (Jarod Wilson) [1937053]
brcmsmac: main: Eliminate empty brcms_c_down_del_timer() (Jarod Wilson) [1937053]
brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0' (Jarod Wilson) [1937053]
brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1' (Jarod Wilson) [1937053]
brcmfmac: support SAE authentication offload in AP mode (Jarod Wilson) [1937053]
brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSK in AP mode (Jarod Wilson) [1937053]
ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZ (Jarod Wilson) [1937053]
ath11k: Remove unused inline function htt_htt_stats_debug_dump() (Jarod Wilson) [1937053]
ath11k: fix link error when CONFIG_REMOTEPROC is disabled (Jarod Wilson) [1937053]
ath11k: remove calling ath11k_init_hw_params() second time (Jarod Wilson) [1937053]
ath11k: add raw mode and software crypto support (Jarod Wilson) [1937053]
ath11k: add ipq6018 support (Jarod Wilson) [1937053]
ath11k: move target ce configs to hw_params (Jarod Wilson) [1937053]
net: wireless: drop bogus CRYPTO_xxx Kconfig selects (Jarod Wilson) [1937053]
rtlwifi: switch from 'pci_' to 'dma_' API (Jarod Wilson) [1937053]
brcmsmac: fix memory leak in wlc_phy_attach_lcnphy (Jarod Wilson) [1937053]
rtl8xxxu: prevent potential memory leak (Jarod Wilson) [1937053]
rtlwifi: rtl8723ae: Delete a stray tab (Jarod Wilson) [1937053]
ath11k: Add peer max mpdu parameter in peer assoc command (Jarod Wilson) [1937053]
ath10k: Add support for chain1 regulator supply voting (Jarod Wilson) [1937053]
brcmfmac: set F2 SDIO block size to 128 bytes for BCM4329 (Jarod Wilson) [1937053]
brcmfmac: drop chip id from debug messages (Jarod Wilson) [1937053]
brcmfmac: increase F2 watermark for BCM4329 (Jarod Wilson) [1937053]
mwifiex: sdio: Fix -Wunused-const-variable warnings (Jarod Wilson) [1937053]
mwifiex: wmm: Fix -Wunused-const-variable warnings (Jarod Wilson) [1937053]
mt7601u: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
rtlwifi: Remove temporary definition of RT_TRACE (Jarod Wilson) [1937053]
rtlwifi: rtl8821ae: Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
brcmsmac: phytbl_n: Remove a few unused arrays (Jarod Wilson) [1937053]
brcmsmac: phytbl_lcn: Remove unused array 'dot11lcnphytbl_rx_gain_info_rev1' (Jarod Wilson) [1937053]
brcmsmac: phy_n: Remove a bunch of unused variables (Jarod Wilson) [1937053]
brcmsmac: phy_lcn: Remove a bunch of unused variables (Jarod Wilson) [1937053]
prism54: isl_ioctl: Remove unused variable 'j' (Jarod Wilson) [1937053]
rtw88: debug: Remove unused variables 'val' (Jarod Wilson) [1937053]
brcmfmac: fwsignal: Finish documenting 'brcmf_fws_mac_descriptor' (Jarod Wilson) [1937053]
brcmsmac: phy_cmn: Remove a unused variables 'vbat' and 'temp' (Jarod Wilson) [1937053]
brcmfmac: p2p: Fix a couple of function headers (Jarod Wilson) [1937053]
brcmsmac: ampdu: Remove a couple set but unused variables (Jarod Wilson) [1937053]
mwifiex: pcie: Move tables to the only place they're used (Jarod Wilson) [1937053]
ath10k: Get rid of "per_ce_irq" hw param (Jarod Wilson) [1937053]
ath10k: Keep track of which interrupts fired, don't poll them (Jarod Wilson) [1937053]
ath10k: Add interrupt summary based CE processing (Jarod Wilson) [1937053]
rtlwifi: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
rtl818x_pci: switch from 'pci_' to 'dma_' API (Jarod Wilson) [1937053]
p54: avoid accessing the data mapped to streaming DMA (Jarod Wilson) [1937053]
rtlwifi: rtl8192c: phy_common: Remove unused variable 'bbvalue' (Jarod Wilson) [1937053]
brcmfmac: fwsignal: Remove unused variable 'brcmf_fws_prio2fifo' (Jarod Wilson) [1937053]
b43: phy_ht: Remove 9 year old TODO (Jarod Wilson) [1937053]
brcmfmac: btcoex: Update 'brcmf_btcoex_state' and demote others (Jarod Wilson) [1937053]
brcmfmac: firmware: Demote seemingly unintentional kernel-doc header (Jarod Wilson) [1937053]
brcmsmac: main: Remove a bunch of unused variables (Jarod Wilson) [1937053]
brcmfmac: p2p: Fix a bunch of function docs (Jarod Wilson) [1937053]
brcmsmac: ampdu: Remove a bunch of unused variables (Jarod Wilson) [1937053]
brcmfmac: p2p: Deal with set but unused variables (Jarod Wilson) [1937053]
mt7601u: phy: Fix misnaming when documented function parameter 'dac' (Jarod Wilson) [1937053]
rtlwifi: rtl8723-common: Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8723be Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8723ae Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8192se Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8192ee: Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8192de: Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8192cu: Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8192ce: Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8192-common: Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: rtl8188ee: Rename RT_TRACE to rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: btcoexist: Replace RT_TRACE with rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: Replace RT_TRACE with rtl_dbg (Jarod Wilson) [1937053]
rtlwifi: Start changing RT_TRACE into rtl_dbg (Jarod Wilson) [1937053]
ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb() (Jarod Wilson) [1937053]
ath11k: fix missing error check on call to ath11k_pci_get_user_msi_assignment (Jarod Wilson) [1937053]
ath11k: fix spelling mistake "moniter" -> "monitor" (Jarod Wilson) [1937053]
nl80211: support SAE authentication offload in AP mode (Jarod Wilson) [1937053]
atmel: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
b43: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
brcmfmac: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
rt2x00: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
b43: phy_n: Add empty braces around empty statements (Jarod Wilson) [1937053]
b43: phy_common: Demote non-conformant kerneldoc header (Jarod Wilson) [1937053]
brcmsmac: mac80211_if: Demote a few non-conformant kerneldoc headers (Jarod Wilson) [1937053]
brcmfmac: fweh: Fix docrot related function documentation issues (Jarod Wilson) [1937053]
brcmfmac: fweh: Remove set but unused variable 'err' (Jarod Wilson) [1937053]
b43: main: Add braces around empty statements (Jarod Wilson) [1937053]
atmel: Demote non-kerneldoc header to standard comment block (Jarod Wilson) [1937053]
nl80211: rename csa counter attributes countdown counters (Jarod Wilson) [1937053]
nl80211: add support for setting fixed HE rate/gi/ltf (Jarod Wilson) [1937053]
ath11k: return -ENOMEM on allocation failure (Jarod Wilson) [1937053]
ath11k: return error if firmware request fails (Jarod Wilson) [1937053]
ath9k: Do not select MAC80211_LEDS by default (Jarod Wilson) [1937053]
ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are used (Jarod Wilson) [1937053]
ath9k: ar5008_initvals: Remove unused table entirely (Jarod Wilson) [1937053]
ath9k: ar9001_initvals: Remove unused array 'ar5416Bank6_9100' (Jarod Wilson) [1937053]
ath9k: ar9002_initvals: Remove unused array 'ar9280PciePhy_clkreq_off_L1_9280' (Jarod Wilson) [1937053]
ath9k_htc: Do not select MAC80211_LEDS by default (Jarod Wilson) [1937053]
rtw88: 8822c: update tx power limit tables to RF v20.1 (Jarod Wilson) [1937053]
rtw88: use read_poll_timeout_atomic() for poll loop (Jarod Wilson) [1937053]
rtw88: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
rtw88: switch from 'pci_' to 'dma_' API (Jarod Wilson) [1937053]
mwifiex: don't call del_timer_sync() on uninitialized timer (Jarod Wilson) [1937053]
mwifiex: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
mwifiex: Clean up some err and dbg messages (Jarod Wilson) [1937053]
mwifiex: switch from 'pci_' to 'dma_' API (Jarod Wilson) [1937053]
nl80211: fix PORT_AUTHORIZED wording to reflect behavior (Jarod Wilson) [1937053]
cfg80211: add helper fn for adjacent rule channels (Jarod Wilson) [1937053]
cfg80211: add helper fn for single rule channels (Jarod Wilson) [1937053]
nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributes (Jarod Wilson) [1937053]
nl80211: clean up code/policy a bit (Jarod Wilson) [1937053]
net: wireless: wext_compat.c: delete duplicated word (Jarod Wilson) [1937053]
net: wireless: sme.c: delete duplicated word (Jarod Wilson) [1937053]
net: wireless: scan.c: delete or fix duplicated words (Jarod Wilson) [1937053]
net: wireless: reg.c: delete duplicated words + fix punctuation (Jarod Wilson) [1937053]
net: wireless: delete duplicated word + fix grammar (Jarod Wilson) [1937053]
net: mac80211: mesh.h: delete duplicated word (Jarod Wilson) [1937053]
net: mac80211: agg-rx.c: fix duplicated words (Jarod Wilson) [1937053]
net: ath11k: constify ath11k_thermal_ops (Jarod Wilson) [1937053]
ath10k: Add new api to support reset TID config (Jarod Wilson) [1937053]
ath10k: Add new api to support TID specific configuration (Jarod Wilson) [1937053]
ath10k: Move rate mask validation function up in the file (Jarod Wilson) [1937053]
ath10k: Add wmi command support for station specific TID config (Jarod Wilson) [1937053]
ath10k: sdio: add firmware coredump support (Jarod Wilson) [1937053]
ath10k: add bus type for each layout of coredump (Jarod Wilson) [1937053]
netlink/wireless: consistently use NLA_POLICY_MIN_LEN() (Jarod Wilson) [1937053]
netlink/wireless: consistently use NLA_POLICY_EXACT_LEN() (Jarod Wilson) [1937053]
rndis_wlan: tighten check of rndis_query_oid return (Jarod Wilson) [1937053]
rtw88: fix spelling mistake: "unsupport" -> "unsupported" (Jarod Wilson) [1937053]
brcm80211: fix possible memleak in brcmf_proto_msgbuf_attach (Jarod Wilson) [1937053]
ath11k: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
ath10k: fix VHT NSS calculation when STBC is enabled (Jarod Wilson) [1937053]
ath10k: Register shutdown handler (Jarod Wilson) [1937053]
ath11k: reset MHI during power down and power up (Jarod Wilson) [1937053]
ath11k: use TCL_DATA_RING_0 for QCA6390 (Jarod Wilson) [1937053]
ath11k: process both lmac rings for QCA6390 (Jarod Wilson) [1937053]
ath11k: assign correct search flag and type for QCA6390 (Jarod Wilson) [1937053]
ath11k: delay vdev_start for QCA6390 (Jarod Wilson) [1937053]
ath11k: refine the phy_id check in ath11k_reg_chan_list_event (Jarod Wilson) [1937053]
ath11k: setup QCA6390 rings for both rxdmas (Jarod Wilson) [1937053]
ath11k: don't initialize rxdma1 related ring (Jarod Wilson) [1937053]
ath11k: enable DP interrupt setup for QCA6390 (Jarod Wilson) [1937053]
ath11k: dp: redefine peer_map and peer_unmap (Jarod Wilson) [1937053]
ath11k: wmi: put hardware to DBS mode (Jarod Wilson) [1937053]
ath11k: initialize wmi config based on hw_params (Jarod Wilson) [1937053]
ath11k: force single pdev only for QCA6390 (Jarod Wilson) [1937053]
ath11k: disable CE interrupt before hif start (Jarod Wilson) [1937053]
ath11k: ce: get msi_addr and msi_data before srng setup (Jarod Wilson) [1937053]
ath11k: hal: assign msi_addr and msi_data to srng (Jarod Wilson) [1937053]
ath11k: ce: remove CE_COUNT() macro (Jarod Wilson) [1937053]
ath11k: ce: remove host_ce_config_wlan macro (Jarod Wilson) [1937053]
ath11k: ce: support different CE configurations (Jarod Wilson) [1937053]
ath11k: hal: cleanup dynamic register macros (Jarod Wilson) [1937053]
ath11k: hal: create register values dynamically (Jarod Wilson) [1937053]
ath10k: move enable_pll_clk call to ath10k_core_start() (Jarod Wilson) [1937053]
ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handling path (Jarod Wilson) [1937053]
ath10k: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
ath9k: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 support (Jarod Wilson) [1937053]
ath11k: hal: create hw_srng_config dynamically (Jarod Wilson) [1937053]
ath11k: enable internal sleep clock (Jarod Wilson) [1937053]
ath11k: fix KASAN warning of ath11k_qmi_wlanfw_wlan_cfg_send (Jarod Wilson) [1937053]
ath11k: fix memory OOB access in qmi_decode (Jarod Wilson) [1937053]
ath11k: allocate smaller chunks of memory for firmware (Jarod Wilson) [1937053]
ath11k: setup ce tasklet for control path (Jarod Wilson) [1937053]
ath11k: configure copy engine msi address in CE srng (Jarod Wilson) [1937053]
ath11k: pci: add read32() and write32() hif operations (Jarod Wilson) [1937053]
ath11k: fill appropriate QMI service instance id for QCA6390 (Jarod Wilson) [1937053]
ath11k: add board file support for PCI devices (Jarod Wilson) [1937053]
ath11k: add support for m3 firmware (Jarod Wilson) [1937053]
ath11k: use remoteproc only with AHB devices (Jarod Wilson) [1937053]
ath11k: pci: add HAL, CE and core initialisation (Jarod Wilson) [1937053]
ath11k: register MHI controller device for QCA6390 (Jarod Wilson) [1937053]
ath11k: implement ath11k_core_pre_init() (Jarod Wilson) [1937053]
ath11k: pci: add MSI config initialisation (Jarod Wilson) [1937053]
ath11k: pci: setup resources (Jarod Wilson) [1937053]
ath11k: add simple PCI client driver for QCA6390 chipset (Jarod Wilson) [1937053]
ath11k: move ring mask definitions to hw_params (Jarod Wilson) [1937053]
ath11k: add hw_params entry for QCA6390 (Jarod Wilson) [1937053]
ath11k: do not depend on ARCH_QCOM for ath11k (Jarod Wilson) [1937053]
ath10k: correct the array index from mcs index for HT mode for QCA6174 (Jarod Wilson) [1937053]
ath10k: enable supports_peer_stats_info for QCA6174 PCI devices (Jarod Wilson) [1937053]
ath10k: remove return for NL80211_STA_INFO_TX_BITRATE (Jarod Wilson) [1937053]
ath10k: add wmi service peer stat info for wmi tlv (Jarod Wilson) [1937053]
ath10k: start recovery process when payload length exceeds max htc length for sdio (Jarod Wilson) [1937053]
ath: drop unnecessary list_empty (Jarod Wilson) [1937053]
ath9k: Use fallthrough pseudo-keyword (Jarod Wilson) [1937053]
ath9k: Fix typo in function name (Jarod Wilson) [1937053]
ath9k: Replace HTTP links with HTTPS ones (Jarod Wilson) [1937053]
ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n() (Jarod Wilson) [1937053]
ath11k: remove define ATH11K_QMI_DEFAULT_CAL_FILE_NAME (Jarod Wilson) [1937053]
ath11k: don't use defines in hw_params (Jarod Wilson) [1937053]
ath11k: qmi: cleanup info messages (Jarod Wilson) [1937053]
ath11k: remove useless info messages (Jarod Wilson) [1937053]
ath11k: change ath11k_core_fetch_board_data_api_n() to use ath11k_core_create_firmware_path() (Jarod Wilson) [1937053]
ath11k: don't use defines for hw specific firmware directories (Jarod Wilson) [1937053]
ath11k: create a common function to request all firmware files (Jarod Wilson) [1937053]
ath11k: Add bdf-addr in hw_params (Jarod Wilson) [1937053]
ath11k: add hw_ops for pdev id to hw_mac mapping (Jarod Wilson) [1937053]
ath11k: define max_radios in hw_params (Jarod Wilson) [1937053]
ath11k: convert ath11k_hw_params to an array (Jarod Wilson) [1937053]
ath11k: ahb: call ath11k_core_init() before irq configuration (Jarod Wilson) [1937053]
ath10k: pci: fix memcpy size of bmi response (Jarod Wilson) [1937053]
ath11k: rename default board file (Jarod Wilson) [1937053]
ath11k: update firmware files read path (Jarod Wilson) [1937053]
ath10k: provide survey info as accumulated data (Jarod Wilson) [1937053]
ath10k: fix retry packets update in station dump (Jarod Wilson) [1937053]
ath10k: Wait until copy complete is actually done before completing (Jarod Wilson) [1937053]
mac80211_hwsim: add 6GHz channels (Jarod Wilson) [1937053]
mac80211_hwsim: indicate support for S1G (Jarod Wilson) [1937053]
mac80211_hwsim: write TSF timestamp correctly to S1G beacon (Jarod Wilson) [1937053]
mac80211_hwsim: fix typo in kernel-doc (Jarod Wilson) [1937053]
mac80211: rename csa counters to countdown counters (Jarod Wilson) [1937053]
mac80211_hwsim: report the WIPHY_FLAG_SUPPORTS_5_10_MHZ capability (Jarod Wilson) [1937053]
mac80211_hwsim: Claim support for setting Beacon frame TX legacy rate (Jarod Wilson) [1937053]
mac80211_hwsim: Advertise support for multicast RX registration (Jarod Wilson) [1937053]
mac80211_hwsim: indicate in IBSS that we have transmitted beacons (Jarod Wilson) [1937053]
mac80211_hwsim: notify wmediumd of used MAC addresses (Jarod Wilson) [1937053]
mac80211_hwsim: use GFP_ATOMIC under spin lock (Jarod Wilson) [1937053]
mac80211_hwsim: Use kstrndup() in place of kasprintf() (Jarod Wilson) [1937053]
mac80211_hwsim: add frame transmission support over virtio (Jarod Wilson) [1937053]
mac80211_hwsim: enable Beacon protection (Jarod Wilson) [1937053]
mac80211_hwsim: add power save support (Jarod Wilson) [1937053]
mac80211_hwsim: remove maximum TX power (Jarod Wilson) [1937053]
mac80211_hwsim: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops (Jarod Wilson) [1937053]
mac80211_hwsim: add support for OCB (Jarod Wilson) [1937053]
mac80211_hwsim: add more 5GHz channels, 5/10 MHz support (Jarod Wilson) [1937053]
mac80211_hwsim: fix incorrect dev_alloc_name failure goto (Jarod Wilson) [1937053]
mac80211_hwsim: Register support for HE meshpoint (Jarod Wilson) [1937053]
mac80211_hwsim: fill boottime_ns in netlink RX path (Jarod Wilson) [1937053]
mac80211_hwsim: Fix possible null-pointer dereferences in hwsim_dump_radio_nl() (Jarod Wilson) [1937053]
mac80211_hwsim: Extended Key ID API update (Jarod Wilson) [1937053]
mac80211_hwsim: Fix a typo in the name of function 'mac80211_hswim_he_capab()' (Jarod Wilson) [1937053]
mac80211_hwsim: Extended Key ID support (Jarod Wilson) [1937053]
mac80211_hwsim: set p2p device interface support indication (Jarod Wilson) [1937053]
mac80211_hwsim: calculate if_combination.max_interfaces (Jarod Wilson) [1937053]
mac80211_hwsim: propagate genlmsg_reply return code (Jarod Wilson) [1937053]
mac80211_hwsim: Declare support for Multi-BSSID (Jarod Wilson) [1937053]
mac80211_hwsim: Support boottime in scan results (Jarod Wilson) [1937053]
mac80211_hwsim: check that n_limits makes sense (Jarod Wilson) [1937053]
mac80211_hwsim: fix overwriting of if_combination (Jarod Wilson) [1937053]
mac80211_hwsim: fixes kernel crash during mac80211_hwsim init (Jarod Wilson) [1937053]
mac80211_hwsim: allow configurable cipher types (Jarod Wilson) [1937053]
mac80211_hwsim: allow setting iftype support (Jarod Wilson) [1937053]
mac80211_hwsim: move HWSIM_ATTR_RADIO_NAME parsing last (Jarod Wilson) [1937053]
mac80211_hwsim: fix module init error paths for netlink (Jarod Wilson) [1937053]
mac80211_hwsim: drop now unused work-queue from hwsim (Jarod Wilson) [1937053]
mac80211_hwsim: do not omit multicast announce of first added radio (Jarod Wilson) [1937053]
mac80211_hwsim: fix race in radio destruction from netlink notifier (Jarod Wilson) [1937053]
mac80211_hwsim: fix locking when iterating radios during ns exit (Jarod Wilson) [1937053]
wireless: align to draft 11ax D3.0 (Jarod Wilson) [1937053]
mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_X (Jarod Wilson) [1937053]
mac80211_hwsim: require at least one channel (Jarod Wilson) [1937053]
mac80211_hwsim: Add support for HE (Jarod Wilson) [1937053]
net/fq_impl: do not maintain a backlog-sorted list of flows (Jarod Wilson) [1937053]
net/fq_impl: drop get_default_func, move default flow to fq_tin (Jarod Wilson) [1937053]
net/fq_impl: bulk-free packets from a flow on overmemory (Jarod Wilson) [1937053]
net/fq_impl: use skb_get_hash instead of skb_get_hash_perturb (Jarod Wilson) [1937053]
net/fq_impl: Switch to kvmalloc() for memory allocation (Jarod Wilson) [1937053]
mac80211: set NETIF_F_LLTX when using intermediate tx queues (Jarod Wilson) [1937053]
mac80211: calculate hash for fq without holding fq->lock in itxq enqueue (Jarod Wilson) [1937053]
nvme-tcp: fix misuse of __smp_processor_id with preemption enabled (Gopal Tiwari) [1964227]
powerpc/smp: Cache CPU to chip lookup (Daniel Henrique Barboza) [1934421]
Revert "powerpc/topology: Update topology_core_cpumask" (Daniel Henrique Barboza) [1934421]
powerpc/smp: Reintroduce cpu_core_mask (Daniel Henrique Barboza) [1934421]
scsi: smartpqi: Remove unused functions (Don Brace) [1952154]
scsi: smartpqi: Fix device pointer variable reference static checker issue (Don Brace) [1952154]
scsi: smartpqi: Fix blocks_per_row static checker issue (Don Brace) [1952154]
scsi: smartpqi: Update version to 2.1.8-045 (Don Brace) [1952154]
scsi: smartpqi: Add new PCI IDs (Don Brace) [1952154]
scsi: smartpqi: Correct system hangs when resuming from hibernation (Don Brace) [1952154]
scsi: smartpqi: Update enclosure identifier in sysfs (Don Brace) [1952154]
scsi: smartpqi: Add additional logging for LUN resets (Don Brace) [1952154]
scsi: smartpqi: Update SAS initiator_port_protocols and target_port_protocols (Don Brace) [1952154]
scsi: smartpqi: Add phy ID support for the physical drives (Don Brace) [1952154]
scsi: smartpqi: Convert snprintf() to scnprintf() (Don Brace) [1952154]
scsi: smartpqi: Fix driver synchronization issues (Don Brace) [1952154]
scsi: smartpqi: Update device scan operations (Don Brace) [1952154]
scsi: smartpqi: Update OFA management (Don Brace) [1952154]
scsi: smartpqi: Update RAID bypass handling (Don Brace) [1952154]
scsi: smartpqi: Update suspend/resume and shutdown (Don Brace) [1952154]
scsi: smartpqi: Synchronize device resets with mutex (Don Brace) [1952154]
scsi: smartpqi: Update soft reset management for OFA (Don Brace) [1952154]
scsi: smartpqi: Update event handler (Don Brace) [1952154]
scsi: smartpqi: Add support for wwid (Don Brace) [1952154]
scsi: smartpqi: Remove timeouts from internal cmds (Don Brace) [1952154]
scsi: smartpqi: Disable WRITE SAME for HBA NVMe disks (Don Brace) [1952154]
scsi: smartpqi: Add host level stream detection enable (Don Brace) [1952154]
scsi: smartpqi: Add stream detection (Don Brace) [1952154]
scsi: smartpqi: Align code with oob driver (Don Brace) [1952154]
scsi: smartpqi: Add support for long firmware version (Don Brace) [1952154]
scsi: smartpqi: Add support for BMIC sense feature cmd and feature bits (Don Brace) [1952154]
scsi: smartpqi: Add support for RAID1 writes (Don Brace) [1952154]
scsi: smartpqi: Add support for RAID5 and RAID6 writes (Don Brace) [1952154]
scsi: smartpqi: Refactor scatterlist code (Don Brace) [1952154]
scsi: smartpqi: Refactor aio submission code (Don Brace) [1952154]
scsi: smartpqi: Add support for new product ids (Don Brace) [1952154]
scsi: smartpqi: Correct request leakage during reset operations (Don Brace) [1952154]
scsi: smartpqi: Use host-wide tag space (Don Brace) [1952154]
smartpqi: Use fallthrough pseudo-keyword (Don Brace) [1952154]
scsi: smartpqi: Support device deletion via sysfs (Don Brace) [1952154]
scsi: smartpqi: Use scnprintf() for avoiding potential buffer overflow (Don Brace) [1952154]
smartpqi: remove ioremap_nocache and devm_ioremap_nocache (Don Brace) [1952154]
smartpqi: Use sizeof_field() macro (Don Brace) [1952154]
smartpqi: phase out dma_zalloc_coherent() (Don Brace) [1952154]
scsi: smartpqi: add support for huawei controllers (Don Brace) [1952154]
block: only update parent bi_status when bio fail (Ming Lei) [1945457]
kbuild: trace functions in subdirectories of lib/ (Joe Lawrence) [1942601]
kbuild: introduce ccflags-remove-y and asflags-remove-y (Joe Lawrence) [1942601]
redhat/configs: Add CONFIG_AMD_PMC (David Arcari) [1961755]
platform/x86: amd-pmc: put device on error paths (David Arcari) [1961755]
platform/x86: amd-pmc: Fix CONFIG_DEBUG_FS check (David Arcari) [1961755]
platform/x86: amd-pmc: Add AMD platform support for S2Idle (David Arcari) [1961755]
crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBG (Vladis Dronov) [1956808]
x86/asm: Annotate movdir64b()'s dst argument with __iomem (Jerry Snitselaar) [1920747]
x86/asm: Add a missing __iomem annotation in enqcmds() (Jerry Snitselaar) [1920747]
|
2021-06-17 |
[rt] build kernel-rt-4.18.0-312.rt7.93.el8 [1939539]
[rt] set sane defaults for lockdep entries on kernel-rt
[rt] locking/rtmutex: remove stale references to rt_mutex_destroy()
fm10k: amend removal of MODULE_VERSION (Vladis Dronov) [1955730]
hv_netvsc: Make netvsc/VF binding check both MAC and serial number (Mohammed Gamal) [1940927]
hv_netvsc: Add error handling while switching data path (Mohammed Gamal) [1940927]
netvsc: Update driver to use ethtool_sprintf (Mohammed Gamal) [1940927]
hv_netvsc: Add a comment clarifying batching logic (Mohammed Gamal) [1940927]
hv_netvsc: Fix validation in netvsc_linkstatus_callback() (Mohammed Gamal) [1940927]
hv_netvsc: Restrict configurations on isolated guests (Mohammed Gamal) [1940927]
hv_netvsc: Load and store the proper (NBL_HASH_INFO) per-packet info (Mohammed Gamal) [1940927]
hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUF (Mohammed Gamal) [1940927]
hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive() (Mohammed Gamal) [1940927]
hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer (Mohammed Gamal) [1940927]
net/vlan: introduce skb_vlan_tag_get_cfi() helper (Mohammed Gamal) [1940927]
hv_netvsc: Add (more) validation for untrusted Hyper-V values (Mohammed Gamal) [1940927]
hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove (Mohammed Gamal) [1940927]
hv_netvsc: Wait for completion on request SWITCH_DATA_PATH (Mohammed Gamal) [1940927]
hv_netvsc: Check VF datapath when sending traffic to VF (Mohammed Gamal) [1940927]
hv_netvsc: Validate number of allocated sub-channels (Mohammed Gamal) [1940927]
hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening (Mohammed Gamal) [1940927]
hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication (Mohammed Gamal) [1940927]
scsi: fnic: Use scsi_host_busy_iter() to traverse commands (Ewan D. Milne) [1949250]
scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() (Ewan D. Milne) [1949250]
net: vlan: Avoid using BUG() in vlan_proto_idx() (Davide Caratti) [1964456]
sch_htb: fix null pointer dereference on a null new_q (Ivan Vecera) [1935703]
sch_htb: Fix offload cleanup in htb_destroy on htb_init failure (Ivan Vecera) [1935703]
sch_htb: Fix select_queue for non-offload mode (Ivan Vecera) [1935703]
sch_htb: Stats for offloaded HTB (Ivan Vecera) [1935703]
sch_htb: Hierarchical QoS hardware offload (Ivan Vecera) [1935703]
net: sched: Add extack to Qdisc_class_ops.delete (Ivan Vecera) [1935703]
net: sched: Add multi-queue support to sch_tree_lock (Ivan Vecera) [1935703]
capabilities: require CAP_SETFCAP to map uid 0 (Alexey Gladkov) [1961202]
locking/qrwlock: Cleanup queued_write_lock_slowpath() (Waiman Long) [1954361]
locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock() (Waiman Long) [1954361]
locking/rtmutex: Restrict the trylock WARN_ON() to debug (Waiman Long) [1954361]
locking/rtmutex: Fix misleading comment in rt_mutex_postunlock() (Waiman Long) [1954361]
locking/rtmutex: Consolidate the fast/slowpath invocation (Waiman Long) [1954361]
locking/rtmutex: Make text section and inlining consistent (Waiman Long) [1954361]
locking/rtmutex: Move debug functions as inlines into common header (Waiman Long) [1954361]
locking/rtmutex: Decrapify __rt_mutex_init() (Waiman Long) [1954361]
locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs (Waiman Long) [1954361]
locking/rtmutex: Inline chainwalk depth check (Waiman Long) [1954361]
locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c (Waiman Long) [1954361]
locking/rtmutex: Remove empty and unused debug stubs (Waiman Long) [1954361]
locking/rtmutex: Consolidate rt_mutex_init() (Waiman Long) [1954361]
locking/rtmutex: Remove output from deadlock detector (Waiman Long) [1954361]
locking/rtmutex: Remove rtmutex deadlock tester leftovers (Waiman Long) [1954361]
locking/rtmutex: Remove rt_mutex_timed_lock() (Waiman Long) [1954361]
kernel: delete repeated words in comments (Waiman Long) [1954361]
rbtree, rtmutex: Use rb_add_cached() (Waiman Long) [1954361]
rbtree: Add generic add and find helpers (Waiman Long) [1954361]
locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed() (Waiman Long) [1954361]
lib/rbtree: avoid generating code twice for the cached versions (Waiman Long) [1954361]
locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif (Waiman Long) [1954361]
kernel/futex: Explicitly document pi_lock for pi_state owner fixup (Waiman Long) [1954361]
kernel/futex: Move hb unlock out of unqueue_me_pi() (Waiman Long) [1954361]
kernel/futex: Make futex_wait_requeue_pi() only call fixup_owner() (Waiman Long) [1954361]
kernel/futex: Kill rt_mutex_next_owner() (Waiman Long) [1954361]
futex: Remove unused empty compat_exit_robust_list() (Waiman Long) [1954361]
futex: Handle transient "ownerless" rtmutex state correctly (Waiman Long) [1954361]
futex: Convert to use the preferred 'fallthrough' macro (Waiman Long) [1954361]
futex: get rid of a kernel-docs build warning (Waiman Long) [1954361]
futex: arch_futex_atomic_op_inuser() calling conventions change (Waiman Long) [1954361]
s390: Use arch_local_irq_{save,restore}() in early boot code (Waiman Long) [1954361]
lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message (Waiman Long) [1954361]
locking: Fix typos in comments (Waiman Long) [1954361]
locking/lockdep: Update the comment for __lock_release() (Waiman Long) [1954361]
lockdep: Allow tuning tracing capacity constants. (Waiman Long) [1954361]
lockdep: Address clang -Wformat warning printing for hd (Waiman Long) [1954361]
lockdep: Add lockdep lock state defines (Waiman Long) [1954361]
lockdep: Add lockdep_assert_not_held() (Waiman Long) [1954361]
lockdep: Noinstr annotate warn_bogus_irq_restore() (Waiman Long) [1954361]
locking/lockdep: Avoid unmatched unlock (Waiman Long) [1954361]
locking/rwsem: Remove empty rwsem.h (Waiman Long) [1954361]
lockdep: report broken irq restoration (Waiman Long) [1954361]
locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP (Waiman Long) [1954361]
locking/lockdep: Exclude local_lock_t from IRQ inversions (Waiman Long) [1954361]
locking/lockdep: Clean up check_redundant() a bit (Waiman Long) [1954361]
locking/lockdep: Add a skip() function to __bfs() (Waiman Long) [1954361]
locking/lockdep: Mark local_lock_t (Waiman Long) [1954361]
lockdep: Put graph lock/unlock under lock_recursion protection (Waiman Long) [1954361]
locking/rtmutex: Add missing kernel-doc markup (Waiman Long) [1954361]
lockdep: Avoid to modify chain keys in validate_chain() (Waiman Long) [1954361]
lockdep: Fix nr_unused_locks accounting (Waiman Long) [1954361]
lockdep: Optimize the memory usage of circular queue (Waiman Long) [1954361]
lockdep: Take read/write status in consideration when generate chainkey (Waiman Long) [1954361]
lockdep/selftest: Add a R-L/L-W test case specific to chain cache behavior (Waiman Long) [1954361]
lockdep: Add recursive read locks into dependency graph (Waiman Long) [1954361]
lockdep: Fix recursive read lock related safe->unsafe detection (Waiman Long) [1954361]
lockdep: Adjust check_redundant() for recursive read change (Waiman Long) [1954361]
lockdep: Support deadlock detection for recursive read locks in check_noncircular() (Waiman Long) [1954361]
lockdep: Make __bfs(.match) return bool (Waiman Long) [1954361]
lockdep: Extend __bfs() to work with multiple types of dependencies (Waiman Long) [1954361]
lockdep: Introduce lock_list::dep (Waiman Long) [1954361]
lockdep: Reduce the size of lock_list::distance (Waiman Long) [1954361]
lockdep: Make __bfs() visit every dependency until a match (Waiman Long) [1954361]
lockdep: Demagic the return value of BFS (Waiman Long) [1954361]
lockdep/Documention: Recursive read lock detection reasoning (Waiman Long) [1954361]
locking: More accurate annotations for read_lock() (Waiman Long) [1954361]
Documentation/locking/locktypes: Fix local_locks documentation (Waiman Long) [1954361]
treewide: Remove uninitialized_var() usage (Waiman Long) [1954361]
lockdep: Use this_cpu_ptr instead of get_cpu_var stats (Waiman Long) [1954361]
KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read (Gavin Shan) [1939323]
KVM: arm64: Don't advertise FEAT_SPE to guests (Gavin Shan) [1939323]
KVM: arm64: Don't print warning when trapping SPE registers (Gavin Shan) [1939323]
KVM: arm64: Fully zero the vcpu state on reset (Gavin Shan) [1939323]
KVM: arm64: Clarify vcpu reset behaviour (Gavin Shan) [1939323]
Documentation: KVM: Document KVM_GUESTDBG_USE_HW control flag for arm64 (Gavin Shan) [1939323]
KVM: arm64: Initialize VCPU mdcr_el2 before loading it (Gavin Shan) [1939323]
KVM: arm64: Handle access to TRFCR_EL1 (Gavin Shan) [1939323]
arm64: Add TRFCR_ELx definitions (Gavin Shan) [1939323]
KVM: arm64: Unify trap handlers injecting an UNDEF (Gavin Shan) [1939323]
KVM: arm64: Use find_vma_intersection() (Gavin Shan) [1939323]
KVM: arm64: Hide kvm_mmu_wp_memory_region() (Gavin Shan) [1939323]
KVM: selftests: vgic_init kvm selftests fixup (Gavin Shan) [1939323]
KVM: selftests: aarch64/vgic-v3 init sequence tests (Gavin Shan) [1939323]
KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace (Gavin Shan) [1939323]
kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region() (Gavin Shan) [1939323]
KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write] (Gavin Shan) [1939323]
docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc (Gavin Shan) [1939323]
KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy() (Gavin Shan) [1939323]
KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base() (Gavin Shan) [1939323]
KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read (Gavin Shan) [1939323]
KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base (Gavin Shan) [1939323]
KVM: arm64: Disable guest access to trace filter controls (Gavin Shan) [1939323]
KVM: arm64: Fix CPU interface MMIO compatibility detection (Gavin Shan) [1939323]
KVM: arm64: Hide system instruction access to Trace registers (Gavin Shan) [1939323]
KVM: arm64: Fix exclusive limit for IPA size (Gavin Shan) [1939323]
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM (Gavin Shan) [1939323]
KVM: arm64: nvhe: Save the SPE context early (Gavin Shan) [1939323]
KVM: arm64: Correct spelling of DBGDIDR register (Gavin Shan) [1939323]
KVM: arm64: Fix AArch32 PMUv3 capping (Gavin Shan) [1939323]
KVM: arm64: Fix missing RES1 in emulation of DBGBIDR (Gavin Shan) [1939323]
KVM: arm64: Remove spurious semicolon in reg_to_encoding() (Gavin Shan) [1939323]
KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation (Gavin Shan) [1939323]
KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility (Gavin Shan) [1939323]
KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config() (Gavin Shan) [1939323]
KVM: arm64: Some fixes of PV-time interface document (Gavin Shan) [1939323]
KVM: arm64: CSSELR_EL1 max is 13 (Gavin Shan) [1939323]
idr test suite: Improve reporting from idr_find_test_1 (Chris von Recklinghausen) [1946304]
idr test suite: Create anchor before launching throbber (Chris von Recklinghausen) [1946304]
idr test suite: Take RCU read lock in idr_find_test_1 (Chris von Recklinghausen) [1946304]
radix tree test suite: Register the main thread with the RCU library (Chris von Recklinghausen) [1946304]
radix tree test suite: Fix compilation (Chris von Recklinghausen) [1946304]
XArray: Add xa_limit_16b (Chris von Recklinghausen) [1946304]
XArray: Fix splitting to non-zero orders (Chris von Recklinghausen) [1946304]
XArray: Fix split documentation (Chris von Recklinghausen) [1946304]
PCI/P2PDMA: Drop double zeroing for sg_init_table() (Myron Stowe) [1955693]
PCI: Simplify bool comparisons (Myron Stowe) [1955693]
PCI: endpoint: Use "NULL" instead of "0" as a NULL pointer (Myron Stowe) [1955693]
PCI: Simplify pci_dev_reset_slot_function() (Myron Stowe) [1955693]
PCI: Update mmap-related #ifdef comments (Myron Stowe) [1955693]
PCI/LINK: Print IRQ number used by port (Myron Stowe) [1955693]
PCI/IOV: Simplify pci-pf-stub with module_pci_driver() (Myron Stowe) [1955693]
PCI: Use scnprintf(), not snprintf(), in sysfs "show" functions (Myron Stowe) [1955693]
x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled (Myron Stowe) [1955693]
PCI: Remove unnecessary header includes (Myron Stowe) [1955693]
PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds" (Myron Stowe) [1955693]
PCI/PM: Remove unused PCI_PM_BUS_WAIT (Myron Stowe) [1955693]
PCI: shpchp: Remove unused 'rc' assignment (Myron Stowe) [1955693]
PCI: pciehp: Reduce noisiness on hot removal (Myron Stowe) [1955693 1812902]
PCI: rpadlpar: Use for_each_child_of_node() and for_each_node_by_name() (Myron Stowe) [1955693]
PCI: Add Kconfig options for MPS/MRRS strategy (Myron Stowe) [1955693]
PCI: Add schedule point in pci_read_config() (Myron Stowe) [1955693]
PCI/ASPM: Remove struct pcie_link_state.l1ss (Myron Stowe) [1955693]
PCI/ASPM: Remove struct aspm_register_info.l1ss_cap (Myron Stowe) [1955693]
PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_info (Myron Stowe) [1955693]
PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1 (Myron Stowe) [1955693]
PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused) (Myron Stowe) [1955693]
PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptr (Myron Stowe) [1955693]
PCI/ASPM: Remove struct aspm_register_info.latency_encoding (Myron Stowe) [1955693]
PCI/ASPM: Remove struct aspm_register_info.enabled (Myron Stowe) [1955693]
PCI/ASPM: Remove struct aspm_register_info.support (Myron Stowe) [1955693]
PCI/ASPM: Use 'parent' and 'child' for readability (Myron Stowe) [1955693]
PCI/ASPM: Move LTR path check to where it's used (Myron Stowe) [1955693]
PCI/ASPM: Move pci_clear_and_set_dword() earlier (Myron Stowe) [1955693]
PCI/ACS: Enable Translation Blocking for external devices (Myron Stowe) [1955693]
scsi: qedi: Remove redundant assignment to variable err (Nilesh Javali) [1920855]
scsi: qedi: Fix error return code of qedi_alloc_global_queues() (Nilesh Javali) [1920855]
scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe (Nilesh Javali) [1920855]
scsi: qedf: Simplify bool comparison (Nilesh Javali) [1921608]
bpf, sockmap: Fix incorrect fwd_alloc accounting (Yauheni Kaliuta) [1874006]
bpf: Local storage helpers should check nullness of owner ptr passed (Yauheni Kaliuta) [1874006]
bpf, inode_storage: Put file handler if no storage was found (Yauheni Kaliuta) [1874006]
kbuild: explicitly specify the build id style (Yauheni Kaliuta) [1874006]
bpf: Reject too big ctx_size_in for raw_tp test run (Yauheni Kaliuta) [1874006]
bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers (Yauheni Kaliuta) [1874006]
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE (Jiri Benc) [1874006]
bpf: Fix tests for local_storage (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix "dubious pointer arithmetic" test (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix array access with signed variable test (Yauheni Kaliuta) [1874006]
selftests/bpf: Add test for signed 32-bit bound check bug (Yauheni Kaliuta) [1874006]
bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds. (Yauheni Kaliuta) [1874006]
lwt_bpf: Replace preempt_disable() with migrate_disable() (Yauheni Kaliuta) [1874006]
lwt: Disable BH too in run_lwt_bpf() (Yauheni Kaliuta) [1874006]
selftests/bpf: Drain ringbuf samples at the end of test (Yauheni Kaliuta) [1874006]
libbpf: Fix ring_buffer__poll() to return number of consumed samples (Yauheni Kaliuta) [1874006]
bpf: Add MAINTAINERS entry for BPF LSM (Yauheni Kaliuta) [1874006]
bpftool: Fix error return value in build_btf_type_table (Yauheni Kaliuta) [1874006]
fail_function: Remove a redundant mutex unlock (Yauheni Kaliuta) [1874006]
selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL (Yauheni Kaliuta) [1874006]
lib/strncpy_from_user.c: Mask out bytes after NUL terminator. (Yauheni Kaliuta) [1874006]
bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list (Yauheni Kaliuta) [1874006]
bpf, sockmap: Handle memory acct if skb_verdict prog redirects to self (Yauheni Kaliuta) [1874006]
bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self (Yauheni Kaliuta) [1874006]
bpf, sockmap: Use truesize with sk_rmem_schedule() (Yauheni Kaliuta) [1874006]
bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect (Yauheni Kaliuta) [1874006]
bpf, sockmap: Fix partial copy_page_to_iter so progress can still be made (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix error return code in run_getsockopt_test() (Yauheni Kaliuta) [1874006]
bpf: Relax return code check for subprograms (Yauheni Kaliuta) [1874006]
tools, bpftool: Add missing close before bpftool net attach exit (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix unused attribute usage in subprogs_unused test (Yauheni Kaliuta) [1874006]
bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id (Yauheni Kaliuta) [1874006]
bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepare (Yauheni Kaliuta) [1874006]
libbpf: Don't attempt to load unused subprog as an entry-point BPF program (Yauheni Kaliuta) [1874006]
bpf: Update verification logic for LSM programs (Yauheni Kaliuta) [1874006]
bpf: Zero-fill re-used per-cpu map element (Yauheni Kaliuta) [1874006]
bpf: BPF_PRELOAD depends on BPF_SYSCALL (Yauheni Kaliuta) [1874006]
libbpf: Fix possible use after free in xsk_socket__delete (Yauheni Kaliuta) [1874006]
libbpf: Fix null dereference in xsk_socket__delete (Yauheni Kaliuta) [1874006]
libbpf, hashmap: Fix undefined behavior in hash_bits (Yauheni Kaliuta) [1874006]
tools, bpftool: Remove two unused variables. (Yauheni Kaliuta) [1874006]
tools, bpftool: Avoid array index warnings. (Yauheni Kaliuta) [1874006]
bpf: Add struct bpf_redir_neigh forward declaration to BPF helper defs (Yauheni Kaliuta) [1874006]
bpf: Fix -Wshadow warnings (Yauheni Kaliuta) [1874006]
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static (Yauheni Kaliuta) [1874006]
bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked (Yauheni Kaliuta) [1874006]
bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked (Yauheni Kaliuta) [1874006]
bpf: Remove unneeded break (Yauheni Kaliuta) [1874006]
net, sockmap: Don't call bpf_prog_put() on NULL pointer (Yauheni Kaliuta) [1874006]
bpf, sockmap: Add locking annotations to iterator (Yauheni Kaliuta) [1874006]
bpf: Fix register equivalence tracking. (Yauheni Kaliuta) [1874006]
bpf, selftests: Add three new sockmap tests for verdict only programs (Yauheni Kaliuta) [1874006]
bpf, selftests: Add option to test_sockmap to omit adding parser program (Yauheni Kaliuta) [1874006]
bpf, sockmap: Allow skipping sk_skb parser program (Yauheni Kaliuta) [1874006]
bpf, sockmap: Check skb_verdict and skb_parser programs explicitly (Yauheni Kaliuta) [1874006]
bpf, sockmap: Add memory accounting so skbs on ingress lists are visible (Yauheni Kaliuta) [1874006]
bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup (Yauheni Kaliuta) [1874006]
bpf, sockmap: Remove dropped data on errors in redirect case (Yauheni Kaliuta) [1874006]
bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpage (Yauheni Kaliuta) [1874006]
bpf, sockmap: On receive programs try to fast track SK_PASS ingress (Yauheni Kaliuta) [1874006]
bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limits (Yauheni Kaliuta) [1874006]
bpf: Migrate from patchwork.ozlabs.org to patchwork.kernel.org. (Yauheni Kaliuta) [1874006]
samples: bpf: Refactor XDP kern program maps with BTF-defined map (Yauheni Kaliuta) [1874006]
samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu (Yauheni Kaliuta) [1874006]
samples: bpf: Refactor xdp_monitor with libbpf (Yauheni Kaliuta) [1874006]
bpf, selftests: Add test for different array inner map size (Yauheni Kaliuta) [1874006]
bpf: Allow for map-in-map with dynamic inner array map entries (Yauheni Kaliuta) [1874006]
selftests/bpf: Asm tests for the verifier regalloc tracking. (Yauheni Kaliuta) [1874006]
bpf: Fix selftest compilation on clang 11 (Yauheni Kaliuta) [1874006]
selftest/bpf: Fix profiler test using CO-RE relocation for enums (Yauheni Kaliuta) [1874006]
selftests/bpf: Add profiler test (Yauheni Kaliuta) [1874006]
bpf: Track spill/fill of bounded scalars. (Yauheni Kaliuta) [1874006]
bpf: Propagate scalar ranges through register assignments. (Yauheni Kaliuta) [1874006]
bpf: Add tcp_notsent_lowat bpf setsockopt (Yauheni Kaliuta) [1874006]
selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions (Yauheni Kaliuta) [1874006]
libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override (Yauheni Kaliuta) [1874006]
libbpf: Support safe subset of load/store instruction resizing with CO-RE (Yauheni Kaliuta) [1874006]
libbpf: Skip CO-RE relocations for not loaded BPF programs (Yauheni Kaliuta) [1874006]
libbpf: Fix compatibility problem in xsk_socket__create (Yauheni Kaliuta) [1874006]
bpf: Fix typo in uapi/linux/bpf.h (Yauheni Kaliuta) [1874006]
bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n (Yauheni Kaliuta) [1874006]
kernel/bpf/verifier: Fix build when NET is not enabled (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64 (Yauheni Kaliuta) [1874006]
samples: bpf: Driver interrupt statistics in xdpsock (Yauheni Kaliuta) [1874006]
samples: bpf: Count syscalls in xdpsock (Yauheni Kaliuta) [1874006]
samples: bpf: Split xdpsock stats into new struct (Yauheni Kaliuta) [1874006]
samples/bpf: Fix a compilation error with fallthrough marking (Yauheni Kaliuta) [1874006]
samples/bpf: Change Makefile to cope with latest llvm (Yauheni Kaliuta) [1874006]
bpf, libbpf: Use valid btf in bpf_program__set_attach_target (Yauheni Kaliuta) [1874006]
selftest/bpf: Test pinning map with reused map fd (Yauheni Kaliuta) [1874006]
libbpf: Check if pin_path was set even map fd exist (Yauheni Kaliuta) [1874006]
libbpf: Close map fd if init map slots failed (Yauheni Kaliuta) [1874006]
bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMI (Yauheni Kaliuta) [1874006]
bpf, verifier: Use fallthrough pseudo-keyword (Yauheni Kaliuta) [1874006]
bpf: Deref map in BPF_PROG_BIND_MAP when it's already used (Yauheni Kaliuta) [1874006]
bpf, sockmap: Update selftests to use skb_adjust_room (Yauheni Kaliuta) [1874006]
bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payload (Yauheni Kaliuta) [1874006]
bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr() (Yauheni Kaliuta) [1874006]
bpf: Introducte bpf_this_cpu_ptr() (Yauheni Kaliuta) [1874006]
bpf: Introduce bpf_per_cpu_ptr() (Yauheni Kaliuta) [1874006]
selftests/bpf: Ksyms_btf to test typed ksyms (Yauheni Kaliuta) [1874006]
bpf/libbpf: BTF support for typed ksyms (Yauheni Kaliuta) [1874006]
bpf: Introduce pseudo_btf_id (Yauheni Kaliuta) [1874006]
selftests/bpf: Properly initialize linfo in sockmap_basic (Yauheni Kaliuta) [1874006]
selftests/bpf: Initialize duration in xdp_noinline.c (Yauheni Kaliuta) [1874006]
selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS (Yauheni Kaliuta) [1874006]
bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix alignment of .BTF_ids (Yauheni Kaliuta) [1874006]
selftests/bpf: Test "incremental" btf_dump in C format (Yauheni Kaliuta) [1874006]
libbpf: Make btf_dump work with modifiable BTF (Yauheni Kaliuta) [1874006]
bpf, selftests: Use bpf_tail_call_static where appropriate (Yauheni Kaliuta) [1874006]
bpf, libbpf: Add bpf_tail_call_static helper for bpf programs (Yauheni Kaliuta) [1874006]
bpf, net: Rework cookie generator as per-cpu one (Yauheni Kaliuta) [1874006]
bpf: Add classid helper only based on skb->sk (Yauheni Kaliuta) [1874006]
bpf: fix raw_tp test run in preempt kernel (Yauheni Kaliuta) [1874006]
libbpf: Compile in PIC mode only for shared library case (Yauheni Kaliuta) [1874006]
libbpf: Compile libbpf under -O2 level by default and catch extra warnings (Yauheni Kaliuta) [1874006]
bpf: x64: Do not emit sub/add 0, rsp when !stack_depth (Yauheni Kaliuta) [1874006]
bpf, x64: Drop "pop rcx" instruction on BPF JIT epilogue (Yauheni Kaliuta) [1874006]
bpf, selftests: Fix warning in snprintf_btf where system() call unchecked (Yauheni Kaliuta) [1874006]
selftests/bpf: Test BTF's handling of endianness (Yauheni Kaliuta) [1874006]
selftests/bpf: Move and extend ASSERT_xxx() testing macros (Yauheni Kaliuta) [1874006]
selftests: Make sure all 'skel' variables are declared static (Yauheni Kaliuta) [1874006]
selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id (Yauheni Kaliuta) [1874006]
bpf/preload: Make sure Makefile cleans up after itself, and add .gitignore (Yauheni Kaliuta) [1874006]
selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.h (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix unused-result warning in snprintf_btf.c (Yauheni Kaliuta) [1874006]
bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tp (Yauheni Kaliuta) [1874006]
selftests/bpf: Add test for bpf_seq_printf_btf helper (Yauheni Kaliuta) [1874006]
bpf: Add bpf_seq_printf_btf helper (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix overflow tests to reflect iter size increase (Yauheni Kaliuta) [1874006]
bpf: Bump iter seq size to support BTF representation of large data structures (Yauheni Kaliuta) [1874006]
selftests/bpf: Add bpf_snprintf_btf helper tests (Yauheni Kaliuta) [1874006]
bpf: Add bpf_snprintf_btf helper (Yauheni Kaliuta) [1874006]
bpf: Move to generic BTF show support, apply it to seq files/strings (Yauheni Kaliuta) [1874006]
bpf: Provide function to get vmlinux BTF information (Yauheni Kaliuta) [1874006]
selftest: bpf: Test copying a sockmap and sockhash (Yauheni Kaliuta) [1874006]
selftests: bpf: Remove shared header from sockmap iter test (Yauheni Kaliuta) [1874006]
selftests: bpf: Add helper to compare socket cookies (Yauheni Kaliuta) [1874006]
bpf: sockmap: Enable map_update_elem from bpf_iter (Yauheni Kaliuta) [1874006]
bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature (Yauheni Kaliuta) [1874006]
selftests/bpf: Add raw_tp_test_run (Yauheni Kaliuta) [1874006]
libbpf: Support test run of raw tracepoint programs (Yauheni Kaliuta) [1874006]
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint (Yauheni Kaliuta) [1874006]
bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULL (Yauheni Kaliuta) [1874006]
bpf: Add AND verifier test case where 32bit and 64bit bounds differ (Yauheni Kaliuta) [1874006]
bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases (Yauheni Kaliuta) [1874006]
bpf: selftest: Add test_btf_skc_cls_ingress (Yauheni Kaliuta) [1874006]
bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h (Yauheni Kaliuta) [1874006]
bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test (Yauheni Kaliuta) [1874006]
bpf: selftest: Use network_helpers in the sock_fields test (Yauheni Kaliuta) [1874006]
bpf: selftest: Adapt sock_fields test to use skel and global variables (Yauheni Kaliuta) [1874006]
bpf: selftest: Move sock_fields test into test_progs (Yauheni Kaliuta) [1874006]
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting (Yauheni Kaliuta) [1874006]
bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON (Yauheni Kaliuta) [1874006]
bpf: Move the PTR_TO_BTF_ID check to check_reg_type() (Yauheni Kaliuta) [1874006]
Revert "bpf: Fix potential call bpf_link_free() in atomic context" (Yauheni Kaliuta) [1874006]
tools resolve_btfids: Always force HOSTARCH (Yauheni Kaliuta) [1874006]
bpf: Check CONFIG_BPF option for resolve_btfids (Yauheni Kaliuta) [1874006]
bpf: Explicitly size compatible_reg_types (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix stat probe in d_path test (Yauheni Kaliuta) [1874006]
bpf: Using rcu_read_lock for bpf_sk_storage_map iterator (Yauheni Kaliuta) [1874006]
bpf: Use a table to drive helper arg type checks (Yauheni Kaliuta) [1874006]
bpf: Hoist type checking for nullable arg types (Yauheni Kaliuta) [1874006]
bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_arg (Yauheni Kaliuta) [1874006]
bpf: Set meta->raw_mode for pointers close to use (Yauheni Kaliuta) [1874006]
bpf: Make context access check generic (Yauheni Kaliuta) [1874006]
bpf: Make reference tracking generic (Yauheni Kaliuta) [1874006]
bpf: Make BTF pointer type checking generic (Yauheni Kaliuta) [1874006]
bpf: Allow specifying a BTF ID per argument in function protos (Yauheni Kaliuta) [1874006]
btf: Add BTF_ID_LIST_SINGLE macro (Yauheni Kaliuta) [1874006]
bpf: Check scalar or invalid register in check_helper_mem_access (Yauheni Kaliuta) [1874006]
btf: Make btf_set_contains take a const pointer (Yauheni Kaliuta) [1874006]
bpf: Fix potential call bpf_link_free() in atomic context (Yauheni Kaliuta) [1874006]
bpf: Use hlist_add_head_rcu when linking to local_storage (Yauheni Kaliuta) [1874006]
samples/bpf: Fix test_map_in_map on s390 (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix endianness issue in test_sockopt_sk (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix endianness issue in sk_assign (Yauheni Kaliuta) [1874006]
selftests/bpf: Add tailcall_bpf2bpf tests (Yauheni Kaliuta) [1874006]
bpf: Add abnormal return checks. (Yauheni Kaliuta) [1874006]
bpf: allow for tailcalls in BPF subprograms for x64 JIT (Yauheni Kaliuta) [1874006]
bpf, x64: rework pro/epilogue and tailcall handling in JIT (Yauheni Kaliuta) [1874006]
bpf: Limit caller's stack depth 256 for subprogs with tailcalls (Yauheni Kaliuta) [1874006]
bpf: rename poke descriptor's 'ip' member to 'tailcall_target' (Yauheni Kaliuta) [1874006]
bpf: propagate poke descriptors to subprograms (Yauheni Kaliuta) [1874006]
bpf, x64: use rcx instead of rax for tail call retpolines (Yauheni Kaliuta) [1874006]
selftests/bpf: Merge most of test_btf into test_progs (Yauheni Kaliuta) [1874006]
selftests/bpf: Test load and dump metadata with btftool and skel (Yauheni Kaliuta) [1874006]
bpftool: Support dumping metadata (Yauheni Kaliuta) [1874006]
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section (Yauheni Kaliuta) [1874006]
bpf: Add BPF_PROG_BIND_MAP syscall (Yauheni Kaliuta) [1874006]
bpf: Mutex protect used_maps array and count (Yauheni Kaliuta) [1874006]
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04 (Yauheni Kaliuta) [1874006]
samples/bpf: Add quiet option to xdpsock (Yauheni Kaliuta) [1874006]
samples: bpf: Add an option for printing extra statistics in xdpsock (Yauheni Kaliuta) [1874006]
samples/bpf: Fix possible deadlock in xdpsock (Yauheni Kaliuta) [1874006]
samples/bpf: Fix one packet sending in xdpsock (Yauheni Kaliuta) [1874006]
s390/bpf: Fix multiple tail calls (Yauheni Kaliuta) [1874006]
tcp: Simplify tcp_set_congestion_control() load=false case (Yauheni Kaliuta) [1874006]
tcp: simplify _bpf_setsockopt(): Remove flags argument (Yauheni Kaliuta) [1874006]
tcp: simplify tcp_set_congestion_control(): Always reinitialize (Yauheni Kaliuta) [1874006]
tcp: Simplify EBPF TCP_CONGESTION to always init CC (Yauheni Kaliuta) [1874006]
bpftool: Fix build failure (Yauheni Kaliuta) [1874006]
tools: bpftool: Automate generation for "SEE ALSO" sections in man pages (Yauheni Kaliuta) [1874006]
bpf: Fix comment for helper bpf_current_task_under_cgroup() (Yauheni Kaliuta) [1874006]
selftests/bpf: Define string const as global for test_sysctl_prog.c (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix test_ksyms on non-SMP kernels (Yauheni Kaliuta) [1874006]
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps (Yauheni Kaliuta) [1874006]
tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT (Yauheni Kaliuta) [1874006]
tools: bpftool: Clean up function to dump map entry (Yauheni Kaliuta) [1874006]
selftests: bpf: Test iterating a sockmap (Yauheni Kaliuta) [1874006]
net: Allow iterating sockmap and sockhash (Yauheni Kaliuta) [1874006]
net: sockmap: Remove unnecessary sk_fullsock checks (Yauheni Kaliuta) [1874006]
tools: bpftool: Include common options from separate file (Yauheni Kaliuta) [1874006]
tools: bpftool: Print optional built-in features along with version (Yauheni Kaliuta) [1874006]
selftests, bpftool: Add bpftool (and eBPF helpers) documentation build (Yauheni Kaliuta) [1874006]
tools: bpftool: Log info-level messages when building bpftool man pages (Yauheni Kaliuta) [1874006]
bpf: Remove duplicate headers (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change (Yauheni Kaliuta) [1874006]
selftests/bpf: Add test for map_ptr arithmetic (Yauheni Kaliuta) [1874006]
bpf: Permit map_ptr arithmetic with opcode add and offset 0 (Yauheni Kaliuta) [1874006]
tools, bpf: Synchronise BPF UAPI header with tools (Yauheni Kaliuta) [1874006]
bpf: Fix formatting in documentation for BPF helpers (Yauheni Kaliuta) [1874006]
tools: bpftool: Fix formatting in bpftool-link documentation (Yauheni Kaliuta) [1874006]
samples, bpf: Add xsk_fwd test file to .gitignore (Yauheni Kaliuta) [1874006]
samples, bpf: Replace bpf_program__title() with bpf_program__section_name() (Yauheni Kaliuta) [1874006]
libbpf: Fix potential multiplication overflow (Yauheni Kaliuta) [1874006]
libbpf: Fix another __u64 cast in printf (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix check in global_data_init. (Yauheni Kaliuta) [1874006]
selftests/bpf: Add __noinline variant of cls_redirect selftest (Yauheni Kaliuta) [1874006]
selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinline (Yauheni Kaliuta) [1874006]
selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline tests (Yauheni Kaliuta) [1874006]
tools/bpftool: Replace bpf_program__title() with bpf_program__section_name() (Yauheni Kaliuta) [1874006]
selftests/bpf: Don't use deprecated libbpf APIs (Yauheni Kaliuta) [1874006]
libbpf: Deprecate notion of BPF program "title" in favor of "section name" (Yauheni Kaliuta) [1874006]
selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf calls (Yauheni Kaliuta) [1874006]
libbpf: Add multi-prog section support for struct_ops (Yauheni Kaliuta) [1874006]
libbpf: Implement generalized .BTF.ext func/line info adjustment (Yauheni Kaliuta) [1874006]
libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls (Yauheni Kaliuta) [1874006]
libbpf: Support CO-RE relocations for multi-prog sections (Yauheni Kaliuta) [1874006]
libbpf: Parse multi-function sections into multiple BPF programs (Yauheni Kaliuta) [1874006]
libbpf: Ensure ELF symbols table is found before further ELF processing (Yauheni Kaliuta) [1874006]
selftests/bpf: Test task_file iterator without visiting pthreads (Yauheni Kaliuta) [1874006]
bpf: Avoid iterating duplicated files for task_file iterator (Yauheni Kaliuta) [1874006]
bpf: {cpu,dev}map: Change various functions return type from int to void (Yauheni Kaliuta) [1874006]
module: Fix up module_notifier return values (Yauheni Kaliuta) [1874006]
bpf: Remove bpf_lsm_file_mprotect from sleepable list. (Yauheni Kaliuta) [1874006]
samples/bpf: Fix to xdpsock to avoid recycling frames (Yauheni Kaliuta) [1874006]
samples/bpf: Optimize l2fwd performance in xdpsock (Yauheni Kaliuta) [1874006]
samples/bpf: Add new sample xsk_fwd.c (Yauheni Kaliuta) [1874006]
libbpf: Support shared umems between queues and devices (Yauheni Kaliuta) [1874006]
selftests/bpf: Add sleepable tests (Yauheni Kaliuta) [1874006]
libbpf: Support sleepable progs (Yauheni Kaliuta) [1874006]
bpf: Add bpf_copy_from_user() helper. (Yauheni Kaliuta) [1874006]
bpf: Fix build without BPF_LSM. (Yauheni Kaliuta) [1874006]
bpf: Introduce sleepable BPF programs (Yauheni Kaliuta) [1874006]
mm/error_inject: Fix allow_error_inject function signatures. (Yauheni Kaliuta) [1874006]
mm/filemap.c: enable error injection at add_to_page_cache() (Yauheni Kaliuta) [1874006]
mm/page_alloc.c: allow error injection (Yauheni Kaliuta) [1874006]
bpf: selftests: Add test for different inner map size (Yauheni Kaliuta) [1874006]
bpf: Relax max_entries check for most of the inner map types (Yauheni Kaliuta) [1874006]
bpf: Add map_meta_equal map ops (Yauheni Kaliuta) [1874006]
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info (Yauheni Kaliuta) [1874006]
tools, bpf/build: Cleanup feature files on make clean (Yauheni Kaliuta) [1874006]
libbpf: Fix compilation warnings for 64-bit printf args (Yauheni Kaliuta) [1874006]
selftests/bpf: Add verifier tests for xor operation (Yauheni Kaliuta) [1874006]
libbpf: Fix unintentional success return code in bpf_object__load (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix spelling mistake "scoket" -> "socket" (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix open call in trigger_fstat_events (Yauheni Kaliuta) [1874006]
selftests/bpf: Add set test to resolve_btfids (Yauheni Kaliuta) [1874006]
selftests/bpf: Add test for d_path helper (Yauheni Kaliuta) [1874006]
selftests/bpf: Add verifier test for d_path helper (Yauheni Kaliuta) [1874006]
bpf: Update .BTF_ids section in btf.rst with sets info (Yauheni Kaliuta) [1874006]
bpf: Add d_path helper (Yauheni Kaliuta) [1874006]
bpf: Add BTF_SET_START/END macros (Yauheni Kaliuta) [1874006]
bpf: Add btf_struct_ids_match function (Yauheni Kaliuta) [1874006]
bpf: Factor btf_struct_access function (Yauheni Kaliuta) [1874006]
bpf: Remove recursion call in btf_struct_access (Yauheni Kaliuta) [1874006]
bpf: Add type_id pointer as argument to __btf_resolve_size (Yauheni Kaliuta) [1874006]
bpf: Add elem_id pointer as argument to __btf_resolve_size (Yauheni Kaliuta) [1874006]
bpf: Move btf_resolve_size into __btf_resolve_size (Yauheni Kaliuta) [1874006]
tools resolve_btfids: Add support for set symbols (Yauheni Kaliuta) [1874006]
tools resolve_btfids: Add size check to get_id function (Yauheni Kaliuta) [1874006]
bpf: Disallow BPF_PRELOAD in allmodconfig builds (Yauheni Kaliuta) [1874006]
bpf: Add selftests for local_storage (Yauheni Kaliuta) [1874006]
bpf: Allow local storage to be used from LSM programs (Yauheni Kaliuta) [1874006]
bpf: Implement bpf_local_storage for inodes (Yauheni Kaliuta) [1874006]
bpf: Split bpf_local_storage to bpf_sk_storage (Yauheni Kaliuta) [1874006]
bpf: Generalize bpf_sk_storage (Yauheni Kaliuta) [1874006]
bpf: Generalize caching for sk_storage. (Yauheni Kaliuta) [1874006]
bpf: Renames in preparation for bpf_local_storage (Yauheni Kaliuta) [1874006]
selftests/bpf: Enable tc verbose mode for test_sk_assign (Yauheni Kaliuta) [1874006]
samples: bpf: Refactor tracepoint tracing programs with libbpf (Yauheni Kaliuta) [1874006]
samples: bpf: Refactor kprobe tracing programs with libbpf (Yauheni Kaliuta) [1874006]
selftests: bpf: Fix sockmap update nits (Yauheni Kaliuta) [1874006]
libbpf: Fix type compatibility check copy-paste error (Yauheni Kaliuta) [1874006]
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo (Yauheni Kaliuta) [1874006]
bpf: sk_lookup: Add user documentation (Yauheni Kaliuta) [1874006]
docs: Correct subject prefix and update LLVM info (Yauheni Kaliuta) [1874006]
libbpf: Normalize and improve logging across few functions (Yauheni Kaliuta) [1874006]
libbpf: Skip well-known ELF sections when iterating ELF (Yauheni Kaliuta) [1874006]
libbpf: Add __noinline macro to bpf_helpers.h (Yauheni Kaliuta) [1874006]
libbpf: Factor out common ELF operations and improve logging (Yauheni Kaliuta) [1874006]
libbpf: Add perf_buffer APIs for better integration with outside epoll loop (Yauheni Kaliuta) [1874006]
bpftool: Implement link_query for bpf iterators (Yauheni Kaliuta) [1874006]
bpf: Implement link_query callbacks in map element iterators (Yauheni Kaliuta) [1874006]
bpf: Implement link_query for bpf iterators (Yauheni Kaliuta) [1874006]
selftests/bpf: List newest Clang built-ins needed for some CO-RE selftests (Yauheni Kaliuta) [1874006]
selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9 (Yauheni Kaliuta) [1874006]
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow (Yauheni Kaliuta) [1874006]
libbpf: Fix detection of BPF helper call instruction (Yauheni Kaliuta) [1874006]
selftests/bpf: Add bpffs preload test. (Yauheni Kaliuta) [1874006]
bpf: Add kernel module with user mode driver that populates bpffs. (Yauheni Kaliuta) [1874006]
bpf: Add BPF program and map iterators as built-in BPF programs. (Yauheni Kaliuta) [1874006]
bpf: Factor out bpf_link_by_id() helper. (Yauheni Kaliuta) [1874006]
libbpf: Simplify the return expression of build_map_pin_path() (Yauheni Kaliuta) [1874006]
selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations (Yauheni Kaliuta) [1874006]
libbpf: Implement enum value-based CO-RE relocations (Yauheni Kaliuta) [1874006]
selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET (Yauheni Kaliuta) [1874006]
selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocations (Yauheni Kaliuta) [1874006]
libbpf: Implement type-based CO-RE relocations support (Yauheni Kaliuta) [1874006]
libbpf: Centralize poisoning and poison reallocarray() (Yauheni Kaliuta) [1874006]
tools/bpftool: Remove libbpf_internal.h usage in bpftool (Yauheni Kaliuta) [1874006]
selftests/bpf: Add test validating failure on ambiguous relocation value (Yauheni Kaliuta) [1874006]
libbpf: Improve relocation ambiguity detection (Yauheni Kaliuta) [1874006]
libbpf: Detect minimal BTF support and skip BTF loading, if missing (Yauheni Kaliuta) [1874006]
libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str] (Yauheni Kaliuta) [1874006]
libbpf: Factor out common logic of testing and closing FD (Yauheni Kaliuta) [1874006]
libbpf: Make kernel feature probing lazy (Yauheni Kaliuta) [1874006]
libbpf: Disable -Wswitch-enum compiler warning (Yauheni Kaliuta) [1874006]
libbpf: Convert comma to semicolon (Yauheni Kaliuta) [1874006]
samples: bpf: Fix broken bpf programs due to removed symbol (Yauheni Kaliuta) [1874006]
bpf: Replace GPLv2 boilerplate/reference with SPDX - rule 206 (Jiri Benc) [1874006]
LSM: Make some functions static (Yauheni Kaliuta) [1874006]
LSM: Make lsm_early_cred() and lsm_early_task() local functions. (Yauheni Kaliuta) [1874006]
LSM: Infrastructure management of the ipc security blob (Yauheni Kaliuta) [1874006]
LSM: Infrastructure management of the task security (Yauheni Kaliuta) [1874006]
LSM: Infrastructure management of the inode security (Yauheni Kaliuta) [1874006]
LSM: Infrastructure management of the file security (Yauheni Kaliuta) [1874006]
Infrastructure management of the cred security blob (Yauheni Kaliuta) [1874006]
kernel: move CONFIG_TASKS_TRACE_RCU fields to task_struct_rh (Jiri Benc) [1874006]
kernel: store pointer to task_struct in task_struct_rh (Jiri Benc) [1874006]
|
2021-06-02 |
igb: Add double-check MTA_REGISTER for i210 and i211 (Corinna Vinschen) [1920286]
igb: Redistribute memory for transmit packet buffers when in Qav mode (Corinna Vinschen) [1920286]
igb: Fix fall-through warnings for Clang (Corinna Vinschen) [1920286]
intel: clean up mismatched header comments (Corinna Vinschen) [1920286]
igb: check timestamp validity (Corinna Vinschen) [1920286]
igb: Fix duplicate include guard (Corinna Vinschen) [1920286]
intel: Update drivers to use ethtool_sprintf (Corinna Vinschen) [1920286]
net: ethernet: intel: igb: Typo fix in the file igb_main.c (Corinna Vinschen) [1920286]
igb: avoid premature Rx buffer reuse (Corinna Vinschen) [1920286]
igb: remove h from printk format specifier (Corinna Vinschen) [1920286]
igb: Enable RSS for Intel I211 Ethernet Controller (Corinna Vinschen) [1920286]
igb: fix TDBAL register show incorrect value (Corinna Vinschen) [1920286]
net: igb: use skb_csum_is_sctp instead of protocol check (Corinna Vinschen) [1920286]
igb: avoid transmit queue timeout in xdp path (Corinna Vinschen) [1920286]
igb: use xdp_do_flush (Corinna Vinschen) [1920286]
igb: skb add metasize for xdp (Corinna Vinschen) [1920286]
igb: XDP extack message on error (Corinna Vinschen) [1920286]
igb: take VLAN double header into account (Corinna Vinschen) [1920286]
igb: XDP xmit back fix error code (Corinna Vinschen) [1920286]
igb: add XDP support (Corinna Vinschen) [1920286]
r8169: don't advertise pause in jumbo mode (Josef Oskera) [1935346]
r8169: fix DMA being used after buffer free if WoL is enabled (Josef Oskera) [1935346]
r8169: fix r8168fp_adjust_ocp_cmd function (Josef Oskera) [1935346]
r8169: use macro pm_ptr (Josef Oskera) [1935346]
r8169: fix resuming from suspend on RTL8105e if machine runs on battery (Josef Oskera) [1935346]
r8169: handle tx before rx in napi poll (Josef Oskera) [1935346]
r8169: disable detection of bogus xid's 308/388 (Josef Oskera) [1935346]
r8169: re-configure WOL settings on resume from hibernation (Josef Oskera) [1935346]
r8169: don't try to disable interrupts if NAPI is scheduled already (Josef Oskera) [1935346]
r8169: Add support for another RTL8168FP (Josef Oskera) [1935346]
r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is set (Josef Oskera) [1935346]
r8169: work around RTL8125 UDP hw bug (Josef Oskera) [1935346]
r8169: remove not needed call to rtl_wol_enable_rx from rtl_shutdown (Josef Oskera) [1935346]
r8169: improve DASH support (Josef Oskera) [1935346]
r8169: improve rtl8169_rx_csum (Josef Oskera) [1935346]
r8169: align rtl_wol_suspend_quirk with vendor driver and rename it (Josef Oskera) [1935346]
r8169: clean up rtl_pll_power_down/up functions (Josef Oskera) [1935346]
r8169: improve handling D3 PLL power-down (Josef Oskera) [1935346]
r8169: enable PLL power-down for chip versions 34, 35, 36, 42 (Josef Oskera) [1935346]
r8169: make use of the unaligned access helpers (Josef Oskera) [1935346]
r8169: tweak max read request size for newer chips also in jumbo mtu mode (Josef Oskera) [1935346]
r8169: align RTL8168e jumbo pcie read request size with vendor driver (Josef Oskera) [1935346]
r8169: don't wakeup-enable device on shutdown if WOL is disabled (Josef Oskera) [1935346]
r8169: improve rtl_ocp_reg_failure (Josef Oskera) [1935346]
r8169: replace BUG_ON with WARN in _rtl_eri_write (Josef Oskera) [1935346]
r8169: improve RTL8168g PHY suspend quirk (Josef Oskera) [1935346]
r8169: move ERI access functions to avoid forward declaration (Josef Oskera) [1935346]
r8169: work around power-saving bug on some chip versions (Josef Oskera) [1935346]
r8169: make NUM_RX_DESC a signed int (Josef Oskera) [1935346]
r8169: improve rtl_rx (Josef Oskera) [1935346]
r8169: set tc_offset only if tally counter reset isn't supported (Josef Oskera) [1935346]
net: phy: realtek: read actual speed on rtl8211f to detect downshift (Josef Oskera) [1935346]
r8169: use dev_err_probe in rtl_get_ether_clk (Josef Oskera) [1935346]
r8169: reduce number of workaround doorbell rings (Josef Oskera) [1935346]
r8169: remove not needed check in rtl8169_start_xmit (Josef Oskera) [1935346]
r8169: remove nr_frags argument from rtl_tx_slots_avail (Josef Oskera) [1935346]
r8169: improve rtl8169_start_xmit (Josef Oskera) [1935346]
r8169: improve rtl_tx (Josef Oskera) [1935346]
r8169: use READ_ONCE in rtl_tx_slots_avail (Josef Oskera) [1935346]
net: phy: realtek: support paged operations on RTL8201CP (Josef Oskera) [1935346]
r8169: disable hw csum for short packets on all chip versions (Josef Oskera) [1935346]
r8169: fix potential skb double free in an error path (Josef Oskera) [1935346]
r8169: work around short packet hw bug on RTL8125 (Josef Oskera) [1935346]
net: phy: realtek: Add support for RTL8221B-CG series (Josef Oskera) [1935346]
r8169: set IRQF_NO_THREAD if MSI(X) is enabled (Josef Oskera) [1935346]
r8169: align number of tx descriptors with vendor driver (Josef Oskera) [1935346]
r8169: use pm_runtime_put_sync in rtl_open error path (Josef Oskera) [1935346]
r8169: remove unneeded memory barrier in rtl_tx (Josef Oskera) [1935346]
r8169: remove no longer needed private rx/tx packet/byte counters (Josef Oskera) [1935346]
r8169: use struct pcpu_sw_netstats for rx/tx packet/byte counters (Josef Oskera) [1935346]
treewide: Use fallthrough pseudo-keyword (Josef Oskera) [1935346]
r8169: fix jumbo packet handling on RTL8168e (Josef Oskera) [1915314]
sctp: delay auto_asconf init until binding the first addr (Xin Long) [1952020]
netfilter: x_tables: fix compat match/target pad out-of-bound write (Florian Westphal) [1950014]
netfilter: arp_tables: add pre_exit hook for table unregister (Florian Westphal) [1950014]
netfilter: bridge: add pre_exit hooks for ebtable unregistration (Florian Westphal) [1950014]
netfilter: nft_limit: avoid possible divide error in nft_limit_init (Florian Westphal) [1950014]
netfilter: conntrack: do not print icmpv6 as unknown via /proc (Florian Westphal) [1950014]
netfilter: flowtable: fix NAT IPv6 offload mangling (Florian Westphal) [1950014]
netfilter: flowtable: Make sure GC works periodically in idle system (Florian Westphal) [1950014]
netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flags (Florian Westphal) [1950014]
netfilter: ctnetlink: fix dump of the expect mask attribute (Florian Westphal) [1950014]
netfilter: x_tables: gpf inside xt_find_revision() (Florian Westphal) [1950014]
netfilter: conntrack: skip identical origin tuple in same zone only (Florian Westphal) [1950014]
flow_dissector: fix byteorder of dissected ICMP ID (Paolo Abeni) [1950288]
flow_dissector: fix TTL and TOS dissection on IPv4 fragments (Paolo Abeni) [1950288]
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled (Paolo Abeni) [1950288]
net: core: devlink: use right genl user_ptr when handling port param get/set (Paolo Abeni) [1950288]
net_sched: gen_estimator: support large ewma log (Paolo Abeni) [1950288]
net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM (Paolo Abeni) [1950288]
net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled (Paolo Abeni) [1950288]
devlink: Add devlink port documentation (Petr Oros) [1935708]
devlink: Support get and set state of port function (Petr Oros) [1935708]
devlink: Support add and delete devlink port (Petr Oros) [1935708]
devlink: Introduce PCI SF port flavour and port attribute (Petr Oros) [1935708]
devlink: Prepare code to fill multiple port function attributes (Petr Oros) [1935708]
net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set_doit() (Petr Oros) [1935708]
video: hyperv_fb: Add ratelimit on error message (Mohammed Gamal) [1957804]
ovl: allow upperdir inside lowerdir (Miklos Szeredi) [1903647]
i2c: i801: Add support for Intel Alder Lake PCH-P (Steve Best) [1929488]
pinctrl: tigerlake: Add Alder Lake-P ACPI ID (Steve Best) [1929492]
xfs: set aside allocation btree blocks from block reservation (Brian Foster) [1911738]
xfs: introduce in-core global counter of allocbt blocks (Brian Foster) [1911738]
xfs: unconditionally read all AGFs on mounts with perag reservation (Brian Foster) [1911738]
xfs: drop unnecessary setfilesize helper (Brian Foster) [1942348]
xfs: drop unused ioend private merge and setfilesize code (Brian Foster) [1942348]
xfs: open code ioend needs workqueue helper (Brian Foster) [1942348]
xfs: drop submit side trans alloc for append ioends (Brian Foster) [1942348]
blk-mq: Use request queue-wide tags for tagset-wide sbitmap (Ming Lei) [1932145]
blk-mq: Some tag allocation code refactoring (Ming Lei) [1932145]
blk-mq: Swap two calls in blk_mq_exit_queue() (Ming Lei) [1932145]
blk-mq: plug request for shared sbitmap (Ming Lei) [1932145]
blk-mq: set default elevator as deadline in case of hctx shared tagset (Ming Lei) [1932145]
powerpc/perf: Fix PMU constraint check for EBB events (Diego Domingos) [1926573]
s390/idle: fix suspicious RCU usage (Waiman Long) [1963142]
x86/cpu: Add another Alder Lake CPU to the Intel family (Steve Best) [1962033]
x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelisted (Prarit Bhargava) [1837350]
Documentation/admin-guide: Change doc for split_lock_detect parameter (Prarit Bhargava) [1837350]
x86/traps: Handle #DB for bus lock (Prarit Bhargava) [1837350]
x86/cpufeatures: Enumerate #DB for bus lock detection (Prarit Bhargava) [1837350]
x86/split_lock: Enable the split lock feature on another Alder Lake CPU (Prarit Bhargava) [1925373]
x86/cpu: Add another Alder Lake CPU to the Intel family (Prarit Bhargava) [1925373]
x86/split_lock: Enable the split lock feature on Sapphire Rapids and Alder Lake CPUs (Prarit Bhargava) [1925373]
|
2021-05-27 |
libbpf: Add user-space variants of BPF_CORE_READ() family of macros (Jiri Olsa) [1896362]
libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel() (Jiri Olsa) [1896362]
selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user() (Jiri Olsa) [1896362]
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel (Jiri Olsa) [1896362]
bpf: Restrict bpf_probe_read{, str}() only to archs where they work (Jiri Olsa) [1896362]
perf/x86/intel/uncore: Add Rocket Lake support (Michael Petlan) [1837502]
perf/x86/cstate: Add Rocket Lake CPU support (Michael Petlan) [1837497]
perf/x86/intel: Add Rocket Lake CPU support (Michael Petlan) [1837497]
perf/x86/msr: Add Rocket Lake CPU support (Michael Petlan) [1837497]
tick/nohz: Kick only _queued_ task whose tick dependency is updated (Waiman Long) [1922901]
tick/nohz: Change signal tick dependency to wake up CPUs of member tasks (Waiman Long) [1922901]
tick/nohz: Only wake up a single target cpu when kicking a task (Waiman Long) [1922901]
tick/nohz: Narrow down noise while setting current task's tick dependency (Waiman Long) [1922901]
sched/fair: Fix shift-out-of-bounds in load_balance() (Phil Auld) [1958730]
redhat/configs: Update torture test configs (Waiman Long) [1941211]
rcu: Do not report strict GPs for outgoing CPUs (Waiman Long) [1941211]
rcu,ftrace: Fix ftrace recursion (Waiman Long) [1941211]
arm64: smp: Tell RCU about CPUs that fail to come online (Waiman Long) [1941211]
rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled (Waiman Long) [1941211]
rcu-tasks: Enclose task-list scan in rcu_read_lock() (Waiman Long) [1941211]
rcu-tasks: Fix low-probability task_struct leak (Waiman Long) [1941211]
rcu-tasks: Fix grace-period/unlock race in RCU Tasks Trace (Waiman Long) [1941211]
rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace (Waiman Long) [1941211]
rcu-tasks: Selectively enable more RCU Tasks Trace IPIs (Waiman Long) [1941211]
rcu-tasks: Use more aggressive polling for RCU Tasks Trace (Waiman Long) [1941211]
rcu-tasks: Mark variables static (Waiman Long) [1941211]
rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread() (Waiman Long) [1941211]
rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp() (Waiman Long) [1941211]
torture: Add gdb support (Waiman Long) [1941211]
rcuperf: Change rcuperf to rcuscale (Waiman Long) [1941211]
sched,rcuperf: Convert to sched_set_fifo_low() (Waiman Long) [1941211]
rcu/rcuperf: Convert to SPDX license identifier (Waiman Long) [1941211]
rcutorture: Allow pointer leaks to test diagnostic code (Waiman Long) [1941211]
rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPs (Waiman Long) [1941211]
rcu: locking and unlocking need to always be at least barriers (Waiman Long) [1941211]
rcu: Execute RCU reader shortly after rcu_core for strict GPs (Waiman Long) [1941211]
rcu: Provide optional RCU-reader exit delay for strict GPs (Waiman Long) [1941211]
rcu: Make FQS more aggressive in complaining about offline CPUs (Waiman Long) [1941211]
rcu: Clarify comments about FQS loop reporting quiescent states (Waiman Long) [1941211]
rcu: IPI all CPUs at GP end for strict GPs (Waiman Long) [1941211]
rcu: IPI all CPUs at GP start for strict GPs (Waiman Long) [1941211]
rcu: Attempt QS when CPU discovers GP for strict GPs (Waiman Long) [1941211]
rcu: Do full report for .need_qs for strict GPs (Waiman Long) [1941211]
rcu: Always set .need_qs from __rcu_read_lock() for strict GPs (Waiman Long) [1941211]
rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPs (Waiman Long) [1941211]
rcu: Restrict default jiffies_till_first_fqs for strict RCU GPs (Waiman Long) [1941211]
rcu: Reduce leaf fanout for strict RCU grace periods (Waiman Long) [1941211]
rcu: Add Kconfig option for strict RCU grace periods (Waiman Long) [1941211]
rcu/nocb: Add a warning for non-GP kthread running GP code (Waiman Long) [1941211]
rcu: Move rcu_cpu_started per-CPU variable to rcu_data (Waiman Long) [1941211]
scftorture: Add cond_resched() to test loop (Waiman Long) [1941211]
rcutorture: Hoist OOM registry up one level (Waiman Long) [1941211]
rcutorture: Properly synchronize with OOM notifier (Waiman Long) [1941211]
rcutorture: Properly set rcu_fwds for OOM handling (Waiman Long) [1941211]
torture: Add kvm.sh --help and update help message (Waiman Long) [1941211]
refperf: Avoid null pointer dereference when buf fails to allocate (Waiman Long) [1941211]
rcutorture: Add CONFIG_PROVE_RCU_LIST to TREE05 (Waiman Long) [1941211]
torture: Update initrd documentation (Waiman Long) [1941211]
rcutorture: Replace HTTP links with HTTPS ones (Waiman Long) [1941211]
rcu: Fix kerneldoc comments in rcupdate.h (Waiman Long) [1941211]
scftorture: Adapt memory-ordering test to UP operation (Waiman Long) [1941211]
torture: document --allcpus argument added to the kvm.sh script (Waiman Long) [1941211]
scftorture: Block scftorture_invoker() kthreads for offline CPUs (Waiman Long) [1941211]
scftorture: Check unexpected "switch" statement value (Waiman Long) [1941211]
scftorture: Make symbol 'scf_torture_rand' static (Waiman Long) [1941211]
scftorture: Prevent compiler from reducing race probabilities (Waiman Long) [1941211]
scftorture: Flag errors in torture-compatible manner (Waiman Long) [1941211]
scftorture: Consolidate scftorture_invoke_one() scf_check initialization (Waiman Long) [1941211]
scftorture: Consolidate scftorture_invoke_one() check and kfree() (Waiman Long) [1941211]
scftorture: Add smp_call_function() memory-ordering checks (Waiman Long) [1941211]
scftorture: Add smp_call_function_many() memory-ordering checks (Waiman Long) [1941211]
scftorture: Add smp_call_function_single() memory-ordering checks (Waiman Long) [1941211]
scftorture: Summarize per-thread statistics (Waiman Long) [1941211]
torture: Declare parse-console.sh independence from rcutorture (Waiman Long) [1941211]
tick-sched: Clarify "NOHZ: local_softirq_pending" warning (Waiman Long) [1941211]
scftorture: Implement weighted primitive selection (Waiman Long) [1941211]
torture: Add scftorture to the rcutorture scripting (Waiman Long) [1941211]
scftorture: Add smp_call_function() torture test (Waiman Long) [1941211]
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dump (Waiman Long) [1941211]
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreads (Waiman Long) [1941211]
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_ns (Waiman Long) [1941211]
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisor (Waiman Long) [1941211]
nocb: Remove show_rcu_nocb_state() false positive printout (Waiman Long) [1941211]
rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp() (Waiman Long) [1941211]
nocb: Clarify RCU nocb CPU error message (Waiman Long) [1941211]
rcu/tree: Force quiescent state on callback overload (Waiman Long) [1941211]
rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepoint (Waiman Long) [1941211]
rcu/trace: Print negative GP numbers correctly (Waiman Long) [1941211]
rcutorture: Output number of elapsed grace periods (Waiman Long) [1941211]
rcu: Initialize at declaration time in rcu_exp_handler() (Waiman Long) [1941211]
rcu: Remove KCSAN stubs from update.c (Waiman Long) [1941211]
rcu: Remove KCSAN stubs (Waiman Long) [1941211]
srcu: Remove KCSAN stubs (Waiman Long) [1941211]
rcutorture: Remove KCSAN stubs (Waiman Long) [1941211]
refscale: Change --torture type from refperf to refscale (Waiman Long) [1941211]
refperf: Rename refperf.c to refscale.c and change internal names (Waiman Long) [1941211]
refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST (Waiman Long) [1941211]
torture: Remove obsolete "cd $KVM" (Waiman Long) [1941211]
torture: Avoid duplicate specification of qemu command (Waiman Long) [1941211]
torture: Dump ftrace at shutdown only if requested (Waiman Long) [1941211]
torture: Add kvm-tranform.sh script for qemu-cmd files (Waiman Long) [1941211]
torture: Add more tracing crib notes to kvm.sh (Waiman Long) [1941211]
torture: Improve diagnostic for KCSAN-incapable compilers (Waiman Long) [1941211]
torture: Correctly summarize build-only runs (Waiman Long) [1941211]
torture: Pass --kmake-arg to all make invocations (Waiman Long) [1941211]
kernel/rcu/tree.c: Fix kernel-doc warnings (Waiman Long) [1941211]
rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment (Waiman Long) [1941211]
rcu: grpnum just records group number (Waiman Long) [1941211]
rcu: grplo/grphi just records CPU number (Waiman Long) [1941211]
rcu: gp_max is protected by root rcu_node's lock (Waiman Long) [1941211]
rcutorture: Check for unwatched readers (Waiman Long) [1941211]
torture: Abstract out console-log error detection (Waiman Long) [1941211]
torture: Add a stop-run capability (Waiman Long) [1941211]
rcu-tasks: Fix code-style issues (Waiman Long) [1941211]
torture: Create qemu-cmd in --buildonly runs (Waiman Long) [1941211]
rcu: Stop shrinker loop (Waiman Long) [1941211]
refperf: Add test for RCU Tasks readers (Waiman Long) [1941211]
refperf: Add test for RCU Tasks Trace readers. (Waiman Long) [1941211]
rcu: Replace 1 with true (Waiman Long) [1941211]
rcu/rcutorture: Replace 0 with false (Waiman Long) [1941211]
refperf: Change readdelay module parameter to nanoseconds (Waiman Long) [1941211]
refperf: Work around 64-bit division (Waiman Long) [1941211]
doc: Document rcuperf's module parameters (Waiman Long) [1941211]
refperf: Adjust refperf.loop default value (Waiman Long) [1941211]
rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads() (Waiman Long) [1941211]
rcu-tasks: Add #include of rcupdate_trace.h to update.c (Waiman Long) [1941211]
rcu-tasks: Make rcu_tasks_postscan() be static (Waiman Long) [1941211]
refperf: Add read-side delay module parameter (Waiman Long) [1941211]
lockdep: Complain only once about RCU in extended quiescent state (Waiman Long) [1941211]
refperf: Simplify initialization-time wakeup protocol (Waiman Long) [1941211]
rcu: Allow for smp_call_function() running callbacks from idle (Waiman Long) [1941211]
refperf: Output per-experiment data points (Waiman Long) [1941211]
refperf: Label experiment-number column "Runs" (Waiman Long) [1941211]
refperf: Add warmup and cooldown processing phases (Waiman Long) [1941211]
refperf: More closely synchronize reader start times (Waiman Long) [1941211]
refperf: Convert reader_task structure's "start" field to int (Waiman Long) [1941211]
refperf: Tune reader measurement interval (Waiman Long) [1941211]
refperf: Make functions static (Waiman Long) [1941211]
srcu: Avoid local_irq_save() before acquiring spinlock_t (Waiman Long) [1941211]
refperf: Dynamically allocate thread-summary output buffer (Waiman Long) [1941211]
refperf: Dynamically allocate experiment-summary output buffer (Waiman Long) [1941211]
refperf: Provide module parameter to specify number of experiments (Waiman Long) [1941211]
refperf: Convert nreaders to a module parameter (Waiman Long) [1941211]
refperf: Allow decimal nanoseconds (Waiman Long) [1941211]
refperf: Hoist function-pointer calls out of the loop (Waiman Long) [1941211]
rcu: Introduce single argument kvfree_rcu() interface (Waiman Long) [1941211]
refperf: Add holdoff parameter to allow CPUs to come online (Waiman Long) [1941211]
torture: Add refperf to the rcutorture scripting (Waiman Long) [1941211]
rcuperf: Add comments explaining the high reader overhead (Waiman Long) [1941211]
refperf: Add a test to measure performance of read-side synchronization (Waiman Long) [1941211]
rcuperf: Remove useless while loops around wait_event (Waiman Long) [1941211]
rcu: Provide rcu_irq_exit_check_preempt() (Waiman Long) [1941211]
sched,rcu,tracing: Avoid tracing before in_nmi() is correct (Waiman Long) [1941211]
hardirq/nmi: Allow nested nmi_enter() (Waiman Long) [1941211]
powerpc/64s: Include <asm/nmi.h> header file to fix a warning (Waiman Long) [1941211]
powerpc/64s: system reset interrupt preserve HSRRs (Waiman Long) [1941211]
powerpc/64s: Fix HV NMI vs HV interrupt recoverability test (Waiman Long) [1941211]
powerpc/traps: fix recoverability of machine check handling on book3s/32 (Waiman Long) [1941211]
powerpc/traps: restore recoverability of machine_check interrupts (Waiman Long) [1941211]
rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr (Waiman Long) [1941211]
rcu: Remove initialized but unused rnp from check_slow_task() (Waiman Long) [1941211]
rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq (Waiman Long) [1941211]
rcu: Provide __rcu_is_watching() (Waiman Long) [1941211]
doc: Tasks RCU must protect instructions before trampoline (Waiman Long) [1941211]
fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls (Waiman Long) [1941211]
rcu-tasks: Convert sleeps to idle priority (Waiman Long) [1941211]
rcu: Expedited grace-period sleeps to idle priority (Waiman Long) [1941211]
rcu: No-CBs-related sleeps to idle priority (Waiman Long) [1941211]
rcu: Priority-boost-related sleeps to idle priority (Waiman Long) [1941211]
rcu: Grace-period-kthread related sleeps to idle priority (Waiman Long) [1941211]
torture: Add --allcpus argument to the kvm.sh script (Waiman Long) [1941211]
torture: Remove whitespace from identify_qemu_vcpus output (Waiman Long) [1941211]
torture: Add script to smoke-test commits in a branch (Waiman Long) [1941211]
trace: events: rcu: Change description of rcu_dyntick trace event (Waiman Long) [1941211]
rcu: Add comment documenting rcu_callback_map's purpose (Waiman Long) [1941211]
rcu: Provide rcu_irq_exit_preempt() (Waiman Long) [1941211]
rcu: Add callbacks-invoked counters (Waiman Long) [1941211]
doc: Timer problems can cause RCU CPU stall warnings (Waiman Long) [1941211]
torture: Remove qemu dependency on EFI firmware (Waiman Long) [1941211]
rcutorture: NULL rcu_torture_current earlier in cleanup code (Waiman Long) [1941211]
rcutorture: Handle non-statistic bang-string error messages (Waiman Long) [1941211]
torture: Set configfile variable to current scenario (Waiman Long) [1941211]
rcutorture: Add races with task-exit processing (Waiman Long) [1941211]
docs: RCU: Don't duplicate chapter names in rculist_nulls.rst (Waiman Long) [1941211]
docs: RCU: Convert stallwarn.txt to ReST (Waiman Long) [1941211]
docs: RCU: Convert rcuref.txt to ReST (Waiman Long) [1941211]
docs: RCU: Convert torture.txt to ReST (Waiman Long) [1941211]
docs: RCU: Convert rculist_nulls.txt to ReST (Waiman Long) [1941211]
docs: RCU: Convert lockdep.txt to ReST (Waiman Long) [1941211]
docs: RCU: Convert lockdep-splat.txt to ReST (Waiman Long) [1941211]
docs: RCU: Convert checklist.txt to ReST (Waiman Long) [1941211]
doc: Add rcutorture scripting to torture.txt (Waiman Long) [1941211]
doc: Fix typo "deference" to "dereference" (Waiman Long) [1941211]
doc/rcuref: Document real world examples in kernel (Waiman Long) [1941211]
Documentation/locking/lockdep: Drop last two chars of sample states (Waiman Long) [1941211]
doc: rcu: Suspicious RCU usage is a warning (Waiman Long) [1941211]
RCU/torture.txt: Remove section MODULE PARAMETERS (Waiman Long) [1941211]
Documentation/lockstat: Fix trivial typo (Waiman Long) [1941211]
rcu: Simplify the calculation of rcu_state.ncpus (Waiman Long) [1941211]
srcu: Fix a typo in comment "amoritized"->"amortized" (Waiman Long) [1941211]
rcuperf: Fix printk format warning (Waiman Long) [1941211]
mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls (Waiman Long) [1941211]
rcu: Initialize and destroy rcu_synchronize only when necessary (Waiman Long) [1941211]
rcu: Add KCSAN stubs to update.c (Waiman Long) [1941211]
rcu: Add KCSAN stubs (Waiman Long) [1941211]
srcu: Add KCSAN stubs (Waiman Long) [1941211]
rcutorture: Add KCSAN stubs (Waiman Long) [1941211]
rcu/rcutorture: Convert to SPDX license identifier (Waiman Long) [1941211]
rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before() (Waiman Long) [1941211]
rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after() (Waiman Long) [1941211]
rcutorture: Convert ULONG_CMP_LT() to time_before() (Waiman Long) [1941211]
rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparison (Waiman Long) [1941211]
rcu: Add rcu_gp_might_be_stalled() (Waiman Long) [1941211]
torture: Add a --kasan argument (Waiman Long) [1941211]
torture: Save a few lines by using config_override_param initially (Waiman Long) [1941211]
torture: Allow scenario-specific Kconfig options to override CFcommon (Waiman Long) [1941211]
torture: Allow --kconfig options to override --kcsan defaults (Waiman Long) [1941211]
torture: Abstract application of additional Kconfig options (Waiman Long) [1941211]
torture: Eliminate duplicate #CHECK# from ConfigFragment (Waiman Long) [1941211]
torture: Make --kcsan argument also create a summary (Waiman Long) [1941211]
rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static (Waiman Long) [1941211]
torture: Add --kcsan argument to top-level kvm.sh script (Waiman Long) [1941211]
rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCU (Waiman Long) [1941211]
rcu: Remove self-stack-trace when all quiescent states seen (Waiman Long) [1941211]
ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync() (Waiman Long) [1941211]
ftrace: Protect ftrace_graph_hash with ftrace_sync (Waiman Long) [1941211]
ftrace: Add comment to why rcu_dereference_sched() is open coded (Waiman Long) [1941211]
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu (Waiman Long) [1941211]
tracing: Annotate ftrace_graph_hash pointer with __rcu (Waiman Long) [1941211]
tracing/fgraph: Fix set_graph_function from showing interrupts (Waiman Long) [1941211]
rcu: Allow rcutorture to starve grace-period kthread (Waiman Long) [1941211]
rcu: When GP kthread is starved, tag idle threads as false positives (Waiman Long) [1941211]
rcutorture: Right-size TREE10 CPU consumption (Waiman Long) [1941211]
rcu: Replace 1 by true (Waiman Long) [1941211]
rcutorture: Add test of holding scheduler locks across rcu_read_unlock() (Waiman Long) [1941211]
rcu: Replace assigned pointer ret value by corresponding boolean value (Waiman Long) [1941211]
rcu-tasks: Add IPI failure count to statistics (Waiman Long) [1941211]
rcutorture: Add TRACE02 scenario enabling RCU Tasks Trace IPIs (Waiman Long) [1941211]
rcu-tasks: Add count for idle tasks on offline CPUs (Waiman Long) [1941211]
rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statistics (Waiman Long) [1941211]
rcu-tasks: Make RCU tasks trace also wait for idle tasks (Waiman Long) [1941211]
rcu-tasks: Handle the running-offline idle-task special case (Waiman Long) [1941211]
rcu-tasks: Disable CPU hotplug across RCU tasks trace scans (Waiman Long) [1941211]
rcu: Mark rcu_state.gp_seq to detect more concurrent writes (Waiman Long) [1941211]
rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locks (Waiman Long) [1941211]
rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built (Waiman Long) [1941211]
rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPI (Waiman Long) [1941211]
rcu-tasks: Add grace-period and IPI counts to statistics (Waiman Long) [1941211]
rcu-tasks: Split ->trc_reader_need_end (Waiman Long) [1941211]
rcu-tasks: Provide boot parameter to delay IPIs until late in grace period (Waiman Long) [1941211]
rcu-tasks: Add a grace-period start time for throttling and debug (Waiman Long) [1941211]
rcu: Get rid of some doc warnings in update.c (Waiman Long) [1941211]
rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooks (Waiman Long) [1941211]
rcu-tasks: Use context-switch hook for PREEMPT=y kernels (Waiman Long) [1941211]
rcu-tasks: Make rcutorture writer stall output include GP state (Waiman Long) [1941211]
rcu-tasks: Add RCU tasks to rcutorture writer stall output (Waiman Long) [1941211]
rcuperf: Add ability to increase object allocation size (Waiman Long) [1941211]
rcu-tasks: Move #ifdef into tasks.h (Waiman Long) [1941211]
rcutorture: Add flag to produce non-busy-wait task stalls (Waiman Long) [1941211]
rcu: Add per-task state to RCU CPU stall warnings (Waiman Long) [1941211]
sched/core: Add function to sample state of locked-down task (Waiman Long) [1941211]
rcu-tasks: Add stall warnings for RCU Tasks Trace (Waiman Long) [1941211]
rcutorture: Add torture tests for RCU Tasks Trace (Waiman Long) [1941211]
rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks (Waiman Long) [1941211]
rcutorture: Add a test for synchronize_rcu_mult() (Waiman Long) [1941211]
rcu: Reinstate synchronize_rcu_mult() (Waiman Long) [1941211]
rcu-tasks: Code movement to allow more Tasks RCU variants (Waiman Long) [1941211]
rcu: Fix the (t=0 jiffies) false positive (Waiman Long) [1941211]
rcu-tasks: Further refactor RCU-tasks to allow adding more variants (Waiman Long) [1941211]
rcu-tasks: Use unique names for RCU-Tasks kthreads and messages (Waiman Long) [1941211]
rcutorture: Add torture tests for RCU Tasks Rude (Waiman Long) [1941211]
rcu-tasks: Add an RCU-tasks rude variant (Waiman Long) [1941211]
rcu-tasks: Refactor RCU-tasks to allow variants to be added (Waiman Long) [1941211]
rcu-tasks: Create struct to hold state information (Waiman Long) [1941211]
rcu-tasks: Move Tasks RCU to its own file (Waiman Long) [1941211]
locktorture.c: Fix if-statement empty body warnings (Waiman Long) [1941211]
rcu: Expedite first two FQS scans under callback-overload conditions (Waiman Long) [1941211]
rcu: Mark rcu_state.gp_seq to detect concurrent writes (Waiman Long) [1941211]
rcutorture: Mark data-race potential for rcu_barrier() test statistics (Waiman Long) [1941211]
rcu: Don't use negative nesting depth in __rcu_read_unlock() (Waiman Long) [1941211]
rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs field (Waiman Long) [1941211]
rcu: Don't set nesting depth negative in rcu_preempt_deferred_qs() (Waiman Long) [1941211]
rcu: Make rcu_read_unlock_special() safe for rq/pi locks (Waiman Long) [1941211]
rcutorture: Make kvm-recheck-rcu.sh handle truncated lines (Waiman Long) [1941211]
rcu: Make RCU IRQ enter/exit functions rely on in_nmi() (Waiman Long) [1941211]
rcu/tree: Mark the idle relevant functions noinstr (Waiman Long) [1941211]
rcu: Add comments marking transitions between RCU watching and not (Waiman Long) [1941211]
rcu: Update __call_rcu() comments (Waiman Long) [1941211]
rcu: Mark rcu_state.ncpus to detect concurrent writes (Waiman Long) [1941211]
rcu: Use data_race() for RCU CPU stall-warning prints (Waiman Long) [1941211]
rcutorture: Manually clean up after rcu_barrier() failure (Waiman Long) [1941211]
rcutorture: Make rcu_torture_barrier_cbs() post from corresponding CPU (Waiman Long) [1941211]
rcu: Make nocb_gp_wait() double-check unexpected-callback warning (Waiman Long) [1941211]
rcu: Tighten rcu_lockdep_assert_cblist_protected() check (Waiman Long) [1941211]
rcu: Optimize and protect atomic_cmpxchg() loop (Waiman Long) [1941211]
rcu/nocb: Add missing annotation for rcu_nocb_bypass_unlock() (Waiman Long) [1941211]
rcu: Don't flag non-starting GPs before GP kthread is running (Waiman Long) [1941211]
rcu: Fix rcu_barrier_callback() race condition (Waiman Long) [1941211]
rcu: Add WRITE_ONCE() to rcu_state ->gp_start (Waiman Long) [1941211]
rcu: Add missing annotation for rcu_nocb_bypass_lock() (Waiman Long) [1941211]
rcu: Add missing annotation for exit_tasks_rcu_finish() (Waiman Long) [1941211]
rcu: Add missing annotation for exit_tasks_rcu_start() (Waiman Long) [1941211]
rculist: Add brackets around cond argument in __list_check_rcu macro (Waiman Long) [1941211]
rcu: Remove dead code from rcu_segcblist_insert_pend_cbs() (Waiman Long) [1941211]
rcutorture: Annotation lockless accesses to rcu_torture_current (Waiman Long) [1941211]
rcu: Add READ_ONCE() to rcu_data ->gpwrap (Waiman Long) [1941211]
rcu: Add WRITE_ONCE() to rcu_node ->boost_tasks (Waiman Long) [1941211]
srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays (Waiman Long) [1941211]
rcutorture: Add READ_ONCE() to rcu_torture_count and rcu_torture_batch (Waiman Long) [1941211]
rcu: Add READ_ONCE() to rcu_segcblist ->tails[] (Waiman Long) [1941211]
rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnext (Waiman Long) [1941211]
rcu: Add READ_ONCE and data_race() to rcu_node ->boost_tasks (Waiman Long) [1941211]
rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activity (Waiman Long) [1941211]
rcu: Add READ_ONCE() to rcu_node ->gp_seq (Waiman Long) [1941211]
rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq store (Waiman Long) [1941211]
srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seq (Waiman Long) [1941211]
rcu: Add WRITE_ONCE() to rcu_node ->qsmask update (Waiman Long) [1941211]
rcu: Provide debug symbols and line numbers in KCSAN runs (Waiman Long) [1941211]
rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() datarace (Waiman Long) [1941211]
srcu: Fix process_srcu()/srcu_batches_completed() datarace (Waiman Long) [1941211]
srcu: Fix __call_srcu()/srcu_get_delay() datarace (Waiman Long) [1941211]
srcu: Fix __call_srcu()/process_srcu() datarace (Waiman Long) [1941211]
rcutorture: Fix stray access to rcu_fwd_cb_nodelay (Waiman Long) [1941211]
rcutorture: Fix rcu_torture_one_read()/rcu_torture_writer() data race (Waiman Long) [1941211]
rcutorture: Make kvm-find-errors.sh abort on bad directory (Waiman Long) [1941211]
rcutorture: Summarize summary of build and run results (Waiman Long) [1941211]
rcutorture: Add 100-CPU configuration (Waiman Long) [1941211]
rcu: Warn on for_each_leaf_node_cpu_mask() from non-leaf (Waiman Long) [1941211]
rcu: Fix spelling mistake "leval" -> "level" (Waiman Long) [1941211]
torture: Allow disabling of boottime CPU-hotplug torture operations (Waiman Long) [1941211]
rcutorture: Suppress boottime bad-sequence warnings (Waiman Long) [1941211]
rcutorture: Allow boottime stall warnings to be suppressed (Waiman Long) [1941211]
torture: Forgive -EBUSY from boottime CPU-hotplug operations (Waiman Long) [1941211]
rcutorture: Refrain from callback flooding during boot (Waiman Long) [1941211]
torture: Make results-directory date format completion-friendly (Waiman Long) [1941211]
rcutorture: Suppress forward-progress complaints during early boot (Waiman Long) [1941211]
timer: Use hlist_unhashed_lockless() in timer_pending() (Waiman Long) [1941211]
rcu: React to callback overload by boosting RCU readers (Waiman Long) [1941211]
rcu: React to callback overload by aggressively seeking quiescent states (Waiman Long) [1941211]
rcu: Add and update docbook header comments in list.h (Waiman Long) [1941211]
list: Add hlist_unhashed_lockless() (Waiman Long) [1941211]
list: Don't use WRITE_ONCE() in hlist_add_behind() (Waiman Long) [1941211]
kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask) (Waiman Long) [1941211]
kcsan: Add kcsan_set_access_mask() support (Waiman Long) [1941211]
kcsan: Introduce kcsan_value_change type (Waiman Long) [1941211]
kcsan: Move interfaces that affects checks to kcsan-checks.h (Waiman Long) [1941211]
kcsan: Fix misreporting if concurrent races on same address (Waiman Long) [1941211]
kcsan: Expose core configuration parameters as module params (Waiman Long) [1941211]
kcsan: Add test to generate conflicts via debugfs (Waiman Long) [1941211]
kcsan: Introduce KCSAN_ACCESS_ASSERT access type (Waiman Long) [1941211]
kcsan: Fix 0-sized checks (Waiman Long) [1941211]
kcsan: Clean up the main KCSAN Kconfig option (Waiman Long) [1941211]
kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICS (Waiman Long) [1941211]
kcsan: Add option to assume plain aligned writes up to word size are atomic (Waiman Long) [1941211]
kcsan: Add docbook header for data_race() (Waiman Long) [1941211]
kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY (Waiman Long) [1941211]
include/linux: Add instrumented.h infrastructure (Waiman Long) [1941211]
kcsan: Make KCSAN compatible with lockdep (Waiman Long) [1941211]
kcsan: Rate-limit reporting per data races (Waiman Long) [1941211]
kcsan: Show full access type in report (Waiman Long) [1941211]
kcsan: Prefer __always_inline for fast-path (Waiman Long) [1941211]
kcsan: Improve various small stylistic details (Waiman Long) [1941211]
x86, kcsan: Enable KCSAN for x86 (Waiman Long) [1941211]
build, kcsan: Add KCSAN build exceptions (Waiman Long) [1941211]
x86/uaccess, kcov: Disable stack protector (Waiman Long) [1941211]
doc: Convert to rcubarrier.txt to ReST (Waiman Long) [1941211]
doc: Convert to rcu_dereference.txt to rcu_dereference.rst (Waiman Long) [1941211]
doc: Convert whatisRCU.txt to .rst (Waiman Long) [1941211]
doc: Converted NMI-RCU.txt to NMI-RCU.rst. (Waiman Long) [1941211]
doc: Convert arrayRCU.txt to arrayRCU.rst (Waiman Long) [1941211]
doc: Update list_for_each_entry_rcu() documentation (Waiman Long) [1941211]
Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()" (Waiman Long) [1941211]
Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()" (Waiman Long) [1941211]
docs: rcu: Increase toctree to 3 (Waiman Long) [1941211]
docs: rcu: Correct links referring to titles (Waiman Long) [1941211]
docs: rcu: convert some articles from html to ReST (Waiman Long) [1941211]
Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()" (Waiman Long) [1941211]
Documentation: RCU: Add TOC tree hooks (Waiman Long) [1941211]
doc: Describe choice of rcu_dereference() APIs and __rcu usage (Waiman Long) [1941211]
doc: Remove obsolete RCU update functions from RCU documentation (Waiman Long) [1941211]
scsi: ibmvfc: Free channel_setup_buf during device tear down (Steve Best) [1938102]
blk-mq: clearing flush request reference in tags->rqs[] (Ming Lei) [1811030]
blk-mq: clear stale request in tags->rq[] before freeing one request pool (Ming Lei) [1811030]
blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter (Ming Lei) [1811030]
vsock/vmci: log once the failed queue pair allocation (Stefano Garzarella) [1958248]
VMCI: Stop log spew when qp allocation isn't possible (Stefano Garzarella) [1958248]
vsock/virtio: update credit only if socket is not closed (Stefano Garzarella) [1921694]
powerpc/security: Fix debugfs data leak on 32-bit (Steve Best) [1935661]
powerpc/security: Show powerpc_security_features in debugfs (Steve Best) [1935661]
redhat/configs: Add CONFIG_SYSTEM_REVOCATION_KEYS and CONFIG_SYSTEM_REVOCATION_LIST (Vladis Dronov) [1893794] {CVE-2020-26541}
certs: add 'x509_revocation_list' to gitignore (Vladis Dronov) [1893794] {CVE-2020-26541}
integrity: Load mokx variables into the blacklist keyring (Vladis Dronov) [1893794] {CVE-2020-26541}
certs: Add ability to preload revocation certs (Vladis Dronov) [1893794] {CVE-2020-26541}
certs: Move load_system_certificate_list to a common function (Vladis Dronov) [1893794] {CVE-2020-26541}
certs: Add EFI_CERT_X509_GUID support for dbx entries (Vladis Dronov) [1893794] {CVE-2020-26541}
pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabled (Benjamin Coddington) [1949575]
net/sunrpc: fix useless comparison in proc_do_xprt() (Benjamin Coddington) [1949575]
net/sunrpc: return 0 on attempt to write to "transports" (Benjamin Coddington) [1949575]
NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL (Benjamin Coddington) [1949575]
NFSD: NFSv3 PATHCONF Reply is improperly formed (Benjamin Coddington) [1949575]
nfsroot: Default mount option should ask for built-in NFS version (Benjamin Coddington) [1949575]
nfsd: remove unneeded break (Benjamin Coddington) [1949575]
net/sunrpc: Fix return value for sysctl sunrpc.transports (Benjamin Coddington) [1949575]
NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag (Benjamin Coddington) [1949575]
NFSv4: Fix up RCU annotations for struct nfs_netns_client (Benjamin Coddington) [1949575]
NFS: Only reference user namespace from nfs4idmap struct instead of cred (Benjamin Coddington) [1949575]
NFSD: Hoist status code encoding into XDR encoder functions (Benjamin Coddington) [1949575]
NFSv4: Use the net namespace uniquifier if it is set (Benjamin Coddington) [1949575]
NFSv4: Clean up initialisation of uniquified client id strings (Benjamin Coddington) [1949575]
SUNRPC: Add an xdr_align_data() function (Benjamin Coddington) [1949575]
SUNRPC: Add the ability to expand holes in data pages (Benjamin Coddington) [1949575]
SUNRPC: Split out _shift_data_right_tail() (Benjamin Coddington) [1949575]
SUNRPC: Split out xdr_realign_pages() from xdr_align_pages() (Benjamin Coddington) [1949575]
NFS: Use xdr_page_pos() in NFSv4 decode_getacl() (Benjamin Coddington) [1949575]
SUNRPC: Implement a xdr_page_pos() function (Benjamin Coddington) [1949575]
NFS: fix nfs_path in case of a rename retry (Benjamin Coddington) [1949575]
NFSD: Map nfserr_wrongsec outside of nfsd_dispatch (Benjamin Coddington) [1949575]
NFSD: Remove the RETURN_STATUS() macro (Benjamin Coddington) [1949575]
NFSD: Call NFSv2 encoders on error returns (Benjamin Coddington) [1949575]
NFSD: Fix .pc_release method for NFSv2 (Benjamin Coddington) [1949575]
NFSD: Remove vestigial typedefs (Benjamin Coddington) [1949575]
NFSD: Refactor nfsd_dispatch() error paths (Benjamin Coddington) [1949575]
NFSD: Clean up nfsd_dispatch() variables (Benjamin Coddington) [1949575]
NFSD: Clean up stale comments in nfsd_dispatch() (Benjamin Coddington) [1949575]
NFSD: Clean up switch statement in nfsd_dispatch() (Benjamin Coddington) [1949575]
NFSD: Encoder and decoder functions are always present (Benjamin Coddington) [1949575]
NFSACL: Replace PROC() macro with open code (Benjamin Coddington) [1949575]
lockd: Replace PROC() macro with open code (Benjamin Coddington) [1949575]
NFSD: Add missing NFSv2 .pc_func methods (Benjamin Coddington) [1949575]
fs: nfs: return per memcg count for xattr shrinkers (Benjamin Coddington) [1949575]
nfs: remove incorrect fallthrough label (Benjamin Coddington) [1949575]
nfsd: rq_lease_breaker cleanup (Benjamin Coddington) [1949575]
sunrpc: simplify do_cache_clean (Benjamin Coddington) [1949575]
sunrpc: cache : Replace seq_printf with seq_puts (Benjamin Coddington) [1949575]
silence nfscache allocation warnings with kvzalloc (Benjamin Coddington) [1949575]
nfsd: fix comparison to bool warning (Benjamin Coddington) [1949575]
NFSD: Correct type annotations in user xattr XDR functions (Benjamin Coddington) [1949575]
NFSD: Correct type annotations in user xattr helpers (Benjamin Coddington) [1949575]
SUNRPC/NFSD: Implement xdr_reserve_space_vec() (Benjamin Coddington) [1949575]
nfsd: rename delegation related tracepoints to make them less confusing (Benjamin Coddington) [1949575]
nfsd: Remove unnecessary assignment in nfs4xdr.c (Benjamin Coddington) [1949575]
net: sunrpc: delete repeated words (Benjamin Coddington) [1949575]
nfsd: Fix typo in comment (Benjamin Coddington) [1949575]
nfsd: give up callbacks on revoked delegations (Benjamin Coddington) [1949575]
nfs: fix spellint typo in pnfs.c (Benjamin Coddington) [1949575]
fs,nfs: lift compat nfs4 mount data handling into the nfs code (Benjamin Coddington) [1949575]
nfs: simplify nfs4_parse_monolithic (Benjamin Coddington) [1949575]
xprtrdma: drop double zeroing (Benjamin Coddington) [1949575]
NFSv4.2: xattr cache: remove unused cache struct field (Benjamin Coddington) [1949575]
nfs: Convert to use the preferred fallthrough macro (Benjamin Coddington) [1949575]
NFS4: Fix oops when copy_file_range is attempted with NFS4.0 source (Benjamin Coddington) [1949575]
Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients (Benjamin Coddington) [1949575]
sunrpc: fix duplicated word in <linux/sunrpc/cache.h> (Benjamin Coddington) [1949575]
SUNRPC: Remove remaining dprintks from sched.c (Benjamin Coddington) [1949575]
SUNRPC: Remove dprintk call sites in RPC queuing functions (Benjamin Coddington) [1949575]
SUNRPC: Clean up RPC scheduler tracepoints (Benjamin Coddington) [1949575]
SUNRPC: Replace rpcbind dprintk call sites with tracepoints (Benjamin Coddington) [1949575]
SUNRPC: Remove more dprintks in rpcb_clnt.c (Benjamin Coddington) [1949575]
SUNRPC: Remove dprintk call sites in rpcbind XDR functions (Benjamin Coddington) [1949575]
SUNRPC: Hoist trace_xprtrdma_op_setport into generic code (Benjamin Coddington) [1949575]
SUNRPC: Remove rpcb_getport_async dprintk call sites (Benjamin Coddington) [1949575]
SUNRPC: Clean up call_bind_status() observability (Benjamin Coddington) [1949575]
SUNRPC: Remove dprintk call site in call_decode (Benjamin Coddington) [1949575]
SUNRPC: Trace call_refresh events (Benjamin Coddington) [1949575]
SUNRPC: Add trace_rpc_timeout_status() (Benjamin Coddington) [1949575]
SUNRPC: Mitigate cond_resched() in xprt_transmit() (Benjamin Coddington) [1949575]
SUNRPC: Replace connect dprintk call sites with a tracepoint (Benjamin Coddington) [1949575]
SUNRPC: Remove dprintk call site in call_start() (Benjamin Coddington) [1949575]
SUNRPC: Remove the dprint_status() macro (Benjamin Coddington) [1949575]
SUNRPC: Replace dprintk() call site in xs_nospace() (Benjamin Coddington) [1949575]
SUNRPC: Replace dprintk() call site in xprt_prepare_transmit (Benjamin Coddington) [1949575]
SUNRPC: Update debugging instrumentation in xprt_do_reserve() (Benjamin Coddington) [1949575]
SUNRPC: Remove debugging instrumentation from xprt_release (Benjamin Coddington) [1949575]
SUNRPC: Hoist trace_xprtrdma_op_allocate into generic code (Benjamin Coddington) [1949575]
SUNRPC: Remove trace_xprt_complete_rqst() (Benjamin Coddington) [1949575]
SUNRPC dont update timeout value on connection reset (Benjamin Coddington) [1949575]
nfs4: strengthen error check to avoid unexpected result (Benjamin Coddington) [1949575]
NFS: remove redundant pointer clnt (Benjamin Coddington) [1949575]
sunrpc: Avoid comma separated statements (Benjamin Coddington) [1949575]
|
2021-05-25 |
Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case" (Xin Long) [1953839]
sctp: do asoc update earlier in sctp_sf_do_dupcook_b (Xin Long) [1953839]
sctp: do asoc update earlier in sctp_sf_do_dupcook_a (Xin Long) [1953839]
NFSv4: Fixes for nfs4_bitmask_adjust() (Steve Dickson) [1926961]
powerpc/paravirt: Use is_kvm_guest() in vcpu_is_preempted() (Desnes A. Nunes do Rosario) [1918720]
powerpc: Reintroduce is_kvm_guest() as a fast-path check (Desnes A. Nunes do Rosario) [1918720]
powerpc: Rename is_kvm_guest() to check_kvm_guest() (Desnes A. Nunes do Rosario) [1918720]
powerpc: Refactor is_kvm_guest() declaration to new header (Desnes A. Nunes do Rosario) [1918720]
powerpc/pseries: Move some PAPR paravirt functions to their own file (Desnes A. Nunes do Rosario) [1918720]
powerpc/shared: Use static key to detect shared processor (Desnes A. Nunes do Rosario) [1918720]
powerpc/spinlocks: Fix oops in __spin_yield() on bare metal (Desnes A. Nunes do Rosario) [1918720]
powerpc/spinlocks: Rename SPLPAR-only spinlocks (Desnes A. Nunes do Rosario) [1918720]
powerpc/spinlocks: Refactor SHARED_PROCESSOR (Desnes A. Nunes do Rosario) [1918720]
Revert "ACPICA: Interpreter: fix memory leak by using existing buffer" (Mark Langsdorf) [1935928]
x86/efi: Remove EFI PGD build time checks (Mark Langsdorf) [1935928]
ACPI: scan: Fix battery devices sometimes never binding (Mark Langsdorf) [1935928]
ACPI/IORT: Do not blindly trust DMA masks from firmware (Mark Langsdorf) [1935928]
ACPI: thermal: Do not call acpi_thermal_check() directly (Mark Langsdorf) [1935928]
ACPI: sysfs: Prefer "compatible" modalias (Mark Langsdorf) [1935928]
ACPI: scan: Make acpi_bus_get_device() clear return pointer on error (Mark Langsdorf) [1935928]
ACPI: scan: Harden acpi_device_add() against device ID overflows (Mark Langsdorf) [1935928]
ACPI: Update Kconfig help text for items that are no longer modular (Mark Langsdorf) [1935928]
ACPI: PM: s2idle: Drop unused local variables and related code (Mark Langsdorf) [1935928]
ACPI: PM: s2idle: Move x86-specific code to the x86 directory (Mark Langsdorf) [1935928]
ACPI: scan: Add Intel Baytrail Mailbox Device to acpi_ignore_dep_ids (Mark Langsdorf) [1935928]
ACPI: scan: Avoid unnecessary second pass in acpi_bus_scan() (Mark Langsdorf) [1935928]
ACPI: scan: Defer enumeration of devices with _DEP lists (Mark Langsdorf) [1935928]
ACPI: scan: Evaluate _DEP before adding the device (Mark Langsdorf) [1935928]
ACPI: PM: s2idle: Add AMD support to handle _DSM (Mark Langsdorf) [1935928]
ACPI: processor: fix NONE coordination for domain mapping failure (Mark Langsdorf) [1935928]
cpufreq: Fix cpufreq_online() return value on errors (Mark Langsdorf) [1935928]
opp: of: Allow empty opp-table with opp-shared (Mark Langsdorf) [1935928]
dt-bindings: opp: Allow empty OPP tables (Mark Langsdorf) [1935928]
ACPI: Drop acpi_dev_irqresource_disabled() (Mark Langsdorf) [1935928]
resource: Add irqresource_disabled() (Mark Langsdorf) [1935928]
genirq/affinity: Add irq_update_affinity_desc() (Mark Langsdorf) [1935928]
driver core: Add fwnode_init() (Mark Langsdorf) [1935928]
ACPI: scan: Fix up _DEP-related terminology with supplier/consumer (Mark Langsdorf) [1935928]
ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[] (Mark Langsdorf) [1935928]
Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks" (Mark Langsdorf) [1935928]
ACPI: scan: Add PNP0D80 to the _DEP exceptions list (Mark Langsdorf) [1935928]
PM: ACPI: Refresh wakeup device power configuration every time (Mark Langsdorf) [1935928]
PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup() (Mark Langsdorf) [1935928]
ACPI: scan: Call acpi_get_object_info() from acpi_add_single_object() (Mark Langsdorf) [1935928]
ACPI: scan: Add acpi_info_matches_hids() helper (Mark Langsdorf) [1935928]
ACPICA: Update version to 20201113 (Mark Langsdorf) [1935928]
ACPICA: Interpreter: fix memory leak by using existing buffer (Mark Langsdorf) [1935928]
ACPICA: Add function trace macros to improve debugging (Mark Langsdorf) [1935928]
ACPICA: Also handle "orphan" _REG methods for GPIO OpRegions (Mark Langsdorf) [1935928]
ACPICA: Remove extreaneous "the" in comments (Mark Langsdorf) [1935928]
ACPICA: Add 5 new UUIDs to the known UUID table (Mark Langsdorf) [1935928]
ACPI: processor: Drop duplicate setting of shared_cpu_map (Mark Langsdorf) [1935928]
ACPI: EC: Clean up status flags checks in advance_transaction() (Mark Langsdorf) [1935928]
ACPI: EC: Untangle error handling in advance_transaction() (Mark Langsdorf) [1935928]
ACPI: EC: Simplify error handling in advance_transaction() (Mark Langsdorf) [1935928]
ACPI: EC: Rename acpi_ec_is_gpe_raised() (Mark Langsdorf) [1935928]
ACPI: EC: Fold acpi_ec_clear_gpe() into its caller (Mark Langsdorf) [1935928]
ACPI: EC: Eliminate in_interrupt() usage (Mark Langsdorf) [1935928]
ACPI: acpi_drivers.h: Update the kernel doc (Mark Langsdorf) [1935928]
ACPI: acpi_drivers.h: Remove the leftover dead code (Mark Langsdorf) [1935928]
ACPI: tiny-power-button: Simplify the code using module_acpi_driver() (Mark Langsdorf) [1935928]
ACPI: SBS: Simplify the code using module_acpi_driver() (Mark Langsdorf) [1935928]
ACPI: SBS: Simplify the driver init code (Mark Langsdorf) [1935928]
ACPI: debug: Remove the not used function (Mark Langsdorf) [1935928]
ACPI: processor: Remove the duplicated ACPI_PROCESSOR_CLASS macro (Mark Langsdorf) [1935928]
ACPI: watchdog: Replace open coded variant of resource_union() (Mark Langsdorf) [1935928]
PCI/ACPI: Replace open coded variant of resource_union() (Mark Langsdorf) [1935928]
resource: Introduce resource_union() for overlapping resources (Mark Langsdorf) [1935928]
resource: Group resource_overlaps() with other inline helpers (Mark Langsdorf) [1935928]
resource: Simplify region_intersects() by reducing conditionals (Mark Langsdorf) [1935928]
ACPI, APEI: make apei_resources_all static (Mark Langsdorf) [1935928]
mm/mmu_notifier: allocate mmu_notifier_rh in __mmu_notifier_register() (Jeremy Cline) [1909072]
|
2021-05-25 |
Amends commit ea6244cc248b to include a version string in module info. (Ken Cox) [1955726]
i40e: use minimal admin queue for kdump (Stefan Assmann) [1834962]
i40e: use minimal Rx and Tx ring buffers for kdump (Stefan Assmann) [1834962]
i40e: use minimal Tx and Rx pairs for kdump (Stefan Assmann) [1834962]
net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets (Davide Caratti) [1924608]
openvswitch: fix stack OOB read while fragmenting IPv4 packets (Davide Caratti) [1924608]
net/sched: act_ct: fix wild memory access when clearing fragments (Davide Caratti) [1924608]
selinux: fall back to SECURITY_FS_USE_GENFS if no xattr support (Ondrej Mosnacek) [1934093 1915825]
selinux: mark some global variables __ro_after_init (Ondrej Mosnacek) [1934093]
selinux: make selinuxfs_mount static (Ondrej Mosnacek) [1934093]
selinux: drop the unnecessary aurule_callback variable (Ondrej Mosnacek) [1934093]
selinux: remove unused global variables (Ondrej Mosnacek) [1934093]
selinux: fix inconsistency between inode_getxattr and inode_listsecurity (Ondrej Mosnacek) [1934093]
selinux: Fix fall-through warnings for Clang (Ondrej Mosnacek) [1934093]
selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling (Ondrej Mosnacek) [1934093]
selinux: allow dontauditx and auditallowx rules to take effect without allowx (Ondrej Mosnacek) [1934093]
selinux: fix error initialization in inode_doinit_with_dentry() (Ondrej Mosnacek) [1934093]
selinux: Fix error return code in sel_ib_pkey_sid_slow() (Ondrej Mosnacek) [1934093]
selinux: access policycaps with READ_ONCE/WRITE_ONCE (Ondrej Mosnacek) [1934093]
selinux: delete repeated words in comments (Ondrej Mosnacek) [1934093]
selinux: add basic filtering for audit trace events (Ondrej Mosnacek) [1934093 1954024]
selinux: add tracepoint on audited events (Ondrej Mosnacek) [1934093 1954024]
selinux: permit removing security.selinux xattr before policy load (Ondrej Mosnacek) [1934093]
exec: Always set cap_ambient in cap_bprm_set_creds (Ondrej Mosnacek) [1934093]
security: remove duplicated include from security.h (Ondrej Mosnacek) [1934093]
security/commoncap: Use xattr security prefix len (Ondrej Mosnacek) [1934093]
LSM: switch to blocking policy update notifiers (Ondrej Mosnacek) [1934093]
security: Make capability_hooks static (Ondrej Mosnacek) [1934093]
securityfs: fix use-after-free on symlink traversal (Ondrej Mosnacek) [1934093]
LSM: Check for NULL cred-security on free (Ondrej Mosnacek) [1934093]
security: check for kstrdup() failure in lsm_append() (Ondrej Mosnacek) [1934093]
scsi: mpt3sas: Block PCI config access from userspace during reset (Tomas Henzl) [1954555]
scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirement (Tomas Henzl) [1954555]
scsi: mpt3sas: Fix error return code of mpt3sas_base_attach() (Tomas Henzl) [1954555]
scsi: mpt3sas: Do not use GFP_KERNEL in atomic context (Tomas Henzl) [1954555]
scsi: mpt3sas: Only one vSES is present even when IOC has multi vSES (Tomas Henzl) [1953421]
scsi: bnx2i: Make bnx2i_process_iscsi_error() simpler and more robust (Nilesh Javali) [1921612]
scsi: bnx2i: Fix bnx2i_set_ccell_info()'s name in description (Nilesh Javali) [1921612]
scsi: bnx2i: Requires MMU (Nilesh Javali) [1921612]
scsi: bnx2i: Remove unnecessary mutex_init() (Nilesh Javali) [1921612]
scsi: bnx2i: Add parameter description and rename another (Nilesh Javali) [1921612]
scsi: bnx2i: Add, remove and edit some function parameter descriptions (Nilesh Javali) [1921612]
scsi: bnx2i: Fix a whole host of kerneldoc issues (Nilesh Javali) [1921612]
scsi: bnx2i: Add missing descriptions for 'attr' parameter (Nilesh Javali) [1921612]
scsi: bnx2i: Fix parameter misnaming in function header (Nilesh Javali) [1921612]
mfd: intel-lpss: Add Intel Alder Lake PCH-P PCI IDs (Steve Best) [1929489]
lib: list_sort.c: add a blank line to avoid kernel-doc warnings (Rafael Aquini) [1900774]
lib/list_sort: fix kerneldoc build error (Rafael Aquini) [1900774]
lib/list_sort: optimize number of calls to comparison function (Rafael Aquini) [1900774]
lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS (Rafael Aquini) [1900774]
perf bench numa: Fix the condition checks for max number of NUMA nodes (Steve Best) [1936333]
powerpc/perf: Record counter overflow always if SAMPLE_IP is unset (Gustavo Walbon) [1921684]
perf powerpc: Support exposing Performance Monitor Counter SPRs as part of extended regs (Gustavo Walbon) [1921684]
powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regs (Gustavo Walbon) [1921684]
powerpc/perf: Include PMCs as part of per-cpu cpuhw_events struct (Gustavo Walbon) [1921684]
powerpc/perf: Adds support for programming of Thresholding in P10 (Gustavo Walbon) [1921684]
x86/entry/64: Deduplicate multiple IBRS macros in paranoid_entry (Waiman Long) [1924364]
x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb (Waiman Long) [1924364]
x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-on STIBP (Waiman Long) [1924364]
x86/bugs/multihit: Fix mitigation reporting when VMX is not in use (Waiman Long) [1924364]
x86/speculation: Merge one test in spectre_v2_user_select_mitigation() (Waiman Long) [1924364]
x86/bugs: Move enum taa_mitigations to bugs.c (Waiman Long) [1924364]
mm/memcg: set memcg when splitting page (Waiman Long) [1937825]
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argument (Waiman Long) [1937825]
mm, tracing: Fix kmem_cache_free trace event to not print stale pointers (Waiman Long) [1937825]
mm: memcontrol: fix get_active_memcg return value (Waiman Long) [1937825]
fs: buffer: use raw page_memcg() on locked page (Waiman Long) [1937825]
mm/list_lru.c: remove kvfree_rcu_local() (Waiman Long) [1937825]
mm: memcontrol: replace the loop with a list_for_each_entry() (Waiman Long) [1937825]
mm/memcontrol: remove redundant NULL check (Waiman Long) [1937825]
mm: page_counter: re-layout structure to reduce false sharing (Waiman Long) [1937825]
mm: kmem: make __memcg_kmem_(un)charge static (Waiman Long) [1937825]
mm: memcg: add swapcache stat for memcg v2 (Waiman Long) [1937825]
mm/memcg: remove rcu locking for lock_page_lruvec function series (Waiman Long) [1937825]
mm/memcg: revise the using condition of lock_page_lruvec function series (Waiman Long) [1937825]
mm: memcontrol: make the slab calculation consistent (Waiman Long) [1937825]
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages (Waiman Long) [1937825]
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages (Waiman Long) [1937825]
mm: memcontrol: convert NR_SHMEM_THPS account to pages (Waiman Long) [1937825]
mm: memcontrol: convert NR_FILE_THPS account to pages (Waiman Long) [1937825]
mm: memcontrol: convert NR_ANON_THPS account to pages (Waiman Long) [1937825]
mm: memcontrol: optimize per-lruvec stats counter memory usage (Waiman Long) [1937825]
mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT (Waiman Long) [1937825]
mm/slub: minor coding style tweaks (Waiman Long) [1937825]
mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ON (Waiman Long) [1937825]
mm, slub: splice cpu and page freelists in deactivate_slab() (Waiman Long) [1937825]
mm, slab, slub: stop taking cpu hotplug lock (Waiman Long) [1937825]
mm, slab, slub: stop taking memory hotplug lock (Waiman Long) [1937825]
mm, slub: stop freeing kmem_cache_node structures on node offline (Waiman Long) [1937825]
mm/slub: disable user tracing for kmemleak caches by default (Waiman Long) [1937825]
mm/slab: minor coding style tweaks (Waiman Long) [1937825]
mm/sl?b.c: remove ctor argument from kmem_cache_flags (Waiman Long) [1937825]
mm, tracing: record slab name for kmem_cache_free() (Waiman Long) [1937825]
mm: fix numa stats for thp migration (Waiman Long) [1937825]
mm: memcg: fix memcg file_dirty numa stat (Waiman Long) [1937825]
mm/memcontrol: fix warning in mem_cgroup_page_lruvec() (Waiman Long) [1937825]
mm: slub: call account_slab_page() after slab page initialization (Waiman Long) [1937825]
mm/hugetlb: fix deadlock in hugetlb_cow error path (Waiman Long) [1937825]
mm/memcontrol:rewrite mem_cgroup_page_lruvec() (Waiman Long) [1937825]
mm/memcg: remove unused definitions (Waiman Long) [1937825]
mm/memcg: warning on !memcg after readahead page charged (Waiman Long) [1937825]
mm/memcg: bail early from swap accounting if memcg disabled (Waiman Long) [1937825]
mm/lru: revise the comments of lru_lock (Waiman Long) [1937825]
mm/lru: introduce relock_page_lruvec() (Waiman Long) [1937825]
mm/lru: replace pgdat lru_lock with lruvec lock (Waiman Long) [1937825]
mm/lru: move lock into lru_note_cost (Waiman Long) [1937825]
mm/swap.c: serialize memcg changes in pagevec_lru_move_fn (Waiman Long) [1937825]
mm/compaction: do page isolation first in compaction (Waiman Long) [1937825]
mm/lru: introduce TestClearPageLRU() (Waiman Long) [1937825]
mm/mlock: remove __munlock_isolate_lru_page() (Waiman Long) [1937825]
mm/mlock: remove lru_lock on TestClearPageMlocked (Waiman Long) [1937825]
mm/vmscan: remove lruvec reget in move_pages_to_lru (Waiman Long) [1937825]
mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn (Waiman Long) [1937825]
mm/memcg: add debug checking in lock_page_memcg (Waiman Long) [1937825]
mm: page_idle_get_page() does not need lru_lock (Waiman Long) [1937825]
mm/rmap: stop store reordering issue on page->mapping (Waiman Long) [1937825]
mm/vmscan: remove unnecessary lruvec adding (Waiman Long) [1937825]
mm/thp: narrow lru locking (Waiman Long) [1937825]
mm/thp: simplify lru_add_page_tail() (Waiman Long) [1937825]
mm/thp: use head for head page in lru_add_page_tail() (Waiman Long) [1937825]
mm/thp: move lru_add_page_tail() to huge_memory.c (Waiman Long) [1937825]
mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_at (Waiman Long) [1937825]
mm: truncate_complete_page() does not exist any more (Waiman Long) [1937825]
mm/vmscan: drop unneeded assignment in kswapd() (Waiman Long) [1937825]
mm: memcontrol: account pagetables per node (Waiman Long) [1937825]
mm: move lruvec stats update functions to vmstat.h (Waiman Long) [1937825]
mm/memcg: remove incorrect comment (Waiman Long) [1937825]
mm: memcontrol: sssign boolean values to a bool variable (Waiman Long) [1937825]
mm: memcg: remove obsolete memcg_has_children() (Waiman Long) [1937825]
mm/page_counter: use page_counter_read in page_counter_set_max (Waiman Long) [1937825]
cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy (Waiman Long) [1937825]
docs: cgroup-v1: reflect the deprecation of the non-hierarchical mode (Waiman Long) [1937825]
mm: memcg: deprecate the non-hierarchical mode (Waiman Long) [1937825]
mm: memcg: fix obsolete code comments (Waiman Long) [1937825]
mm/memcg: update page struct member in comments (Waiman Long) [1937825]
mm/rmap: always do TTU_IGNORE_ACCESS (Waiman Long) [1937825]
mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded() (Waiman Long) [1937825]
mm: memcontrol: remove unused mod_memcg_obj_state() (Waiman Long) [1937825]
mm: memcontrol: add file_thp, shmem_thp to memory.stat (Waiman Long) [1937825]
mm/gup: combine put_compound_head() and unpin_user_page() (Waiman Long) [1937825]
mm: Convert page kmemcg type to a page memcg flag (Waiman Long) [1937825]
mm: Introduce page memcg flags (Waiman Long) [1937825]
mm: memcontrol/slab: Use helpers to access slab page's memcg_data (Waiman Long) [1937825]
mm: memcontrol: Use helpers to read page's memcg data (Waiman Long) [1937825]
hugetlbfs: fix anon huge page migration race (Waiman Long) [1937825]
mm: memcontrol: fix missing wakeup polling thread (Waiman Long) [1937825]
mm/gup: use unpin_user_pages() in __gup_longterm_locked() (Waiman Long) [1937825]
mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit (Waiman Long) [1937825]
mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate (Waiman Long) [1937825]
mm/compaction: count pages and stop correctly during page isolation (Waiman Long) [1937825]
mm: kmem: enable kernel memcg accounting from interrupt contexts (Waiman Long) [1937825]
mm: kmem: prepare remote memcg charging infra for interrupt contexts (Waiman Long) [1937825]
mm: kmem: remove redundant checks from get_obj_cgroup_from_current() (Waiman Long) [1937825]
mm, memcg: rework remote charging API to support nesting (Waiman Long) [1937825]
mm: use self-explanatory macros rather than "2" (Waiman Long) [1937825]
mm/vmscan: allow arbitrary sized pages to be paged out (Waiman Long) [1937825]
mm/rmap: fix assumptions of THP size (Waiman Long) [1937825]
mm/huge_memory: fix can_split_huge_page assumption of THP size (Waiman Long) [1937825]
mm/huge_memory: fix page_trans_huge_mapcount assumption of THP size (Waiman Long) [1937825]
mm/huge_memory: fix split assumption of page size (Waiman Long) [1937825]
mm/huge_memory: fix total_mapcount assumption of page size (Waiman Long) [1937825]
mm/page_owner: change split_page_owner to take a count (Waiman Long) [1937825]
mm/memory: remove page fault assumption of compound page size (Waiman Long) [1937825]
mm/filemap: fix page cache removal for arbitrary sized THPs (Waiman Long) [1937825]
mm/vmscan: fix comments for isolate_lru_page() (Waiman Long) [1937825]
mm/vmscan: fix infinite loop in drop_slab_node (Waiman Long) [1937825]
mm: move call to compound_head() in release_pages() (Waiman Long) [1937825]
mm: account PMD tables like PTE tables (Waiman Long) [1937825]
mm/memcg: fix device private memcg accounting (Waiman Long) [1937825]
mm: memcontrol: add the missing numa_stat interface for cgroup v2 (Waiman Long) [1937825]
mm: remove activate_page() from unuse_pte() (Waiman Long) [1937825]
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag (Waiman Long) [1937825]
mm/thp: fix __split_huge_pmd_locked() for migration PMD (Waiman Long) [1937825]
mm: fix check_move_unevictable_pages() on THP (Waiman Long) [1937825]
mm: migration of hugetlbfs page skip memcg (Waiman Long) [1937825]
mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit (Waiman Long) [1937825]
drivers core: Miscellaneous changes for sysfs_emit (Waiman Long) [1937825]
drivers core: Reindent a couple uses around sysfs_emit (Waiman Long) [1937825]
drivers core: Remove strcat uses around sysfs_emit and neaten (Waiman Long) [1937825]
sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output (Waiman Long) [1937825]
mm: fix pin vs. gup mismatch with gate pages (Waiman Long) [1937825]
mm/gup: use a standard migration target allocation callback (Waiman Long) [1937825]
mm/hugetlb: make hugetlb migration callback CMA aware (Waiman Long) [1937825]
mm/gup: restrict CMA region by using allocation scope API (Waiman Long) [1937825]
mm/page_alloc: remove a wrapper for alloc_migration_target() (Waiman Long) [1937825]
mm/mempolicy: use a standard migration target allocation callback (Waiman Long) [1937825]
mm/migrate: introduce a standard migration target allocation function (Waiman Long) [1937825]
mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent with regular THP allocations (Waiman Long) [1937825]
mm/hugetlb: unify migration callbacks (Waiman Long) [1937825]
mm/migrate: move migration helper from .h to .c (Waiman Long) [1937825]
mm/page_isolation: prefer the node of the source page (Waiman Long) [1937825]
hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem (Waiman Long) [1937825]
mm, oom: show process exiting information in __oom_kill_process() (Waiman Long) [1937825]
doc, mm: clarify /proc/<pid>/oom_score value range (Waiman Long) [1937825]
doc, mm: sync up oom_score_adj documentation (Waiman Long) [1937825]
mm, oom: make the calculation of oom badness more accurate (Waiman Long) [1937825]
mm: vmscan: consistent update to pgrefill (Waiman Long) [1937825]
mm/vmscan.c: fix typo (Waiman Long) [1937825]
mm: memcontrol: account kernel stack per node (Waiman Long) [1937825]
mm/hugetlb.c: fix pages per hugetlb calculation (Waiman Long) [1937825]
doc: THP CoW fault no longer allocate THP (Waiman Long) [1937825]
driver core: platform: expose numa_node to users in sysfs (Waiman Long) [1937825]
nilfs2: fix null pointer dereference at nilfs_segctor_do_construct() (Waiman Long) [1937825]
mm, memcg: fix some typos in memcontrol.c (Waiman Long) [1937825]
mm/vmsan: fix some typos in comment (Waiman Long) [1937825]
mm: thp: don't need to drain lru cache when splitting and mlocking THP (Waiman Long) [1937825]
mm/vmscan: update the comment of should_continue_reclaim() (Waiman Long) [1937825]
mm/vmscan.c: change prototype for shrink_page_list (Waiman Long) [1937825]
mm/vmscan.c: use update_lru_size() in update_lru_sizes() (Waiman Long) [1937825]
mm: simplify calling a compound page destructor (Waiman Long) [1937825]
mm/page_alloc: integrate classzone_idx and high_zoneidx (Waiman Long) [1937825]
mm/page_alloc: use ac->high_zoneidx for classzone_idx (Waiman Long) [1937825]
mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_reason() (Waiman Long) [1937825]
mm/page_alloc.c: rename free_pages_check() to check_free_page() (Waiman Long) [1937825]
mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad() (Waiman Long) [1937825]
mm/page_alloc.c: bad_flags is not necessary for bad_page() (Waiman Long) [1937825]
mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoison (Waiman Long) [1937825]
scs: Report SCS usage in bytes rather than number of entries (Waiman Long) [1937825]
scs: Move accounting into alloc/free functions (Waiman Long) [1937825]
mm/vmscan: remove unnecessary argument description of isolate_lru_pages() (Waiman Long) [1937825]
scs: Add support for stack usage debugging (Waiman Long) [1937825]
scs: Add page accounting for shadow call stack allocations (Waiman Long) [1937825]
scs: Add support for Clang's Shadow Call Stack (SCS) (Waiman Long) [1937825]
mm/migrate.c: unify "not queued for migration" handling in do_pages_move() (Waiman Long) [1937825]
mm/migrate.c: check pagelist in move_pages_and_store_status() (Waiman Long) [1937825]
mm/migrate.c: wrap do_move_pages_to_node() and store_status() (Waiman Long) [1937825]
mm/migrate.c: no need to check for i > start in do_pages_move() (Waiman Long) [1937825]
mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge() (Waiman Long) [1937825]
hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race (Waiman Long) [1937825]
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization (Waiman Long) [1937825]
mm,thp,compaction,cma: allow THP migration for CMA allocations (Waiman Long) [1937825]
mm,compaction,cma: add alloc_contig flag to compact_control (Waiman Long) [1937825]
mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assignment (Waiman Long) [1937825]
mm/vmscan.c: make may_enter_fs bool in shrink_page_list() (Waiman Long) [1937825]
mm/vmscan.c: fix data races using kswapd_classzone_idx (Waiman Long) [1937825]
mm/vmscan.c: remove cpu online notification for now (Waiman Long) [1937825]
mm: vmscan: replace open codings to NUMA_NO_NODE (Waiman Long) [1937825]
mm: swap: make page_evictable() inline (Waiman Long) [1937825]
mm/swap.c: not necessary to export __pagevec_lru_add() (Waiman Long) [1937825]
mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path (Waiman Long) [1937825]
mm: dump_page(): additional diagnostics for huge pinned pages (Waiman Long) [1937825]
mm: improve dump_page() for compound pages (Waiman Long) [1937825]
selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage (Waiman Long) [1937825]
mm/gup_benchmark: support pin_user_pages() and related calls (Waiman Long) [1937825]
mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting (Waiman Long) [1937825]
mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages (Waiman Long) [1937825]
mm/gup: track FOLL_PIN pages (Waiman Long) [1937825]
mm/gup: pass gup flags to two more routines (Waiman Long) [1937825]
mm: introduce page_ref_sub_return() (Waiman Long) [1937825]
mm/gup: split get_user_pages_remote() into two routines (Waiman Long) [1937825]
sysfs: fix static inline declaration of sysfs_groups_change_owner() (Waiman Long) [1937825]
drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflow (Waiman Long) [1937825]
sysfs: add sysfs_change_owner() (Waiman Long) [1937825]
sysfs: add sysfs_group{s}_change_owner() (Waiman Long) [1937825]
sysfs: add sysfs_link_change_owner() (Waiman Long) [1937825]
sysfs: add sysfs_file_change_owner() (Waiman Long) [1937825]
mm/huge_memory.c: reduce critical section protected by split_queue_lock (Waiman Long) [1937825]
mm/huge_memory.c: use head to emphasize the purpose of page (Waiman Long) [1937825]
mm/huge_memory.c: use head to check huge zero page (Waiman Long) [1937825]
mm/gup: move try_get_compound_head() to top, fix minor issues (Waiman Long) [1937825]
userfaultfd: wrap the common dst_vma check into an inlined function (Waiman Long) [1937825]
userfaultfd: remove unnecessary WARN_ON() in __mcopy_atomic_hugetlb() (Waiman Long) [1937825]
userfaultfd: use vma_pagesize for all huge page size calculation (Waiman Long) [1937825]
mm/hugetlb: avoid looping to the same hugepage if !pages and !vmas (Waiman Long) [1937825]
hugetlb: remove unused hstate in hugetlb_fault_mutex_hash() (Waiman Long) [1937825]
hugetlbfs: convert macros to static inline, fix sparse warning (Waiman Long) [1937825]
hugetlbfs: hugetlb_fault_mutex_hash() cleanup (Waiman Long) [1937825]
mm/gup.c: allow CMA migration to propagate errors back to caller (Waiman Long) [1937825]
mm/gup_benchmark: fix MAP_HUGETLB case (Waiman Long) [1937825]
mm/gup_benchmark: add a missing "w" to getopt string (Waiman Long) [1937825]
mm, page_owner: rename flag indicating that page is allocated (Waiman Long) [1937825]
mm, page_owner: decouple freeing stack trace from debug_pagealloc (Waiman Long) [1937825]
mm, page_owner: fix off-by-one error in __set_page_owner_handle() (Waiman Long) [1937825]
mm/filemap.c: don't initiate writeback if mapping has no dirty pages (Waiman Long) [1937825]
mm, page_owner, debug_pagealloc: save and dump freeing stack trace (Waiman Long) [1937825]
mm, page_owner: keep owner info when freeing the page (Waiman Long) [1937825]
mm, page_owner: record page owner for each subpage (Waiman Long) [1937825]
mm: introduce page_size() (Waiman Long) [1937825]
mm, tracing: Print symbol name for call_site in trace events (Waiman Long) [1937825]
mm/gup.c: mark undo_dev_pagemap as __maybe_unused (Waiman Long) [1937825]
mm, memcg: introduce memory.events.local (Waiman Long) [1937825]
memcg, fsnotify: no oom-kill for remote memcg charging (Waiman Long) [1937825]
mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device() (Waiman Long) [1937825]
mm: make !CONFIG_HUGE_PAGE wrappers into static inlines (Waiman Long) [1937825]
include/linux/hugetlb.h: convert to use vm_fault_t (Waiman Long) [1937825]
mm/page_ext.c: fix an imbalance with kmemleak (Waiman Long) [1937825]
mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update (Waiman Long) [1937825]
iov_iter: optimize page_copy_sane() (Waiman Long) [1937825]
mm: remove __hugepage_set_anon_rmap() (Waiman Long) [1937825]
mm: remove pte_lock_deinit() (Waiman Long) [1937825]
vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n (Waiman Long) [1937825]
tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option (Waiman Long) [1937825]
tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED option (Waiman Long) [1937825]
tools/testing/selftests/vm/gup_benchmark.c: allow user specified file (Waiman Long) [1937825]
tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage (Waiman Long) [1937825]
mm/page_ext.c: constify lookup_page_ext() argument (Waiman Long) [1937825]
mm, page_alloc: actually ignore mempolicies for high priority allocations (Waiman Long) [1937825]
thp: use mm_file_counter to determine update which rss counter (Waiman Long) [1937825]
|
2021-05-24 |
RDMA/cxgb4: Fix the reported max_recv_sge value (Kamal Heib) [1931850 1918264]
RDMA/qedr: Fix kernel panic when trying to access recv_cq (Kamal Heib) [1931850]
RDMA/addr: Be strict with gid size (Kamal Heib) [1931850]
IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOS (Kamal Heib) [1931850 1921704 1953593]
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer() (Kamal Heib) [1931850]
RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt() (Kamal Heib) [1931850]
RDMA/rxe: Fix FIXME in rxe_udp_encap_recv() (Kamal Heib) [1931850]
RDMA/rxe: Fix missed IB reference counting in loopback (Kamal Heib) [1931850]
RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc (Kamal Heib) [1931850]
RDMA/rxe: Fix missing kconfig dependency on CRYPTO (Kamal Heib) [1931850]
RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep (Kamal Heib) [1931850]
RDMA/rxe: Remove unused pkt->offset (Kamal Heib) [1931850]
RDMA/ucma: Fix use-after-free bug in ucma_create_uevent (Kamal Heib) [1931850]
RDMA/core: Fix kernel doc warnings for ib_port_immutable_read() (Kamal Heib) [1931850]
RDMA/ipoib: Remove racy Subnet Manager sendonly join checks (Kamal Heib) [1931850]
RDMA/rxe: Cleanup init_send_wqe (Kamal Heib) [1931850]
RDMA/rxe: Fix minor coding style issues (Kamal Heib) [1931850]
RDMA/rxe: Correct skb on loopback path (Kamal Heib) [1931850]
RDMA/rxe: Fix coding error in rxe_rcv_mcast_pkt (Kamal Heib) [1931850]
RDMA/rxe: Remove useless code in rxe_recv.c (Kamal Heib) [1931850]
RDMA/rxe: Fix coding error in rxe_recv.c (Kamal Heib) [1931850]
RDMA/core: Introduce and use API to read port immutable data (Kamal Heib) [1931850]
RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQ (Kamal Heib) [1931850]
IB/core: Use valid port number to check link layer (Kamal Heib) [1931850]
IB/cm: Avoid a loop when device has 255 ports (Kamal Heib) [1931850]
RDMA/efa: Remove unused syndrome enum values (Kamal Heib) [1931850]
RDMA/efa: Remove unused 'select' field from get/set feature command descriptor (Kamal Heib) [1931850]
RDMA/efa: Remove unnecessary indentation in defs comments (Kamal Heib) [1931850]
RDMA/efa: Remove duplication of upper/lower_32_bits (Kamal Heib) [1931850]
RDMA/efa: Remove redundant NULL pointer check of CQE (Kamal Heib) [1931850]
RDMA/hw/hfi1/rc: Demote incorrectly populated kernel-doc header (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/verbs: Demote non-conforming doc header and fix a misspelling (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/user_exp_rcv: Demote half-documented and kernel-doc abuses (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/ud: Fix a little more doc-rot (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/uc: Fix a little doc-rot (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/tid_rdma: Fix a plethora of kernel-doc issues (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/sdma: Fix misnaming of 'sdma_send_txlist()'s 'count_out' param (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/ruc: Fix a small formatting and description issues (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/qp: Fix some formatting issues and demote kernel-doc abuse (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/rc: Fix a few function documentation issues (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/pio_copy: Provide entry for 'pio_copy()'s 'dd' param (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/pcie: Demote kernel-doc abuses (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/netdev_rx: Fix misdocumentation of the 'start_id' param (Kamal Heib) [1931850 1921704]
RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problem (Kamal Heib) [1931850 1921704]
RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' param (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/msix: Add description for 'name' and remove superfluous param 'idx' (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/mad: Demote half-completed kernel-doc header fix another (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/iowait: Demote half-completed kernel-doc and fix formatting issue in another (Kamal Heib) [1931850 1921704]
RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issues (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/intr: Fix some kernel-doc formatting issues (Kamal Heib) [1931850 1921704]
RDMA/rxe: Replace missing rxe_pool_get_index_locked (Kamal Heib) [1931850]
RDMA/rxe: Remove unneeded pool->state (Kamal Heib) [1931850]
RDMA/rxe: Remove references to ib_device and pool (Kamal Heib) [1931850]
RDMA/rxe: Remove RXE_POOL_ATOMIC (Kamal Heib) [1931850]
RDMA/rxe: Fix misleading comments and names (Kamal Heib) [1931850]
RDMA/rxe: Fix bug in rxe_alloc() (Kamal Heib) [1931850]
IB/umad: Return EPOLLERR in case of when device disassociated (Kamal Heib) [1931850]
IB/umad: Return EIO in case of when device disassociated (Kamal Heib) [1931850]
RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanours (Kamal Heib) [1931850 1921704]
RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descriptions (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/file_ops: Fix' manage_rcvq()'s 'arg' param (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/exp_rcv: Fix some kernel-doc formatting issues (Kamal Heib) [1931850 1921704]
RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc header (Kamal Heib) [1931850 1921704]
RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation header (Kamal Heib) [1931850 1921704]
RDMA/hw/hfi1/chip: Fix a bunch of kernel-doc formatting and spelling issues (Kamal Heib) [1931850 1921704]
RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc header (Kamal Heib) [1931850 1921704]
RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context' (Kamal Heib) [1931850 1921704]
RDMA/hw/efa/efa_com: Stop using param description notation for non-params (Kamal Heib) [1931850]
RDMA/uverbs: Don't set rcq for a QP if qp_type is IB_QPT_XRC_INI (Kamal Heib) [1931850]
RDMA/core/iwpm_msg: Add proper descriptions for 'skb' param (Kamal Heib) [1931850]
RDMA/core/iwpm_util: Fix some param description misspellings (Kamal Heib) [1931850]
RDMA/core/counters: Demote non-conformant kernel-doc headers (Kamal Heib) [1931850]
RDMA/core/restrack: Fix kernel-doc formatting issue (Kamal Heib) [1931850]
RDMA/core/sa_query: Demote non-conformant kernel-doc header (Kamal Heib) [1931850]
RDMA/core/multicast: Provide description for 'ib_init_ah_from_mcmember()'s 'rec' param (Kamal Heib) [1931850]
RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s param 'ib_dev' (Kamal Heib) [1931850]
RDMA/core/cache: Fix some misspellings, missing and superfluous param descriptions (Kamal Heib) [1931850]
RDMA/core: device: Fix formatting in worthy kernel-doc header and demote another (Kamal Heib) [1931850]
IB/iser: Simplify prot_caps setting (Kamal Heib) [1931850]
IB/iser: Enforce iser_max_sectors to be greater than 0 (Kamal Heib) [1931850]
IB/iser: Protect iscsi_max_lun module param using callback (Kamal Heib) [1931850]
IB/iser: Remove unneeded semicolons (Kamal Heib) [1931850]
IB/isert: Simplify signature cap check (Kamal Heib) [1931850]
IB/isert: Remove unneeded semicolon (Kamal Heib) [1931850]
IB/isert: Remove unneeded new lines (Kamal Heib) [1931850]
RDMA/nldev: Return an error message on failure to turn auto mode (Kamal Heib) [1931850]
RDMA/rxe: Fix race in rxe_mcast.c (Kamal Heib) [1931850]
RDMA/rxe: Add unlocked versions of pool APIs (Kamal Heib) [1931850]
RDMA/rxe: Make add/drop key/index APIs type safe (Kamal Heib) [1931850]
RDMA/rxe: Make pool lookup and alloc APIs type safe (Kamal Heib) [1931850]
RDMA/rxe: Add elem_offset field to rxe_type_info (Kamal Heib) [1931850]
RDMA/rxe: Let pools support both keys and indices (Kamal Heib) [1931850]
RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flag (Kamal Heib) [1931850]
RDMA/rxe: Add check for supported QP types (Kamal Heib) [1931850]
RDMA: Use kzalloc for allocating only one thing (Kamal Heib) [1931850]
RDMA/cma: Delete useless kfree code (Kamal Heib) [1931850]
RDMA/hfi1: remove h from printk format specifier (Kamal Heib) [1931850 1921704]
RDMA: Convert comma to semicolon (Kamal Heib) [1931850]
net: devlink: Add unused port flavour (Petr Oros) [1943273]
devlink: add .trap_group_action_set() callback (Petr Oros) [1943273]
devlink: add parser error drop packet traps (Petr Oros) [1943273]
drop_monitor: Perform cleanup upon probe registration failure (Petr Oros) [1943273]
selftests: net: Add drop monitor test (Petr Oros) [1943273]
drop_monitor: Filter control packets in drop monitor (Petr Oros) [1943273]
drop_monitor: Remove duplicate struct (Petr Oros) [1943273]
drop_monitor: Remove no longer used functions (Petr Oros) [1943273]
drop_monitor: Convert to using devlink tracepoint (Petr Oros) [1943273]
drop_monitor: Prepare probe functions for devlink tracepoint (Petr Oros) [1943273]
devlink: Add a tracepoint for trap reports (Petr Oros) [1943273]
net: devlink: fix reporter dump dumpit (Petr Oros) [1943273]
devlink: have genetlink code to parse the attrs during dumpit (Petr Oros) [1943273]
netfilter: nf_tables: add direct calls for all builtin expressions (Florian Westphal) [1953320]
netfilter: nf_tables: handle meta/lookup with direct call (Florian Westphal) [1953320]
ionic: linearize tso skb with too many frags (Jonathan Toppins) [1940696]
i40e: fix the restart auto-negotiation after FEC modified (Stefan Assmann) [1725560]
ovl: skip getxattr of security labels (Miklos Szeredi) [1956340]
ovl: fix dentry leak in ovl_get_redirect (Miklos Szeredi) [1956340]
ovl: avoid deadlock on directory ioctl (Miklos Szeredi) [1956340]
cap: fix conversions on getxattr (Miklos Szeredi) [1956340]
ovl: perform vfs_getxattr() with mounter creds (Miklos Szeredi) [1956340]
ovl: add warning on user_ns mismatch (Miklos Szeredi) [1956340]
ovl: unprivieged mounts (Miklos Szeredi) [1956340]
ovl: do not get metacopy for userxattr (Miklos Szeredi) [1956340]
ovl: do not fail because of O_NOATIME (Miklos Szeredi) [1956340]
ovl: do not fail when setting origin xattr (Miklos Szeredi) [1956340]
ovl: user xattr (Miklos Szeredi) [1956340]
ovl: simplify file splice (Miklos Szeredi) [1956340]
ovl: make ioctl() safe (Miklos Szeredi) [1956340]
ovl: check privs before decoding file handle (Miklos Szeredi) [1956340]
vfs: verify source area in vfs_dedupe_file_range_one() (Miklos Szeredi) [1956340]
vfs: move cap_convert_nscap() call into vfs_setxattr() (Miklos Szeredi) [1956340]
ovl: fix incorrect extent info in metacopy case (Miklos Szeredi) [1956340]
ovl: expand warning in ovl_d_real() (Miklos Szeredi) [1956340]
ovl: document lower modification caveats (Miklos Szeredi) [1956340]
ovl: warn about orphan metacopy (Miklos Szeredi) [1956340]
ovl: doc clarification (Miklos Szeredi) [1956340]
ovl: introduce new "uuid=off" option for inodes index feature (Miklos Szeredi) [1956340]
ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh (Miklos Szeredi) [1956340]
ovl: use generic vfs_ioc_setflags_prepare() helper (Miklos Szeredi) [1956340]
ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories (Miklos Szeredi) [1956340]
ovl: rearrange ovl_can_list() (Miklos Szeredi) [1956340]
ovl: enumerate private xattrs (Miklos Szeredi) [1956340]
ovl: pass ovl_fs down to functions accessing private xattrs (Miklos Szeredi) [1956340]
ovl: drop flags argument from ovl_do_setxattr() (Miklos Szeredi) [1956340]
ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs (Miklos Szeredi) [1956340]
ovl: use ovl_do_getxattr() for private xattr (Miklos Szeredi) [1956340]
ovl: fold ovl_getxattr() into ovl_get_redirect_xattr() (Miklos Szeredi) [1956340]
ovl: clean up ovl_getxattr() in copy_up.c (Miklos Szeredi) [1956340]
duplicate ovl_getxattr() (Miklos Szeredi) [1956340]
ovl: provide a mount option "volatile" (Miklos Szeredi) [1956340 1928211]
ovl: check for incompatible features in work dir (Miklos Szeredi) [1956340 1928211]
ovl: fix lookup of indexed hardlinks with metacopy (Miklos Szeredi) [1956340]
ovl: fix unneeded call to ovl_change_flags() (Miklos Szeredi) [1956340]
ovl: fix mount option checks for nfs_export with no upperdir (Miklos Szeredi) [1956340]
ovl: force read-only sb on failure to create index dir (Miklos Szeredi) [1956340]
ovl: fix regression with re-formatted lower squashfs (Miklos Szeredi) [1956340]
ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=on (Miklos Szeredi) [1956340]
ovl: relax WARN_ON() when decoding lower directory file handle (Miklos Szeredi) [1956340]
ovl: remove not used argument in ovl_check_origin (Miklos Szeredi) [1956340]
ovl: change ovl_copy_up_flags static (Miklos Szeredi) [1956340]
ovl: inode reference leak in ovl_is_inuse true case. (Miklos Szeredi) [1956340]
ovl: remove unnecessary lock check (Miklos Szeredi) [1956340]
ovl: make oip->index bool (Miklos Szeredi) [1956340]
ovl: only pass ->ki_flags to ovl_iocb_to_rwf() (Miklos Szeredi) [1956340]
ovl: make private mounts longterm (Miklos Szeredi) [1956340]
ovl: get rid of redundant members in struct ovl_fs (Miklos Szeredi) [1956340]
ovl: add accessor for ofs->upper_mnt (Miklos Szeredi) [1956340]
ovl: drop negative dentry in upper layer (Miklos Szeredi) [1956340]
ovl: check permission to open real file (Miklos Szeredi) [1956340]
ovl: call secutiry hook in ovl_real_ioctl() (Miklos Szeredi) [1956340]
ovl: verify permissions in ovl_path_open() (Miklos Szeredi) [1956340]
ovl: switch to mounter creds in readdir (Miklos Szeredi) [1956340]
ovl: pass correct flags for opening real directory (Miklos Szeredi) [1956340]
ovl: whiteout inode sharing (Miklos Szeredi) [1956340]
ovl: inherit SB_NOSEC flag from upperdir (Miklos Szeredi) [1956340]
ovl: skip overlayfs superblocks at global sync (Miklos Szeredi) [1956340]
ovl: index dir act as work dir (Miklos Szeredi) [1956340]
ovl: prepare to copy up without workdir (Miklos Szeredi) [1956340]
ovl: cleanup non-empty directories in ovl_indexdir_cleanup() (Miklos Szeredi) [1956340]
ocxl: Add new kernel traces (Steve Best) [1907530]
ocxl: Add mmu notifier (Steve Best) [1907530]
ocxl: Update the Process Element Entry (Steve Best) [1907530]
ocxl: Initiate a TLB invalidate command (Steve Best) [1907530]
ocxl: Assign a register set to a Logical Partition (Steve Best) [1907530]
powerpc/mce: Remove per cpu variables from MCE handlers (Gustavo Walbon) [1921683]
powerpc/mce: Reduce the size of event arrays (Gustavo Walbon) [1921683]
tools/power turbostat: Support Ice Lake D (Prarit Bhargava) [1943439]
PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity check (Chris von Recklinghausen) [1944636]
vhost/vsock: add IOTLB API support (Stefano Garzarella) [1894101]
vhost: Fix vhost_vq_reset() (Laurent Vivier) [1919126]
perf trace: Fix race in signal handling (Michael Petlan) [1928380]
scsi: sd: sd_zbc: Don't pass GFP_NOIO to kvcalloc (Ewan D. Milne) [1953699]
sd_zbc: clear zone resources for non-zoned case (Ewan D. Milne) [1953699]
scsi: scsi_debug: Fix a memory leak (Ewan D. Milne) [1953699]
scsi: sd: Warn if unsupported ZBC device is probed (Ewan D. Milne) [1953699]
scsi: core: Add 'set_status_byte()' accessor (Ewan D. Milne) [1953699]
scsi: scsi_debug: Do not set COMMAND_COMPLETE (Ewan D. Milne) [1953699]
scsi: scsi_transport_srp: Don't block target in failfast state (Ewan D. Milne) [1953699]
scsi: scsi_debug: Fix memleak in scsi_debug_init() (Ewan D. Milne) [1953699]
scsi: core: Fix -Wformat for scsi_host (Ewan D. Milne) [1953699]
scsi: doc: Fix some kernel-doc markups (Ewan D. Milne) [1953699]
scsi: sr: Initialize ->cmd_len (Ewan D. Milne) [1953699]
scsi: core: Set sc_data_direction to DMA_NONE for no-transfer commands (Ewan D. Milne) [1953699]
scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd() (Ewan D. Milne) [1953699]
scsi: core: Clean up allocation and freeing of sgtables (Ewan D. Milne) [1953699]
scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd() (Ewan D. Milne) [1953699]
scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check() (Ewan D. Milne) [1953699]
scsi: core: Use rq_dma_dir in scsi_setup_cmnd() (Ewan D. Milne) [1953699]
scsi: core: Remove scsi_init_cmd_errh (Ewan D. Milne) [1953699]
scsi: sd: Allow user to configure command retries (Ewan D. Milne) [1953699]
scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks (Ewan D. Milne) [1953699]
scsi: sd_zbc: Improve zone revalidation (Ewan D. Milne) [1953699]
scsi: sd_zbc: Don't limit max_zone_append sectors to max_hw_sectors (Ewan D. Milne) [1953699]
scsi: sd_zbc: Remove unused inline functions (Ewan D. Milne) [1953699]
nvme: fix the nsid value to print in nvme_validate_or_alloc_ns (Gopal Tiwari) [1921591]
nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a (Gopal Tiwari) [1921591]
nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done (Gopal Tiwari) [1921591]
nvme-core: check ctrl css before setting up zns (Gopal Tiwari) [1921591]
nvme-fc: fix racing controller reset and create association (Gopal Tiwari) [1921591]
nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted (Gopal Tiwari) [1921591]
nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange() (Gopal Tiwari) [1921591]
nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request() (Gopal Tiwari) [1921591]
nvme: simplify error logic in nvme_validate_ns() (Gopal Tiwari) [1921591]
nvme: set max_zone_append_sectors nvme_revalidate_zones (Gopal Tiwari) [1921591]
nvmet: model_number must be immutable once set (Gopal Tiwari) [1921591]
nvme-fabrics: fix kato initialization (Gopal Tiwari) [1921591]
nvme-hwmon: Return error code when registration fails (Gopal Tiwari) [1921591]
nvme-pci: add quirks for Lexar 256GB SSD (Gopal Tiwari) [1921591]
nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state (Gopal Tiwari) [1921591]
nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. (Gopal Tiwari) [1921591]
nvme-tcp: fix crash triggered with a dataless request submission (Gopal Tiwari) [1921591]
nvme-hwmon: rework to avoid devm allocation (Gopal Tiwari) [1921591]
nvme: add 48-bit DMA address quirk for Amazon NVMe controllers (Gopal Tiwari) [1921591]
nvmet: remove else at the end of the function (Gopal Tiwari) [1921591]
nvmet: add helper to report invalid opcode (Gopal Tiwari) [1921591]
nvmet: add nvmet_req_subsys() helper (Gopal Tiwari) [1921591]
nvmet: use invalid cmd opcode helper (Gopal Tiwari) [1921591]
nvmet: use invalid cmd opcode helper (Gopal Tiwari) [1921591]
nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues (Gopal Tiwari) [1921591]
nvme-multipath: set nr_zones for zoned namespaces (Gopal Tiwari) [1921591]
nvmet: make nvmet_find_namespace() req based (Gopal Tiwari) [1921591]
nvmet: set status to 0 in case for invalid nsid (Gopal Tiwari) [1921591]
nvmet: return uniform error for invalid ns (Gopal Tiwari) [1921591]
nvmet: remove extra variable in id-ns handler (Gopal Tiwari) [1921591]
nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs (Gopal Tiwari) [1921591]
nvme-fabrics: avoid double completions in nvmf_fail_nonready_command (Gopal Tiwari) [1921591]
nvme: introduce a nvme_host_path_error helper (Gopal Tiwari) [1921591]
blk-mq: introduce blk_mq_set_request_complete (Gopal Tiwari) [1921591]
nvme-rdma: handle nvme_rdma_post_send failures better (Gopal Tiwari) [1921591]
nvmet-tcp: fix potential race of tcp socket closing accept_work (Gopal Tiwari) [1921591]
nvme: cleanup zone information initialization (Gopal Tiwari) [1921591]
nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs (Gopal Tiwari) [1921591]
nvme-pci: ignore the subsysem NQN on Phison E16 (Gopal Tiwari) [1921591]
nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs (Gopal Tiwari) [1921591]
nvme-tcp: use cancel tagset helper for tear down (Gopal Tiwari) [1921591]
nvme-rdma: use cancel tagset helper for tear down (Gopal Tiwari) [1921591]
nvme-rdma: add clean action for failed reconnection (Gopal Tiwari) [1921591]
nvme-core: get rid of the extra space (Gopal Tiwari) [1921591]
nvme-tcp: add clean action for failed reconnection (Gopal Tiwari) [1921591]
nvme: add tracing of zns commands (Gopal Tiwari) [1921591]
nvme: parse format nvm command details when tracing (Gopal Tiwari) [1921591]
nvme-core: add cancel tagset helpers (Gopal Tiwari) [1921591]
nvme: refactor ns->ctrl by request (Gopal Tiwari) [1921591]
nvme-tcp: fix wrong setting of request iov_iter (Gopal Tiwari) [1921591]
nvmet: remove extra variable in smart log nsid (Gopal Tiwari) [1921591]
nvme-tcp: get rid of unused helper function (Gopal Tiwari) [1921591]
nvmet: remove extra variable in identify ns (Gopal Tiwari) [1921591]
nvmet: remove extra variable in id-desclist (Gopal Tiwari) [1921591]
nvmet: add lba to sect conversion helpers (Gopal Tiwari) [1921591]
nvme: support command retry delay for admin command (Gopal Tiwari) [1921591]
nvmet: Use nvmet_is_port_enabled helper for pi_enable (Gopal Tiwari) [1921591]
nvme: constify static attribute_group structs (Gopal Tiwari) [1921591]
nvmet-fc: use RCU proctection for assoc_list (Gopal Tiwari) [1921591]
nvmet: Fix nvmet_is_port_enabled indentation (Gopal Tiwari) [1921591]
nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC device (Gopal Tiwari) [1921591]
nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head (Gopal Tiwari) [1921591]
nvme: allow revalidate to set a namespace read-only (Gopal Tiwari) [1921591]
nvmet: set right status on error in id-ns handler (Gopal Tiwari) [1921591]
nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout (Gopal Tiwari) [1921591]
nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout (Gopal Tiwari) [1921591]
nvme-pci: allow use of cmb on v1.4 controllers (Gopal Tiwari) [1921591]
nvme: check the PRINFO bit before deciding the host buffer length (Gopal Tiwari) [1921591]
nvme-tcp: fix possible data corruption with bio merges (Gopal Tiwari) [1921591]
nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT (Gopal Tiwari) [1921591]
nvme: don't intialize hwmon for discovery controllers (Gopal Tiwari) [1921591]
nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY (Gopal Tiwari) [1921591]
nvmet-rdma: Fix list_del corruption on queue establishment failure (Gopal Tiwari) [1921591]
nvme: unexport functions with no external caller (Gopal Tiwari) [1921591]
nvme: avoid possible double fetch in handling CQE (Gopal Tiwari) [1921591]
nvme: remove the unused status argument from nvme_trace_bio_complete (Gopal Tiwari) [1921591]
nvme-tcp: Fix possible race of io_work and direct send (Gopal Tiwari) [1921591]
nvme-fcloop: Fix sscanf type and list_first_entry_or_null warnings (Gopal Tiwari) [1921591]
nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt context (Gopal Tiwari) [1921591]
nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock class (Gopal Tiwari) [1921591]
nvme: rename controller base dev_t char device (Gopal Tiwari) [1921591]
nvme: remove unnecessary return values (Gopal Tiwari) [1921591]
nvme: rename bdev operations (Gopal Tiwari) [1921591]
nvme: export zoned namespaces without Zone Append support read-only (Gopal Tiwari) [1921591]
nvme: print a warning for when listing active namespaces fails (Gopal Tiwari) [1921591]
nvme: improve an error message on Identify failure (Gopal Tiwari) [1921591]
nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig (Gopal Tiwari) [1921591]
nvme-fabrics: reject I/O to offline device (Gopal Tiwari) [1921591]
nvmet: make sure discovery change log event is protected (Gopal Tiwari) [1921591]
nvme-pci: don't allocate unused I/O queues (Gopal Tiwari) [1921591]
nvme-pci: drop min() from nr_io_queues assignment (Gopal Tiwari) [1921591]
nvmet: use inline bio for passthru fast path (Gopal Tiwari) [1921591]
nvmet: use blk_rq_bio_prep instead of blk_rq_append_bio (Gopal Tiwari) [1921591]
nvmet: remove unused ctrl->cqs (Gopal Tiwari) [1921591]
nvmet: remove op_flags for passthru commands (Gopal Tiwari) [1921591]
nvme: use consistent macro name for timeout (Gopal Tiwari) [1921591]
nvmet: add passthru io timeout value attr (Gopal Tiwari) [1921591]
nvmet: add passthru admin timeout value attr (Gopal Tiwari) [1921591]
nvme: split nvme_alloc_request() (Gopal Tiwari) [1921591]
nvme: centralize setting the timeout in nvme_alloc_request (Gopal Tiwari) [1921591]
nvme: simplify nvme_req_qid() (Gopal Tiwari) [1921591]
nvme-fcloop: add sysfs attribute to inject command drop (Gopal Tiwari) [1921591]
nvme: let set_capacity_revalidate_and_notify update the bdev size (Gopal Tiwari) [1921591]
nvme: directly cache command effects log (Gopal Tiwari) [1921591]
nvme: fix memory leak freeing command effects (Gopal Tiwari) [1921591]
nvme: free sq/cq dbbuf pointers when dbbuf set fails (Gopal Tiwari) [1921591]
nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device (Gopal Tiwari) [1921591]
RDMA: Lift ibdev_to_node from rds to common code (Gopal Tiwari) [1921591]
nvme: fix incorrect behavior when BLKROSET is called by the user (Gopal Tiwari) [1921591]
Revert "nvme-pci: remove last_sq_tail" (Gopal Tiwari) [1921591]
nvmet: fix a NULL pointer dereference when tracing the flush command (Gopal Tiwari) [1921591]
nvme-fc: remove nvme_fc_terminate_io() (Gopal Tiwari) [1921591]
nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery (Gopal Tiwari) [1921591]
nvme-fc: remove err_work work item (Gopal Tiwari) [1921591]
nvme-fc: track error_recovery while connecting (Gopal Tiwari) [1921591]
nvme-rdma: handle unexpected nvme completion data length (Gopal Tiwari) [1921591]
nvme: ignore zone validate errors on subsequent scans (Gopal Tiwari) [1921591]
nvme-fc: shorten reconnect delay if possible for FC (Gopal Tiwari) [1921591]
nvme-fc: wait for queues to freeze before calling update_hr_hw_queues (Gopal Tiwari) [1921591]
nvme-fc: fix error loop in create_hw_io_queues (Gopal Tiwari) [1921591]
nvme-fc: fix io timeout to abort I/O (Gopal Tiwari) [1921591]
nvmet: cleanup nvmet_passthru_map_sg() (Gopal Tiwari) [1921591]
nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru (Gopal Tiwari) [1921591]
nvmet: limit passthru MTDS by BIO_MAX_PAGES (Gopal Tiwari) [1921591]
nvme-rdma: fix crash due to incorrect cqe (Gopal Tiwari) [1921591]
nvmet: fix uninitialized work for zero kato (Gopal Tiwari) [1921591]
nvme: use queuedata for nvme_req_qid (Gopal Tiwari) [1921591]
nvme-pci: disable Write Zeroes on Sandisk Skyhawk (Gopal Tiwari) [1921591]
nvme-rdma: fix crash when connect rejected (Gopal Tiwari) [1921591]
nvme: translate zone resource errors (Gopal Tiwari) [1921591]
block: add zone specific block statuses (Gopal Tiwari) [1921591]
nvme-core: remove extra condition for vwc (Gopal Tiwari) [1921591]
nvme-core: remove extra variable (Gopal Tiwari) [1921591]
nvme: remove nvme_identify_ns_list (Gopal Tiwari) [1921591]
nvme: refactor nvme_validate_ns (Gopal Tiwari) [1921591]
nvme: move nvme_validate_ns (Gopal Tiwari) [1921591]
nvme: remove nvme_update_formats (Gopal Tiwari) [1921591]
nvme: update the known admin effects (Gopal Tiwari) [1921591]
nvme: query namespace identifiers before adding the namespace (Gopal Tiwari) [1921591]
nvme: revalidate zone bitmaps in nvme_update_ns_info (Gopal Tiwari) [1921591]
nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_block (Gopal Tiwari) [1921591]
nvme: set the queue limits in nvme_update_ns_info (Gopal Tiwari) [1921591]
nvme: remove the 0 lba_shift check in nvme_update_ns_info (Gopal Tiwari) [1921591]
nvme: freeze the queue over ->lba_shift updates (Gopal Tiwari) [1921591]
nvme: factor out a nvme_configure_metadata helper (Gopal Tiwari) [1921591]
nvme: lift the check for an unallocated namespace into nvme_identify_ns (Gopal Tiwari) [1921591]
nvme: clean up the check for too large logic block sizes (Gopal Tiwari) [1921591]
nvme: remove the disk argument to nvme_update_zone_info (Gopal Tiwari) [1921591]
nvme: rename __nvme_revalidate_disk (Gopal Tiwari) [1921591]
nvme: rename _nvme_revalidate_disk (Gopal Tiwari) [1921591]
nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns (Gopal Tiwari) [1921591]
nvme: fix initialization of the zone bitmaps (Gopal Tiwari) [1921591]
nvme-loop: don't put ctrl on nvme_init_ctrl error (Gopal Tiwari) [1921591]
nvme-core: put ctrl ref when module ref get fail (Gopal Tiwari) [1921591]
nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage() (Gopal Tiwari) [1921591]
nvmet-fc: fix missing check for no hostport struct (Gopal Tiwari) [1921591]
nvme: fix error handling in nvme_ns_report_zones (Gopal Tiwari) [1921591]
nvmet: add passthru ZNS support (Gopal Tiwari) [1921591]
nvmet: handle keep-alive timer when kato is modified by a set features cmd (Gopal Tiwari) [1921591]
nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue (Gopal Tiwari) [1921591]
nvmet-tcp: have queue io_work context run on sock incoming cpu (Gopal Tiwari) [1921591]
nvme: lift the file open code from nvme_ctrl_get_by_path (Gopal Tiwari) [1921591]
nvme: use an xarray to lookup the Commands Supported and Effects log (Gopal Tiwari) [1921591]
nvme-pci: Move enumeration by class to be last in the table (Gopal Tiwari) [1921591]
nvme-core: don't use NVME_NSID_ALL for command effects and supported log (Gopal Tiwari) [1921591]
nvme-fc: fail new connections to a deleted host or remote port (Gopal Tiwari) [1921591]
nvme: return errors for hwmon init (Gopal Tiwari) [1921591]
nvme-pci: fix NULL req in completion handler (Gopal Tiwari) [1921591]
nvmet: get transport reference for passthru ctrl (Gopal Tiwari) [1921591]
nvme-core: get/put ctrl and transport module in nvme_dev_open/release() (Gopal Tiwari) [1921591]
nvme-tcp: fix kconfig dependency warning when !CRYPTO (Gopal Tiwari) [1921591]
nvme: use blk_mq_complete_request_remote to avoid an indirect function call (Gopal Tiwari) [1921591]
nvme-core: replace ctrl page size with a macro (Gopal Tiwari) [1921591]
nvme-pci: remove the inline scatterlist optimization (Gopal Tiwari) [1921591]
block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONED (Gopal Tiwari) [1921591]
nvme: support for zoned namespaces (Gopal Tiwari) [1921591]
null_blk: introduce zone capacity for zoned device (Gopal Tiwari) [1921591]
block: add capacity field to zone descriptors (Gopal Tiwari) [1921591]
|
2021-05-20 |
vmxnet3: Set the default of vxlan overlay offload to disabled (Cathy Avery) [1941714]
vmxnet3: Update driver to use ethtool_sprintf (Cathy Avery) [1923796]
vmxnet3: Remove buf_info from device accessible structures (Cathy Avery) [1923796]
igc: Fix overwrites return value (Corinna Vinschen) [1920285]
igc: Add set/clear large buffer helpers (Corinna Vinschen) [1920285]
igc: Refactor Rx timestamp handling (Corinna Vinschen) [1920285]
igc: Introduce igc_get_rx_frame_truesize() helper (Corinna Vinschen) [1920285]
igc: Introduce igc_rx_buffer_flip() helper (Corinna Vinschen) [1920285]
igc: Remove unused argument from igc_tx_cmd_type() (Corinna Vinschen) [1920285]
igc: Fix prototype warning (Corinna Vinschen) [1920285]
igc: Assign boolean values to a bool variable (Corinna Vinschen) [1920285]
igc: Remove unused MII_CR_LOOPBACK (Corinna Vinschen) [1920285]
igc: Remove unused MII_CR_SPEED (Corinna Vinschen) [1920285]
igc: Remove unused MII_CR_RESET (Corinna Vinschen) [1920285]
igc: Fix igc_ptp_rx_pktstamp() (Corinna Vinschen) [1920285]
igc: Fix Supported Pause Frame Link Setting (Corinna Vinschen) [1920285]
igc: Fix Pause Frame Advertising (Corinna Vinschen) [1920285]
igc: reinit_locked() should be called with rtnl_lock (Corinna Vinschen) [1920285]
igc: Fix TDBAL register show incorrect value (Corinna Vinschen) [1920285]
igc: Remove unused FUNC_1 mask (Corinna Vinschen) [1920285]
igc: Remove unused local receiver mask (Corinna Vinschen) [1920285]
igc: Prefer strscpy over strlcpy (Corinna Vinschen) [1920285]
igc: Expose the gPHY firmware version (Corinna Vinschen) [1920285]
igc: Expose the NVM version (Corinna Vinschen) [1920285]
igc: Add Host Good Packets Transmitted Count (Corinna Vinschen) [1920285]
igc: Remove MULR mask define (Corinna Vinschen) [1920285]
igc: Remove igc_set_fw_version comment (Corinna Vinschen) [1920285]
igc: Clean up nvm_operations structure (Corinna Vinschen) [1920285]
igc: check return value of ret_val in igc_config_fc_after_link_up (Corinna Vinschen) [1920285]
igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwr (Corinna Vinschen) [1920285]
igc: Report speed and duplex as unknown when device is runtime suspended (Corinna Vinschen) [1920285]
net: igc: use skb_csum_is_sctp instead of protocol check (Corinna Vinschen) [1920285]
igc: Add new device ID (Corinna Vinschen) [1920285]
net: igbvf: use skb_csum_is_sctp instead of protocol check (Corinna Vinschen) [1920287]
igbvf: Refactor traces (Corinna Vinschen) [1920287]
igbvf: amend removal of MODULE_VERSION (Corinna Vinschen) [1955752]
netlink: add tracepoint at NL_SET_ERR_MSG (Marcelo Ricardo Leitner) [1956983]
xfrm: Provide private skb extensions for segmented and hw offloaded ESP packets (Sabrina Dubroca) [1935575]
xfrm: BEET mode doesn't support fragments for inner packets (Xin Long) [1870900]
xfrm: Fix NULL pointer dereference on policy lookup (Sabrina Dubroca) [1951965]
xfrm: use secpath_exist where applicable (Sabrina Dubroca) [1951965]
net: xfrm: Use sequence counter with associated spinlock (Sabrina Dubroca) [1951965]
net: xfrm: Localize sequence counter per network namespace (Sabrina Dubroca) [1951965]
xfrm: Return the correct errno code (Sabrina Dubroca) [1951965]
xfrm: Fix wraparound in xfrm_policy_addr_delta() (Sabrina Dubroca) [1951965]
xfrm: fix disable_xfrm sysctl when used on xfrm interfaces (Sabrina Dubroca) [1951965]
xfrm: Fix oops in xfrm_replay_advance_bmp (Sabrina Dubroca) [1951965]
ah6: fix error return code in ah6_input() (Sabrina Dubroca) [1951965]
net: xfrm: fix a race condition during allocing spi (Sabrina Dubroca) [1951965]
xfrm: policy: Use sequence counters with associated lock (Sabrina Dubroca) [1951965]
selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry static (Ivan Vecera) [1952586]
net: bridge: switchdev: include local flag in FDB notifications (Ivan Vecera) [1952586]
net: bridge: switchdev: refactor br_switchdev_fdb_notify (Ivan Vecera) [1952586]
net: bridge: don't notify switchdev for local FDB addresses (Ivan Vecera) [1952586]
net: bridge: use switchdev for port flags set through sysfs too (Ivan Vecera) [1952586]
net: bridge: vlan: fix error return code in __vlan_add() (Ivan Vecera) [1952586]
net: bridge: add missing counters to ndo_get_stats64 callback (Ivan Vecera) [1952586]
net: bridge: use new function dev_fetch_sw_netstats (Ivan Vecera) [1952586]
net: bridge: fdb: don't flush ext_learn entries (Ivan Vecera) [1952586]
net: bridge: clear bridge's private skb space on xmit (Ivan Vecera) [1952586]
bridge: mcast: Fix MLD2 Report IPv6 payload length check (Ivan Vecera) [1952586]
net: bridge: enfore alignment for ethernet address (Ivan Vecera) [1952586]
netfilter: nft_reject_bridge: enable reject with bridge vlan (Ivan Vecera) [1952586]
net: bridge: vlan: Add a schedule point during VLAN processing (Ivan Vecera) [1952586]
netfilter: ebtables: compat: reject all padding in matches/watchers (Ivan Vecera) [1952586]
net: bridge: deny dev_set_mac_address() when unregistering (Ivan Vecera) [1952586]
net: bridge: fdb: set flags directly in fdb_create (Ivan Vecera) [1952586]
net: bridge: fdb: convert offloaded to use bitops (Ivan Vecera) [1952586]
net: bridge: fdb: convert added_by_external_learn to use bitops (Ivan Vecera) [1952586]
net: bridge: fdb: convert added_by_user to bitops (Ivan Vecera) [1952586]
net: bridge: fdb: convert is_sticky to bitops (Ivan Vecera) [1952586]
net: bridge: fdb: convert is_static to bitops (Ivan Vecera) [1952586]
net: bridge: fdb: convert is_local to bitops (Ivan Vecera) [1952586]
net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTER (Ivan Vecera) [1952586]
bridge: Fix possible use-after-free when deleting bridge port (Ivan Vecera) [1952586]
bridge: update vlan dev link state for bridge netdev changes (Ivan Vecera) [1952586]
bridge: update vlan dev state when port added to or deleted from vlan (Ivan Vecera) [1952586]
bridge: support binding vlan dev link state to vlan member bridge ports (Ivan Vecera) [1952586]
vlan: do not transfer link state in vlan bridge binding mode (Ivan Vecera) [1952586]
vlan: support binding link state to vlan member bridge ports (Ivan Vecera) [1952586]
ipv6: weaken the v4mapped source check (Paolo Abeni) [1950298]
tcp: relookup sock for RST+ACK packets handled by obsolete req sock (Paolo Abeni) [1950298]
inet_connection_sock: remove unused parameter of reqsk_queue_unlink func (Paolo Abeni) [1950298]
tcp: add sanity tests to TCP_QUEUE_SEQ (Paolo Abeni) [1950298]
tcp: fix SO_RCVLOWAT related hangs under mem pressure (Paolo Abeni) [1950298]
tcp: do not mess with cloned skbs in tcp_add_backlog() (Paolo Abeni) [1950298]
tcp: fix cwnd-limited bug for TSO deferral where we send nothing (Paolo Abeni) [1950298]
vfio-ccw: Wire in the request callback (Thomas Huth) [1940451]
vfio-mdev: Wire in a request handler for mdev parent (Thomas Huth) [1940451]
intel_idle: add Iclelake-D support (David Arcari) [1960287]
scsi: ibmvfc: Fix potential race in ibmvfc_wait_for_ops() (Steve Best) [1941180]
powerpc/sstep: Fix VSX instruction emulation (Steve Best) [1934187]
powerpc/pseries/hibernation: remove pseries_suspend_cpu() (Steve Best) [1932970]
powerpc/pseries: remove cede offline state for CPUs (Steve Best) [1932970]
powerpc/pseries: export LPAR security flavor in lparcfg (Steve Best) [1935660]
Makefile: update early devel phase flag (Bruno Meneguele) [1930504]
|
2021-05-18 |
configs: Enable CONFIG_BPF_KPROBE_OVERRIDE (Jiri Olsa) [1920439]
powerpc/kvm: Fix build error when PPC_MEM_KEYS/PPC_PSERIES=n (Greg Kurz) [1945745]
powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabled (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSR (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Remove redundant mtspr PSPB (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Prevent radix guests setting LPCR[TC] (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2 (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs (Greg Kurz) [1945745]
KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit (Greg Kurz) [1945745]
KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2 (Greg Kurz) [1945745]
powerpc/xive: Assign boolean values to a bool variable (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Fix host radix SLB optimisation with hash guests (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Ensure radix guest has no SLB entries (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path (Greg Kurz) [1945745]
KVM: PPC: remove unneeded semicolon (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLB (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: No need to clear radix host SLB before loading HPT guest (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Fix radix guest SLB side channel (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support (Greg Kurz) [1945745]
powerpc/mm: Update tlbiel loop on POWER10 (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Allow nested guest creation when L0 hv_guest_state > L1 (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Include prototypes (Greg Kurz) [1945745]
KVM: PPC: Make the VMX instruction emulation routines static (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Fix mask size for emulated msgsndp (Greg Kurz) [1945745]
KVM: PPC: fix comparison to bool warning (Greg Kurz) [1945745]
KVM: PPC: Book3S: Assign boolean values to a bool variable (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: XIVE: Add a comment regarding VP numbering (Greg Kurz) [1945745]
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FW (Greg Kurz) [1945745]
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FW (Greg Kurz) [1945745]
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUG (Greg Kurz) [1945745]
powerpc/xive: Add a debug_show handler to the XIVE irq_domain (Greg Kurz) [1945745]
powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flag (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug output (Greg Kurz) [1945745]
powerpc/64s: Remove MSR[ISF] bit (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guests (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: Don't attempt to recover machine checks for FWNMI enabled guests (Greg Kurz) [1945745]
KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page (Greg Kurz) [1945745]
clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts (Mohammed Gamal) [1940901]
clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V feature (Mohammed Gamal) [1940901]
clocksource/drivers/hyper-v: Handle sched_clock differences inline (Mohammed Gamal) [1940901]
clocksource/hyperv: use MSR-based access if running as root (Mohammed Gamal) [1940901]
cifs: fix interrupted close commands (Ronnie Sahlberg) [1952263]
cifs: add NULL check for ses->tcon_ipc (Ronnie Sahlberg) [1952263]
smb3: set COMPOUND_FID to FileID field of subsequent compound request (Ronnie Sahlberg) [1952263]
cifs: fix potential use-after-free in cifs_echo_request() (Ronnie Sahlberg) [1952263]
cifs: allow syscalls to be restarted in __smb_send_rqst() (Ronnie Sahlberg) [1952263]
smb3: Handle error case during offload read path (Ronnie Sahlberg) [1952263]
smb3: Avoid Mid pending list corruption (Ronnie Sahlberg) [1952263]
smb3: Call cifs reconnect from demultiplex thread (Ronnie Sahlberg) [1952263]
cifs: fix a memleak with modefromsid (Ronnie Sahlberg) [1952263]
cifs: update internal module version number (Ronnie Sahlberg) [1952263]
smb3: add some missing definitions from MS-FSCC (Ronnie Sahlberg) [1952263]
smb3: remove two unused variables (Ronnie Sahlberg) [1952263]
smb3: add support for stat of WSL reparse points for special file types (Ronnie Sahlberg) [1952263]
SMB3: add support for recognizing WSL reparse tags (Ronnie Sahlberg) [1952263]
cifs: remove bogus debug code (Ronnie Sahlberg) [1952263]
smb3.1.1: fix typo in compression flag (Ronnie Sahlberg) [1952263]
cifs: move smb version mount options into fs_context.c (Ronnie Sahlberg) [1952263]
cifs: move cache mount options to fs_context.ch (Ronnie Sahlberg) [1952263]
cifs: move security mount options into fs_context.ch (Ronnie Sahlberg) [1952263]
cifs: add files to host new mount api (Ronnie Sahlberg) [1952263]
smb3: do not try to cache root directory if dir leases not supported (Ronnie Sahlberg) [1952263]
smb3: fix stat when special device file and mounted with modefromsid (Ronnie Sahlberg) [1952263]
cifs: Print the address and port we are connecting to in generic_ip_connect() (Ronnie Sahlberg) [1952263]
SMB3: Resolve data corruption of TCP server info fields (Ronnie Sahlberg) [1952263]
cifs: make const array static, makes object smaller (Ronnie Sahlberg) [1952263]
SMB3.1.1: Fix ids returned in POSIX query dir (Ronnie Sahlberg) [1952263]
smb3: add dynamic trace point to trace when credits obtained (Ronnie Sahlberg) [1952263]
smb3.1.1: do not fail if no encryption required but server doesn't support it (Ronnie Sahlberg) [1952263]
cifs: Return the error from crypt_message when enc/dec key not found. (Ronnie Sahlberg) [1952263]
smb3.1.1: set gcm256 when requested (Ronnie Sahlberg) [1952263]
smb3.1.1: rename nonces used for GCM and CCM encryption (Ronnie Sahlberg) [1952263]
smb3.1.1: print warning if server does not support requested encryption type (Ronnie Sahlberg) [1952263]
smb3.1.1: add new module load parm enable_gcm_256 (Ronnie Sahlberg) [1952263]
smb3.1.1: add new module load parm require_gcm_256 (Ronnie Sahlberg) [1952263]
cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCES (Ronnie Sahlberg) [1952263]
SMB3.1.1: add defines for new signing negotiate context (Ronnie Sahlberg) [1952263]
Handle STATUS_IO_TIMEOUT gracefully (Ronnie Sahlberg) [1952263]
cifs: compute full_path already in cifs_readdir() (Ronnie Sahlberg) [1952263]
cifs: return cached_fid from open_shroot (Ronnie Sahlberg) [1952263]
update structure definitions from updated protocol documentation (Ronnie Sahlberg) [1952263]
smb3: add defines for new crypto algorithms (Ronnie Sahlberg) [1952263]
cifs: fix check of tcon dfs in smb1 (Ronnie Sahlberg) [1952263]
SMB3: Fix mkdir when idsfromsid configured on mount (Ronnie Sahlberg) [1952263]
cifs: Convert to use the fallthrough macro (Ronnie Sahlberg) [1952263]
cifs: Fix an error pointer dereference in cifs_mount() (Ronnie Sahlberg) [1952263]
cifs: document and cleanup dfs mount (Ronnie Sahlberg) [1952263]
cifs: only update prefix path of DFS links in cifs_tree_connect() (Ronnie Sahlberg) [1952263]
cifs: fix double free error on share and prefix (Ronnie Sahlberg) [1952263]
cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect (Ronnie Sahlberg) [1952263]
cifs: handle empty list of targets in cifs_reconnect() (Ronnie Sahlberg) [1952263]
cifs: rename reconn_inval_dfs_target() (Ronnie Sahlberg) [1952263]
cifs: reduce number of referral requests in DFS link lookups (Ronnie Sahlberg) [1952263]
cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() (Ronnie Sahlberg) [1952263]
cifs: convert to use be32_add_cpu() (Ronnie Sahlberg) [1952263]
cifs: delete duplicated words in header files (Ronnie Sahlberg) [1952263]
cifs: Remove the superfluous break (Ronnie Sahlberg) [1952263]
cifs: remove unused variable 'server' (Ronnie Sahlberg) [1952263]
smb3: warn on confusing error scenario with sec=krb5 (Ronnie Sahlberg) [1952263]
fuse: 32-bit user space ioctl compat for fuse device (Miklos Szeredi) [1949873]
virtiofs: Fail dax mount if device does not support it (Miklos Szeredi) [1949873]
fuse: fix live lock in fuse_iget() (Miklos Szeredi) [1949873]
mm/filemap: remove unused parameter and change to void type for replace_page_cache_page() (Miklos Szeredi) [1949873]
fuse: support SB_NOSEC flag to improve write performance (Miklos Szeredi) [1949873]
fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request (Miklos Szeredi) [1949873]
fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2 (Miklos Szeredi) [1949873]
fuse: setattr should set FATTR_KILL_SUIDGID (Miklos Szeredi) [1949873]
fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path (Miklos Szeredi) [1949873]
fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID (Miklos Szeredi) [1949873]
fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2 (Miklos Szeredi) [1949873]
fuse: always revalidate if exclusive create (Miklos Szeredi) [1949873]
virtiofs: clean up error handling in virtio_fs_get_tree() (Miklos Szeredi) [1949873]
fuse: add fuse_sb_destroy() helper (Miklos Szeredi) [1949873]
fuse: get rid of fuse_mount refcount (Miklos Szeredi) [1949873]
virtiofs: simplify sb setup (Miklos Szeredi) [1949873]
virtiofs fix leak in setup (Miklos Szeredi) [1949873]
fuse: launder page should wait for page writeback (Miklos Szeredi) [1949873]
fuse: connection remove fix (Miklos Szeredi) [1949873]
fuse: implement crossmounts (Miklos Szeredi) [1949873]
fuse: Allow fuse_fill_super_common() for submounts (Miklos Szeredi) [1949873]
fuse: split fuse_mount off of fuse_conn (Miklos Szeredi) [1949873]
fuse: drop fuse_conn parameter where possible (Miklos Szeredi) [1949873]
fuse: store fuse_conn in fuse_req (Miklos Szeredi) [1949873]
fuse: add submount support to <uapi/linux/fuse.h> (Miklos Szeredi) [1949873]
fuse: fix page dereference after free (Miklos Szeredi) [1949873]
fuse: update project homepage (Miklos Szeredi) [1949873]
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS (Miklos Szeredi) [1949873]
fuse: don't ignore errors from fuse_writepages_fill() (Miklos Szeredi) [1949873]
fuse: clean up condition for writepage sending (Miklos Szeredi) [1949873]
fuse: fix warning in tree_insert() and clean up writepage insertion (Miklos Szeredi) [1949873]
fuse: move rb_erase() before tree_insert() (Miklos Szeredi) [1949873]
fuse: optimize writepages search (Miklos Szeredi) [1949873]
fuse: Update stale comment in queue_interrupt() (Miklos Szeredi) [1949873]
fuse: use true,false for bool variable (Miklos Szeredi) [1949873]
fuse: Add changelog entries for protocols 7.1 - 7.8 (Miklos Szeredi) [1949873]
fuse: reserve byteswapped init opcodes (Miklos Szeredi) [1949873]
convenience helper: get_tree_single() (finish backport) (Miklos Szeredi) [1949873]
fuse: Convert fusectl to use the new mount API (Miklos Szeredi) [1949873]
fuse: fix changelog entry for protocol 7.9 (Miklos Szeredi) [1949873]
fuse: fix changelog entry for protocol 7.12 (Miklos Szeredi) [1949873]
sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues (ĂĂąigo Huguet) [1934254]
sfc: Remove duplicate argument (ĂĂąigo Huguet) [1934254]
sfc: Use 'skb_add_rx_frag()' instead of hand coding it (ĂĂąigo Huguet) [1934254]
sfc-falcon: Fix a typo (ĂĂąigo Huguet) [1934254]
sfc: ef10: fix TX queue lookup in TX event handling (ĂĂąigo Huguet) [1934254]
sfc: farch: fix TX queue lookup in TX event handling (ĂĂąigo Huguet) [1934254]
sfc: farch: fix TX queue lookup in TX flush done handling (ĂĂąigo Huguet) [1934254]
sfc: reduce the number of requested xdp ev queues (ĂĂąigo Huguet) [1934254]
sfc: support GRE TSO on EF100 (ĂĂąigo Huguet) [1934254]
sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100 (ĂĂąigo Huguet) [1934254]
sfc: extend bitfield macros to 19 fields (ĂĂąigo Huguet) [1934254]
sfc: advertise our vlan features (ĂĂąigo Huguet) [1934254]
sfc: only use fixed-id if the skb asks for it (ĂĂąigo Huguet) [1934254]
sfc: implement encap TSO on EF100 (ĂĂąigo Huguet) [1934254]
sfc: extend bitfield macros to 17 fields (ĂĂąigo Huguet) [1934254]
sfc: move initialisation of efx->filter_sem to efx_init_struct() (ĂĂąigo Huguet) [1934254]
net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats() (ĂĂąigo Huguet) [1934254]
net: sfc: Replace in_interrupt() usage (ĂĂąigo Huguet) [1934254]
sfc: clean up mis-targeted comments (ĂĂąigo Huguet) [1934254]
sfc: fix kdoc warning (ĂĂąigo Huguet) [1934254]
sfc: clean up unused assignments (ĂĂąigo Huguet) [1934254]
sfc: advertise encapsulated offloads on EF10 (ĂĂąigo Huguet) [1934254]
sfc: implement encapsulated TSO on EF10 (ĂĂąigo Huguet) [1934254]
sfc: de-indirect TSO handling (ĂĂąigo Huguet) [1934254]
sfc: select inner-csum-offload TX queues for skbs that need it (ĂĂąigo Huguet) [1934254]
sfc: create inner-csum queues on EF10 if supported (ĂĂąigo Huguet) [1934254]
sfc: define inner/outer csum offload TXQ types (ĂĂąigo Huguet) [1934254]
sfc: decouple TXQ type from label (ĂĂąigo Huguet) [1934254]
sfc: cleanups around efx_alloc_channel (ĂĂąigo Huguet) [1934254]
sfc: remove spurious unreachable return statement (ĂĂąigo Huguet) [1934254]
sfc: remove duplicate call to efx_init_channels from EF100 probe (ĂĂąigo Huguet) [1934254]
sfc: coding style cleanups in mcdi_port_common.c (ĂĂąigo Huguet) [1934254]
sfc: simplify DMA mask setting (ĂĂąigo Huguet) [1934254]
sfc: remove EFX_DRIVER_VERSION (ĂĂąigo Huguet) [1934254]
sfc: handle limited FEC support (ĂĂąigo Huguet) [1934254]
sfc: add ethtool ops and miscellaneous ndos to EF100 (ĂĂąigo Huguet) [1934254]
sfc: remove phy_op indirection (ĂĂąigo Huguet) [1934254]
sfc: remove efx_tx_queue_partner (ĂĂąigo Huguet) [1934254]
sfc: rewrite efx_tx_may_pio (ĂĂąigo Huguet) [1934254]
sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapath (ĂĂąigo Huguet) [1934254]
sfc: use tx_queue->old_read_count in EF100 TX path (ĂĂąigo Huguet) [1934254]
sfc: make ef100 xmit_more handling look more like ef10's (ĂĂąigo Huguet) [1934254]
sfc: add and use efx_tx_send_pending in tx.c (ĂĂąigo Huguet) [1934254]
sfc: return errors from efx_mcdi_set_id_led, and de-indirect (ĂĂąigo Huguet) [1934254]
sfc: fix kernel-doc on struct efx_loopback_state (ĂĂąigo Huguet) [1934254]
sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safe (ĂĂąigo Huguet) [1934254]
sfc: fix W=1 warnings in efx_farch_handle_rx_not_ok (ĂĂąigo Huguet) [1934254]
sfc: convert to new udp_tunnel infrastructure (ĂĂąigo Huguet) [1934254]
net: don't warn in inet diag when IPV6 is disabled (Hangbin Liu) [1938639]
tcp: do not mess with cloned skbs in tcp_add_backlog() (Hangbin Liu) [1880432]
redhat: enable MHI bus driver support (Jarod Wilson) [1938030]
bus: mhi: core: Fix invalid error returning in mhi_queue (Jarod Wilson) [1938030]
bus: mhi: pci_generic: Remove WQ_MEM_RECLAIM flag from state workqueue (Jarod Wilson) [1938030]
bus: mhi: core: Fix check for syserr at power_up (Jarod Wilson) [1938030]
mhi: Fix double dma free (Jarod Wilson) [1938030]
bus: mhi: pci_generic: Increase num of elements in hw event ring (Jarod Wilson) [1938030]
mhi: pci_generic: Print warning in case of firmware crash (Jarod Wilson) [1938030]
bus: mhi: core: Add helper API to return number of free TREs (Jarod Wilson) [1938030]
mhi: core: Factorize mhi queuing (Jarod Wilson) [1938030]
mhi: use irq_flags if controller driver configures it (Jarod Wilson) [1938030]
mhi: pci_generic: Fix shared MSI vector support (Jarod Wilson) [1938030]
mhi: unconstify mhi_event_config (Jarod Wilson) [1938030]
bus: mhi: Ensure correct ring update ordering with memory barrier (Jarod Wilson) [1938030]
mhi: pci_generic: Set irq moderation value to 1ms for hw channels (Jarod Wilson) [1938030]
mhi: pci_generic: Add diag channels (Jarod Wilson) [1938030]
mhi: pci_generic: Increase controller timeout value (Jarod Wilson) [1938030]
mhi: pci_generic: Add health-check (Jarod Wilson) [1938030]
mhi: pci_generic: Add PCI error handlers (Jarod Wilson) [1938030]
mhi: pci_generic: Add suspend/resume/recovery procedure (Jarod Wilson) [1938030]
mhi: pci_generic: Add support for reset (Jarod Wilson) [1938030]
mhi: pci_generic: Enable burst mode for hardware channels (Jarod Wilson) [1938030]
mhi: pci-generic: Increase number of hardware events (Jarod Wilson) [1938030]
bus: mhi: core: Add device hardware reset support (Jarod Wilson) [1938030]
mhi: pci_generic: Fix implicit conversion warning (Jarod Wilson) [1938030]
bus: mhi: core: Fix error handling in mhi_register_controller() (Jarod Wilson) [1938030]
bus: mhi: core: Fix device hierarchy (Jarod Wilson) [1938030]
bus: mhi: core: Indexed MHI controller name (Jarod Wilson) [1938030]
bus: mhi: core: Remove MHI event ring IRQ handlers when powering down (Jarod Wilson) [1938030]
bus: mhi: core: Mark and maintain device states early on after power down (Jarod Wilson) [1938030]
bus: mhi: core: Separate system error and power down handling (Jarod Wilson) [1938030]
bus: mhi: core: Check for IRQ availability during registration (Jarod Wilson) [1938030]
bus: mhi: core: Move to an error state on mission mode failure (Jarod Wilson) [1938030]
bus: mhi: core: Use appropriate label in firmware load handler API (Jarod Wilson) [1938030]
bus: mhi: core: Move to an error state on any firmware load failure (Jarod Wilson) [1938030]
bus: mhi: core: Prevent sending multiple RDDM entry callbacks (Jarod Wilson) [1938030]
bus: mhi: core: Move to SYS_ERROR regardless of RDDM capability (Jarod Wilson) [1938030]
bus: mhi: core: Skip device wake in error or shutdown states (Jarod Wilson) [1938030]
bus: mhi: core: Move to using high priority workqueue (Jarod Wilson) [1938030]
bus: mhi: core: Use appropriate names for firmware load functions (Jarod Wilson) [1938030]
bus: mhi: core: Skip RDDM download for unknown execution environment (Jarod Wilson) [1938030]
bus: mhi: core: Rename RDDM download function to use proper words (Jarod Wilson) [1938030]
bus: mhi: core: Remove unused mhi_fw_load_worker() declaration (Jarod Wilson) [1938030]
bus: mhi: core: Expose mhi_get_exec_env() API for controllers (Jarod Wilson) [1938030]
bus: mhi: core: Add missing EXPORT_SYMBOL for mhi_get_mhi_state() (Jarod Wilson) [1938030]
bus: mhi: core: Remove unnecessary counter from mhi_firmware_copy() (Jarod Wilson) [1938030]
bus: mhi: Fix channel close issue on driver remove (Jarod Wilson) [1938030]
bus: mhi: core: Fix null pointer access when parsing MHI configuration (Jarod Wilson) [1938030]
bus: mhi: Add MHI PCI support for WWAN modems (Jarod Wilson) [1938030]
bus: mhi: core: fix potential operator-precedence with BHI macros (Jarod Wilson) [1938030]
bus: mhi: core: Remove double locking from mhi_driver_remove() (Jarod Wilson) [1938030]
bus: mhi: Remove auto-start option (Jarod Wilson) [1938030]
bus: mhi: Add mhi_queue_is_full function (Jarod Wilson) [1938030]
bus: mhi: debugfs: Print channel context read-pointer (Jarod Wilson) [1938030]
bus: mhi: core: Fix the building of MHI module (Jarod Wilson) [1938030]
bus: mhi: Remove unused nr_irqs_req variable (Jarod Wilson) [1938030]
bus: mhi: core: Allow shared IRQ for event rings (Jarod Wilson) [1938030]
bus: mhi: core: Introduce sysfs entries for MHI (Jarod Wilson) [1938030]
bus: mhi: core: Introduce debugfs entries for MHI (Jarod Wilson) [1938030]
bus: mhi: Fix entries based on Kconfig coding style (Jarod Wilson) [1938030]
bus: mhi: Remove include of rwlock_types.h (Jarod Wilson) [1938030]
bus: mhi: core: Add const qualifier to MHI config information (Jarod Wilson) [1938030]
bus: mhi: core: Introduce APIs to allocate and free the MHI controller (Jarod Wilson) [1938030]
bus: mhi: core: Read and save device hardware information from BHI (Jarod Wilson) [1938030]
bus: mhi: core: Introduce counters to track MHI device state transitions (Jarod Wilson) [1938030]
bus: mhi: core: Introduce helper function to check device state (Jarod Wilson) [1938030]
bus: mhi: core: Use generic name field for an MHI device (Jarod Wilson) [1938030]
bus: mhi: core: Trigger host resume if suspended during mhi_device_get() (Jarod Wilson) [1938030]
bus: mhi: core: Use helper API to trigger a non-blocking host resume (Jarod Wilson) [1938030]
bus: mhi: core: Abort suspends due to outgoing pending packets (Jarod Wilson) [1938030]
bus: mhi: core: Remove double occurrence for mhi_ctrl_ev_task() declaration (Jarod Wilson) [1938030]
bus: mhi: fix doubled words and struct image_info kernel-doc (Jarod Wilson) [1938030]
bus: mhi: core: Handle syserr during power_up (Jarod Wilson) [1938030]
bus: mhi: core: Handle write lock properly in mhi_pm_m0_transition (Jarod Wilson) [1938030]
bus: mhi: core: Do not process SYS_ERROR if RDDM is supported (Jarod Wilson) [1938030]
bus: mhi: core: Skip handling BHI irq if MHI reg access is not allowed (Jarod Wilson) [1938030]
bus: mhi: core: Handle disable transitions in state worker (Jarod Wilson) [1938030]
bus: mhi: core: Remove the system error worker thread (Jarod Wilson) [1938030]
bus: mhi: core: Ensure non-zero session or sequence ID values are used (Jarod Wilson) [1938030]
bus: mhi: core: Improve debug logs for loading firmware (Jarod Wilson) [1938030]
bus: mhi: core: Return appropriate error codes for AMSS load failure (Jarod Wilson) [1938030]
bus: mhi: core: Handle firmware load using state worker (Jarod Wilson) [1938030]
bus: mhi: core: Read transfer length from an event properly (Jarod Wilson) [1938030]
bus: mhi: core: Add range check for channel id received in event ring (Jarod Wilson) [1938030]
bus: mhi: core: Cache intmod from mhi event to mhi channel (Jarod Wilson) [1938030]
bus: mhi: core: Refactor mhi queue APIs (Jarod Wilson) [1938030]
bus: mhi: core: Fix some error return code (Jarod Wilson) [1938030]
bus: mhi: core: Fix channel device name conflict (Jarod Wilson) [1938030]
bus: mhi: core: Fix typo in comment (Jarod Wilson) [1938030]
bus: mhi: core: Offload register accesses to the controller (Jarod Wilson) [1938030]
bus: mhi: core: Remove link_status() callback (Jarod Wilson) [1938030]
bus: mhi: core: Make sure to powerdown if mhi_sync_power_up fails (Jarod Wilson) [1938030]
bus: mhi: Fix parsing of mhi_flags (Jarod Wilson) [1938030]
bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices() (Jarod Wilson) [1938030]
bus: mhi: core: Add support for MHI suspend and resume (Jarod Wilson) [1938030]
bus: mhi: core: Drop the references to mhi_dev in mhi_destroy_device() (Jarod Wilson) [1938030]
bus: mhi: core: Initialize bhie field in mhi_cntrl for RDDM capture (Jarod Wilson) [1938030]
bus: mhi: core: Add support for reading MHI info from device (Jarod Wilson) [1938030]
bus: mhi: core: Pass module owner during client driver registration (Jarod Wilson) [1938030]
bus/mhi: fix printk format for size_t (Jarod Wilson) [1938030]
bus: mhi: core: Add uevent support for module autoloading (Jarod Wilson) [1938030]
bus: mhi: core: Add support for data transfer (Jarod Wilson) [1938030]
bus: mhi: core: Add support for processing events from client device (Jarod Wilson) [1938030]
bus: mhi: core: Add support for downloading RDDM image during panic (Jarod Wilson) [1938030]
bus: mhi: core: Add support for downloading firmware over BHIe (Jarod Wilson) [1938030]
bus: mhi: core: Add support for basic PM operations (Jarod Wilson) [1938030]
bus: mhi: core: Add support for PM state transitions (Jarod Wilson) [1938030]
bus: mhi: core: Add support for ringing channel/event ring doorbells (Jarod Wilson) [1938030]
bus: mhi: core: Add support for creating and destroying MHI devices (Jarod Wilson) [1938030]
bus: mhi: core: Add support for registering MHI client drivers (Jarod Wilson) [1938030]
bus: mhi: core: Add support for registering MHI controllers (Jarod Wilson) [1938030]
|
2021-05-14 |
ipmi: remove open coded version of SMBus block write (Tony Camuso) [1947126]
char: ipmi: convert comma to semicolon (Tony Camuso) [1947126]
ipmi: msghandler: Suppress suspicious RCU usage warning (Tony Camuso) [1947126]
ipmi/watchdog: replace atomic_add() and atomic_sub() (Tony Camuso) [1947126]
char: ipmi: remove unneeded break (Tony Camuso) [1947126]
ipmi_si: Fix wrong return value in try_smi_init() (Tony Camuso) [1947126]
ipmi: msghandler: Fix a signedness bug (Tony Camuso) [1947126]
ipmi: add retry in try_get_dev_id() (Tony Camuso) [1947126]
ipmi: Clean up some printks (Tony Camuso) [1947126]
ipmi:msghandler: retry to get device id on an error (Tony Camuso) [1947126]
ipmi:sm: Print current state when the state is invalid (Tony Camuso) [1947126]
ipmi: Reset response handler when failing to send the command (Tony Camuso) [1947126]
ipmi: add a newline when printing parameter 'panic_op' by sysfs (Tony Camuso) [1947126]
cpuidle: Select polling interval based on a c-state with a longer target residency (Mark Langsdorf) [1922024]
cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi Chromebooks (Mark Langsdorf) [1922024]
cpuidle: record state entry rejection statistics (Mark Langsdorf) [1922024]
nitro_enclaves: Fix stale file descriptors on failed usercopy (Vitaly Kuznetsov) [1953717]
iavf: amend removal of MODULE_VERSION (Stefan Assmann) [1955738]
ixgbevf: Amend commit acf03026ec5a to include a version in module info. (Ken Cox) [1955764]
devlink: move flash end and begin to core devlink (Petr Oros) [1935671]
devlink: move request_firmware out of driver (Petr Oros) [1935671]
ice: add additional debug logging for firmware update (Petr Oros) [1935671]
ice: add support for flash update overwrite mask (Petr Oros) [1935671]
driver core: auxiliary bus: Fix calling stage for auxiliary bus init (Ivan Vecera) [1933820]
driver core: auxiliary bus: Fix auxiliary bus shutdown null auxdrv ptr (Ivan Vecera) [1933820]
driver core: auxiliary bus: minor coding style tweaks (Ivan Vecera) [1933820]
driver core: auxiliary bus: make remove function return void (Ivan Vecera) [1933820]
driver core: auxiliary bus: move slab.h from include file (Ivan Vecera) [1933820]
Add auxiliary bus support (Ivan Vecera) [1933820]
modpost: file2alias: go back to simple devtable lookup (Ivan Vecera) [1933820]
scsi: lpfc: Fix bad memory access during VPD DUMP mailbox command (Dick Kennedy) [1923762]
scsi: lpfc: Fix DMA virtual address ptr assignment in bsg (Dick Kennedy) [1923762]
scsi: lpfc: Fix illegal memory access on Abort IOCBs (Dick Kennedy) [1923762]
scsi: lpfc: Copyright updates for 12.8.0.9 patches (Dick Kennedy) [1923762]
scsi: lpfc: Update lpfc version to 12.8.0.9 (Dick Kennedy) [1923762]
scsi: lpfc: Eliminate use of LPFC_DRIVER_NAME in lpfc_attr.c (Dick Kennedy) [1923762]
scsi: lpfc: Standardize discovery object logging format (Dick Kennedy) [1923762]
scsi: lpfc: Fix various trivial errors in comments and log messages (Dick Kennedy) [1923762]
scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logic (Dick Kennedy) [1923762]
scsi: lpfc: Fix lpfc_hdw_queue attribute being ignored (Dick Kennedy) [1923762]
scsi: lpfc: Fix missing FDMI registrations after Mgmt Svc login (Dick Kennedy) [1923762]
scsi: lpfc: Fix silent memory allocation failure in lpfc_sli4_bsg_link_diag_test() (Dick Kennedy) [1923762]
scsi: lpfc: Fix use-after-free on unused nodes after port swap (Dick Kennedy) [1923762]
scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL mode (Dick Kennedy) [1923762]
scsi: lpfc: Fix lack of device removal on port swaps with PRLIs (Dick Kennedy) [1923762]
scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependency (Dick Kennedy) [1923762]
scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp() (Dick Kennedy) [1923762]
scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO response (Dick Kennedy) [1923762]
scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotag (Dick Kennedy) [1923762]
scsi: lpfc: Fix gcc -Wstringop-overread warning (Dick Kennedy) [1923762]
scsi: lpfc: Fix a typo (Dick Kennedy) [1923762]
scsi: lpfc: Fix a typo (Dick Kennedy) [1923762]
scsi: lpfc: Fix kernel-doc formatting issue (Dick Kennedy) [1923762]
scsi: lpfc: Fix a few incorrectly named functions (Dick Kennedy) [1923762]
scsi: lpfc: Fix incorrectly documented function lpfc_debugfs_commonxripools_data() (Dick Kennedy) [1923762]
scsi: lpfc: Fix a bunch of misnamed functions (Dick Kennedy) [1923762]
scsi: lpfc: Fix a bunch of kernel-doc misdemeanours (Dick Kennedy) [1923762]
scsi: lpfc: Fix incorrect naming of __lpfc_update_fcf_record() (Dick Kennedy) [1923762]
scsi: lpfc: Fix formatting and misspelling issues (Dick Kennedy) [1923762]
scsi: lpfc: Fix a bunch of kernel-doc issues (Dick Kennedy) [1923762]
scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changes (Dick Kennedy) [1923762]
scsi: lpfc: Update lpfc version to 12.8.0.8 (Dick Kennedy) [1923762]
scsi: lpfc: Correct function header comments related to ndlp reference counting (Dick Kennedy) [1923762]
scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vports (Dick Kennedy) [1923762]
scsi: lpfc: Change wording of invalid pci reset log message (Dick Kennedy) [1923762]
scsi: lpfc: Fix crash caused by switch reboot (Dick Kennedy) [1923762]
scsi: lpfc: Fix pt2pt state transition causing rmmod hang (Dick Kennedy) [1923762]
scsi: lpfc: Fix nodeinfo debugfs output (Dick Kennedy) [1923762]
scsi: lpfc: Fix ADISC handling that never frees nodes (Dick Kennedy) [1923762]
scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGIN (Dick Kennedy) [1923762]
scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recovery (Dick Kennedy) [1923762]
scsi: lpfc: Fix status returned in lpfc_els_retry() error exit path (Dick Kennedy) [1923762]
scsi: lpfc: Fix use after free in lpfc_els_free_iocb (Dick Kennedy) [1923762]
scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb() (Dick Kennedy) [1923762]
scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_buf (Dick Kennedy) [1923762]
scsi: lpfc: Fix pt2pt connection does not recover after LOGO (Dick Kennedy) [1923762]
scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereference (Dick Kennedy) [1923762]
scsi: lpfc: Fix FLOGI failure due to accessing a freed node (Dick Kennedy) [1923762]
scsi: lpfc: Fix stale node accesses on stale RRQ request (Dick Kennedy) [1923762]
scsi: lpfc: Fix reftag generation sizing errors (Dick Kennedy) [1923762]
scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid() (Dick Kennedy) [1923762]
scsi: lpfc: Fix incorrect dbde assignment when building target abts wqe (Dick Kennedy) [1923762]
scsi: lpfc: Fix 'physical' typos (Dick Kennedy) [1923762]
scsi: lpfc: Fix ancient double free (Dick Kennedy) [1923762]
scsi: lpfc: Fix kerneldoc inconsistency in lpfc_sli4_dump_page_a0() (Dick Kennedy) [1923762]
scsi: lpfc: Add support for eh_should_retry_cmd() (Dick Kennedy) [1923762]
scsi: lpfc: Simplify bool comparison (Dick Kennedy) [1923762]
scsi: lpfc: Update lpfc version to 12.8.0.7 (Dick Kennedy) [1923762]
scsi: lpfc: Enhancements to LOG_TRACE_EVENT for better readability (Dick Kennedy) [1923762]
scsi: lpfc: Implement health checking when aborting I/O (Dick Kennedy) [1923762]
scsi: lpfc: Fix crash when nvmet transport calls host_release (Dick Kennedy) [1923762]
scsi: lpfc: Fix vport create logging (Dick Kennedy) [1923762]
scsi: lpfc: Fix NVMe recovery after mailbox timeout (Dick Kennedy) [1923762]
scsi: lpfc: Fix target reset failing (Dick Kennedy) [1923762]
scsi: lpfc: Fix error log messages being logged following SCSI task mgnt (Dick Kennedy) [1923762]
scsi: lpfc: Fix FW reset action if I/Os are outstanding (Dick Kennedy) [1923762]
scsi: lpfc: Use the nvme-fc transport supplied timeout for LS requests (Dick Kennedy) [1923762]
scsi: lpfc: Fix crash when a fabric node is released prematurely (Dick Kennedy) [1923762]
scsi: lpfc: Refresh ndlp when a new PRLI is received in the PRLI issue state (Dick Kennedy) [1923762]
scsi: lpfc: Fix auto sli_mode and its effect on CONFIG_PORT for SLI3 (Dick Kennedy) [1923762]
scsi: lpfc: Fix PLOGI S_ID of 0 on pt2pt config (Dick Kennedy) [1923762]
scsi: lpfc: Fix fall-through warnings for Clang (Dick Kennedy) [1923762]
scsi: lpfc: Correct null ndlp reference on routine exit (Dick Kennedy) [1923762]
scsi: lpfc: Use generic power management (Dick Kennedy) [1923762]
scsi: lpfc: Fix variable 'vport' set but not used in lpfc_sli4_abts_err_handler() (Dick Kennedy) [1923762]
scsi: lpfc: Fix missing prototype for lpfc_nvmet_prep_abort_wqe() (Dick Kennedy) [1923762]
scsi: lpfc: Fix set but unused variables in lpfc_dev_loss_tmo_handler() (Dick Kennedy) [1923762]
scsi: lpfc: Fix set but not used warnings from Rework remote port lock handling (Dick Kennedy) [1923762]
scsi: lpfc: Fix missing prototype warning for lpfc_fdmi_vendor_attr_mi() (Dick Kennedy) [1923762]
scsi: lpfc: Fix memory leak on lcb_context (Dick Kennedy) [1923762]
scsi: lpfc: Remove dead code on second !ndlp check (Dick Kennedy) [1923762]
scsi: lpfc: Fix pointer defereference before it is null checked issue (Dick Kennedy) [1923762]
scsi: lpfc: Update changed file copyrights for 2020 (Dick Kennedy) [1923762]
scsi: lpfc: Update lpfc version to 12.8.0.6 (Dick Kennedy) [1923762]
scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlers (Dick Kennedy) [1923762]
scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4 handlers (Dick Kennedy) [1923762]
scsi: lpfc: Convert SCSI path to use common I/O submission path (Dick Kennedy) [1923762]
scsi: lpfc: Enable common send_io interface for SCSI and NVMe (Dick Kennedy) [1923762]
scsi: lpfc: Enable common wqe_template support for both SCSI and NVMe (Dick Kennedy) [1923762]
scsi: lpfc: Refactor WQE structure definitions for common use (Dick Kennedy) [1923762]
scsi: lpfc: Fix NPIV Fabric Node reference counting (Dick Kennedy) [1923762]
scsi: lpfc: Fix NPIV discovery and Fabric Node detection (Dick Kennedy) [1923762]
scsi: lpfc: Unsolicited ELS leaves node in incorrect state while dropping it (Dick Kennedy) [1923762]
scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately fails (Dick Kennedy) [1923762]
scsi: lpfc: Rework remote port lock handling (Dick Kennedy) [1923762]
scsi: lpfc: Honor module parameter lpfc_use_adisc (Dick Kennedy) [1923762]
scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIs (Dick Kennedy) [1923762]
scsi: lpfc: Fix removal of SCSI transport device get and put on dev structure (Dick Kennedy) [1923762]
scsi: lpfc: Rework locations of ndlp reference taking (Dick Kennedy) [1923762]
scsi: lpfc: Rework remote port ref counting and node freeing (Dick Kennedy) [1923762]
scsi: lpfc: remove ScsiResult macro (Dick Kennedy) [1923762]
scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot issues (Dick Kennedy) [1923762]
scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issues (Dick Kennedy) [1923762]
scsi: lpfc: lpfc_nvme: Remove unused variable 'phba' (Dick Kennedy) [1923762]
scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functions (Dick Kennedy) [1923762]
scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issues (Dick Kennedy) [1923762]
scsi: lpfc: lpfc_attr: Fix-up a bunch of kernel-doc misdemeanours (Dick Kennedy) [1923762]
scsi: lpfc: lpfc_attr: Demote kernel-doc format for redefined functions (Dick Kennedy) [1923762]
scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issues (Dick Kennedy) [1923762]
block: return -EBUSY when there are open partitions in blkdev_reread_part (Ming Lei) [1936800]
block: Try to handle busy underlying device on discard (Ming Lei) [1936800]
md: check for NULL ->meta_bdev before calling bdev_read_only (Ming Lei) [1936800]
blk-settings: align max_sectors on "logical_block_size" boundary (Ming Lei) [1936800]
nbd: handle device refs for DESTROY_ON_DISCONNECT properly (Ming Lei) [1936800]
kyber: introduce kyber_depth_updated() (Ming Lei) [1936800]
loop: fix I/O error on fsync() in detached loop devices (Ming Lei) [1936800]
block: fix potential IO hang when turning off io_poll (Ming Lei) [1936800]
bfq: Use only idle IO periods for think time calculations (Ming Lei) [1936800]
bfq: Use 'ttime' local variable (Ming Lei) [1936800]
bfq: Avoid false bfq queue merging (Ming Lei) [1936800]
bfq: bfq_check_waker() should be static (Ming Lei) [1936800]
block, bfq: make waker-queue detection more robust (Ming Lei) [1936800]
block, bfq: save also injection state on queue merging (Ming Lei) [1936800]
block, bfq: save also weight-raised service on queue merging (Ming Lei) [1936800]
block, bfq: fix switch back from soft-rt weitgh-raising (Ming Lei) [1936800]
block, bfq: re-evaluate convenience of I/O plugging on rq arrivals (Ming Lei) [1936800]
block, bfq: replace mechanism for evaluating I/O intensity (Ming Lei) [1936800]
block: set .bi_max_vecs as actual allocated vector number (Ming Lei) [1936800]
block: don't allocate inline bvecs if this bioset needn't bvecs (Ming Lei) [1936800]
block: don't pass BIOSET_NEED_BVECS for q->bio_split (Ming Lei) [1936800]
block: manage bio slab cache by xarray (Ming Lei) [1936800]
block, bfq: do not expire a queue when it is the only busy one (Ming Lei) [1936800]
block, bfq: avoid spurious switches to soft_rt of interactive queues (Ming Lei) [1936800]
block, bfq: do not raise non-default weights (Ming Lei) [1936800]
block, bfq: increase time window for waker detection (Ming Lei) [1936800]
block, bfq: use half slice_idle as a threshold to check short ttime (Ming Lei) [1936800]
brd: remove the end of device check in brd_do_bvec (Ming Lei) [1936800]
block: propagate BLKROSET on the whole device to all partitions (Ming Lei) [1936800]
block: add a hard-readonly flag to struct gendisk (Ming Lei) [1936800]
block: remove the NULL bdev check in bdev_read_only (Ming Lei) [1936800]
dm: use bdev_read_only to check if a device is read-only (Ming Lei) [1936800]
block: reopen the device in blkdev_reread_part (Ming Lei) [1936800]
block, bfq: set next_rq to waker_bfqq->next_rq in waker injection (Ming Lei) [1936800]
Revert "block: simplify set_init_blocksize" to regain lost performance (Ming Lei) [1936800]
bfq-iosched: Revert "bfq: Fix computation of shallow depth" (Ming Lei) [1936800]
blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED (Ming Lei) [1936800]
bfq: Fix computation of shallow depth (Ming Lei) [1936800]
block: rsxx: select CONFIG_CRC32 (Ming Lei) [1936800]
block: add debugfs stanza for QUEUE_FLAG_NOWAIT (Ming Lei) [1936800]
blk-mq: Don't complete on a remote CPU in force threaded mode (Ming Lei) [1936800]
blk-mq: Remove 'running from the wrong CPU' warning (Ming Lei) [1936800]
block: disable iopoll for split bio (Ming Lei) [1936800]
block: Improve blk_revalidate_disk_zones() checks (Ming Lei) [1936800]
sbitmap: replace CAS with atomic and (Ming Lei) [1936800]
sbitmap: remove swap_lock (Ming Lei) [1936800]
sbitmap: optimise sbitmap_deferred_clear() (Ming Lei) [1936800]
blk-mq: skip hybrid polling if iopoll doesn't spin (Ming Lei) [1936800]
blktrace: fix up a kerneldoc comment (Ming Lei) [1936800]
block: remove the unused block_sleeprq tracepoint (Ming Lei) [1936800]
blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_DEV_THROTTLING_LOW is off (Ming Lei) [1936800]
block: fix inflight statistics of part0 (Ming Lei) [1936800]
block: optimise for_each_bvec() advance (Ming Lei) [1936800]
block: opencode devcgroup_inode_permission (Ming Lei) [1936800]
block: move bdput() to the callers of __blkdev_get (Ming Lei) [1936800]
block: refactor blkdev_get (Ming Lei) [1936800]
block: refactor __blkdev_put (Ming Lei) [1936800]
block: switch bdgrab to use igrab (Ming Lei) [1936800]
block: change the hash used for looking up block devices (Ming Lei) [1936800]
block: use put_device in put_disk (Ming Lei) [1936800]
block: use disk_part_iter_exit in disk_part_iter_next (Ming Lei) [1936800]
block: add a bdev_kobj helper (Ming Lei) [1936800]
block: remove a superflous check in blkpg_do_ioctl (Ming Lei) [1936800]
block: remove a duplicate __disk_get_part prototype (Ming Lei) [1936800]
loop: do not call set_blocksize (Ming Lei) [1936800]
zram: do not call set_blocksize (Ming Lei) [1936800]
block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init (Ming Lei) [1936800]
virtio-blk: remove a spurious call to revalidate_disk_size (Ming Lei) [1936800]
md: remove a spurious call to revalidate_disk_size in update_size (Ming Lei) [1936800]
aoe: don't call set_capacity from irq context (Ming Lei) [1936800]
nbd: validate the block size in nbd_set_size (Ming Lei) [1936800]
nbd: refactor size updates (Ming Lei) [1936800]
nbd: move the task_recv check into nbd_size_update (Ming Lei) [1936800]
nbd: remove the call to set_blocksize (Ming Lei) [1936800]
loop: let set_capacity_revalidate_and_notify update the bdev size (Ming Lei) [1936800]
block: remove the call to __invalidate_device in check_disk_size_change (Ming Lei) [1936800]
block: fix the kerneldoc comment for __register_blkdev (Ming Lei) [1936800]
block: switch gendisk lookup to a simple xarray (Ming Lei) [1936800]
ide: switch to __register_blkdev for command set probing (Ming Lei) [1936800]
md: use __register_blkdev to allocate devices on demand (Ming Lei) [1936800]
loop: use __register_blkdev to allocate devices on demand (Ming Lei) [1936800]
brd: use __register_blkdev to allocate devices on demand (Ming Lei) [1936800]
sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t (Ming Lei) [1936800]
swim: don't call blk_register_region (Ming Lei) [1936800]
ide: remove ide_{,un}register_region (Ming Lei) [1936800]
block: add an optional probe callback to major_names (Ming Lei) [1936800]
block: rework requesting modules for unclaimed devices (Ming Lei) [1936800]
block: split block_class_lock (Ming Lei) [1936800]
block: open code kobj_map into in block/genhd.c (Ming Lei) [1936800]
block: cleanup del_gendisk a bit (Ming Lei) [1936800]
loop: use set_disk_ro (Ming Lei) [1936800]
dasd: implement ->set_read_only to hook into BLKROSET processing (Ming Lei) [1936800]
md: implement ->set_read_only to hook into BLKROSET processing (Ming Lei) [1936800]
rbd: implement ->set_read_only to hook into BLKROSET processing (Ming Lei) [1936800]
block: add a new set_read_only method (Ming Lei) [1936800]
blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats (Ming Lei) [1936800]
blk-cgroup: Pre-allocate tree node on blkg_conf_prep (Ming Lei) [1936800]
blk-cgroup: Fix memleak on error path (Ming Lei) [1936800]
blk-mq: remove the calling of local_memory_node() (Ming Lei) [1936800]
zram: Fix __zram_bvec_{read,write}() locking order (Ming Lei) [1936800]
skd_main: remove unused including <linux/version.h> (Ming Lei) [1936800]
sgl_alloc_order: fix memory leak (Ming Lei) [1936800]
block: fix uapi blkzoned.h comments (Ming Lei) [1936800]
blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue (Ming Lei) [1936800]
blk-mq: get rid of the dead flush handle code path (Ming Lei) [1936800]
block: get rid of unnecessary local variable (Ming Lei) [1936800]
block: fix comment and add lockdep assert (Ming Lei) [1936800]
blk-mq: use helper function to test hw stopped (Ming Lei) [1936800]
block: use helper function to test queue register (Ming Lei) [1936800]
block: remove redundant mq check (Ming Lei) [1936800]
block: invoke blk_mq_exit_sched no matter whether have .exit_sched (Ming Lei) [1936800]
block: ratelimit handle_bad_sector() message (Ming Lei) [1936800]
blk-throttle: Re-use the throtl_set_slice_end() (Ming Lei) [1936800]
blk-throttle: Open code __throtl_de/enqueue_tg() (Ming Lei) [1936800]
blk-throttle: Move service tree validation out of the throtl_rb_first() (Ming Lei) [1936800]
blk-throttle: Move the list operation after list validation (Ming Lei) [1936800]
blk-throttle: Fix IO hang for a corner case (Ming Lei) [1936800]
blk-throttle: Avoid tracking latency if low limit is invalid (Ming Lei) [1936800]
blk-throttle: Avoid getting the current time if tg->last_finish_time is 0 (Ming Lei) [1936800]
blk-throttle: Remove a meaningless parameter for throtl_downgrade_state() (Ming Lei) [1936800]
block: Remove redundant 'return' statement (Ming Lei) [1936800]
block: Consider only dispatched requests for inflight statistic (Ming Lei) [1936800]
block: remove the unused blk_integrity_merge_bio export (Ming Lei) [1936800]
block: remove the unused blk_integrity_merge_rq export (Ming Lei) [1936800]
blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps() (Ming Lei) [1936800]
vsprintf: use bd_partno in bdev_name (Ming Lei) [1936800]
block: use bd_partno in bdevname (Ming Lei) [1936800]
target/iblock: fix holder printing in iblock_show_configfs_dev_params (Ming Lei) [1936800]
drbd: don't set ->bd_contains (Ming Lei) [1936800]
drbd: don't detour through bd_contains for the gendisk (Ming Lei) [1936800]
block: add a bdev_is_partition helper (Ming Lei) [1936800]
bdi: remove BDI_CAP_CGROUP_WRITEBACK (Ming Lei) [1936800]
block: lift setting the readahead size into the block layer (Ming Lei) [1936800]
bdi: initialize ->ra_pages and ->io_pages in bdi_init (Ming Lei) [1936800]
block: ensure bdi->io_pages is always initialized (Ming Lei) [1936800]
aoe: set an optimal I/O size (Ming Lei) [1936800]
drbd: remove dead code in device_to_statistics (Ming Lei) [1936800]
raw: don't keep unopened block device around (Ming Lei) [1936800]
zram: cleanup backing_dev_store (Ming Lei) [1936800]
zram: fix double free backing device (Ming Lei) [1936800]
pktcdvd: use blkdev_get_by_dev instead of open coding it (Ming Lei) [1936800]
pktcdvd: remove the if 0'ed pkt_start_recovery function (Ming Lei) [1936800]
block: cleanup blkdev_bszset (Ming Lei) [1936800]
block: move the NEED_PART_SCAN flag to struct gendisk (Ming Lei) [1936800]
block: drop double zeroing (Ming Lei) [1936800]
blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimited (Ming Lei) [1936800]
blk-throttle: Avoid calculating bps/iops limitation repeatedly (Ming Lei) [1936800]
blk-throttle: Define readable macros instead of static variables (Ming Lei) [1936800]
blk-throttle: Use readable READ/WRITE macros (Ming Lei) [1936800]
blk-throttle: Fix some comments' typos (Ming Lei) [1936800]
block: introduce part_[begin|end]_io_acct (Ming Lei) [1936800]
blkcg: add plugging support for punt bio (Ming Lei) [1936800]
block: remove check_disk_change (Ming Lei) [1936800]
sr: simplify sr_block_revalidate_disk (Ming Lei) [1936800]
sr: use bdev_check_media_change (Ming Lei) [1936800]
sd: use bdev_check_media_change (Ming Lei) [1936800]
md: use bdev_check_media_change (Ming Lei) [1936800]
gdrom: use bdev_check_media_change (Ming Lei) [1936800]
paride/pcd: use bdev_check_media_change (Ming Lei) [1936800]
xsysace: simplify media change handling (Ming Lei) [1936800]
xsysace: use bdev_check_media_change (Ming Lei) [1936800]
swim3: use bdev_check_media_changed (Ming Lei) [1936800]
swim: simplify media change handling (Ming Lei) [1936800]
swim: use bdev_check_media_change (Ming Lei) [1936800]
ataflop: use bdev_check_media_change (Ming Lei) [1936800]
amiflop: use bdev_check_media_change (Ming Lei) [1936800]
block: add a bdev_check_media_change helper (Ming Lei) [1936800]
block: Remove unused blk_mq_sched_free_hctx_data() (Ming Lei) [1936800]
block: Do not discard buffers under a mounted filesystem (Ming Lei) [1936800]
fs: Don't invalidate page buffers in block_write_full_page() (Ming Lei) [1936800]
block: remove revalidate_disk() (Ming Lei) [1936800]
nvdimm: simplify revalidate_disk handling (Ming Lei) [1936800]
sd: open code revalidate_disk (Ming Lei) [1936800]
nvme: opencode revalidate_disk in nvme_validate_ns (Ming Lei) [1936800]
block: use revalidate_disk_size in set_capacity_revalidate_and_notify (Ming Lei) [1936800]
block: add a new revalidate_disk_size helper (Ming Lei) [1936800]
block: rename bd_invalidated (Ming Lei) [1936800]
block: don't clear bd_invalidated in check_disk_size_change (Ming Lei) [1936800]
block: better deal with the delayed not supported case in blk_cloned_rq_check_limits (Ming Lei) [1936800]
block: Return blk_status_t instead of errno codes (Ming Lei) [1936800]
block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE (Ming Lei) [1936800]
block: remove the unused q argument to part_in_flight and part_in_flight_rw (Ming Lei) [1936800]
block: remove the disk argument to delete_partition (Ming Lei) [1936800]
block: move the devcgroup_inode_permission call to blkdev_get (Ming Lei) [1936800]
blk-mq: use BLK_MQ_NO_TAG for no tag (Ming Lei) [1936800]
block: Move blk_mq_bio_list_merge() into blk-merge.c (Ming Lei) [1936800]
block: Move bio merge related functions into blk-merge.c (Ming Lei) [1936800]
blk-wbt: Remove obsolete multiqueue I/O scheduling comment (Ming Lei) [1936800]
raw: deprecate the raw driver (Ming Lei) [1936800]
nvme: don't call revalidate_disk from nvme_set_queue_dying (Ming Lei) [1936800]
block: fix locking for struct block_device size updates (Ming Lei) [1936800]
block: replace bd_set_size with bd_set_nr_sectors (Ming Lei) [1936800]
block: Make request_queue.rpm_status an enum (Ming Lei) [1936800]
mmc: remove the call to check_disk_change (Ming Lei) [1936800]
block: integrate bd_start_claiming into __blkdev_get (Ming Lei) [1936800]
block: use bd_prepare_to_claim directly in the loop driver (Ming Lei) [1936800]
block: refactor bd_start_claiming (Ming Lei) [1936800]
block: simplify the restart case in __blkdev_get (Ming Lei) [1936800]
block: simplify set_init_blocksize (Ming Lei) [1936800]
block: remove flush_disk (Ming Lei) [1936800]
block: move block-related definitions out of fs.h (Ming Lei) [1936800]
xen-blkfront.c: Convert to use set_capacity_revalidate_and_notify (Ming Lei) [1936800]
|
2021-05-14 |
redhat/configs: Add CONFIG_PINCTRL_EMMITSBURG (David Arcari) [1959506]
redhat/configs: Remove CONFIG_EMMITSBURG (David Arcari) [1959506]
fuse: fix write deadlock (Miklos Szeredi) [1904597]
sched/debug: Fix cgroup_path[] serialization (Waiman Long) [1954363]
KVM: x86/xen: Take srcu lock when accessing kvm_memslots() (Paolo Bonzini) [1945742]
KVM: SVM: Allocate SEV command structures on local stack (Paolo Bonzini) [1945742]
crypto: ccp: Use the stack and common buffer for INIT command (Paolo Bonzini) [1945742]
crypto: ccp: Use the stack and common buffer for status commands (Paolo Bonzini) [1945742]
crypto: ccp: Use the stack for small SEV command buffers (Paolo Bonzini) [1945742]
crypto: ccp: Play nice with vmalloc'd memory for SEV command structs (Paolo Bonzini) [1945742]
crypto: ccp: Reject SEV commands with mismatching command buffer (Paolo Bonzini) [1945742]
crypto: ccp: Detect and reject "invalid" addresses destined for PSP (Paolo Bonzini) [1945742]
crypto: ccp: Free SEV device if SEV init fails (Paolo Bonzini) [1945742]
crypto: ccp - Fix sparse warnings in sev-dev (Paolo Bonzini) [1945742]
drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok() (Paolo Bonzini) [1945742]
crypto: ccp - Add support for SEV-ES to the PSP driver (Paolo Bonzini) [1945742]
KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command (Paolo Bonzini) [1945742]
KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command (Paolo Bonzini) [1945742]
KVM: SVM: Add support for KVM_SEV_RECEIVE_START command (Paolo Bonzini) [1945742]
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command (Paolo Bonzini) [1945742]
KVM: SVM: Add KVM_SEV_SEND_FINISH command (Paolo Bonzini) [1945742]
KVM: SVM: Add KVM_SEND_UPDATE_DATA command (Paolo Bonzini) [1945742]
KVM: SVM: Add KVM_SEV SEND_START command (Paolo Bonzini) [1945742]
KVM: Boost vCPU candidate in user mode which is delivering interrupt (Paolo Bonzini) [1945742]
nSVM: Check addresses of MSR and IO permission maps (Paolo Bonzini) [1945742]
KVM: SVM: Define actual size of IOPM and MSRPM tables (Paolo Bonzini) [1945742]
KVM: vmx: add mismatched size assertions in vmcs_check32() (Paolo Bonzini) [1945742]
KVM: Add proper lockdep assertion in I/O bus unregister (Paolo Bonzini) [1945742]
KVM: Stop looking for coalesced MMIO zones if the bus is destroyed (Paolo Bonzini) [1945742]
KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU (Paolo Bonzini) [1945742]
KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run() (Paolo Bonzini) [1945742]
KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at (Paolo Bonzini) [1945742]
KVM: SVM: Drop vcpu_svm.vmcb_pa (Paolo Bonzini) [1945742]
KVM: SVM: Don't set current_vmcb->cpu when switching vmcb (Paolo Bonzini) [1945742]
KVM: SVM: Make sure GHCB is mapped before updating (Paolo Bonzini) [1945742]
KVM: X86: Do not yield to self (Paolo Bonzini) [1945742]
KVM: X86: Count attempted/successful directed yield (Paolo Bonzini) [1945742]
KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU (Paolo Bonzini) [1945742]
KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root (Paolo Bonzini) [1945742]
KVM: x86/mmu: Make TDP MMU root refcount atomic (Paolo Bonzini) [1945742]
KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2 (Paolo Bonzini) [1945742]
KVM: x86/mmu: Refactor yield safe root iterator (Paolo Bonzini) [1945742]
KVM: x86/mmu: Merge TDP MMU put and free root (Paolo Bonzini) [1945742]
KVM: x86/mmu: use tdp_mmu_free_sp to free roots (Paolo Bonzini) [1945742]
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU (Paolo Bonzini) [1945742]
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes (Paolo Bonzini) [1945742]
KVM: constify kvm_arch_flush_remote_tlbs_memslot (Paolo Bonzini) [1945742]
KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations (Paolo Bonzini) [1945742]
KVM: MMU: protect TDP MMU pages only down to required level (Paolo Bonzini) [1945742]
KVM: introduce KVM_CAP_SET_GUEST_DEBUG2 (Paolo Bonzini) [1945742]
KVM: x86: pending exceptions must not be blocked by an injected event (Paolo Bonzini) [1945742]
KVM: nSVM: call nested_svm_load_cr3 on nested state load (Paolo Bonzini) [1945742]
KVM: x86: dump_vmcs should include the autoload/autostore MSR lists (Paolo Bonzini) [1945742]
KVM: x86: dump_vmcs should show the effective EFER (Paolo Bonzini) [1945742]
KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT (Paolo Bonzini) [1945742]
KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS (Paolo Bonzini) [1945742]
KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid (Paolo Bonzini) [1945742]
KVM: nSVM: improve SYSENTER emulation on AMD (Paolo Bonzini) [1945742]
KVM: x86: add guest_cpuid_is_intel (Paolo Bonzini) [1945742]
KVM: x86: Account a variety of miscellaneous allocations (Paolo Bonzini) [1945742]
KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created (Paolo Bonzini) [1945742]
KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes (Paolo Bonzini) [1945742]
KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU (Paolo Bonzini) [1945742]
KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTE (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTE (Paolo Bonzini) [1945742]
KVM: x86/mmu: Pass address space ID to TDP MMU root walkers (Paolo Bonzini) [1945742]
KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range() (Paolo Bonzini) [1945742]
KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zap (Paolo Bonzini) [1945742]
KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMU (Paolo Bonzini) [1945742]
KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEs (Paolo Bonzini) [1945742]
KVM: x86/vPMU: Forbid reading from MSR_F15H_PERF MSRs when guest doesn't have X86_FEATURE_PERFCTR_CORE (Paolo Bonzini) [1945742]
KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_vmexit() (Paolo Bonzini) [1945742]
KVM: MMU: load PDPTRs outside mmu_lock (Paolo Bonzini) [1945742]
KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested vmexit (Paolo Bonzini) [1945742]
KVM: SVM: load control fields from VMCB12 before checking them (Paolo Bonzini) [1945742]
KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages (Paolo Bonzini) [1945742]
KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping (Paolo Bonzini) [1945742]
KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zap (Paolo Bonzini) [1945742]
KVM: make: Fix out-of-source module builds (Paolo Bonzini) [1945742]
KVM: x86/vPMU: Forbid writing to MSR_F15H_PERF MSRs when guest doesn't have X86_FEATURE_PERFCTR_CORE (Paolo Bonzini) [1945742]
KVM: x86: remove unused declaration of kvm_write_tsc() (Paolo Bonzini) [1945742]
KVM: clean up the unused argument (Paolo Bonzini) [1945742]
x86/kvm: Fix broken irq restoration in kvm_wait (Paolo Bonzini) [1945742]
KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUs (Paolo Bonzini) [1945742]
KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish (Paolo Bonzini) [1945742]
KVM: x86/mmu: Store the address space ID in the TDP iterator (Paolo Bonzini) [1945742]
KVM: x86/mmu: Factor out tdp_iter_return_to_root (Paolo Bonzini) [1945742]
KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page (Paolo Bonzini) [1945742]
KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root (Paolo Bonzini) [1945742]
KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flush (Paolo Bonzini) [1945742]
KVM: VMX: Skip additional Hyper-V TLB EPTP flushes if one fails (Paolo Bonzini) [1945742]
KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabled (Paolo Bonzini) [1945742]
KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgd (Paolo Bonzini) [1945742]
KVM: VMX: Don't invalidate hv_tlb_eptp if the new EPTP matches (Paolo Bonzini) [1945742]
KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatch (Paolo Bonzini) [1945742]
KVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn't been flushed (Paolo Bonzini) [1945742]
KVM: VMX: Fold Hyper-V EPTP checking into it's only caller (Paolo Bonzini) [1945742]
KVM: VMX: Stash kvm_vmx in a local variable for Hyper-V paravirt TLB flush (Paolo Bonzini) [1945742]
KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flush (Paolo Bonzini) [1945742]
KVM: x86: Get active PCID only when writing a CR3 value (Paolo Bonzini) [1945742]
KVM/SVM: Move vmenter.S exception fixups out of line (Paolo Bonzini) [1945742]
KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTE (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use low available bits for removed SPTEs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalents (Paolo Bonzini) [1945742]
KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO) (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic (Paolo Bonzini) [1945742]
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper (Paolo Bonzini) [1945742]
KVM: x86/mmu: Co-locate code for setting various SPTE masks (Paolo Bonzini) [1945742]
KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper (Paolo Bonzini) [1945742]
KVM: x86/mmu: Document dependency bewteen TDP A/D type and saved bits (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation (Paolo Bonzini) [1945742]
KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Add module param to disable MMIO caching (for testing) (Paolo Bonzini) [1945742]
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers (Paolo Bonzini) [1945742]
KVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte() in the TDP MMU (Paolo Bonzini) [1945742]
KVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte() (Paolo Bonzini) [1945742]
KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabled (Paolo Bonzini) [1945742]
KVM: x86/mmu: Retry page faults that hit an invalid memslot (Paolo Bonzini) [1945742]
KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TF (Paolo Bonzini) [1945742]
KVM: x86/mmu: Bail from fast_page_fault() if SPTE is not shadow-present (Paolo Bonzini) [1945742]
KVM: x86/mmu: Check for shadow-present SPTE before querying A/D status (Paolo Bonzini) [1945742]
KVM: x86/mmu: Add convenience wrapper for acting on single hva in TDP MMU (Paolo Bonzini) [1945742]
KVM: x86/mmu: Add typedefs for rmap/iter handlers (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use 'end' param in TDP MMU's test_age_gfn() (Paolo Bonzini) [1945742]
KVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees multiple GFNs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Remove spurious TLB flush from TDP MMU's change_pte() hook (Paolo Bonzini) [1945742]
KVM: x86: mmu: initialize fault.async_page_fault in walk_addr_generic (Paolo Bonzini) [1945742]
KVM: x86: determine if an exception has an error code only when injecting it. (Paolo Bonzini) [1945742]
KVM: nSVM: Optimize vmcb12 to vmcb02 save area copies (Paolo Bonzini) [1945742]
KVM: SVM: Add support for Virtual SPEC_CTRL (Paolo Bonzini) [1945742]
x86/cpufeatures: Add the Virtual SPEC_CTRL feature (Paolo Bonzini) [1945742]
KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state (Paolo Bonzini) [1945742]
KVM: SVM: move VMLOAD/VMSAVE to C code (Paolo Bonzini) [1945742]
KVM: SVM: Skip intercepted PAUSE instructions after emulation (Paolo Bonzini) [1945742]
KVM: SVM: Don't manually emulate RDPMC if nrips=0 (Paolo Bonzini) [1945742]
KVM: x86: Move RDPMC emulation to common code (Paolo Bonzini) [1945742]
KVM: x86: Move trivial instruction-based exit handlers to common code (Paolo Bonzini) [1945742]
KVM: x86: Move XSETBV emulation to common code (Paolo Bonzini) [1945742]
KVM: nSVM: Add VMLOAD/VMSAVE helper to deduplicate code (Paolo Bonzini) [1945742]
KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral (Paolo Bonzini) [1945742]
KVM: x86: Handle triple fault in L2 without killing L1 (Paolo Bonzini) [1945742]
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places) (Paolo Bonzini) [1945742]
KVM: SVM: merge update_cr0_intercept into svm_set_cr0 (Paolo Bonzini) [1945742]
KVM: nSVM: Trace VM-Enter consistency check failures (Paolo Bonzini) [1945742]
KVM: x86: Move nVMX's consistency check macro to common code (Paolo Bonzini) [1945742]
KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state() (Paolo Bonzini) [1945742]
KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state() (Paolo Bonzini) [1945742]
KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexit (Paolo Bonzini) [1945742]
KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit (Paolo Bonzini) [1945742]
KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control (Paolo Bonzini) [1945742]
KVM: nSVM: rename functions and variables according to vmcbXY nomenclature (Paolo Bonzini) [1945742]
KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcb (Paolo Bonzini) [1945742]
KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb (Paolo Bonzini) [1945742]
KVM: SVM: Use a separate vmcb for the nested L2 guest (Paolo Bonzini) [1945742]
KVM: nSVM: Set the shadow root level to the TDP level for nested NPT (Paolo Bonzini) [1945742]
KVM: SVM: Don't strip the C-bit from CR2 on #PF interception (Paolo Bonzini) [1945742]
KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root level (Paolo Bonzini) [1945742]
KVM: x86/mmu: Sync roots after MMU load iff load as successful (Paolo Bonzini) [1945742]
KVM: x86/mmu: Unexport MMU load/unload functions (Paolo Bonzini) [1945742]
KVM: x86: Defer the MMU unload to the normal path on an global INVPCID (Paolo Bonzini) [1945742]
KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch (Paolo Bonzini) [1945742]
KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks (Paolo Bonzini) [1945742]
KVM: x86/mmu: Check PDPTRs before allocating PAE roots (Paolo Bonzini) [1945742]
KVM: x86/mmu: Ensure MMU pages are available when allocating roots (Paolo Bonzini) [1945742]
KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper (Paolo Bonzini) [1945742]
KVM: x86/mmu: Allocate the lm_root before allocating PAE roots (Paolo Bonzini) [1945742]
KVM: x86/mmu: Capture 'mmu' in a local variable when allocating roots (Paolo Bonzini) [1945742]
KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit (Paolo Bonzini) [1945742]
KVM: x86: to track if L1 is running L2 VM (Paolo Bonzini) [1945742]
KVM: LAPIC: Advancing the timer expiration on guest initiated write (Paolo Bonzini) [1945742]
KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode (Paolo Bonzini) [1945742]
KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged (Paolo Bonzini) [1945742]
kvm: x86: use NULL instead of using plain integer as pointer (Paolo Bonzini) [1945742]
KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled' (Paolo Bonzini) [1945742]
KVM: x86: Ensure deadline timer has truly expired before posting its IRQ (Paolo Bonzini) [1945742]
KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info (Paolo Bonzini) [1945742]
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref (Paolo Bonzini) [1945742]
KVM: SVM: Fix nested VM-Exit on #GP interception handling (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Fix dummy check if lbr_desc->event is created (Paolo Bonzini) [1945742]
KVM: x86/mmu: Consider the hva in mmu_notifier retry (Paolo Bonzini) [1945742]
kernel.h: split out min()/max() et al. helpers (Paolo Bonzini) [1945742]
KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault (Paolo Bonzini) [1945742]
KVM: x86/mmu: Remove a variety of unnecessary exports (Paolo Bonzini) [1945742]
KVM: x86: Fold "write-protect large" use case into generic write-protect (Paolo Bonzini) [1945742]
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML (Paolo Bonzini) [1945742]
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging (Paolo Bonzini) [1945742]
KVM: x86: Further clarify the logic and comments for toggling log dirty (Paolo Bonzini) [1945742]
KVM: x86: Move MMU's PML logic to common code (Paolo Bonzini) [1945742]
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function (Paolo Bonzini) [1945742]
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect() (Paolo Bonzini) [1945742]
KVM: nVMX: Disable PML in hardware when running L2 (Paolo Bonzini) [1945742]
KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs (Paolo Bonzini) [1945742]
KVM: x86/mmu: Pass the memslot to the rmap callbacks (Paolo Bonzini) [1945742]
KVM: x86/mmu: Split out max mapping level calculation to helper (Paolo Bonzini) [1945742]
KVM: nVMX: no need to undo inject_page_fault change on nested vmexit (Paolo Bonzini) [1945742]
KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode (Paolo Bonzini) [1945742]
KVM: VMX: read idt_vectoring_info a bit earlier (Paolo Bonzini) [1945742]
KVM: VMX: Allow INVPCID in guest without PCID (Paolo Bonzini) [1945742]
KVM: x86: Advertise INVPCID by default (Paolo Bonzini) [1945742]
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD (Paolo Bonzini) [1945742]
KVM: x86/mmu: Make HVA handler retpoline-friendly (Paolo Bonzini) [1945742]
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers (Paolo Bonzini) [1945742]
KVM: x86: reading DR cannot fail (Paolo Bonzini) [1945742]
KVM: SVM: Remove an unnecessary forward declaration (Paolo Bonzini) [1945742]
KVM: SVM: Move AVIC vCPU kicking snippet to helper function (Paolo Bonzini) [1945742]
KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64 (Paolo Bonzini) [1945742]
KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulation (Paolo Bonzini) [1945742]
KVM: x86/xen: Use hva_t for holding hypercall page address (Paolo Bonzini) [1945742]
KVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr() (Paolo Bonzini) [1945742]
KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() (Paolo Bonzini) [1945742]
KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculations (Paolo Bonzini) [1945742]
KVM: selftests: Always run vCPU thread with blocked SIG_IPI (Paolo Bonzini) [1945742]
KVM: selftests: Sync data verify of dirty logging with guest sync (Paolo Bonzini) [1945742]
KVM: selftests: Add a test for kvm page table code (Paolo Bonzini) [1945742]
KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers (Paolo Bonzini) [1945742]
KVM: selftests: List all hugetlb src types specified with page sizes (Paolo Bonzini) [1945742]
tools/headers: sync headers of asm-generic/hugetlb_encode.h (Paolo Bonzini) [1945742]
tools include uapi: Update linux/mmap.h copy (Paolo Bonzini) [1945742]
tools UAPI: Update copy of linux/mman.h from the kernel sources (Paolo Bonzini) [1945742]
mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizes (Paolo Bonzini) [1945742]
RHEL: Add #defines for 16k hugepages (Paolo Bonzini) [1945742]
KVM: selftests: Add a helper to get system default hugetlb page size (Paolo Bonzini) [1945742]
KVM: selftests: Add a helper to get system configured THP page size (Paolo Bonzini) [1945742]
KVM: selftests: Make a generic helper to get vm guest mode strings (Paolo Bonzini) [1945742]
KVM: selftests: Print the errno besides error-string in TEST_ASSERT (Paolo Bonzini) [1945742]
KVM: selftests: remove redundant semi-colon (Paolo Bonzini) [1945742]
selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0) (Paolo Bonzini) [1945742]
KVM: x86: Prevent 'hv_clock->system_time' from going negative in kvm_guest_time_update() (Paolo Bonzini) [1945742]
selftests: kvm: make hardware_disable_test less verbose (Paolo Bonzini) [1945742]
selftests: kvm: add set_boot_cpu_id test (Paolo Bonzini) [1945742]
selftests: kvm: add _vm_ioctl (Paolo Bonzini) [1945742]
selftests: kvm: add get_msr_index_features (Paolo Bonzini) [1945742]
KVM: x86/xen: Add support for vCPU runstate information (Paolo Bonzini) [1945742]
RHEL: configs: do not enable CONFIG_KVM_XEN (Paolo Bonzini) [1945742]
KVM: x86: allow compiling out the Xen hypercall interface (Paolo Bonzini) [1945742]
KVM: x86: compile out TDP MMU on 32-bit systems (Paolo Bonzini) [1945742]
KVM: xen: flush deferred static key before checking it (Paolo Bonzini) [1945742]
KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytes (Paolo Bonzini) [1945742]
KVM: x86/xen: Allow reset of Xen attributes (Paolo Bonzini) [1945742]
KVM: Documentation: rectify rst markup in kvm_run->flags (Paolo Bonzini) [1945742]
Documentation: kvm: fix messy conversion from .txt to .rst (Paolo Bonzini) [1945742]
KVM: Documentation: rectify rst markup in KVM_GET_SUPPORTED_HV_CPUID (Paolo Bonzini) [1945742]
Documentation: kvm: fix warning (Paolo Bonzini) [1945742]
KVM: Add documentation for Xen hypercall and shared_info updates (Paolo Bonzini) [1945742]
KVM: X86: Add the Document for KVM_CAP_X86_BUS_LOCK_EXIT (Paolo Bonzini) [1945742]
KVM: Documentation: Fix documentation for nested. (Paolo Bonzini) [1945742]
KVM: Documentation: Add arm64 KVM_RUN error codes (Paolo Bonzini) [1945742]
KVM: Documentation: Update entry for KVM_CAP_ENFORCE_PV_CPUID (Paolo Bonzini) [1945742]
KVM: Documentation: Update entry for KVM_X86_SET_MSR_FILTER (Paolo Bonzini) [1945742]
docs: kvm: add documentation for KVM_CAP_S390_DIAG318 (Paolo Bonzini) [1945742]
selftests: kvm: Mmap the entire vcpu mmap area (Paolo Bonzini) [1945742]
selftests: kvm: avoid uninitialized variable warning (Paolo Bonzini) [1945742]
selftests: kvm: add hardware_disable test (Paolo Bonzini) [1945742]
KVM: selftests: Don't bother mapping GVA for Xen shinfo test (Paolo Bonzini) [1945742]
KVM: selftests: Fix hex vs. decimal snafu in Xen test (Paolo Bonzini) [1945742]
KVM: selftests: Fix size of memslots created by Xen tests (Paolo Bonzini) [1945742]
KVM: selftests: Ignore recently added Xen tests' build output (Paolo Bonzini) [1945742]
KVM: x86: declare Xen HVM shared info capability and add test case (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helper (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Allocate Hyper-V context lazily (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcpu_hv' (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Stop shadowing global 'current_vcpu' variable (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Introduce to_kvm_hv() helper (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg() (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu() (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu() (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu() (Paolo Bonzini) [1945742]
KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled() (Paolo Bonzini) [1945742]
KVM: x86/xen: Add event channel interrupt vector upcall (Paolo Bonzini) [1945742]
KVM: x86/xen: register vcpu time info region (Paolo Bonzini) [1945742]
KVM: x86/xen: setup pvclock updates (Paolo Bonzini) [1945742]
KVM: x86/xen: register vcpu info (Paolo Bonzini) [1945742]
KVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GET_ATTR (Paolo Bonzini) [1945742]
KVM: x86/xen: update wallclock region (Paolo Bonzini) [1945742]
xen: add wc_sec_hi to struct shared_info (Paolo Bonzini) [1945742]
KVM: x86/xen: register shared_info page (Paolo Bonzini) [1945742]
KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info (Paolo Bonzini) [1945742]
KVM: x86/xen: latch long_mode when hypercall page is set up (Paolo Bonzini) [1945742]
KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR (Paolo Bonzini) [1945742]
KVM: x86/xen: Add kvm_xen_enabled static key (Paolo Bonzini) [1945742]
KVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c (Paolo Bonzini) [1945742]
KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls (Paolo Bonzini) [1945742]
KVM: x86/mmu: Add helper to generate mask of reserved HPA bits (Paolo Bonzini) [1945742]
KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bits (Paolo Bonzini) [1945742]
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode (Paolo Bonzini) [1945742]
KVM: nSVM: Use common GPA helper to check for illegal CR3 (Paolo Bonzini) [1945742]
KVM: VMX: Use GPA legality helpers to replace open coded equivalents (Paolo Bonzini) [1945742]
KVM: x86: Add a helper to handle legal GPA with an alignment requirement (Paolo Bonzini) [1945742]
KVM: x86: Add a helper to check for a legal GPA (Paolo Bonzini) [1945742]
KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs (Paolo Bonzini) [1945742]
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset (Paolo Bonzini) [1945742]
KVM: x86/xen: intercept xen hypercalls if enabled (Paolo Bonzini) [1945742]
KVM: selftests: Add missing header file needed by xAPIC IPI tests (Paolo Bonzini) [1945742]
KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.c (Paolo Bonzini) [1945742]
selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test (Paolo Bonzini) [1945742]
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code (Paolo Bonzini) [1945742]
selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUID (Paolo Bonzini) [1945742]
selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES (Paolo Bonzini) [1945742]
KVM: selftests: Disable dirty logging with vCPUs running (Paolo Bonzini) [1945742]
KVM: selftests: Add backing src parameter to dirty_log_perf_test (Paolo Bonzini) [1945742]
KVM: selftests: Add memslot modification stress test (Paolo Bonzini) [1945742]
KVM: selftests: Add option to overlap vCPU memory access (Paolo Bonzini) [1945742]
KVM: selftests: Fix population stage in dirty_log_perf_test (Paolo Bonzini) [1945742]
KVM: selftests: Convert iterations to int in dirty_log_perf_test (Paolo Bonzini) [1945742]
KVM: selftests: Avoid flooding debug log while populating memory (Paolo Bonzini) [1945742]
KVM: selftests: Rename timespec_diff_now to timespec_elapsed (Paolo Bonzini) [1945742]
KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves (Paolo Bonzini) [1945742]
KVM: selftests: Implement perf_test_util more conventionally (Paolo Bonzini) [1945742]
KVM: selftests: Use vm_create_with_vcpus in create_vm (Paolo Bonzini) [1945742]
KVM: selftests: Factor out guest mode code (Paolo Bonzini) [1945742]
selftests: kvm: Merge user_msr_test into userspace_msr_exit_test (Paolo Bonzini) [1945742]
selftests: kvm: Test MSR exiting to userspace (Paolo Bonzini) [1945742]
KVM: selftests: sync_regs test for diag318 (Paolo Bonzini) [1945742]
KVM: selftests: x86: Set supported CPUIDs on default VM (Paolo Bonzini) [1945742]
KVM: selftests: Make test skipping consistent (Paolo Bonzini) [1945742]
KVM: selftests: Introduce vm_create_[default_]_with_vcpus (Paolo Bonzini) [1945742]
KVM: selftests: Make vm_create_default common (Paolo Bonzini) [1945742]
KVM: selftests: always use manual clear in dirty_log_perf_test (Paolo Bonzini) [1945742]
selftests: kvm: keep .gitignore add to date (Paolo Bonzini) [1945742]
KVM: selftests: Add "-c" parameter to dirty log test (Paolo Bonzini) [1945742]
KVM: selftests: Run dirty ring test asynchronously (Paolo Bonzini) [1945742]
KVM: selftests: Add dirty ring buffer test (Paolo Bonzini) [1945742]
KVM: selftests: Introduce after_vcpu_run hook for dirty log test (Paolo Bonzini) [1945742]
KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2 (Paolo Bonzini) [1945742]
KVM: selftests: allow two iterations of dirty_log_perf_test (Paolo Bonzini) [1945742]
KVM: selftests: Introduce the dirty log perf test (Paolo Bonzini) [1945742]
KVM: selftests: Make the number of vcpus global (Paolo Bonzini) [1945742]
KVM: selftests: Make the per vcpu memory size global (Paolo Bonzini) [1945742]
KVM: selftests: Drop pointless vm_create wrapper (Paolo Bonzini) [1945742]
KVM: selftests: Add wrfract to common guest code (Paolo Bonzini) [1945742]
KVM: selftests: Simplify demand_paging_test with timespec_diff_now (Paolo Bonzini) [1945742]
KVM: selftests: Remove address rounding in guest code (Paolo Bonzini) [1945742]
KVM: selftests: Factor code out of demand_paging_test (Paolo Bonzini) [1945742]
KVM: selftests: Use a single binary for dirty/clear log test (Paolo Bonzini) [1945742]
KVM: selftests: Always clear dirty bitmap after iteration (Paolo Bonzini) [1945742]
selftests: kvm: test enforcement of paravirtual cpuid features (Paolo Bonzini) [1945742]
selftests: kvm: Add exception handling to selftests (Paolo Bonzini) [1945742]
selftests: kvm: Clear uc so UCALL_NONE is being properly reported (Paolo Bonzini) [1945742]
selftests: kvm: Fix the segment descriptor layout to match the actual layout (Paolo Bonzini) [1945742]
KVM: x86/xen: Fix __user pointer handling for hypercall page installation (Paolo Bonzini) [1945742]
KVM: x86/xen: fix Xen hypercall page msr handling (Paolo Bonzini) [1945742]
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers (Paolo Bonzini) [1945742]
KVM: cleanup DR6/DR7 reserved bits checks (Paolo Bonzini) [1945742]
KVM: x86/mmu: Add '__func__' in rmap_printk() (Paolo Bonzini) [1945742]
KVM: SVM: Replace hard-coded value with #define (Paolo Bonzini) [1945742]
KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup (Paolo Bonzini) [1945742]
KVM: SVM: remove uneeded fields from host_save_users_msrs (Paolo Bonzini) [1945742]
KVM: SVM: use vmsave/vmload for saving/restoring additional host state (Paolo Bonzini) [1945742]
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions (Paolo Bonzini) [1945742]
KVM: VMX: Use the kernel's version of VMXOFF (Paolo Bonzini) [1945742]
KVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF flows (Paolo Bonzini) [1945742]
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw (Paolo Bonzini) [1945742]
x86/virt: Mark flags and memory as clobbered by VMXOFF (Paolo Bonzini) [1945742]
x86/reboot: Force all cpus to exit VMX root if VMX is supported (Paolo Bonzini) [1945742]
x86/virt: Eat faults on VMXOFF in reboot flows (Paolo Bonzini) [1945742]
KVM: x86: use static calls to reduce kvm_x86_ops overhead (Paolo Bonzini) [1945742]
KVM: x86: introduce definitions to support static calls for kvm_x86_ops (Paolo Bonzini) [1945742]
KVM: RHEL: include linux/static_call.h (Paolo Bonzini) [1945742]
KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions (Paolo Bonzini) [1945742]
KVM: Stop using deprecated jump label APIs (Paolo Bonzini) [1945742]
locking/static_key: Add support for deferred static branches (Paolo Bonzini) [1945742]
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIES (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Release guest LBR event via lazy release mechanism (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVE (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled (Paolo Bonzini) [1945742]
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled (Paolo Bonzini) [1945742]
KVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across CPUID refresh (Paolo Bonzini) [1945742]
KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static (Paolo Bonzini) [1945742]
KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTL (Paolo Bonzini) [1945742]
KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI state (Paolo Bonzini) [1945742]
x86/apic: Export x2apic_mode for use by KVM in "warm" path (Paolo Bonzini) [1945742]
KVM: VMX: Enable bus lock VM exit (Paolo Bonzini) [1945742]
KVM: X86: Reset the vcpu->run->flags at the beginning of vcpu_run (Paolo Bonzini) [1945742]
KVM: VMX: Convert vcpu_vmx.exit_reason to a union (Paolo Bonzini) [1945742]
KVM/SVM: add support for SEV attestation command (Paolo Bonzini) [1945742]
KVM: x86/mmu: Remove the defunct update_pte() paging hook (Paolo Bonzini) [1945742]
KVM: Expose AVX_VNNI instruction to guset (Paolo Bonzini) [1945742]
Enumerate AVX Vector Neural Network instructions (Paolo Bonzini) [1945742]
x86: kvm: style: Simplify bool comparison (Paolo Bonzini) [1945742]
KVM: x86: Zap the oldest MMU pages, not the newest (Paolo Bonzini) [1945742]
KVM: x86/mmu: Use boolean returns for (S)PTE accessors (Paolo Bonzini) [1945742]
KVM: X86: use vzalloc() instead of vmalloc/memset (Paolo Bonzini) [1945742]
KVM: x86: Take KVM's SRCU lock only if steal time update is needed (Paolo Bonzini) [1945742]
KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put() (Paolo Bonzini) [1945742]
KVM: do not assume PTE is writable after follow_pfn (Paolo Bonzini) [1945742]
KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs (Paolo Bonzini) [1945742]
KVM: x86: cleanup CR3 reserved bits checks (Paolo Bonzini) [1945742]
KVM: SVM: Treat SVM as unsupported when running as an SEV guest (Paolo Bonzini) [1945742]
KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode (Paolo Bonzini) [1945742]
KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check (Paolo Bonzini) [1945742]
KVM/x86: assign hva with the right value to vm_munmap the pages (Paolo Bonzini) [1945742]
Fix unsynchronized access to sev members through svm_register_enc_region (Paolo Bonzini) [1945742]
KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written" (Paolo Bonzini) [1945742]
KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest (Paolo Bonzini) [1945742]
KVM: x86: __kvm_vcpu_halt can be static (Paolo Bonzini) [1945742]
KVM: SVM: Add support for booting APs in an SEV-ES guest (Paolo Bonzini) [1945742]
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c (Paolo Bonzini) [1945742]
KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load (Paolo Bonzini) [1945742]
KVM: SVM: fix 32-bit compilation (Paolo Bonzini) [1945742]
KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting (Paolo Bonzini) [1945742]
KVM: SVM: Provide support to launch and run an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests (Paolo Bonzini) [1945742]
x86/kvm/svm: Use uninstrumented wrmsrl() to restore GS (Paolo Bonzini) [1945742]
KVM: SVM: Provide support for SEV-ES vCPU loading (Paolo Bonzini) [1945742]
KVM: SVM: Provide support for SEV-ES vCPU creation/loading (Paolo Bonzini) [1945742]
KVM: SVM: Update ASID allocation to support SEV-ES guests (Paolo Bonzini) [1945742]
KVM: SVM: Set the encryption mask for the SVM host save area (Paolo Bonzini) [1945742]
KVM: SVM: Add NMI support for an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Do not report support for SMM for an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES (Paolo Bonzini) [1945742]
KVM: SVM: Add support for CR8 write traps for an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Add support for CR4 write traps for an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Add support for CR0 write traps for an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Add support for EFER write traps for an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Support string IO operations for an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Support MMIO for an SEV-ES guest (Paolo Bonzini) [1945742]
KVM: SVM: Create trace events for VMGEXIT MSR protocol processing (Paolo Bonzini) [1945742]
KVM: SVM: Create trace events for VMGEXIT processing (Paolo Bonzini) [1945742]
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100 (Paolo Bonzini) [1945742]
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004 (Paolo Bonzini) [1945742]
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002 (Paolo Bonzini) [1945742]
KVM: SVM: Add initial support for a VMGEXIT VMEXIT (Paolo Bonzini) [1945742]
KVM: SVM: Add GHCB accessor functions for retrieving fields (Paolo Bonzini) [1945742]
KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file (Paolo Bonzini) [1945742]
KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES (Paolo Bonzini) [1945742]
KVM: SVM: Do not allow instruction emulation under SEV-ES (Paolo Bonzini) [1945742]
KVM: SVM: Prevent debugging under SEV-ES (Paolo Bonzini) [1945742]
KVM: SVM: Add required changes to support intercepts under SEV-ES (Paolo Bonzini) [1945742]
KVM: x86: introduce complete_emulated_msr callback (Paolo Bonzini) [1945742]
KVM: x86: Mark GPRs dirty when written (Paolo Bonzini) [1945742]
KVM: SVM: Add support for the SEV-ES VMSA (Paolo Bonzini) [1945742]
x86/cpu: Add VM page flush MSR availablility as a CPUID feature (Paolo Bonzini) [1945742]
KVM: SVM: Add support for SEV-ES capability in KVM (Paolo Bonzini) [1945742]
KVM/VMX/SVM: Move kvm_machine_check function to x86.h (Paolo Bonzini) [1945742]
KVM: Don't allocate dirty bitmap if dirty ring is enabled (Paolo Bonzini) [1945742]
KVM: Make dirty ring exclusive to dirty bitmap log (Paolo Bonzini) [1945742]
KVM: X86: Implement ring-based dirty memory tracking (Paolo Bonzini) [1945742]
KVM: Pass in kvm pointer into mark_page_dirty_in_slot() (Paolo Bonzini) [1945742]
kvm/eventfd: Drain events from eventfd in irqfd_wakeup() (Paolo Bonzini) [1945742]
eventfd: Export eventfd_ctx_do_read() (Paolo Bonzini) [1945742]
kvm/eventfd: Use priority waitqueue to catch events before userspace (Paolo Bonzini) [1945742]
sched/wait: Add add_wait_queue_priority() (Paolo Bonzini) [1945742]
cpuidle-haltpoll: fix error comments in arch_haltpoll_disable (Paolo Bonzini) [1945742]
kvm/eventfd: Use sequence counter with associated spinlock (Paolo Bonzini) [1945742]
x86/kvm/vmx: Use native read/write_cr2() (Paolo Bonzini) [1945742]
KVM: SVM: convert get_user_pages() --> pin_user_pages() (Paolo Bonzini) [1945742]
x86/entry/64: Fix unwind hints in __switch_to_asm() (Paolo Bonzini) [1945742]
x86/head/64: Annotate start_cpu0() as non-callable (Paolo Bonzini) [1945742]
x86/asm: Do not annotate functions with GLOBAL (Paolo Bonzini) [1945742]
kprobes/x86/xen: blacklist non-attachable xen interrupt functions (Paolo Bonzini) [1945742]
x86/asm: Use SYM_INNER_LABEL instead of GLOBAL (Paolo Bonzini) [1945742]
x86/asm: Annotate aliases (Paolo Bonzini) [1945742]
x86/asm/crypto: Annotate local functions (Paolo Bonzini) [1945742]
static_call: Add static_call_cond() (Paolo Bonzini) [1945742]
static_call: Add basic static call infrastructure (Paolo Bonzini) [1945742]
devlink: use _BITUL() macro instead of BIT() in the UAPI header (Petr Oros) [1935646]
devlink: Fix reload stats structure (Petr Oros) [1935646]
devlink: Avoid overwriting port attributes of registered port (Petr Oros) [1935646]
devlink: Add Documentation/networking/devlink/devlink-reload.rst (Petr Oros) [1935646]
devlink: Add enable_remote_dev_reset generic parameter (Petr Oros) [1935646]
devlink: Add remote reload stats (Petr Oros) [1935646]
devlink: Add reload stats (Petr Oros) [1935646]
devlink: Add devlink reload limit option (Petr Oros) [1935646]
devlink: Add reload action option to devlink reload command (Petr Oros) [1935646]
devlink: Change devlink_reload_supported() param type (Petr Oros) [1935646]
|
2021-05-14 |
CI: Rename KABI option (Veronika Kabatova)
CI: Disable result checking for realtime checks (Veronika Kabatova)
Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal" (Bob Peterson) [1917930]
md/raid1: properly indicate failure when ending a failed write request (Nigel Croxon) [1954588]
Revert "uio: use request_threaded_irq instead" (Vitaly Kuznetsov) [1946644]
drm/ast: Set format registers in primary plane's update (Lyude Paul) [1923857]
drivers: hv: Create a consistent pattern for checking Hyper-V hypercall status (Mohammed Gamal) [1940926]
x86/hyperv: Move hv_do_rep_hypercall to asm-generic (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Increase wait time for VMbus unload (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Initialize unload_event statically (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Check for pending channel interrupts before taking a CPU offline (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RESPONSE (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Introduce and negotiate VMBus protocol version 5.3 (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Use after free in __vmbus_open() (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: remove unused function (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Remove unused linux/version.h header (Mohammed Gamal) [1940926]
x86/Hyper-V: Support for free page reporting (Mohammed Gamal) [1940926]
x86/hyper-v: Move hv_message_type to architecture neutral module (Mohammed Gamal) [1940926]
asm-generic/hyperv: import data structures for mapping device interrupts (Mohammed Gamal) [1940926]
asm-generic/hyperv: introduce hv_device_id and auxiliary structures (Mohammed Gamal) [1940926]
asm-generic/hyperv: update hv_interrupt_entry (Mohammed Gamal) [1940926]
asm-generic/hyperv: update hv_msi_entry (Mohammed Gamal) [1940926]
x86/hyperv: provide a bunch of helper functions (Mohammed Gamal) [1940926]
x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary (Mohammed Gamal) [1940926]
asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls (Mohammed Gamal) [1940926]
drivers: hv: Fix EXPORT_SYMBOL and tab spaces issue (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Drop error message when 'No request id available' (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Move handling of VMbus interrupts (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Handle auto EOI quirk inline (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code (Mohammed Gamal) [1940926]
Drivers: hv: Redo Hyper-V synthetic MSR get/set functions (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code (Mohammed Gamal) [1940926]
x86/hyperv: allocate output arg pages if required (Mohammed Gamal) [1940926]
drivers: hv: Fix whitespace errors (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: skip VMBus initialization if Linux is root (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' on isolated guests (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests (Mohammed Gamal) [1940926]
hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat" (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Add /sys/bus/vmbus/hibernation (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Resolve race condition in vmbus_onoffer_rescind() (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind() (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Copy the hv_message in vmbus_on_msg_dpc() (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Reduce number of references to message in vmbus_on_msg_dpc() (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Initialize memory to be sent to the host (Mohammed Gamal) [1940926]
hv_utils: Add validation for untrusted Hyper-V values (Mohammed Gamal) [1940926]
drivers/hv: remove obsolete TODO and fix misleading typo in comment (Mohammed Gamal) [1940926]
drivers: hv: vmbus: Fix checkpatch SPLIT_STRING (Mohammed Gamal) [1940926]
drivers: hv: vmbus: Fix call msleep using < 20ms (Mohammed Gamal) [1940926]
drivers: hv: vmbus: Fix checkpatch LINE_SPACING (Mohammed Gamal) [1940926]
drivers: hv: vmbus: Replace symbolic permissions by octal permissions (Mohammed Gamal) [1940926]
drivers: hv: Fix hyperv_record_panic_msg path on comment (Mohammed Gamal) [1940926]
Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening (Mohammed Gamal) [1940926]
ena: revert removal of MODULE_VERSION from ena (Petr Oros) [1955712]
Revert "[netdrv] net/intel: remove driver versions from Intel drivers" (Jonathan Toppins) [1955745]
Revert "[netdrv] net/broadcom: Clean broadcom code from driver versions" (Jonathan Toppins) [1955721]
net: core: add dev_get_tstats64 as a ndo_get_stats64 implementation (Josef Oskera) [1939453]
mm/zswap: Initialize the local-lock (Andrew Halaney) [1905765]
|
2021-05-10 |
igb: amend removal of MODULE_VERSION (Corinna Vinschen) [1955748]
igc: amend removal of MODULE_VERSION (Corinna Vinschen) [1955755]
i40e: amend removal of MODULE_VERSION (Stefan Assmann) [1955736]
ixgbe: Amend commit acf03026ec5a to include a version string in module info. (Ken Cox) [1955759]
i40e: Fix parameters in aq_get_phy_register() (Stefan Assmann) [1907852]
initramfs: panic with memory information (Coiby Xu) [1936031]
powercap/intel_rapl: add support for AlderLake (David Arcari) [1838605]
xfs: restore shutdown check in mapped write fault path (Brian Foster) [1926089]
xfs: consider shutdown in bmapbt cursor delete assert (Brian Foster) [1926077]
iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate (Carlos Maiolino) [1938210]
scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg() (Ewan D. Milne) [1929878]
perf/arm-cmn: Move IRQs when migrating context (Jeremy Linton) [1816850]
perf/arm-cmn: Fix PMU instance naming (Jeremy Linton) [1816850]
perf: arm-cmn: Fix conversion specifiers for node type (Jeremy Linton) [1816850]
perf: arm-cmn: Fix unsigned comparison to less than zero (Jeremy Linton) [1816850]
perf: Add Arm CMN-600 PMU driver (Jeremy Linton) [1816850]
redhat/configs: Use CONFIG_VIRTIO_CONSOLE=m on s390x, too (Thomas Huth) [1954119]
s390/config: do not select VIRTIO_CONSOLE via Kconfig (Thomas Huth) [1954119]
x86/platform/uv: Fix an error code in uv_hubs_init() (Frank Ramsay) [1936605]
x86/platform/uv: Add more to secondary CPU kdump info (Frank Ramsay) [1936605]
x86/platform/uv: Use x2apic enabled bit as set by BIOS to indicate APIC mode (Frank Ramsay) [1936605]
redhat/configs: Add CONFIG_UV_SYSFS (Frank Ramsay) [1936605]
x86/platform/uv: Fix indentation warning in Documentation/ABI/testing/sysfs-firmware-sgi_uv (Frank Ramsay) [1936605]
x86/platform/uv: Set section block size for hubless architectures (Frank Ramsay) [1936605]
x86/platform/uv: Update sysfs documentation (Frank Ramsay) [1936605]
x86/platform/uv: Add deprecated messages to /proc info leaves (Frank Ramsay) [1936605]
x86/platform/uv: Add sysfs hubless leaves (Frank Ramsay) [1936605]
x86/platform/uv: Add sysfs leaves to replace those in procfs (Frank Ramsay) [1936605]
x86/platform/uv: Add kernel interfaces for obtaining system info (Frank Ramsay) [1936605]
x86/platform/uv: Update MAINTAINERS for uv_sysfs driver (Frank Ramsay) [1936605]
x86/platform/uv: Update ABI documentation of /sys/firmware/sgi_uv/ (Frank Ramsay) [1936605]
x86/platform/uv: Add new uv_sysfs platform driver (Frank Ramsay) [1936605]
x86/platform/uv: Remove existing /sys/firmware/sgi_uv/interface (Frank Ramsay) [1936605]
x86/platform/uv: Unexport symbols only used by x2apic_uv_x.c (Frank Ramsay) [1936605]
x86/platform/uv: Unexport sn_coherency_id (Frank Ramsay) [1936605]
x86/platform/uv: Mark uv_bios_call() and uv_bios_call_irqsave() static (Frank Ramsay) [1936605]
UV: Add SPDX license identifier - Makefile/Kconfig (Frank Ramsay) [1936605]
netdevsim: Only use sampling truncation length when valid (Ivan Vecera) [1955163]
selftests: netdevsim: Test psample functionality (Ivan Vecera) [1955163]
netdevsim: Add dummy psample implementation (Ivan Vecera) [1955163]
psample: Add additional metadata attributes (Ivan Vecera) [1955163]
psample: Encapsulate packet metadata in a struct (Ivan Vecera) [1955163]
net: psample: fix build error when CONFIG_INET is not enabled (Ivan Vecera) [1955163]
devlink: include <linux/const.h> for _BITUL (Petr Oros) [1935630]
netdevsim: add support for flash_update overwrite mask (Petr Oros) [1935630]
devlink: introduce flash update overwrite mask (Petr Oros) [1935630]
devlink: convert flash_update to use params structure (Petr Oros) [1935630]
devlink: check flash_update parameter support in net core (Petr Oros) [1935630]
devlink: Enhance policy to validate port type input value (Petr Oros) [1935630]
devlink: Enhance policy to validate eswitch mode value (Petr Oros) [1935630]
net: devlink: region: Pass the region ops to the snapshot function (Petr Oros) [1935630]
net: devlink: regions: Add a priv member to the regions ops struct (Petr Oros) [1935630]
|
2021-05-06 |
Enumerate AVX Vector Neural Network instructions (Steve Best) [1838616]
net: fix skb use after free in netpoll (Ivan Vecera) [1913481]
cipso,calipso: resolve a number of problems with the DOI refcounts (Guillaume Nault) [1950996]
netfilter: rpfilter: mask ecn bits before fib lookup (Guillaume Nault) [1950996]
netfilter: Fix rpfilter dropping vrf packets by mistake (Guillaume Nault) [1950996]
redhat: enable CONFIG_DM_MULTIPATH_HST and CONFIG_DM_MULTIPATH_IOA (Mike Snitzer) [1949682]
dm ioctl: fix out of bounds array access when no devices (Mike Snitzer) [1949682]
dm table: Fix zoned model check and zone sectors check (Mike Snitzer) [1949682]
dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED (Mike Snitzer) [1949682]
dm verity: fix DM_VERITY_OPTS_MAX value (Mike Snitzer) [1949682]
dm verity fec: fix misaligned RS roots IO (Mike Snitzer) [1949682]
dm verity: fix FEC for RS roots unaligned to block size (Mike Snitzer) [1949682]
dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size (Mike Snitzer) [1949682]
dm: fix deadlock when swapping to encrypted device (Mike Snitzer) [1949682]
dm era: only resize metadata in preresume (Mike Snitzer) [1949682]
dm era: Use correct value size in equality function of writeset tree (Mike Snitzer) [1949682]
dm era: Fix bitset memory leaks (Mike Snitzer) [1949682]
dm era: Verify the data block size hasn't changed (Mike Snitzer) [1949682]
dm era: Reinitialize bitset cache before digesting a new writeset (Mike Snitzer) [1949682]
dm era: Update in-core bitset after committing the metadata (Mike Snitzer) [1949682]
dm era: Recover committed writeset after crash (Mike Snitzer) [1949682]
dm writecache: fix writing beyond end of underlying device when shrinking (Mike Snitzer) [1949682]
dm table: remove needless request_queue NULL pointer checks (Mike Snitzer) [1949682]
dm table: fix zoned iterate_devices based device capability checks (Mike Snitzer) [1949682]
dm writecache: return the exact table values that were set (Mike Snitzer) [1949682]
dm writecache: fix unnecessary NULL check warnings (Mike Snitzer) [1949682]
dm writecache: fix performance degradation in ssd mode (Mike Snitzer) [1949682]
dm integrity: introduce the "fix_hmac" argument (Mike Snitzer) [1949682]
dm persistent data: fix return type of shadow_root() (Mike Snitzer) [1949682]
dm: cleanup of front padding calculation (Mike Snitzer) [1949682]
dm integrity: fix spelling mistake "flusing" -> "flushing" (Mike Snitzer) [1949682]
dm crypt: Spelling s_cihper_cipher_ (Mike Snitzer) [1949682]
dm: avoid filesystem lookup in dm_get_dev_t() (Mike Snitzer) [1949682]
dm integrity: conditionally disable "recalculate" feature (Mike Snitzer) [1949682]
dm integrity: fix a crash if "recalculate" used without "internal_hash" (Mike Snitzer) [1949682]
dm integrity: fix the maximum number of arguments (Mike Snitzer) [1949682]
dm integrity: fix flush with external metadata device (Mike Snitzer) [1949682]
dm snapshot: flush merged data before committing metadata (Mike Snitzer) [1949682]
dm zoned: select CONFIG_CRC32 (Mike Snitzer) [1949682]
dm integrity: select CRYPTO_SKCIPHER (Mike Snitzer) [1949682]
dm cache: simplify the return expression of load_mapping() (Mike Snitzer) [1949682]
dm verity: skip verity work if I_O error when system is shutting down (Mike Snitzer) [1949682]
dm ioctl: fix error return code in target_message (Mike Snitzer) [1949682]
dm crypt: Constify static crypt_iv_operations (Mike Snitzer) [1949682]
dm: add support for REQ_NOWAIT to various targets (Mike Snitzer) [1949682]
dm: rename multipath path selector source files to have "dm-ps" prefix (Mike Snitzer) [1949682]
dm mpath: add IO affinity path selector (Mike Snitzer) [1949682]
dm verity: Add support for signature verification with 2nd keyring (Mike Snitzer) [1949682]
dm: remove unnecessary current->bio_list check when submitting split bio (Mike Snitzer) [1949682]
dm: remove invalid sparse __acquires and __releases annotations (Mike Snitzer) [1949682]
dm: fix double RCU unlock in dm_dax_zero_page_range() error path (Mike Snitzer) [1949682]
dm writecache: remove BUG() and fail gracefully instead (Mike Snitzer) [1949682]
dm table: Remove BUG_ON(in_interrupt()) (Mike Snitzer) [1949682]
dm: fix bug with RCU locking in dm_blk_report_zones (Mike Snitzer) [1949682]
Revert "dm cache: fix arm link errors with inline" (Mike Snitzer) [1949682]
vfs: remove lockdep bogosity in __sb_start_write (Brian Foster) [1926097]
nbd: freeze the queue while we're adding connections (Ming Lei) [1927246]
selftests/livepatch: Do not check order when using "comm" for dmesg checking (Joel Savitz) [1942056]
RDMA/siw,rxe: Make emulated devices virtual in the device tree (Kamal Heib) [1931849]
RDMA/core: remove use of dma_virt_ops (Kamal Heib) [1931849]
RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_size (Kamal Heib) [1931849]
RDMA/core: Fix ib_dma_max_seg_size() (Kamal Heib) [1931849]
RDMA/umem: Move to allocate SG table from pages (Kamal Heib) [1931849]
lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED values (Kamal Heib) [1931849]
lib/scatterlist: Add support in dynamic allocation of SG table from pages (Kamal Heib) [1931846]
RDMA/srp: Increase max_segment_size (Kamal Heib) [1931849]
RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr (Kamal Heib) [1931849]
RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQ (Kamal Heib) [1931849]
RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC (Kamal Heib) [1931849]
RDMA/cma: Fix error flow in default_roce_mode_store (Kamal Heib) [1931849]
RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two() (Kamal Heib) [1931849]
RDMA/restrack: Don't treat as an error allocation ID wrapping (Kamal Heib) [1931849]
RDMA/ucma: Do not miss ctx destruction steps in some cases (Kamal Heib) [1931849]
RDMA/cma: Don't overwrite sgid_attr after device is released (Kamal Heib) [1931849]
RDMA/rxe: Use acquire/release for memory ordering (Kamal Heib) [1931849]
RDMA/uverbs: Fix incorrect variable type (Kamal Heib) [1931849]
RDMA/core: Update kernel documentation for ib_create_named_qp() (Kamal Heib) [1931849]
RDMA/iser: Remove in_interrupt() usage (Kamal Heib) [1931849]
IB: Fix kernel-doc markups (Kamal Heib) [1931849]
RDMA/uverbs: Check ODP in ib_check_mr_access() as well (Kamal Heib) [1931849]
RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr() (Kamal Heib) [1931849]
RDMA/efa: Use dma_set_mask_and_coherent() to simplify code (Kamal Heib) [1931849]
RDMA/restrack: Support all QP types (Kamal Heib) [1931849]
RDMA/core: Allow drivers to disable restrack DB (Kamal Heib) [1931849]
RDMA/core: Track device memory MRs (Kamal Heib) [1931849]
RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwind (Kamal Heib) [1931849]
IB/hfi1: Fix fall-through warnings for Clang (Kamal Heib) [1931849]
RDMA/ipoib: Distribute cq completion vector better (Kamal Heib) [1931849]
RDMA/efa: Remove .create_ah callback assignment (Kamal Heib) [1931849]
RDMA/cma: Add missing error handling of listen_id (Kamal Heib) [1931849]
RDMA/restrack: Store all special QPs in restrack DB (Kamal Heib) [1931849]
RDMA/counter: Combine allocation and bind logic (Kamal Heib) [1931849]
RDMA/core: Remove ib_dma_{alloc,free}_coherent (Kamal Heib) [1931849]
RDMA/core: Make FD destroy callback void (Kamal Heib) [1931849]
RDMA/core: Postpone uobject cleanup on failure till FD close (Kamal Heib) [1931849]
IB/isert: Do not excplicitly check == false for bool (Kamal Heib) [1931849]
IB/core: Add support for NDR link speed (Kamal Heib) [1931849]
RDMA/ipoib: Add 50Gb and 100Gb link speeds to ethtool (Kamal Heib) [1931849]
RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SEND (Kamal Heib) [1931849]
RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler() (Kamal Heib) [1931849]
RDMA/rxe: Compute PSN windows correctly (Kamal Heib) [1931849]
RDMA/core: Fix error return in _ib_modify_qp() (Kamal Heib) [1931849]
IB/verbs: avoid nested container_of() (Kamal Heib) [1931849]
RDMA/rxe: Remove unused RXE_MR_TYPE_FMR (Kamal Heib) [1931849]
RDMA: Remove AH from uverbs_cmd_mask (Kamal Heib) [1931849]
RDMA: Remove uverbs cmds from drivers that don't use them (Kamal Heib) [1931849]
RDMA/core Remove uverbs_ex_cmd_mask (Kamal Heib) [1931849]
RDMA: Check create_flags during create_qp (Kamal Heib) [1931849]
RDMA: Check flags during create_cq (Kamal Heib) [1931849]
RDMA: Check attr_mask during modify_qp (Kamal Heib) [1931849]
RDMA: Check srq_type during create_srq (Kamal Heib) [1931849]
RDMA: Move more uverbs_cmd_mask settings to the core (Kamal Heib) [1931849]
RDMA: Remove elements in uverbs_cmd_mask that all drivers set (Kamal Heib) [1931849]
RDMA: Remove uverbs_ex_cmd_mask values that are linked to functions (Kamal Heib) [1931849]
RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait (Kamal Heib) [1931846]
RDMA/core: Fix empty gid table for non IB/RoCE devices (Kamal Heib) [1931846]
RDMA/efa: Use the correct current and new states in modify QP (Kamal Heib) [1931846]
RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configs (Kamal Heib) [1931846]
RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstring (Kamal Heib) [1931846]
RDMA/vmw_pvrdma: Fix the active_speed and phys_state value (Kamal Heib) [1931846]
RDMA: Fix software RDMA drivers for dma mapping error (Kamal Heib) [1931846]
IB/srpt: docs: add a description for cq_size member (Kamal Heib) [1931846]
RDMA: Add rdma_connect_locked() (Kamal Heib) [1931846]
RDMA/uverbs: Fix false error in query gid IOCTL (Kamal Heib) [1931846]
RDMA/rxe: Fix small problem in network_type patch (Kamal Heib) [1931846]
RDMA/ucma: Fix use after free in destroy id flow (Kamal Heib) [1931846]
RDMA/rxe: Move the definitions for rxe_av.network_type to uAPI (Kamal Heib) [1931846]
RDMA: Explicitly pass in the dma_device to ib_register_device (Kamal Heib) [1931846]
RDMA/usnic: Remove the query_pkey callback (Kamal Heib) [1931846]
RDMA/usnic: Fix spelling mistake "transistion" -> "transition" (Kamal Heib) [1931846]
RDMA/usnic: switch from 'pci_' to 'dma_' API (Kamal Heib) [1931846]
RDMA/usnic: Avoid overly large buffers on stack (Kamal Heib) [1931846]
IB/usnic: Use dev_get_drvdata (Kamal Heib) [1931846]
IB/usnic: Fix deadlock (Kamal Heib) [1931846]
Revert "[infiniband] usnic_verbs: fix deadlock" (Kamal Heib) [1931846]
RDMA/rxe: Remove duplicate entries in struct rxe_mr (Kamal Heib) [1931846]
RDMA/uverbs: Expose the new GID query API to user space (Kamal Heib) [1931846]
RDMA/core: Introduce new GID table query API (Kamal Heib) [1931846]
RDMA/core: Modify enum ib_gid_type and enum rdma_network_type (Kamal Heib) [1931846]
RDMA/core: Change rdma_get_gid_attr returned error code (Kamal Heib) [1931846]
RDMA/core: Constify struct attribute_group (Kamal Heib) [1931846]
RDMA/core: Remove ucontext->closing (Kamal Heib) [1931846]
RDMA/drivers: Remove udata check from special QP (Kamal Heib) [1931846]
RDMA/qedr: Add support for user mode XRC-SRQ's (Kamal Heib) [1931846]
RDMA/mlx4: Prepare QP allocation to remove from the driver (Kamal Heib) [1931846]
RDMA/mlx4: Embed GSI QP into general mlx4_ib QP (Kamal Heib) [1931846]
RDMA/core: Align write and ioctl checks of QP types (Kamal Heib) [1931846]
RDMA/efa: Drop double zeroing for sg_init_table() (Kamal Heib) [1931846]
RDMA/efa: Add messages and RDMA read work requests HW stats (Kamal Heib) [1931846]
RDMA/efa: Group keep alive received counter with other SW stats (Kamal Heib) [1931846]
RDMA/restrack: Improve readability in task name management (Kamal Heib) [1931846]
RDMA/restrack: Simplify restrack tracking in kernel flows (Kamal Heib) [1931846]
RDMA/restrack: Count references to the verbs objects (Kamal Heib) [1931846]
RDMA/cma: Delete from restrack DB after successful destroy (Kamal Heib) [1931846]
RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy (Kamal Heib) [1931846]
RDMA: Fix link active_speed size (Kamal Heib) [1931846]
net/mlx5: Refactor query port speed functions (Kamal Heib) [1931846]
RDMA: Convert RWQ table logic to ib_core allocation scheme (Kamal Heib) [1931846]
RDMA: Clean MW allocation and free flows (Kamal Heib) [1931846]
RDMA/cma: Fix use after free race in roce multicast join (Kamal Heib) [1931846]
RDMA/cma: Consolidate the destruction of a cma_multicast in one place (Kamal Heib) [1931846]
RDMA/cma: Remove dead code for kernel rdmacm multicast (Kamal Heib) [1931846]
RDMA/cma: Combine cma_ndev_work with cma_work (Kamal Heib) [1931846]
RDMA/cma: Remove cma_comp() (Kamal Heib) [1931846]
RDMA/cma: Fix locking for the RDMA_CM_LISTEN state (Kamal Heib) [1931846]
RDMA/cma: Make the locking for automatic state transition more clear (Kamal Heib) [1931846]
RDMA/cma: Fix locking for the RDMA_CM_CONNECT state (Kamal Heib) [1931846]
RDMA/core: Added missing WR and WC opcodes (Kamal Heib) [1931846]
RDMA/qedr: Remove fbo and zbva from the MR (Kamal Heib) [1931846]
RDMA/mlx4: Use ib_umem_num_dma_blocks() (Kamal Heib) [1931846]
RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count() (Kamal Heib) [1931846]
RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages() (Kamal Heib) [1931846]
RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count() (Kamal Heib) [1931846]
RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-coding (Kamal Heib) [1931846]
RDMA/i40iw: Use ib_umem_num_dma_pages() (Kamal Heib) [1931846]
RDMA/efa: Use ib_umem_num_dma_pages() (Kamal Heib) [1931846]
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks() (Kamal Heib) [1931846]
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block (Kamal Heib) [1931846]
RDMA/umem: Add rdma_umem_for_each_dma_block() (Kamal Heib) [1931846]
RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz() (Kamal Heib) [1931846]
RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundary (Kamal Heib) [1931846]
RDMA: Make counters destroy symmetrical (Kamal Heib) [1931846]
RDMA: Restore ability to return error for destroy WQ (Kamal Heib) [1931846]
RDMA: Change XRCD destroy return value (Kamal Heib) [1931846]
RDMA: Allow fail of destroy CQ (Kamal Heib) [1931846]
RDMA/core: Delete function indirection for alloc/free kernel CQ (Kamal Heib) [1931846]
RDMA: Restore ability to fail on SRQ destroy (Kamal Heib) [1931846]
RDMA/mlx5: Issue FW command to destroy SRQ on reentry (Kamal Heib) [1931846]
RDMA: Restore ability to fail on AH destroy (Kamal Heib) [1931846]
RDMA: Restore ability to fail on PD deallocate (Kamal Heib) [1931846]
RDMA/core: Change how failing destroy is handled during uobj abort (Kamal Heib) [1931846]
RDMA/ucma: Fix resource leak on error path (Kamal Heib) [1931846]
RDMA/rxe: Address an issue with hardened user copy (Kamal Heib) [1931846]
RDMA/rxe: Add SPDX hdrs to rxe source files (Kamal Heib) [1931846]
RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leaked (Kamal Heib) [1931846]
RDMA/rxe: Fix style warnings (Kamal Heib) [1931846]
RDMA/ucma: Remove closing and the close_wq (Kamal Heib) [1931846]
RDMA/ucma: Rework how new connections are passed through event delivery (Kamal Heib) [1931846]
RDMA/ucma: Narrow file->mut in ucma_event_handler() (Kamal Heib) [1931846]
RDMA/ucma: Change backlog into an atomic (Kamal Heib) [1931846]
RDMA/ucma: Add missing locking around rdma_leave_multicast() (Kamal Heib) [1931846]
RDMA/ucma: Fix locking for ctx->events_reported (Kamal Heib) [1931846]
RDMA/ucma: Fix the locking of ctx->file (Kamal Heib) [1931846]
RDMA/ucma: Do not use file->mut to lock destroying (Kamal Heib) [1931846]
RDMA/cma: Add missing locking to rdma_accept() (Kamal Heib) [1931846]
RDMA/ucma: Remove mc_list and rely on xarray (Kamal Heib) [1931846]
RDMA/ucma: Fix error cases around ucma_alloc_ctx() (Kamal Heib) [1931846]
RDMA/ucma: Consolidate the two destroy flows (Kamal Heib) [1931846]
RDMA/ucma: Remove unnecessary locking of file->ctx_list in close (Kamal Heib) [1931846]
RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx() (Kamal Heib) [1931846]
RDMA/cm: Add tracepoints to track MAD send operations (Kamal Heib) [1931846]
RDMA/cm: Replace pr_debug() call sites with tracepoints (Kamal Heib) [1931846]
RDMA/core: Move the rdma_show_ib_cm_event() macro (Kamal Heib) [1931846]
RDMA/efa: Remove redundant udata check from alloc ucontext response (Kamal Heib) [1931846]
RDMA/vmw_pvrdma: Fix kernel-doc documentation (Kamal Heib) [1931846]
RDMA/rxe: prevent rxe creation on top of vlan interface (Kamal Heib) [1931846]
RDMA/cm: Remove unused cm_class (Kamal Heib) [1931846]
IB/isert: remove duplicated error prints (Kamal Heib) [1931846]
RDMA/efa: Introduce SRD RNR retry (Kamal Heib) [1931846]
RDMA/efa: Introduce SRD QP state machine (Kamal Heib) [1931846]
RDMA/efa: Be consistent with modify QP bitmask (Kamal Heib) [1931846]
RDMA/efa: Add a generic capability check helper (Kamal Heib) [1931846]
RDMA: Remove constant domain argument from flow creation call (Kamal Heib) [1931846]
RDMA/i40iw: Avoid typecast from void to pci_dev (Kamal Heib) [1931846]
sched/uclamp: Add CPU's clamp buckets refcounting (Kamal Heib) [1931846]
overflow: Include header file with SIZE_MAX declaration (Kamal Heib) [1931846]
treewide: Use fallthrough pseudo-keyword (Kamal Heib) [1931846]
IB/hfi1: Use fallthrough pseudo-keyword (Kamal Heib) [1931846]
treewide: replace '---help---' in Kconfig files with 'help' (Kamal Heib) [1931846]
remove ioremap_nocache and devm_ioremap_nocache (Kamal Heib) [1931846]
|