All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-24 12:46:14 to 2021-09-24 12:57:55 UTC [more...]

[PATCH 5.4 00/50] 5.4.149-rc1 review
 2021-09-24 12:44 UTC  (41+ messages)
` [PATCH 5.4 01/50] PCI: pci-bridge-emul: Fix big-endian support
` [PATCH 5.4 02/50] PCI: aardvark: Indicate error in val when config read fails
` [PATCH 5.4 03/50] PCI: pci-bridge-emul: Add PCIe Root Capabilities Register
` [PATCH 5.4 04/50] PCI: aardvark: Fix reporting CRS value
` [PATCH 5.4 05/50] PCI/ACPI: Add Ampere Altra SOC MCFG quirk
` [PATCH 5.4 06/50] KVM: remember position in kvm->vcpus array
` [PATCH 5.4 07/50] console: consume APC, DM, DCS
` [PATCH 5.4 08/50] s390/pci_mmio: fully validate the VMA before calling follow_pte()
` [PATCH 5.4 09/50] ARM: Qualify enabling of swiotlb_init()
` [PATCH 5.4 10/50] apparmor: remove duplicate macro list_entry_is_head()
` [PATCH 5.4 11/50] ARM: 9077/1: PLT: Move struct plt_entries definition to header
` [PATCH 5.4 12/50] ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()
` [PATCH 5.4 13/50] ARM: 9079/1: ftrace: Add MODULE_PLTS support
` [PATCH 5.4 14/50] ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACE
` [PATCH 5.4 15/50] sctp: validate chunk size in __rcv_asconf_lookup
` [PATCH 5.4 16/50] sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
` [PATCH 5.4 17/50] staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff819xUsb()
` [PATCH 5.4 18/50] um: virtio_uml: fix memory leak on init failures
` [PATCH 5.4 19/50] dmaengine: acpi: Avoid comparison GSI with Linux vIRQ
` [PATCH 5.4 20/50] thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
` [PATCH 5.4 21/50] 9p/trans_virtio: Remove sysfs file on probe failure
` [PATCH 5.4 22/50] prctl: allow to setup brk for et_dyn executables
` [PATCH 5.4 23/50] nilfs2: use refcount_dec_and_lock() to fix potential UAF
` [PATCH 5.4 24/50] profiling: fix shift-out-of-bounds bugs
` [PATCH 5.4 25/50] pwm: lpc32xx: Dont modify HW state in .probe() after the PWM chip was registered
` [PATCH 5.4 26/50] pwm: mxs: "
` [PATCH 5.4 27/50] phy: avoid unnecessary link-up delay in polling mode
` [PATCH 5.4 28/50] net: stmmac: reset Tx desc base address before restarting Tx
` [PATCH 5.4 29/50] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
` [PATCH 5.4 30/50] thermal/core: Fix thermal_cooling_device_register() prototype
` [PATCH 5.4 31/50] drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()
` [PATCH 5.4 32/50] parisc: Move pci_dev_is_behind_card_dino to where it is used
` [PATCH 5.4 33/50] dmaengine: sprd: Add missing MODULE_DEVICE_TABLE
` [PATCH 5.4 35/50] dmaengine: xilinx_dma: Set DMA mask for coherent APIs
` [PATCH 5.4 44/50] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
` [PATCH 5.4 46/50] pwm: rockchip: Dont modify HW state in .remove() callback
` [PATCH 5.4 47/50] pwm: stm32-lp: "
` [PATCH 5.4 48/50] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
` [PATCH 5.4 49/50] rtc: rx8010: select REGMAP_I2C
` [PATCH 5.4 50/50] drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV

[PATCH v2] iio: imu: mpu6050: add watermark support for icm20602/20690
 2021-09-24 12:31 UTC 

[PATCH v2 00/10] Add per channel properies support in tmp421
 2021-09-24 12:54 UTC  (4+ messages)
` [PATCH v2 01/10] dt-bindings: hwmon: add missing tmp421 binding

Build error: ‘EM_RISCV’ undeclared
 2021-09-24 12:55 UTC  (4+ messages)

[PATCH net] net: dsa: felix: break at first CPU port during init and teardown
 2021-09-24 12:54 UTC  (2+ messages)

[PATCH v2 0/3] RISC-V: Populate mtval and stval
 2021-09-24 12:57 UTC  (5+ messages)
` [PATCH v2 2/3] target/riscv: Implement the stval/mtval illegal instruction

[RFC PATCH v1 00/30] Reduce scope of vcpu state at hyp by refactoring out state hyp needs
 2021-09-24 12:53 UTC  (36+ messages)
