All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-13 16:03:28 to 2021-09-13 16:33:47 UTC [more...]

[PULL 00/14] aspeed queue
 2021-09-13 16:13 UTC  (4+ messages)
` [PULL 04/14] watchdog: aspeed: Fix sequential control writes
` [PULL 08/14] arm/aspeed: rainier: Add i2c eeproms and muxes
` [PULL 12/14] hw/arm/aspeed: Initialize AST2600 UART clock selection registers

[PATCH] tcg/arm: Reduce vector alignment requirement for NEON
 2021-09-13 16:28 UTC  (4+ messages)

[PATCH v2 0/7] badblocks improvement for multiple bad block ranges
 2021-09-13 16:30 UTC  (8+ messages)
` [PATCH v2 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v2 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v2 3/6] badblocks: improvement badblocks_set() for multiple "
` [PATCH v2 4/6] badblocks: improve badblocks_clear() "
` [PATCH v2 5/6] badblocks: improve badblocks_check() "
` [PATCH v2 6/6] badblocks: switch to the improved badblock handling code
` [PATCH] test: user space code to test badblocks APIs

[PULL 00/23] target-arm queue
 2021-09-13 16:11 UTC  (19+ messages)
` [PULL 01/23] hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase
` [PULL 02/23] hw/char: cadence_uart: Disable transmit when input clock is disabled
` [PULL 03/23] hw/char: cadence_uart: Move clock/reset check to uart_can_receive()
` [PULL 04/23] hw/char: cadence_uart: Convert to memop_with_attrs() ops
` [PULL 05/23] hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}()
` [PULL 06/23] hw/char: cadence_uart: Log a guest error when device is unclocked or in reset
` [PULL 07/23] hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM
` [PULL 08/23] hw/arm: Add support for kudo-bmc board
` [PULL 09/23] hw/intc: GICv3 ITS initial framework
` [PULL 10/23] hw/intc: GICv3 ITS register definitions added
` [PULL 11/23] hw/intc: GICv3 ITS command queue framework
` [PULL 13/23] hw/intc: GICv3 ITS Feature enablement
` [PULL 14/23] hw/intc: GICv3 redistributor ITS processing
` [PULL 16/23] hw/arm/virt: add ITS support in virt GIC
` [PULL 17/23] tests/data/acpi/virt: Update IORT files for ITS
` [PULL 20/23] qdev: Support marking individual buses as 'full'
` [PULL 22/23] hw/arm/mps2-tz.c: Mark internal-only I2C "
` [PULL 23/23] hw/arm/mps2.c: "

[PATCH V3 0/3] scsi: ufs: Let devices remain runtime suspended during system suspend
 2021-09-13 16:33 UTC  (10+ messages)
` [PATCH V3 1/3] scsi: ufs: Fix error handler clear ua deadlock

Why does tail call only unwind the current stack frame instead of resetting the current stack?
 2021-09-13 16:32 UTC  (4+ messages)

[dm-devel] [PATCH v2] multipathd: fix missing persistent reseravtion for active path
 2021-09-13 16:32 UTC  (4+ messages)

[PATCH 5.14 000/334] 5.14.4-rc1 review
 2021-09-13 16:31 UTC  (8+ messages)
` [PATCH 5.14 018/334] nbd: add the check to prevent overflow in __nbd_ioctl()
` [PATCH 5.14 147/334] drm/bridge: ti-sn65dsi86: Dont read EDID blob over DDC

[OSSTEST PATCH 1/5] copyright notices: Add many missing notices
 2021-09-13 16:31 UTC  (5+ messages)
` [OSSTEST PATCH 2/5] mg-schema-update: improve an error message
` [OSSTEST PATCH 3/5] mg-schema-test-database: Fix "
` [OSSTEST PATCH 4/5] mg-schema-test-database: Add a missing backslash
` [OSSTEST PATCH 5/5] db: Replace ExecutiveDbOwningRoleRegexp with ExecutiveDbOwningRoleMap

[PATCH] selftest/vm: Fix ksm selftest to run with different NUMA topologies
 2021-09-13 16:31 UTC  (3+ messages)

[PATCH v2] dma-debug: prevent an error message from causing runtime problems
 2021-09-13 16:30 UTC  (3+ messages)

start switching sysfs attributes to expose the seq_file
 2021-09-13 16:30 UTC  (6+ messages)
` [PATCH 01/13] seq_file: mark seq_get_buf as deprecated
` [PATCH 03/13] kernfs: remove the unused lockdep_key field in struct kernfs_ops

[PATCH v4 3/3] PCI: Add CRS handling to pci_dev_wait()
 2021-09-13 16:29 UTC  (2+ messages)

[PATCH net] udp_tunnel: Fix udp_tunnel_nic work-queue type
 2021-09-13 16:29 UTC  (2+ messages)

[syzbot] WARNING: kmalloc bug in hash_ipportip_create
 2021-09-13 16:29 UTC  (2+ messages)

[djwong-xfs:zero-initialize-pmem 393/453] {standard input}:950: Error: pcrel offset for branch to .LS0009 too far (0x3e)
 2021-09-13 16:28 UTC  (2+ messages)

[PATCH] drm/amdkfd: Cast atomic64_read return value
 2021-09-13 16:28 UTC  (4+ messages)

[PATCH 00/10] raise minimum GCC version to 5.1
 2021-09-13 16:28 UTC  (23+ messages)
` [PATCH 01/10] Documentation: raise minimum supported version of GCC "
` [PATCH 02/10] compiler.h: drop fallback overflow checkers
` [PATCH 03/10] mm/ksm: remove old GCC 4.9+ check
` [PATCH 04/10] Kconfig.debug: drop GCC 5+ version check for DWARF5
` [PATCH 05/10] riscv: remove Kconfig check for GCC version for ARCH_RV64I
` [PATCH 07/10] arm64: remove GCC version check for ARCH_SUPPORTS_INT128
` [PATCH 08/10] Makefile: drop GCC < 5 -fno-var-tracking-assignments workaround
` [PATCH 09/10] compiler-gcc.h: drop checks for older GCC versions
` [PATCH 10/10] vmlinux.lds.h: remove old check for GCC 4.9

