linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-23 00:25:08 to 2021-12-23 06:35:06 UTC [more...]

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-23  6:35 UTC  (7+ messages)

[PATCH] scsi: bsg: Ignore bsg queue registration failures again
 2021-12-23  6:34 UTC  (2+ messages)

[PATCH] Revert "phy: cadence-torrent: Do not configure SERDES if it's already configured"
 2021-12-23  6:27 UTC  (3+ messages)
  ` [EXT] "

[PATCH v4 00/15] PHY: Add support for multilink configurations in Cadence Sierra PHY driver
 2021-12-23  6:01 UTC  (16+ messages)
` [PATCH v4 01/15] phy: cadence: Sierra: Use of_device_get_match_data() to get driver data
` [PATCH v4 02/15] phy: cadence: Sierra: Prepare driver to add support for multilink configurations
` [PATCH v4 03/15] dt-bindings: phy: cadence-torrent: Rename SSC macros to use generic names
` [PATCH v4 04/15] dt-bindings: phy: cadence-sierra: Add binding to specify SSC mode
` [PATCH v4 05/15] phy: cadence: Sierra: Add support to get SSC type from device tree
` [PATCH v4 06/15] phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra documentation
` [PATCH v4 07/15] phy: cadence: Sierra: Add PHY PCS common register configurations
` [PATCH v4 08/15] phy: cadence: Sierra: Check cmn_ready assertion during PHY power on
` [PATCH v4 09/15] phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation
` [PATCH v4 10/15] phy: cadence: Sierra: Update single link PCIe register configuration
` [PATCH v4 11/15] phy: cadence: Sierra: Fix to get correct parent for mux clocks
` [PATCH v4 12/15] phy: cadence: Sierra: Add support for PHY multilink configurations
` [PATCH v4 13/15] phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration
` [PATCH v4 14/15] dt-bindings: phy: cadence-sierra: Add clock ID for derived reference clock
` [PATCH v4 15/15] phy: cadence: Sierra: Add support for derived reference clock output

[PATCH v2 00/50] wilc1000: rework tx path to use sk_buffs throughout
 2021-12-23  6:16 UTC  (52+ messages)