` [RFC PATCH v1 01/30] KVM: arm64: placeholder to check if VM is protected
` [RFC PATCH v1 02/30] [DONOTMERGE] Temporarily disable unused variable warning
` [RFC PATCH v1 03/30] [DONOTMERGE] Coccinelle scripts for refactoring
` [RFC PATCH v1 04/30] KVM: arm64: remove unused parameters and asm offsets
` [RFC PATCH v1 05/30] KVM: arm64: add accessors for kvm_cpu_context
` [RFC PATCH v1 06/30] KVM: arm64: COCCI: use_ctxt_access.cocci: use kvm_cpu_context accessors
` [RFC PATCH v1 07/30] KVM: arm64: COCCI: add_ctxt.cocci use_ctxt.cocci: reduce scope of functions to kvm_cpu_ctxt
` [RFC PATCH v1 08/30] KVM: arm64: add hypervisor state accessors
` [RFC PATCH v1 09/30] KVM: arm64: COCCI: vcpu_hyp_accessors.cocci: use accessors for hypervisor state vcpu variables
` [RFC PATCH v1 10/30] KVM: arm64: Add accessors for hypervisor state in kvm_vcpu_arch
` [RFC PATCH v1 11/30] KVM: arm64: create and use a new vcpu_hyp_state struct
` [RFC PATCH v1 12/30] KVM: arm64: COCCI: add_hypstate.cocci use_hypstate.cocci: Reduce scope of functions to hyp_state
` [RFC PATCH v1 13/30] KVM: arm64: change function parameters to use kvm_cpu_ctxt and hyp_state
` [RFC PATCH v1 14/30] KVM: arm64: reduce scope of vgic v2
` [RFC PATCH v1 15/30] KVM: arm64: COCCI: vgic3_cpu.cocci: reduce scope of vgic v3
` [RFC PATCH v1 16/30] KVM: arm64: reduce scope of vgic_v3 access parameters
` [RFC PATCH v1 17/30] KVM: arm64: access __hyp_running_vcpu via accessors only
` [RFC PATCH v1 18/30] KVM: arm64: reduce scope of __guest_exit to only depend on kvm_cpu_context
` [RFC PATCH v1 19/30] KVM: arm64: change calls of get_loaded_vcpu to get_loaded_vcpu_ctxt
` [RFC PATCH v1 20/30] KVM: arm64: add __hyp_running_ctxt and __hyp_running_hyps
` [RFC PATCH v1 21/30] KVM: arm64: transition code to "
` [RFC PATCH v1 22/30] KVM: arm64: reduce scope of __guest_enter to depend only on kvm_cpu_ctxt
` [RFC PATCH v1 23/30] KVM: arm64: COCCI: remove_unused.cocci: remove unused ctxt and hypstate variables
` [RFC PATCH v1 24/30] KVM: arm64: remove unused functions
` [RFC PATCH v1 25/30] KVM: arm64: separate kvm_run() for protected VMs
` [RFC PATCH v1 26/30] KVM: arm64: pVM activate_traps to use vcpu_ctxt and vcpu_hyp_state
` [RFC PATCH v1 27/30] KVM: arm64: remove unsupported pVM features
` [RFC PATCH v1 28/30] KVM: arm64: reduce scope of pVM fixup_guest_exit to hyp_state and kvm_cpu_ctxt
` [RFC PATCH v1 29/30] [DONOTMERGE] Remove Coccinelle scripts added for refactoring
` [RFC PATCH v1 30/30] [DONOTMERGE] Re-enable warnings

[igt-dev] [PATCH i-g-t v2 0/2] tests/i915/i915_pm_dc: Refactoring pwr_dmn_info to debugfs_dump and fix DC9-dpms test
 2021-09-24 12:56 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/i915_pm_dc: Refactoring pwr_dmn_info to debugfs_dump and fix DC9-dpms test (rev2)

[PATCH v4 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-24 12:27 UTC  (15+ messages)
` [PATCH v4 01/35] acpi: add helper routines to initialize "
` [PATCH v4 07/35] acpi: acpi_build_hest: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 11/35] acpi: nvdimm_build_ssdt: "
` [PATCH v4 13/35] acpi: x86: build_dsdt: "
` [PATCH v4 14/35] acpi: build_hpet: "
` [PATCH v4 15/35] acpi: build_tpm_tcpa: "
` [PATCH v4 16/35] acpi: arm/x86: build_srat: "
` [PATCH v4 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table
` [PATCH v4 18/35] acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 19/35] acpi: build_waet: "
` [PATCH v4 22/35] acpi: x86: remove dead code
` [PATCH v4 23/35] acpi: x86: set enabled when composing _MAT entries
` [PATCH v4 26/35] acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API

[PATCH v3] PCI: of: Avoid pci_remap_iospace() when PCI_IOBASE not defined
 2021-09-24 12:46 UTC  (20+ messages)

[PATCH v2 00/17] PCI devices passthrough on Arm
 2021-09-24 12:54 UTC  (6+ messages)
` [PATCH v2 11/17] xen/arm: PCI host bridge discovery within XEN on ARM

