All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-28 16:47:19 to 2021-04-28 17:28:32 UTC [more...]

[PATCH v4 00/30] target/mips: Re-org to allow KVM-only builds
 2021-04-28 17:04 UTC  (26+ messages)
` [PATCH v4 01/30] target/mips: Simplify meson TCG rules
` [PATCH v4 02/30] target/mips: Move IEEE rounding mode array to new source file
` [PATCH v4 03/30] target/mips: Move msa_reset() "
` [PATCH v4 04/30] target/mips: Make CPU/FPU regnames[] arrays global
` [PATCH v4 05/30] target/mips: Optimize CPU/FPU regnames[] arrays
` [PATCH v4 06/30] target/mips: Restrict mips_cpu_dump_state() to cpu.c
` [PATCH v4 07/30] target/mips: Turn printfpr() macro into a proper function
` [PATCH v4 08/30] target/mips: Declare mips_env_set_pc() inlined in "internal.h"
` [PATCH v4 09/30] target/mips: Merge do_translate_address into cpu_mips_translate_address
` [PATCH v4 10/30] target/mips: Extract load/store helpers to ldst_helper.c
` [PATCH v4 11/30] meson: Introduce meson_user_arch source set for arch-specific user-mode
` [PATCH v4 12/30] target/mips: Introduce tcg-internal.h for TCG specific declarations
` [PATCH v4 13/30] target/mips: Add simple user-mode mips_cpu_do_interrupt()
` [PATCH v4 14/30] target/mips: Add simple user-mode mips_cpu_tlb_fill()
` [PATCH v4 15/30] target/mips: Move cpu_signal_handler definition around
` [PATCH v4 16/30] target/mips: Move sysemu specific files under sysemu/ subfolder
` [PATCH v4 17/30] target/mips: Move physical addressing code to sysemu/physaddr.c
` [PATCH v4 18/30] target/mips: Restrict cpu_mips_get_random() / update_pagemask() to TCG
` [PATCH v4 19/30] target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder
` [PATCH v4 20/30] target/mips: Restrict mmu_init() to TCG
` [PATCH v4 21/30] target/mips: Move tlb_helper.c to tcg/sysemu/
` [PATCH v4 22/30] target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scope
` [PATCH v4 24/30] target/mips: Move helper_cache() to tcg/sysemu/special_helper.c
` [PATCH v4 27/30] target/mips: Move CP0 helpers to sysemu/cp0.c
` [PATCH v4 30/30] gitlab-ci: Add KVM mips64el cross-build jobs

Sleeping in atomic context on device release due to device links
 2021-04-28 17:27 UTC  (2+ messages)

[PATCH 1/9] drm/doc/rfc: i915 DG1 uAPI
 2021-04-28 17:28 UTC  (8+ messages)
` [PATCH 6/9] drm/i915/uapi: implement object placement extension
  ` [Intel-gfx] "
      ` [Intel-gfx] [PATCH 1/9] drm/doc/rfc: i915 DG1 uAPI

[PATCH v4] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count
 2021-04-28 17:27 UTC 

[PATCH] sched: Fix out-of-bound access in uclamp
 2021-04-28 17:27 UTC 

[PATCH 00/21] drm/i915/gem: ioctl clean-ups
 2021-04-28 17:26 UTC  (23+ messages)
` [PATCH 03/21] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem
  ` [Intel-gfx] "
` [PATCH 06/21] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v3)
  ` [Intel-gfx] "
` [PATCH 08/21] drm/i915/gem: Disallow bonding of virtual engines
      ` [Intel-gfx] "
` [PATCH 09/21] drm/i915/gem: Disallow creating contexts with too many engines
  ` [Intel-gfx] "

[PATCH] bus: fsl-mc: fix improper free of mc_dev
 2021-04-28 17:26 UTC  (3+ messages)