` [PATCH v2 03/50] wilc1000: move receive-queue stats from txq to wilc structure
` [PATCH v2 04/50] wilc1000: factor common code in wilc_wlan_cfg_set() and wilc_wlan_cfg_get()
` [PATCH v2 02/50] wilc1000: switch txq_event from completion to waitqueue
` [PATCH v2 01/50] wilc1000: don't hold txq_spinlock while initializing AC queue limits
` [PATCH v2 31/50] wilc1000: eliminate another magic constant
` [PATCH v2 29/50] wilc1000: factor header length calculation into a new function
` [PATCH v2 33/50] wilc1000: move ac_desired_ratio calculation to where its needed
` [PATCH v2 18/50] wilc1000: split huge tx handler into subfunctions
` [PATCH v2 11/50] wilc1000: convert tqx_entries from "int" to "atomic_t"
` [PATCH v2 07/50] wilc1000: increment tx_dropped stat counter on tx packet drop
` [PATCH v2 15/50] wilc1000: add struct wilc_skb_tx_cb as an alias of struct txq_entry_t
` [PATCH v2 27/50] wilc1000: simplify ac_balance() a bit
` [PATCH v2 20/50] wilc1000: eliminate "max_size_over" variable in fill_vmm_table
` [PATCH v2 25/50] wilc1000: replace txq_spinlock with ack_filter_lock mutex
` [PATCH v2 19/50] wilc1000: don't tell the chip to go to sleep while copying tx packets
` [PATCH v2 13/50] wilc1000: sanitize config packet sequence number management a bit
` [PATCH v2 22/50] wilc1000: minor syntax cleanup
` [PATCH v2 12/50] wilc1000: refactor wilc_wlan_cfg_commit() a bit
` [PATCH v2 14/50] wilc1000: if there is no tx packet, don't increment packets-sent counter
` [PATCH v2 10/50] wilc1000: factor initialization of tx queue-specific packet fields
` [PATCH v2 16/50] wilc1000: switch tx queue to normal sk_buff entries
` [PATCH v2 09/50] wilc1000: prepare wilc_wlan_tx_packet_done() for sk_buff changes
` [PATCH v2 23/50] wilc1000: introduce symbolic names for two tx-related control bits
` [PATCH v2 24/50] wilc1000: protect tx_q_limit with a mutex instead of a spinlock
` [PATCH v2 06/50] wilc1000: move tx packet drop code into its own function
` [PATCH v2 28/50] wilc1000: improve send_packets() a bit
` [PATCH v2 08/50] wilc1000: fix management packet type inconsistency
` [PATCH v2 30/50] wilc1000: use more descriptive variable names
` [PATCH v2 17/50] wilc1000: remove no longer used "vif" argument from init_txq_entry()
` [PATCH v2 21/50] wilc1000: declare read-only ac_preserve_ratio as static and const
` [PATCH v2 48/50] wilc1000: introduce function to find and check DMA response
` [PATCH v2 26/50] wilc1000: reduce amount of time ack_filter_lock is held
` [PATCH v2 45/50] wilc1000: move struct wilc_spi declaration
` [PATCH v2 37/50] wilc1000: introduce set_header() function
` [PATCH v2 46/50] wilc1000: remove duplicate CRC calculation code
` [PATCH v2 47/50] wilc1000: factor SPI DMA command initialization code into a function
` [PATCH v2 42/50] wilc1000: simplify code by adding header/padding to skb
` [PATCH v2 40/50] wilc1000: introduce schedule_packets() function
` [PATCH v2 34/50] wilc1000: restructure wilc-wlan_handle_txq() for clarity
` [PATCH v2 50/50] wilc1000: add module parameter "disable_zero_copy_tx" to SPI driver
` [PATCH v2 49/50] wilc1000: implement zero-copy transmit support for SPI
` [PATCH v2 32/50] wilc1000: introduce vmm_table_entry() helper function
` [PATCH v2 39/50] wilc1000: eliminate txq_add_to_head_cs mutex
` [PATCH v2 44/50] wilc1000: don't allocate tx_buffer when zero-copy is available
` [PATCH v2 36/50] wilc1000: introduce transmit path chip queue
` [PATCH v2 38/50] wilc1000: take advantage of "
` [PATCH v2 05/50] wilc1000: add wilc_wlan_tx_packet_done() function
` [PATCH v2 41/50] wilc1000: use more descriptive variable name
` [PATCH v2 43/50] wilc1000: add support for zero-copy transmit of tx packets
` [PATCH v2 35/50] wilc1000: introduce copy_and_send_packets() helper function

[PATCH v2 00/23] PCI: Name structs, functions consistently
 2021-12-23  6:10 UTC  (26+ messages)