[PATCH v6] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-24 12:45 UTC 

[PATCH 4.19 00/34] 4.19.208-rc1 review
 2021-09-24 12:44 UTC  (35+ messages)
` [PATCH 4.19 01/34] s390/bpf: Fix optimizing out zero-extensions
` [PATCH 4.19 02/34] KVM: remember position in kvm->vcpus array
` [PATCH 4.19 03/34] rcu: Fix missed wakeup of exp_wq waiters
` [PATCH 4.19 04/34] apparmor: remove duplicate macro list_entry_is_head()
` [PATCH 4.19 05/34] crypto: talitos - fix max key size for sha384 and sha512
` [PATCH 4.19 06/34] tracing/kprobe: Fix kprobe_on_func_entry() modification
` [PATCH 4.19 07/34] sctp: validate chunk size in __rcv_asconf_lookup
` [PATCH 4.19 08/34] sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
` [PATCH 4.19 09/34] dmaengine: acpi: Avoid comparison GSI with Linux vIRQ
` [PATCH 4.19 10/34] thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
` [PATCH 4.19 11/34] 9p/trans_virtio: Remove sysfs file on probe failure
` [PATCH 4.19 12/34] prctl: allow to setup brk for et_dyn executables
` [PATCH 4.19 13/34] nilfs2: use refcount_dec_and_lock() to fix potential UAF
` [PATCH 4.19 14/34] profiling: fix shift-out-of-bounds bugs
` [PATCH 4.19 15/34] pwm: lpc32xx: Dont modify HW state in .probe() after the PWM chip was registered
` [PATCH 4.19 16/34] pwm: mxs: "
` [PATCH 4.19 17/34] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
` [PATCH 4.19 18/34] drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()
` [PATCH 4.19 19/34] parisc: Move pci_dev_is_behind_card_dino to where it is used
` [PATCH 4.19 20/34] dmaengine: sprd: Add missing MODULE_DEVICE_TABLE
` [PATCH 4.19 21/34] dmaengine: ioat: depends on !UML
` [PATCH 4.19 22/34] dmaengine: xilinx_dma: Set DMA mask for coherent APIs
` [PATCH 4.19 23/34] ceph: lockdep annotations for try_nonblocking_invalidate
` [PATCH 4.19 24/34] nilfs2: fix memory leak in nilfs_sysfs_create_device_group
` [PATCH 4.19 25/34] nilfs2: fix NULL pointer in nilfs_##name##_attr_release
` [PATCH 4.19 26/34] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
` [PATCH 4.19 27/34] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
` [PATCH 4.19 28/34] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
` [PATCH 4.19 29/34] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
` [PATCH 4.19 30/34] pwm: img: Dont modify HW state in .remove() callback
` [PATCH 4.19 31/34] pwm: rockchip: "
` [PATCH 4.19 32/34] pwm: stm32-lp: "
` [PATCH 4.19 33/34] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
` [PATCH 4.19 34/34] drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV

[PATCH v3 1/2] xen-pciback: prepare for the split for stub and PV
 2021-09-24 11:38 UTC  (5+ messages)