[Intel-gfx] [PATCH 00/16] drm/i915: Fix bigjoiner state readout
 2021-09-13 16:28 UTC  (4+ messages)
` [Intel-gfx] [PATCH 01/16] Revert "drm/i915/display: Disable audio, DRRS and PSR before planes"
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix bigjoiner state readout

[PATCH v3] tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
 2021-09-13 16:27 UTC  (4+ messages)

[PATCH AUTOSEL 5.14 001/252] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
 2021-09-13 16:27 UTC  (4+ messages)
` [PATCH AUTOSEL 5.14 044/252] staging: rtl8188eu: remove rtw_wx_set_rate handler function

[PATCH] net: tcp_drop adds `reason` v5
 2021-09-13 16:26 UTC  (2+ messages)

[PATCH net-next] net: wwan: iosm: firmware flashing and coredump collection
 2021-09-13 16:25 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: define wowlan_stub only when CONFIG_PM is enabled
 2021-09-13 16:25 UTC  (2+ messages)

[PATCH AUTOSEL 5.14 01/99] pinctrl: renesas: rcar: Avoid changing PUDn when disabling bias
 2021-09-13 16:19 UTC  (7+ messages)
` [PATCH AUTOSEL 5.14 38/99] KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interrupts

stable-rc/linux-4.9.y baseline: 118 runs, 4 regressions (v4.9.282-84-gfad11947c54b)
 2021-09-13 16:25 UTC 

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-09-13 16:24 UTC  (4+ messages)
` [PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS

stable-rc/queue/4.9 build: 185 builds: 0 failed, 185 passed (v4.9.282-89-gab2abd1425dc)
 2021-09-13 16:24 UTC 

[RFC PATCH 0/2] support cgroup pool in v1
 2021-09-13 16:24 UTC  (7+ messages)

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-09-13 16:21 UTC  (8+ messages)

[PATCH] staging: r8188eu: os_dep: remove unused function rtw_android_priv_cmd
 2021-09-13 16:24 UTC  (2+ messages)

[PATCH 3/3] nvme/multipath: fix stale ana state for namespaces just added by scan work
 2021-09-13 16:24 UTC  (8+ messages)
` [PATCH v2 0/3] nvme/mpath: fix missed namespaces in ana state update
  ` [PATCH v2 3/3] nvme/multipath: fix stale ana state for namespaces just added by scan work

[PATCH v2 0/3] scsi: ufs: introduce vendor isr
 2021-09-13 16:23 UTC  (4+ messages)
    ` [PATCH v2 3/3] scsi: ufs: ufs-exynos: implement exynos isr

[PATCH v2] ASoC: Intel: boards: add max98390 2/4 speakers support
 2021-09-13 16:21 UTC  (2+ messages)

[PATCH 0/4] staging: r8188eu: more power management cleanup
 2021-09-13 16:22 UTC  (2+ messages)

[PATCH RESEND v3 1/6] powerpc/signal64: Access function descriptor with user access block
 2021-09-13 16:21 UTC  (5+ messages)
` [PATCH RESEND v3 6/6] powerpc/signal: Use unsafe_copy_siginfo_to_user()

[PATCH 0/2 V7] Add AMD SEV and SEV-ES intra host migration support
 2021-09-13 16:21 UTC  (5+ messages)
` [PATCH 1/3 V7] KVM, SEV: Add support for SEV intra host migration

[mcgrof-next:20210908-firmware-builtin-v4 2/11] drivers/base/firmware_loader/builtin/main.c:36:6: error: no previous prototype for function 'firmware_is_builtin'
 2021-09-13 16:21 UTC  (6+ messages)
  ` [kbuild-all] "

[PATCH 00/12] staging: r8188eu: power management cleanup
 2021-09-13 16:21 UTC  (2+ messages)

[PATCH 00/13] Enumerate midlevel and endpoint decoders
 2021-09-13 16:19 UTC  (6+ messages)
` [PATCH 04/13] cxl: Introduce "

[GIT PULL] cifs/smb3 client fixes
 2021-09-13 16:19 UTC  (5+ messages)
      ` Fwd: "

[PATCH V3 0/5] virtio: Add virtio-device bindings
 2021-09-13 16:19 UTC  (5+ messages)
` [PATCH V3 5/5] virtio: Bind virtio device to device-tree node

[PATCH] staging: r8188eu: core: remove the function power_saving_wk_hdl
 2021-09-13 16:18 UTC  (2+ messages)

[PATCH v2] staging: r8188eu: core: remove duplicate structure
 2021-09-13 16:18 UTC  (2+ messages)

[PATCH] clk: samsung: s5pv210-audss: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-13 16:15 UTC  (3+ messages)

ld.lld: error: no machine record defined
 2021-09-13 16:16 UTC  (2+ messages)

[PATCH v7 0/5] Add SIMATIC IOT2050 board support
 2021-09-13 16:16 UTC  (12+ messages)
` [PATCH v7 5/5] iot2050: Enable watchdog support, but do not auto-start it

[PATCH 0/2] documentation: handle non-existing html pages and document 'git version'
 2021-09-13 16:17 UTC  (4+ messages)
` [PATCH 1/2] help: make sure local html page exists before calling external processes

[PATCH] landlock: Drop "const" argument qualifier to avoid GCC 4.9 warnings
 2021-09-13 16:16 UTC  (3+ messages)

stable-rc/queue/4.14 build: 193 builds: 0 failed, 193 passed, 5 warnings (v4.14.246-100-gf55c08e525f4)
 2021-09-13 16:16 UTC 

[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-13 16:16 UTC  (13+ messages)
` [PATCH v2 01/12] ext4/xfs: add page refcount helper
` [PATCH v2 02/12] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v2 03/12] mm: add zone device public type memory support
` [PATCH v2 04/12] mm: add device public vma selection for memory migration
` [PATCH v2 05/12] drm/amdkfd: ref count init for device pages
` [PATCH v2 06/12] drm/amdkfd: add SPM support for SVM
` [PATCH v2 07/12] drm/amdkfd: public type as sys mem on migration to ram
` [PATCH v2 08/12] lib: test_hmm add ioctl to get zone device type
` [PATCH v2 09/12] lib: test_hmm add module param for "
` [PATCH v2 10/12] lib: add support for device public type in test_hmm
` [PATCH v2 11/12] tools: update hmm-test to support device public type
` [PATCH v2 12/12] tools: update test_hmm script to support SP config

[PATCH] clk: samsung: exynos5433: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-13 16:13 UTC  (3+ messages)

[PATCH] Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"
 2021-09-13 16:15 UTC  (2+ messages)

[PATCH v3 0/4] CM4 ACPI PCIe quirk
 2021-09-13 16:12 UTC  (4+ messages)
` [PATCH v3 3/4] PCI/ACPI: Add Broadcom bcm2711 MCFG quirk

[igt-dev] [PATCH i-g-t] intel-ci: Block msm tests
 2021-09-13 16:14 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v3 0/4] PCI/ACPI: Simplify PCIe _OSC feature negotiation
 2021-09-13 16:14 UTC  (3+ messages)

[PATCH] clk: samsung: exynos4412-isp: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-13 16:12 UTC  (3+ messages)

[PATCH] clk: samsung: exynos-audss: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-13 16:10 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/18] comment spelling errors
 2021-09-13 16:10 UTC  (20+ messages)
` [dpdk-dev] [PATCH v2 00/18] fix "
  ` [dpdk-dev] [PATCH v2 01/18] node: fix typos
  ` [dpdk-dev] [PATCH v2 02/18] ipsec: fix spelling errors
  ` [dpdk-dev] [PATCH v2 03/18] eventdev: fix typo in comment
  ` [dpdk-dev] [PATCH v2 04/18] power: "
  ` [dpdk-dev] [PATCH v2 05/18] rcu: "
  ` [dpdk-dev] [PATCH v2 06/18] bpf: fix spelling in comments
  ` [dpdk-dev] [PATCH v2 07/18] acl: fix spelling errors
  ` [dpdk-dev] [PATCH v2 08/18] eal: fix typos in comments
  ` [dpdk-dev] [PATCH v2 09/18] net: fix spelling error in gtp comment
  ` [dpdk-dev] [PATCH v2 10/18] bbdev: fix typo in comment
  ` [dpdk-dev] [PATCH v2 11/18] pipeline: fix spellin error "
  ` [dpdk-dev] [PATCH v2 12/18] hash: fix typo "
  ` [dpdk-dev] [PATCH v2 13/18] rib: "
  ` [dpdk-dev] [PATCH v2 14/18] sched: "
  ` [dpdk-dev] [PATCH v2 15/18] vhost: "
  ` [dpdk-dev] [PATCH v2 16/18] ip_frag: fix typos
  ` [dpdk-dev] [PATCH v2 17/18] test-pmd: fix spelling errors in comments
  ` [dpdk-dev] [PATCH v2 18/18] test: "

[PATCH] xtensa: Increase size of gcc stack frame check
 2021-09-13 16:11 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation
 2021-09-13 16:09 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/5] drm/i915/display/adlp: Add new PSR2 workarounds
