All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-17 15:37:55 to 2021-06-17 16:06:01 UTC [more...]

[PATCH v2 00/11] vl: compound properties for machines
 2021-06-17 15:53 UTC  (8+ messages)
` [PATCH v2 01/11] qom: export more functions for use with non-UserCreatable objects
` [PATCH v2 02/11] keyval: introduce keyval_merge
` [PATCH v2 06/11] machine: move dies from X86MachineState to CpuTopology
` [PATCH v2 07/11] machine: move common smp_parse code to caller
` [PATCH v2 09/11] machine: pass QAPI struct to mc->smp_parse
` [PATCH v2 10/11] machine: reject -smp dies!=1 for non-PC machines
` [PATCH v2 11/11] machine: add smp compound property

[RFC v1 000/256] wireless: cl8k driver for Celeno IEEE 802.11ax devices
 2021-06-17 15:59 UTC  (85+ messages)
` [RFC v1 001/256] celeno: add Kconfig
` [RFC v1 002/256] celeno: add Makefile
` [RFC v1 003/256] cl8k: add Kconfig
` [RFC v1 004/256] cl8k: add Makefile
` [RFC v1 005/256] cl8k: add afe.c
` [RFC v1 006/256] cl8k: add afe.h
` [RFC v1 007/256] cl8k: add agc_params.c
` [RFC v1 008/256] cl8k: add agc_params.h
` [RFC v1 009/256] cl8k: add ampdu.c
` [RFC v1 010/256] cl8k: add ampdu.h
` [RFC v1 011/256] cl8k: add ate.c
` [RFC v1 012/256] cl8k: add ate.h
` [RFC v1 013/256] cl8k: add band.c
` [RFC v1 014/256] cl8k: add band.h
` [RFC v1 015/256] cl8k: add bf.c
` [RFC v1 016/256] cl8k: add bf.h
` [RFC v1 017/256] cl8k: add bus/pci/ipc.c
` [RFC v1 018/256] cl8k: add bus/pci/ipc.h
` [RFC v1 019/256] cl8k: add bus/pci/irq.c
` [RFC v1 020/256] cl8k: add bus/pci/irq.h
` [RFC v1 021/256] cl8k: add bus/pci/msg_pci.c
` [RFC v1 022/256] cl8k: add bus/pci/msg_pci.h
` [RFC v1 023/256] cl8k: add bus/pci/pci.c
` [RFC v1 024/256] cl8k: add bus/pci/rx_pci.c
` [RFC v1 025/256] cl8k: add bus/pci/rx_pci.h
` [RFC v1 026/256] cl8k: add bus/pci/tx_pci.c
` [RFC v1 027/256] cl8k: add bus/pci/tx_pci.h
` [RFC v1 028/256] cl8k: add calib.c
` [RFC v1 029/256] cl8k: add calib.h
` [RFC v1 030/256] cl8k: add cap.c
` [RFC v1 031/256] cl8k: add cap.h
` [RFC v1 032/256] cl8k: add cca.c
` [RFC v1 033/256] cl8k: add cca.h
` [RFC v1 034/256] cl8k: add cecli.c
` [RFC v1 035/256] cl8k: add cecli.h
` [RFC v1 036/256] cl8k: add chandef.c
` [RFC v1 037/256] cl8k: add chandef.h
` [RFC v1 038/256] cl8k: add channel.c
` [RFC v1 039/256] cl8k: add channel.h
` [RFC v1 040/256] cl8k: add chan_info.c
` [RFC v1 041/256] cl8k: add chan_info.h
` [RFC v1 042/256] cl8k: add chip.c
` [RFC v1 043/256] cl8k: add chip.h
` [RFC v1 044/256] cl8k: add chip_config.c
` [RFC v1 045/256] cl8k: add chip_config.h
` [RFC v1 046/256] cl8k: add config.c
` [RFC v1 047/256] cl8k: add config.h
` [RFC v1 048/256] cl8k: add coredump.c
` [RFC v1 049/256] cl8k: add coredump.h
` [RFC v1 050/256] cl8k: add data_rates.c
` [RFC v1 051/256] cl8k: add data_rates.h
` [RFC v1 052/256] cl8k: add dbgfile.c
` [RFC v1 053/256] cl8k: add dbgfile.h
` [RFC v1 054/256] cl8k: add debug.h
` [RFC v1 055/256] cl8k: add debugfs.c
` [RFC v1 056/256] cl8k: add debugfs.h
` [RFC v1 057/256] cl8k: add debugfs_defs.h
` [RFC v1 058/256] cl8k: add def.h
` [RFC v1 059/256] cl8k: add dfs/dfs.c
` [RFC v1 060/256] cl8k: add dfs/dfs.h
` [RFC v1 061/256] cl8k: add dfs/dfs_db.h
` [RFC v1 062/256] cl8k: add dfs/radar.c
` [RFC v1 063/256] cl8k: add dfs/radar.h
` [RFC v1 064/256] cl8k: add drv_ops.h
` [RFC v1 065/256] cl8k: add dsp.c
` [RFC v1 066/256] cl8k: add dsp.h
` [RFC v1 067/256] cl8k: add e2p.c
` [RFC v1 068/256] cl8k: add e2p.h
` [RFC v1 075/256] cl8k: add env_det.c
` [RFC v1 076/256] cl8k: add env_det.h
` [RFC v1 077/256] cl8k: add ext/dyn_bcast_rate.c
` [RFC v1 078/256] cl8k: add ext/dyn_bcast_rate.h
` [RFC v1 079/256] cl8k: add ext/dyn_mcast_rate.c
` [RFC v1 080/256] cl8k: add ext/dyn_mcast_rate.h
` [RFC v1 081/256] cl8k: add ext/vlan_dscp.c
` [RFC v1 082/256] cl8k: add ext/vlan_dscp.h
` [RFC v1 084/256] cl8k: add fem.h
` [RFC v1 090/256] cl8k: add fw/fw_msg.c
` [RFC v1 092/256] cl8k: add fw/msg_cfm.c
` [RFC v1 093/256] cl8k: add fw/msg_cfm.h
` [RFC v1 094/256] cl8k: add fw/msg_rx.c
` [RFC v1 105/256] cl8k: add mac80211.c
` [RFC v1 106/256] cl8k: add mac80211.h
` [RFC v1 107/256] cl8k: add mac_addr.c

[PATCH v2] sched/fair: Age the average idle time
 2021-06-17 16:05 UTC  (14+ messages)

[PATCH 0/6] block: block-status cache for data regions
 2021-06-17 15:52 UTC  (7+ messages)
` [PATCH 1/6] block: Drop BDS comment regarding bdrv_append()
` [PATCH 2/6] block: block-status cache for data regions
` [PATCH 3/6] block/file-posix: Do not force-cap *pnum
` [PATCH 4/6] block/gluster: "
` [PATCH 5/6] block/nbd: "
` [PATCH 6/6] block/iscsi: "

[PATCH v2 0/4] Use singular "they" when appropriate
 2021-06-17 15:58 UTC  (11+ messages)
` [PATCH v3 0/4] Avoid gendered pronouns
  ` [PATCH v3 4/4] CodingGuidelines: recommend singular they

[PATCH 0/3] Correct and extend distro boot support for imx8m
 2021-06-17 16:03 UTC  (4+ messages)
` [PATCH 1/3] imx8mm: configs: enable distro default features

[igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank
 2021-06-17 16:02 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)

+ mm-mark-idle-page-tracking-as-broken.patch added to -mm tree
 2021-06-17 16:01 UTC  (5+ messages)

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-17 15:53 UTC  (9+ messages)

[igt-dev] [PATCH i-g-t 00/77] Stop depending on context mutation (v4)
 2021-06-17 15:59 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 62/77] tests/i915/gem_workarounds: Convert to intel_ctx_t

[PATCH v4 00/17] powerpc/64: fast interrupt exits
 2021-06-17 15:51 UTC  (18+ messages)
` [PATCH v4 01/17] powerpc/interrupt: Fix CONFIG ifdef typo
` [PATCH v4 02/17] powerpc: remove interrupt exit helpers unused argument
` [PATCH v4 03/17] powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
` [PATCH v4 04/17] powerpc/64s: avoid reloading (H)SRR registers if they are still valid
` [PATCH v4 05/17] powerpc/64: handle MSR EE and RI in interrupt entry wrapper
` [PATCH v4 06/17] powerpc/64: move interrupt return asm to interrupt_64.S
` [PATCH v4 07/17] powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
` [PATCH v4 08/17] powerpc/64s: save one more register in the masked interrupt handler
` [PATCH v4 09/17] powerpc/64: allow alternate return locations for soft-masked interrupts
` [PATCH v4 10/17] powerpc/64: interrupt soft-enable race fix
` [PATCH v4 11/17] powerpc/64: treat low kernel text as irqs soft-masked
` [PATCH v4 12/17] powerpc/64: use interrupt restart table to speed up return from interrupt
` [PATCH v4 13/17] powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()
` [PATCH v4 14/17] powerpc/interrupt: Refactor interrupt_exit_user_prepare()
` [PATCH v4 15/17] powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
` [PATCH v4 16/17] powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()
` [PATCH v4 17/17] powerpc/interrupt: Remove prep_irq_for_user_exit()

[PATCH v7 1/4] PCI: Introduce pcim_alloc_irq_vectors()
 2021-06-17 15:58 UTC  (2+ messages)

Idle THPs
 2021-06-17 15:57 UTC  (2+ messages)

[PATCH] o4-imx-nano: Fix dtc warnings
 2021-06-17 15:57 UTC 

[igt-dev] [PATCH i-g-t 03/77] tests/i915/gem_exec_schedule: Convert to intel_ctx_t
 2021-06-17 15:56 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t] tests/i915/gem_shrink: Convert to intel_ctx_t (v3)

[PATCH net-next 0/2] Documentation: ACPI: DSD: fix some build warnings
 2021-06-17 15:55 UTC  (3+ messages)
` [PATCH net-next 1/2] Documentation: ACPI: DSD: include phy.rst in the toctree
` [PATCH net-next 2/2] Documentation: ACPI: DSD: fix block code comments

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-17 15:56 UTC  (4+ messages)

[PATCH] clk: renesas: renesas-rzg2l-cpg: Fix off-by-one check in rzg2l_cpg_clk_src_twocell_get()
 2021-06-17 15:54 UTC 

[PATCH 0/6] doc: replace "alice" and "bob" examples
 2021-06-17 15:48 UTC  (5+ messages)

RFC: Github PR bot questions
 2021-06-17 15:53 UTC  (13+ messages)

[PATCH v10 0/5] KVM statistics data fd-based binary interface
 2021-06-17 15:51 UTC  (24+ messages)
` [PATCH v10 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v10 3/5] KVM: stats: Add documentation for binary statistics interface