[PATCH v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-28 17:26 UTC  (5+ messages)
` [PATCH v5 09/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v5 10/10] userfaultfd/selftests: exercise minor fault handling shmem support

Flowtable with ppp/bridge
 2021-04-28 17:26 UTC  (8+ messages)

[PATCH v5 09/27] dmr/amdgpu: Move some sysfs attrs creation to default_attr
 2021-04-28 17:23 UTC  (4+ messages)

[PATCH] btrfs: remove comment for argument seed of btrfs_find_device
 2021-04-28 17:21 UTC  (2+ messages)

[PATCH] btrfs: do not consider send context as valid when trying to flush qgroups
 2021-04-28 17:20 UTC  (2+ messages)

[PATCH 0/7] hw/nvram/fw_cfg: Do not build device if not needed (Spring cleanup)
 2021-04-28 17:23 UTC  (4+ messages)
` [PATCH 6/7] hw/{arm,hppa,riscv}: Add fw_cfg arch-specific stub

[PATCH] net: mscc: ocelot: add support for non-mmio regmaps
 2021-04-28 17:22 UTC  (2+ messages)

[PATCH v3] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count
 2021-04-28 17:20 UTC 

[RFC PATCH] PCI/APCI: Move acpi_pci_osc_support() check to negotiation phase
 2021-04-28 17:21 UTC  (2+ messages)

[RFC PATCH v2 0/3] Rework CPU capacity asymmetry detection
 2021-04-28 17:19 UTC  (3+ messages)
` [RFC PATCH v2 3/3] sched/doc: Update the CPU capacity asymmetry bits

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-28 17:20 UTC  (4+ messages)
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()

[PATCH net] openvswitch: meter: remove rate from the bucket size calculation
 2021-04-28 16:31 UTC  (5+ messages)

[PATCH v4 00/79] Address some issues with PM runtime at media subsystem
 2021-04-28 17:17 UTC  (13+ messages)
` [PATCH v4 57/79] media: rockchip/rga: use pm_runtime_resume_and_get()
` [PATCH v4 78/79] media: hantro: "
` [PATCH v4 79/79] media: hantro: do a PM resume earlier

[PATCH] btrfs: zoned: fix silent data loss after failure splitting ordered extent
 2021-04-28 17:15 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/2] Use WFE for spinlock and ring
 2021-04-28 17:17 UTC  (4+ messages)
` [dpdk-dev] "
  ` [dpdk-dev] [PATCH v3 2/2] ring: use wfe to wait for ring tail update on aarch64

[PATCH v2] t6030: add test for git bisect skip started with --term* arguments
 2021-04-28 17:16 UTC  (4+ messages)

[PATCH] ACPI: custom_method: fix potential use-after-free issue
 2021-04-28 17:16 UTC  (2+ messages)

[PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-28 17:15 UTC  (9+ messages)

[PATCH RESEND 2/5] seccomp: Add wait_killable semantic to seccomp user notifier
 2021-04-28 17:13 UTC  (13+ messages)

[PATCH v1 1/1] Documentation: firmware-guide: gpio-properties: Add note to SPI CS case
 2021-04-28 17:12 UTC  (2+ messages)

[RESEND PATCH 0/2] Adding const to many libxl/xl functions
 2021-04-28 17:12 UTC  (3+ messages)
` [RESEND PATCH 1/2] tools/libxl: Mark pointer args of many functions constant
  ` [SUSPECTED SPAM][RESEND "

[PATCH v3 00/79] Address some issues with PM runtime at media subsystem
 2021-04-28 17:10 UTC  (5+ messages)
` [PATCH v3 11/79] media: rga-buf: use pm_runtime_resume_and_get()

[PATCH 00/78] media: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
 2021-04-28 17:09 UTC  (5+ messages)
` [PATCH 70/78] media: rga-buf: use pm_runtime_resume_and_get()

Your product is in transit
 2021-04-28 17:09 UTC 

[PATCH v11 0/6] MTE support for KVM guest
 2021-04-28 17:07 UTC  (5+ messages)
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature

[PATCH 0/2] virtiofsd: Meson build fixes
 2021-04-28 16:52 UTC  (4+ messages)
    ` [Virtio-fs] "

[PATCH v4] x86, sched: Fix the AMD CPPC maximum perf on some specific generations
 2021-04-28 17:08 UTC  (2+ messages)

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-04-28 17:07 UTC  (4+ messages)

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.268)
 2021-04-28 17:07 UTC 

[git pull] drm for 5.13-rc1
 2021-04-28 17:07 UTC  (3+ messages)

[OE-core][dunfell 00/19] Pull request (cover letter only)
 2021-04-28 17:07 UTC 

[PATCH v5 1/4] gpu: drm: separate panel orientation property creating and value setting
 2021-04-28 17:04 UTC  (16+ messages)
` [PATCH v5 2/4] drm/mediatek: init panel orientation property
` [PATCH v5 3/4] drm/i915: "
` [PATCH v5 4/4] arm64: dts: mt8183: Add panel rotation

[PATCH 1/7] imx8mm_evk: switch to use binman to pack images
 2021-04-28 17:06 UTC  (4+ messages)
` [PATCH 7/7] doc: imx8mp-evk: update after using binman

[PATCH v7 0/7] eBPF RSS support for virtio-net
 2021-04-28 16:47 UTC  (8+ messages)
` [PATCH v7 1/7] net/tap: Added TUNSETSTEERINGEBPF code
` [PATCH v7 2/7] net: Added SetSteeringEBPF method for NetClientState
` [PATCH v7 3/7] ebpf: Added eBPF RSS program
` [PATCH v7 4/7] ebpf: Added eBPF RSS loader
` [PATCH v7 5/7] virtio-net: Added eBPF RSS to virtio-net
` [PATCH v7 6/7] docs: Added eBPF documentation
` [PATCH v7 7/7] MAINTAINERS: Added eBPF maintainers information

[PATCH v4 00/36] block: update graph permissions update
 2021-04-28 17:03 UTC  (2+ messages)

[PATCH v5 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-28 17:03 UTC  (15+ messages)
` [Virtio-fs] "
` [PATCH v5 1/3] dax: Add an enum for specifying dax wakup mode
  ` [Virtio-fs] "
` [PATCH v5 2/3] dax: Add a wakeup mode parameter to put_unlocked_entry()
  ` [Virtio-fs] "
` [PATCH v5 3/3] dax: Wake up all waiters after invalidating dax entry
  ` [Virtio-fs] "

include/linux/spinlock.h:409:9: sparse: sparse: context imbalance in 'sunzilog_console_write' - wrong count at exit
 2021-04-28 17:03 UTC 

[PATCH 1/2] drm/ttm: Don't evict SG BOs
 2021-04-28 17:02 UTC  (12+ messages)

[PATCH v6 0/3] mainline ti tsc2046 adc driver
 2021-04-28 16:59 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings:iio:adc: add generic settling-time-us and oversampling-ratio channel properties
` [PATCH v6 3/3] iio: adc: add ADC driver for the TI TSC2046 controller

[clocksource] 8c30ace35d: WARNING:at_kernel/time/clocksource.c:#clocksource_watchdog
 2021-04-28 17:00 UTC  (5+ messages)

stable-rc/linux-5.10.y build: 193 builds: 0 failed, 193 passed, 16 warnings (v5.10.33)
 2021-04-28 17:00 UTC 

bio_add_folio argument order
 2021-04-28 16:58 UTC  (2+ messages)

[PATCH v3 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-04-28 16:56 UTC  (5+ messages)
` [PATCH v3 07/10] dt-bindings: soc: rockchip: Convert grf.txt to YAML

[git pull] fileattr series from Miklos
 2021-04-28 16:55 UTC  (3+ messages)

[PATCH v5 0/3] xfs: set aside allocation btree blocks from block reservation
 2021-04-28 16:57 UTC  (4+ messages)
` [PATCH v5 1/3] xfs: unconditionally read all AGFs on mounts with perag reservation
` [PATCH v5 2/3] xfs: introduce in-core global counter of allocbt blocks
` [PATCH v5 3/3] xfs: set aside allocation btree blocks from block reservation

[PATCH 0/5] vhost-user-blk: Error handling fixes during initialistion
 2021-04-28 16:52 UTC  (3+ messages)
` [PATCH 1/5] vhost-user-blk: Don't reconnect during initialisation

[genirq] cbe16f35be: will-it-scale.per_thread_ops -5.2% regression
 2021-04-28 16:56 UTC  (9+ messages)
          ` [LKP] "

[PATCH] ASoC: max98088: fix ni clock divider calculation
 2021-04-28 16:53 UTC  (2+ messages)

[PATCH 0/2] ASoC: Revert clk_hw_get_clk() cleanup
 2021-04-28 16:53 UTC  (3+ messages)

[PATCH v3] t6030: add test for git bisect skip started with --term* arguments
 2021-04-28 16:55 UTC  (2+ messages)

[PATCH] drivers: phy: phy-xgene.c: Fix alignment of comment
 2021-04-28 16:55 UTC 

[PATCH] ASoC: amd: fix for pcm_read() error
 2021-04-28 16:53 UTC  (3+ messages)

Move Inventory.Item.Board from Redfish Chassis to Redfish Assembly
 2021-04-28 16:46 UTC  (2+ messages)

[PATCH] spi: altera: Make SPI_ALTERA_CORE invisible
 2021-04-28 16:53 UTC  (2+ messages)

[PATCH] spi: Fix spi device unregister flow
 2021-04-28 16:53 UTC  (2+ messages)

[XEN PATCH 0/8] Fix libxl with QEMU 6.0 + remove some more deprecated usages
 2021-04-28 16:53 UTC  (3+ messages)
` [XEN PATCH 1/8] libxl: Replace deprecated QMP command by "query-cpus-fast"

[PATCH v5 08/27] PCI: add support for dev_groups to struct pci_device_driver
 2021-04-28 16:53 UTC  (4+ messages)

[syzbot] BUG: corrupted list in team_priority_option_set
 2021-04-28 16:51 UTC 

[PATCH v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-28 16:50 UTC  (4+ messages)
` [PATCH v5 18/20] drm/panel: panel-simple: Cache the EDID as long as we retain power

[RFC PATCH v6 0/4] scheduler: expose the topology of clusters and add cluster scheduler
 2021-04-28 16:47 UTC  (7+ messages)
` [RFC PATCH v6 3/4] scheduler: scan idle cpu in cluster for tasks within one LLC

[GIT PULL] iomap: new code for 5.13-rc1
 2021-04-28 16:50 UTC  (10+ messages)

[kvm-unit-tests PATCH v1 0/4] enable LPI and ITS for TCG
 2021-04-28 16:46 UTC  (8+ messages)
` [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants

stable/linux-5.4.y baseline: 125 runs, 3 regressions (v5.4.115)
 2021-04-28 16:49 UTC 

[RFC PATCH v1 0/4] Implement huge VMAP and VMALLOC on powerpc 8xx
 2021-04-28 16:46 UTC  (8+ messages)
` [RFC PATCH v1 1/4] mm/ioremap: Fix iomap_max_page_shift
` [RFC PATCH v1 2/4] mm/hugetlb: Change parameters of arch_make_huge_pte()
` [RFC PATCH v1 3/4] mm/pgtable: Add stubs for {pmd/pub}_{set/clear}_huge
` [RFC PATCH v1 4/4] mm/vmalloc: Add support for huge pages on VMAP and VMALLOC for powerpc 8xx

[PATCH] riscv: Only extend kernel reservation if mapped read-only
 2021-04-28 13:45 UTC  (2+ messages)

[thermal-next PATCH 1/2] thermal: qcom: tsens: init debugfs only with successful probe
 2021-04-28 16:47 UTC  (3+ messages)
` [thermal-next PATCH 2/2] thermal: qcom: tsens: simplify debugfs init function

[PATCH v4 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-28 16:39 UTC  (3+ messages)
` [PATCH v4 10/12] qtest/qmp-cmd-test: Make test build-independent from accelerator


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.