` [Intel-gfx] [PATCH 4/5] drm/i915/display/psr: Use drm damage helpers to calculate plane damaged area

how many memset(,0,) calls in kernel ?
 2021-09-13 16:09 UTC  (4+ messages)

[PATCH bpf-next v2 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-13 16:08 UTC  (2+ messages)

[PATCH 00/16] add driver to support firmware loading on Cirrus Logic DSPs
 2021-09-13 16:00 UTC  (15+ messages)
` [PATCH 01/16] ASoC: wm_adsp: Remove use of snd_ctl_elem_type_t
` [PATCH 04/16] ASoC: wm_adsp: Cancel ongoing work when removing controls
` [PATCH 05/16] ASoC: wm_adsp: Rename generic DSP support
` [PATCH 06/16] ASoC: wm_adsp: Introduce cs_dsp logging macros
` [PATCH 07/16] ASoC: wm_adsp: Separate some ASoC and generic functions
` [PATCH 08/16] ASoC: wm_adsp: Split DSP power operations into helper functions
` [PATCH 09/16] ASoC: wm_adsp: Move sys_config_size to wm_adsp
` [PATCH 10/16] ASoC: wm_adsp: Separate generic cs_dsp_coeff_ctl handling
` [PATCH 11/16] ASoC: wm_adsp: Move check of dsp->running to better place
` [PATCH 12/16] ASoC: wm_adsp: Pass firmware names as parameters when starting DSP core
` [PATCH 13/16] ASoC: wm_adsp: move firmware loading to client
` [PATCH 14/16] ASoC: wm_adsp: Split out struct cs_dsp from struct wm_adsp
` [PATCH 15/16] ASoC: wm_adsp: Separate wm_adsp specifics in cs_dsp_client_ops
` [PATCH 16/16] firmware: cs_dsp: add driver to support firmware loading on Cirrus Logic DSPs

[PATCH RESEND net] ice: Correctly deal with PFs that do not support RDMA
 2021-09-13 16:07 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[PATCH v4 3/3] PCI: Add CRS handling to pci_dev_wait()
 2021-09-13 16:07 UTC  (2+ messages)

[Bug 211425] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 20secs aborting
 2021-09-13 16:07 UTC  (2+ messages)
` [Bug 211425] "