[PATCH v7 00/19] arm64: sunxi: Initial Allwinner H616 SoC support
 2021-06-17 15:47 UTC  (8+ messages)
` [PATCH v7 16/19] arm64: dts: allwinner: Add Allwinner H616 .dtsi file

[soc:arm/defconfig] BUILD SUCCESS c8700d80d75e8b5d31ea91e1a825b3cf87f823f4
 2021-06-17 15:46 UTC 

[PATCH nft] rule: memleak of list of timeout policies
 2021-06-17 15:49 UTC 

[soc:tegra/memory] BUILD REGRESSION 2c1bc371268862a991a6498e1dddc8971b9076b8
 2021-06-17 15:46 UTC 

[soc:arm/dt] BUILD SUCCESS 9be389934dc5f0b5fa45b4b766897c9d8259ff41
 2021-06-17 15:46 UTC 

[PATCH 1/1] ALSA: aoa: remove unnecessary oom message
 2021-06-17 15:38 UTC  (3+ messages)

[PATCH v1 1/7] ACPI: sysfs: Make sparse happy about address space in use
 2021-06-17 15:46 UTC  (2+ messages)

[dpdk-dev] [PATCH] parray: introduce internal API for dynamic arrays
 2021-06-17 15:44 UTC  (9+ messages)

[PATCH for-next] RDMA/cma: Remove unnecessary INIT->INIT transition
 2021-06-17 15:46 UTC 

[PATCH v3 0/2] CXL ACPI tables for object creation
 2021-06-17 15:43 UTC  (4+ messages)
` [PATCH v3 2/2] cxl/acpi: Use the ACPI CFMWS to create static decoder objects