` [PATCH v3 2/2] xen-pciback: allow compiling on other archs than x86

[PATCH 0/4] spi: cadence-quadspi: Add Xilinx Versal OSPI support
 2021-09-24 12:49 UTC  (9+ messages)
` [PATCH 1/4] firmware: xilinx: Add OSPI Mux selection support
` [PATCH 2/4] dt-bindings: spi: cadence-quadspi: Add support for Xilinx Versal OSPI

[PATCH 4.14 00/27] 4.14.248-rc1 review
 2021-09-24 12:44 UTC  (28+ messages)
` [PATCH 4.14 01/27] s390/bpf: Fix optimizing out zero-extensions
` [PATCH 4.14 02/27] rcu: Fix missed wakeup of exp_wq waiters
` [PATCH 4.14 03/27] apparmor: remove duplicate macro list_entry_is_head()
` [PATCH 4.14 04/27] crypto: talitos - fix max key size for sha384 and sha512
` [PATCH 4.14 05/27] sctp: validate chunk size in __rcv_asconf_lookup
` [PATCH 4.14 06/27] sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
` [PATCH 4.14 07/27] dmaengine: acpi: Avoid comparison GSI with Linux vIRQ
` [PATCH 4.14 08/27] thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
` [PATCH 4.14 09/27] 9p/trans_virtio: Remove sysfs file on probe failure
` [PATCH 4.14 10/27] prctl: allow to setup brk for et_dyn executables
` [PATCH 4.14 11/27] profiling: fix shift-out-of-bounds bugs
` [PATCH 4.14 12/27] pwm: lpc32xx: Dont modify HW state in .probe() after the PWM chip was registered
` [PATCH 4.14 13/27] pwm: mxs: "
` [PATCH 4.14 14/27] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
` [PATCH 4.14 15/27] parisc: Move pci_dev_is_behind_card_dino to where it is used
` [PATCH 4.14 16/27] dmaengine: ioat: depends on !UML
` [PATCH 4.14 17/27] dmaengine: xilinx_dma: Set DMA mask for coherent APIs
` [PATCH 4.14 18/27] ceph: lockdep annotations for try_nonblocking_invalidate
` [PATCH 4.14 19/27] nilfs2: fix memory leak in nilfs_sysfs_create_device_group
` [PATCH 4.14 20/27] nilfs2: fix NULL pointer in nilfs_##name##_attr_release
` [PATCH 4.14 21/27] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
` [PATCH 4.14 22/27] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
` [PATCH 4.14 23/27] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
` [PATCH 4.14 24/27] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
` [PATCH 4.14 25/27] pwm: rockchip: Dont modify HW state in .remove() callback
` [PATCH 4.14 26/27] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
` [PATCH 4.14 27/27] drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV

[PATCH v2] ASoC: dt-bindings: wlf,wm8978: Fix I2C address in example
 2021-09-24 12:47 UTC 

[Fuego] Business Process Management Software Users List
 2021-09-24 12:48 UTC 

[PATCH] libsamplerate0: Set correct soname for 0.1.9
 2021-09-24 12:47 UTC 

[PATCH 4.9 00/26] 4.9.284-rc1 review
 2021-09-24 12:44 UTC  (27+ messages)
` [PATCH 4.9 01/26] s390/bpf: Fix optimizing out zero-extensions
` [PATCH 4.9 02/26] PM / wakeirq: Fix unbalanced IRQ enable for wakeirq
` [PATCH 4.9 03/26] crypto: talitos - fix max key size for sha384 and sha512
` [PATCH 4.9 04/26] staging: android: ion: fix page is NULL
` [PATCH 4.9 05/26] sctp: validate chunk size in __rcv_asconf_lookup
` [PATCH 4.9 06/26] sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
` [PATCH 4.9 07/26] dmaengine: acpi: Avoid comparison GSI with Linux vIRQ
` [PATCH 4.9 08/26] thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
` [PATCH 4.9 09/26] 9p/trans_virtio: Remove sysfs file on probe failure
` [PATCH 4.9 10/26] prctl: allow to setup brk for et_dyn executables
` [PATCH 4.9 11/26] profiling: fix shift-out-of-bounds bugs
` [PATCH 4.9 12/26] pwm: lpc32xx: Dont modify HW state in .probe() after the PWM chip was registered
` [PATCH 4.9 13/26] pwm: mxs: "
` [PATCH 4.9 14/26] parisc: Move pci_dev_is_behind_card_dino to where it is used
` [PATCH 4.9 15/26] dmaengine: ioat: depends on !UML
` [PATCH 4.9 16/26] dmaengine: xilinx_dma: Set DMA mask for coherent APIs
` [PATCH 4.9 17/26] ceph: lockdep annotations for try_nonblocking_invalidate
` [PATCH 4.9 18/26] nilfs2: fix memory leak in nilfs_sysfs_create_device_group
` [PATCH 4.9 19/26] nilfs2: fix NULL pointer in nilfs_##name##_attr_release
` [PATCH 4.9 20/26] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
` [PATCH 4.9 21/26] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
` [PATCH 4.9 22/26] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
` [PATCH 4.9 23/26] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
` [PATCH 4.9 24/26] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
` [PATCH 4.9 25/26] drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV
` [PATCH 4.9 26/26] sctp: validate from_addr_param return

[PATCH v2 1/2] btrfs: make sure btrfs_io_context::fs_info is always initialized
 2021-09-24 12:46 UTC  (2+ messages)

[PATCH 4.4 00/23] 4.4.285-rc1 review
 2021-09-24 12:44 UTC  (2+ messages)
` [PATCH 4.4 19/23] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group


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.