5.10 stable backports
 2021-09-13 16:07 UTC  (2+ messages)

[PATCH net-next] net: dsa: tag_rtl4_a: Drop bit 9 from egress frames
 2021-09-13 16:06 UTC  (3+ messages)

[PATCH v4 2/3] PCI: Cache CRS Software Visibiliy in struct pci_dev
 2021-09-13 16:06 UTC  (2+ messages)

[Bug 214375] New: 5.14 Regression: Null pointer dereference in radeon_agp_head_init
 2021-09-13 16:06 UTC  (2+ messages)
` [Bug 214375] "

[PATCH] nvmem: core: Add stubs for nvmem_cell_read_variable_le_u32/64 if !CONFIG_NVMEM
 2021-09-13 16:05 UTC 

[PATCH 1/2] doc: Fix typo in Documentation/riscv/vm-layout
 2021-09-13 15:57 UTC  (2+ messages)

[PATCH v1] vmpressure: wake up work only when there is registration event
 2021-09-13 16:03 UTC  (2+ messages)

[PATCH iptabes-nft] iptables-nft: allow removal of empty builtin chains
 2021-09-13 16:02 UTC  (4+ messages)

[PATCH] x86/boot: properly "ignore" early evaluated "no-real-mode"
 2021-09-13 16:02 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.