Integration of mpg321 in Yocto Zeus #zeus #yocto
 2021-06-17 15:45 UTC  (2+ messages)
` [yocto] "

[PATCH 0/8] membarrier cleanups
 2021-06-17 15:45 UTC  (11+ messages)
` [PATCH 4/8] membarrier: Make the post-switch-mm barrier explicit
              ` [RFC][PATCH] sched: Use lightweight hazard pointers to grab lazy mms

linux-next: Tree for Jun 16
 2021-06-17 15:43 UTC  (3+ messages)
` linux-next: Tree for Jun 16 (objdump version)

[PATCH v7 0/7] support dirtyrate at the granualrity of vcpu
 2021-06-17 15:41 UTC  (3+ messages)
` [PATCH v7 7/7] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH net] ethtool: strset: Fix reply_size value
 2021-06-17 15:42 UTC 

[GIT PULL] linux-firmware: mrvl: prestera: Update Marvell Prestera Switchdev v3.0 with policer support
 2021-06-17 15:42 UTC 

[PATCH v4 0/5] DTS updates for Marvell Armada CN913x platforms
 2021-06-17 15:40 UTC  (3+ messages)

[dpdk-dev] [PATCH] vfio: fix stdbool usage without include
 2021-06-17 15:41 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH nft] parser_bison: memleak in osf flags
 2021-06-17 15:41 UTC 

[PATCH v4] Documentation: gpu: Mention the requirements for new properties
 2021-06-17 15:38 UTC  (3+ messages)

[PATCH v6 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-17 15:38 UTC  (4+ messages)
` [PATCH v6 1/2] x86/sev: Make sure IRQs are disabled while GHCB is active

[PATCH net] icmp: don't send out ICMP messages with a source address of 0.0.0.0
 2021-06-17 15:39 UTC  (4+ messages)

[dpdk-dev] [PATCH v4 0/7] vhost: Fix and improve NUMA reallocation
 2021-06-17 15:37 UTC  (8+ messages)
` [dpdk-dev] [PATCH v4 1/7] vhost: fix missing memory table NUMA realloc
` [dpdk-dev] [PATCH v4 2/7] vhost: fix missing guest pages "
` [dpdk-dev] [PATCH v4 3/7] vhost: fix missing cache logging "
` [dpdk-dev] [PATCH v4 4/7] vhost: fix NUMA reallocation with multiqueue
` [dpdk-dev] [PATCH v4 5/7] vhost: improve NUMA reallocation
` [dpdk-dev] [PATCH v4 6/7] vhost: allocate all data on same node as virtqueue
` [dpdk-dev] [PATCH v4 7/7] vhost: convert inflight data to DPDK allocation API

next/master baseline: 525 runs, 51 regressions (next-20210617)
 2021-06-17 15:38 UTC 

Linux 5.13-rc6 regression to 5.12.x: kernel OOM and panic during kernel boot in low memory Xen VM's (256MB assigned memory)
 2021-06-17 15:37 UTC  (3+ messages)

support booting of arbitrary non-blockdevice file systems
 2021-06-17 15:36 UTC  (2+ messages)
` [PATCH 2/2] init: allow mounting arbitrary non-blockdevice filesystems as root


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.