` [PATCH v2 01/23] PCI: altera: Prefer of_device_get_match_data()
` [PATCH v2 02/23] PCI: artpec6: "
` [PATCH v2 03/23] PCI: cadence: "
` [PATCH v2 04/23] PCI: designware-plat: "
` [PATCH v2 05/23] PCI: dra7xx: "
` [PATCH v2 06/23] PCI: keystone: "
` [PATCH v2 07/23] PCI: kirin: "
` [PATCH v2 08/23] PCI: j721e: Drop pointless of_device_get_match_data() cast
` [PATCH v2 09/23] PCI: j721e: Drop redundant struct device *
` [PATCH v2 10/23] PCI: intel-gw: Rename intel_pcie_port to intel_pcie
` [PATCH v2 11/23] PCI: iproc: Rename iproc_pcie_bcma_ to iproc_bcma_pcie_
` [PATCH v2 12/23] PCI: iproc: Rename iproc_pcie_pltfm_ to iproc_pltfm_pcie_
` [PATCH v2 13/23] PCI: ls-gen4: Rename ls_pcie_g4 to ls_g4_pcie
` [PATCH v2 14/23] PCI: mediatek-gen3: Rename mtk_pcie_port to mtk_gen3_pcie
` [PATCH v2 15/23] PCI: microchip: Rename mc_port to mc_pcie
` [PATCH v2 16/23] PCI: mt7621: Make pci_ops static
` [PATCH v2 17/23] PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_
` [PATCH v2 18/23] PCI: rcar-gen2: Rename rcar_pci_priv to rcar_pci
` [PATCH v2 19/23] PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcie
` [PATCH v2 20/23] PCI: uniphier: Rename uniphier_pcie_priv to uniphier_pcie
` [PATCH v2 21/23] PCI: xgene: Rename xgene_pcie_port to xgene_pcie
` [PATCH v2 22/23] PCI: xilinx: Rename xilinx_pcie_port to xilinx_pcie
` [PATCH v2 23/23] PCI: xilinx-cpm: Rename xilinx_cpm_pcie_port to xilinx_cpm_pcie

[PATCH] virtio/virtio_pci_legacy_dev: ensure the correct return value
 2021-12-23  5:58 UTC  (2+ messages)

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-23  5:53 UTC  (11+ messages)
` [PATCH v4 02/13] driver core: Set DMA ownership during driver bind/unbind
` [PATCH v4 07/13] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups

[RFC PATCH v12 00/17] dlb: introduce DLB device driver
 2021-12-23  5:39 UTC  (9+ messages)
` [RFC PATCH v12 01/17] dlb: add skeleton for DLB driver

[PATCH v6 0/4] Rx mode support for Cadence DPHY
 2021-12-23  5:36 UTC  (5+ messages)
` [PATCH v6 1/4] phy: cadence: Add Cadence D-PHY Rx driver

[syzbot] INFO: task hung in jbd2_journal_commit_transaction (3)
 2021-12-23  5:32 UTC  (2+ messages)

[PATCH 0/7] ASoC/SoundWire: improve suspend flows and use set_stream() instead of set_tdm_slots() for HDAudio
 2021-12-23  5:19 UTC  (4+ messages)

[PATCH 00/10] Removal of most do_exit calls
 2021-12-23  5:19 UTC  (10+ messages)
` [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads
              ` [PATCH] kthread: Generalize pf_io_worker so it can point to struct kthread

[PATCH v2] scsi: ufs: Fix deadlock issue in ufshcd_wait_for_doorbell_clr()
 2021-12-23  5:09 UTC  (2+ messages)

[PATCH 0/8] hisi_sas: Some misc patches
 2021-12-23  5:09 UTC  (2+ messages)

[PATCH v3] qla2xxx: synchronize rport dev_loss_tmo setting
 2021-12-23  5:09 UTC  (2+ messages)

[PATCH v2 0/2] Add THERMAL control driver for Sunplus SP7021 SoC
 2021-12-23  5:06 UTC  (3+ messages)
` [PATCH v2 1/2] THERMAL: Add THERMAL driver for Sunplus SP7021
` [PATCH v2 2/2] devicetree: bindings THERMAL Add bindings doc "

[PATCH v2] arm64: dts: qcom: sm8350: Correct UFS symbol clocks
 2021-12-23  5:05 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Fix cross compiling error when using userspace pt_regs
 2021-12-23  5:20 UTC 

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-23  4:52 UTC  (10+ messages)

[PATCH v3 0/6] Introduce x86 assembly accelerated implementation for SM3 algorithm
 2021-12-23  4:35 UTC  (7+ messages)
` [PATCH v3 1/6] crypto: sm3 - create SM3 stand-alone library
` [PATCH v3 2/6] crypto: arm64/sm3-ce - make dependent on sm3 library
` [PATCH v3 3/6] crypto: sm2 "
` [PATCH v3 4/6] crypto: sm3 "
` [PATCH v3 5/6] crypto: x86/sm3 - add AVX assembly implementation
` [PATCH v3 6/6] crypto: tcrypt - add asynchronous speed test for SM3

[PATCH v3 0/3] Fix Tegra194 HDA regression
 2021-12-23  4:34 UTC  (4+ messages)
` [PATCH v3 1/3] ALSA: hda/tegra: Fix Tegra194 HDA reset failure

[PATCH net-next] net: dsa: tag_ocelot: use traffic class to map priority on injected header
 2021-12-23  4:27 UTC  (3+ messages)
  ` [EXT] "

[PATCH] integrity: Do not load MOK and MOKx when secure boot be disabled
 2021-12-23  4:10 UTC  (3+ messages)

[PATCH v3] tpm: fix potential NULL pointer access in tpm_del_char_device
 2021-12-23  4:02 UTC 

[PATCH -next] scsi: efct: Use GFP_ATOMIC under spin lock
 2021-12-23  3:56 UTC  (3+ messages)

[PATCH] HID: holtek-mouse: start hardware in probe
 2021-12-22  2:21 UTC 

[PATCH] doc: fs: remove bdev_try_to_free_page related doc
 2021-12-23  3:51 UTC 

[PATCH] drm/i915/selftests: fix potential refcnt issue of a dma_buf object
 2021-12-23  3:39 UTC 

[PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
 2021-12-23  3:40 UTC  (2+ messages)

[PATCH] ext4: call fallocate may cause process to hang when using fast commit
 2021-12-23  3:32 UTC  (4+ messages)
    ` [External] "

[kthread] 40966e316f: WARNING:at_kernel/sched/core.c:#sched_init
 2021-12-23  3:31 UTC  (4+ messages)

[PATCH 0/2] ext4: fast commit crash consistency issues
 2021-12-23  3:23 UTC  (3+ messages)
` [PATCH 1/2] ext4: use ext4_ext_remove_space() for fast commit replay delete range
` [PATCH 2/2] ext4: fast commit may miss tracking unwritten range during ftruncate

Re: [PATCH] serial: mps2-uart: Check for error irq
 2021-12-23  3:21 UTC 

[PATCH] ipc/sem: do not sleep with a spin lock held
 2021-12-23  3:12 UTC  (4+ messages)
` [PATCH v2] "

mmotm 2021-12-22-19-02 uploaded
 2021-12-23  3:02 UTC 

[PATCH 0/5] Remove duplicate context init function for sha algorithm
 2021-12-23  2:59 UTC  (4+ messages)
` [PATCH 1/5] crypto: sha256 - remove duplicate generic hash init function

[PATCH v3 1/3] Bluetooth: mt7921s: Support wake on bluetooth
 2021-12-23  2:56 UTC  (3+ messages)
` [PATCH v3 2/3] Bluetooth: mt7921s: Enable SCO over I2S
` [PATCH v3 3/3] Bluetooth: btmtksdio: move struct reg_read_cmd to common file

[PATCH] net: mvneta: use min() to make code cleaner
 2021-12-23  2:54 UTC  (2+ messages)

[PATCH] driver core: platform: Fix wrong comment
 2021-12-23  2:53 UTC 

[PATCH RESEND] ARM: Add unwinding annotations to __loop.*delay functions
 2021-12-23  2:56 UTC 

[PATCH] netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
 2021-12-23  2:48 UTC 

[PATCH] usb: gadget: udc: mv_udc_core: Check error dma address
 2021-12-23  2:50 UTC 

[PATCH] usb: gadget: udc: mv_udc_core: Check error dma address
 2021-12-23  2:47 UTC 

[PATCH v2] ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE
 2021-12-23  2:41 UTC  (2+ messages)

[PATCH v2] memcg: add per-memcg vmalloc stat
 2021-12-23  2:32 UTC  (3+ messages)

[PATCH -next] PCI/ACPI: Fix acpi_pci_osc_control_set() kernel-doc comment
 2021-12-23  2:28 UTC 

[PATCH] net: ethernet: mellanox: return errno instead of 1
 2021-12-23  2:24 UTC 

[PATCH V2] drm: nouveau: lsfw: cleanup coccinelle warning
 2021-12-23  2:24 UTC 

[PATCH] block: return specific error when pointer is NULL
 2021-12-23  2:24 UTC 

[PATCH v6 00/14] cpufreq: introduce a new AMD CPU frequency control mechanism
 2021-12-23  2:22 UTC  (6+ messages)
` [PATCH v6 02/14] x86/msr: add AMD CPPC MSR definitions

[PATCH] crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
 2021-12-23  2:16 UTC  (2+ messages)

[PATCH] drm/vmwgfx:fix refcount leak in vmw_kms_fb_create()
 2021-12-23  2:13 UTC 

[PATCH 00/13] riscv: compat: Add COMPAT mode support for rv64
 2021-12-23  2:12 UTC  (8+ messages)
` [PATCH 02/13] riscv: Fixup difference with defconfig

[PATCH v18 00/17] support reserving crashkernel above 4G on arm64 kdump
 2021-12-23  2:09 UTC  (4+ messages)
` [PATCH v18 01/17] x86/setup: Move CRASH_ALIGN and CRASH_ADDR_{LOW|HIGH}_MAX to asm/kexec.h

[PATCH -next v3] bfq: fix use-after-free in bfq_dispatch_request
 2021-12-23  2:06 UTC  (3+ messages)
  ` 答复: "

[PATCH] perf record: Add O_EXCL flag for opening perf.data file
 2021-12-23  1:58 UTC 

[PATCH] net: remove judgement based on gfp_flags
 2021-12-23  1:56 UTC 

[PATCH -next v2] ext4: Fix BUG_ON in ext4_bread when write quota data
 2021-12-23  1:55 UTC 

[PATCH -next] ext4: Fix remount with 'abort' option isn't effective
 2021-12-23  1:41 UTC  (5+ messages)

[PATCH] chardev: fix error handling in cdev_device_add()
 2021-12-23  1:41 UTC  (2+ messages)

[PATCH v6 0/3] integrity: support including firmware ".platform" keys at build time
 2021-12-23  1:39 UTC  (4+ messages)
` [PATCH v6 1/3] certs: export load_certificate_list() to be used outside certs/
` [PATCH v6 2/3] integrity: make integrity_keyring_from_id() non-static
` [PATCH v6 3/3] integrity: support including firmware ".platform" keys at build time

[PATCH] KVM: return the error code from kvm_arch_create_vm_debugfs when it fails
 2021-12-23  1:34 UTC 

[PATCH v3] perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
 2021-12-23  1:33 UTC  (3+ messages)

[PATCH v3] psi: fix possible trigger missing in the window
 2021-12-23  1:11 UTC  (4+ messages)

[PATCH 0/4] block, bfq: minor cleanup and fix
 2021-12-23  1:03 UTC  (6+ messages)
` [PATCH 4/4] block, bfq: update pos_root for idle bfq_queue in bfq_bfqq_move()

[PATCH v9 2/2] drm/msm/dp: do not initialize phy until plugin interrupt received
 2021-12-23  0:54 UTC 

[PATCH v9 1/2] drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed
 2021-12-23  0:53 UTC 

[tip:x86/mm] BUILD SUCCESS b64dfcde1ca9cb82e38e573753f0c0db8fb841c2
 2021-12-23  0:47 UTC 

[nbd168-wireless:mt76 10/28] drivers/net/wireless/mediatek/mt76/mt7915/mac.c:472:5: warning: variable 'flags' set but not used
 2021-12-23  0:46 UTC 

[PATCH] ata: libahci_platform: Remove abundant check
 2021-12-23  0:44 UTC  (3+ messages)

[PATCH v3] livepatch: Fix kobject refcount bug on klp_init_patch_early failure path
 2021-12-23  0:42 UTC  (2+ messages)

[PATCH v2 0/4] ata: pata_platform: Refurbish the driver
 2021-12-23  0:35 UTC  (3+ messages)
` [PATCH v2 1/4] ata: pata_platform: make use of platform_get_mem_or_io()

[PATCH v9 00/15] Function Granular KASLR
 2021-12-23  0:22 UTC  (3+ messages)
` [PATCH v9 12/15] module: Reorder functions
` [PATCH v9 15/15] maintainers: add MAINTAINERS entry for FG-KASLR


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).