All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-22 17:35:21 to 2021-06-22 18:21:08 UTC [more...]

[PATCH v3 00/24] modules: add meta-data database
 2021-06-22 18:19 UTC  (3+ messages)
` [PATCH v3 03/24] modules: generate modinfo.c

[PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO
 2021-06-22 18:19 UTC  (3+ messages)

[PATCH] btrfs: fix deadlock with concurrent chunk allocations involving system chunks
 2021-06-22 18:20 UTC  (3+ messages)

Rsyslog using Redfish
 2021-06-22 18:19 UTC  (2+ messages)

[PATCH 00/15] implicit fencing/dma-resv rules for shared buffers
 2021-06-22 18:19 UTC  (6+ messages)
` [PATCH 01/15] dma-resv: Fix kerneldoc
    ` [Intel-gfx] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for implicit fencing/dma-resv rules for shared buffers

[PATCH] ext4/048: skip test of filename wipe if journal checkpoint is not supported
 2021-06-22 18:18 UTC  (2+ messages)

[PATCH RFC 00/11] perf script: Add API for filtering via dynamically loaded shared object
 2021-06-22 18:18 UTC  (5+ messages)
` [PATCH RFC 01/11] perf script: Move filter_cpu() earlier
` [PATCH RFC 02/11] perf script: Move filtering before scripting

[PATCH v2 1/3] perf test: Pass the verbose option to shell tests
 2021-06-22 18:17 UTC  (8+ messages)
` [PATCH v2 2/3] perf test: Add verbose skip output for bpf counters
` [PATCH v2 3/3] perf test: Make stat bpf counters test more robust

[PATCH] bonding: avoid adding slave device with IFF_MASTER flag
 2021-06-22 18:16 UTC  (4+ messages)

Do we need to unrevert "fs: do not prefault sys_write() user buffer pages"?
 2021-06-22 18:16 UTC  (12+ messages)

[PATCH -V8 00/10] Migrate Pages in lieu of discard
 2021-06-22 18:15 UTC  (8+ messages)
` [PATCH -V8 05/10] mm/migrate: demote pages during reclaim

Calling Service::Remove will not raise the Service::PropertyChanged event
 2021-06-22 18:15 UTC 

[PATCH 0/2] Some submodule related code cleanup
 2021-06-22 18:14 UTC  (6+ messages)
` [PATCH 1/2] submodule--helper: remove an unreachable call to usage_with_options
` [PATCH v2 0/1] Some submodule related code cleanup
  ` [PATCH v2 1/1] submodule: remove unnecessary `prefix` based option logic

[RFC 00/10] perf: Add build id parsing fault detection/fix
 2021-06-22 18:14 UTC  (4+ messages)

[PATCH] ACPI: PM: postpone bringing devices to D0 unless we need them
 2021-06-22 18:13 UTC  (3+ messages)

[PATCH v31 00/13] Introduce Data Access MONitor (DAMON)
 2021-06-22 18:12 UTC  (4+ messages)
` [PATCH v31 07/13] mm/damon: Implement a debugfs-based user space interface

[PATCH 1/2] powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()
 2021-06-22 18:12 UTC  (6+ messages)
` [PATCH 2/2] powerpc/prom_init: Pass linux_banner to firmware via option vector 7

[PATCH] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-06-22 17:34 UTC  (3+ messages)

Windows 10 Kernel Debugging on Xen
 2021-06-22 18:11 UTC  (6+ messages)

[PATCH rdma-next 0/2] Provide already supported real-time timestamp
 2021-06-22 18:12 UTC  (4+ messages)

OOB Read in hci_cc_read_local_name() cause information leak
 2021-06-22 18:11 UTC  (2+ messages)

[igt-dev] [PATCH v2] lib/igt_fb: Support Tile Size for AMD non linear modifiers
 2021-06-22 18:11 UTC  (2+ messages)

[PATCH v2 1/1] arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem
 2021-06-22 18:10 UTC 

Clearing service error from invalid-key will not invoke the agent anymore
 2021-06-22 18:10 UTC 

stable-rc/queue/4.9 build: 173 builds: 0 failed, 173 passed, 4 warnings (v4.9.273-50-gf6020cfd3e1d)
 2021-06-22 18:08 UTC 

[PATCH net-next] ip: avoid OOM kills with large UDP sends over loopback
 2021-06-22 18:09 UTC  (7+ messages)

SD/MMC host controller + 64-bit system bus
 2021-06-22 18:07 UTC 

[PATCHv2 net-next 00/14] sctp: implement RFC8899: Packetization Layer Path MTU Discovery for SCTP transport
 2021-06-22 18:05 UTC  (15+ messages)
` [PATCHv2 net-next 01/14] sctp: add pad chunk and its make function and event table
` [PATCHv2 net-next 02/14] sctp: add probe_interval in sysctl and sock/asoc/transport
` [PATCHv2 net-next 03/14] sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
` [PATCHv2 net-next 04/14] sctp: add the constants/variables and states and some APIs for transport
` [PATCHv2 net-next 05/14] sctp: add the probe timer in transport for PLPMTUD
` [PATCHv2 net-next 06/14] sctp: do the basic send and recv for PLPMTUD probe
` [PATCHv2 net-next 07/14] sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
` [PATCHv2 net-next 08/14] sctp: do state transition when a probe succeeds on HB ACK recv path
` [PATCHv2 net-next 09/14] sctp: do state transition when receiving an icmp TOOBIG packet
` [PATCHv2 net-next 10/14] sctp: enable PLPMTUD when the transport is ready
` [PATCHv2 net-next 11/14] sctp: remove the unessessary hold for idev in sctp_v6_err
` [PATCHv2 net-next 12/14] sctp: extract sctp_v6_err_handle function from sctp_v6_err
` [PATCHv2 net-next 13/14] sctp: extract sctp_v4_err_handle function from sctp_v4_err
` [PATCHv2 net-next 14/14] sctp: process sctp over udp icmp err on sctp side

[PATCH v4] io_uring: reduce latency by reissueing the operation
 2021-06-22 18:01 UTC  (3+ messages)

pm/testing build: 7 builds: 0 failed, 7 passed (v5.13-rc7-150-ga51c80057a88)
 2021-06-22 18:01 UTC 

[PATCH rdma-next 0/3] irdma coverity fixes
 2021-06-22 18:07 UTC  (6+ messages)
` [PATCH rdma-next 1/3] RDMA/irdma: Check contents of user-space irdma_mem_reg_req object
` [PATCH rdma-next 2/3] RDMA/irdma: Check return value from ib_umem_find_best_pgsz
` [PATCH rdma-next 3/3] RDMA/irdma: Fix potential overflow expression in irdma_prm_get_pbles

[PATCH v3 0/3] zram: fix few sysfs races
 2021-06-22 18:05 UTC  (7+ messages)
` [PATCH v3 2/3] zram: fix deadlock with sysfs attribute usage and driver removal

[PATCH 00/54] KVM: x86/mmu: Bug fixes and summer cleaning
 2021-06-22 17:57 UTC  (55+ messages)
` [PATCH 01/54] KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
` [PATCH 02/54] KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
` [PATCH 03/54] KVM: x86: Properly reset MMU context at vCPU RESET/INIT
` [PATCH 04/54] KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
` [PATCH 05/54] Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
` [PATCH 06/54] KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
` [PATCH 07/54] KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is broken
` [PATCH 08/54] Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_role"
` [PATCH 09/54] KVM: x86/mmu: Unconditionally zap unsync SPs when creating >4k SP at GFN
` [PATCH 10/54] KVM: x86/mmu: Replace EPT shadow page shenanigans with simpler check
` [PATCH 11/54] KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatches
` [PATCH 12/54] KVM: x86/mmu: Drop the intermediate "transient" __kvm_sync_page()
` [PATCH 13/54] KVM: x86/mmu: Rename unsync helper and update related comments
` [PATCH 14/54] KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
` [PATCH 15/54] KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU state
` [PATCH 16/54] KVM: x86/mmu: Drop smep_andnot_wp check from "uses NX" for shadow MMUs
` [PATCH 17/54] KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helper
` [PATCH 18/54] KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper
` [PATCH 19/54] KVM: x86/mmu: Grab shadow root level from mmu_role for shadow MMUs
` [PATCH 20/54] KVM: x86/mmu: Add struct and helpers to retrieve MMU role bits from regs
` [PATCH 21/54] KVM: x86/mmu: Consolidate misc updates into shadow_mmu_init_context()
` [PATCH 22/54] KVM: x86/mmu: Ignore CR0 and CR4 bits in nested EPT MMU role
` [PATCH 23/54] KVM: x86/mmu: Use MMU's role_regs, not vCPU state, to compute mmu_role
` [PATCH 24/54] KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigans
` [PATCH 25/54] KVM: x86/mmu: Add helpers to query mmu_role bits
` [PATCH 26/54] KVM: x86/mmu: Do not set paging-related bits in MMU role if CR0.PG=0
` [PATCH 27/54] KVM: x86/mmu: Set CR4.PKE/LA57 in MMU role iff long mode is active
` [PATCH 28/54] KVM: x86/mmu: Always Set new mmu_role immediately after checking old role
` [PATCH 29/54] KVM: x86/mmu: Don't grab CR4.PSE for calculating shadow reserved bits
` [PATCH 30/54] KVM: x86/mmu: Use MMU's role to get CR4.PSE for computing rsvd bits
` [PATCH 31/54] KVM: x86/mmu: Drop vCPU param from reserved bits calculator
` [PATCH 32/54] KVM: x86/mmu: Use MMU's role to compute permission bitmask
` [PATCH 33/54] KVM: x86/mmu: Use MMU's role to compute PKRU bitmask
` [PATCH 34/54] KVM: x86/mmu: Use MMU's roles to compute last non-leaf level
` [PATCH 35/54] KVM: x86/mmu: Use MMU's role to detect EFER.NX in guest page walk
` [PATCH 36/54] KVM: x86/mmu: Use MMU's role/role_regs to compute context's metadata
` [PATCH 37/54] KVM: x86/mmu: Use MMU's role to get EFER.NX during MMU configuration
` [PATCH 38/54] KVM: x86/mmu: Drop "nx" from MMU context now that there are no readers
` [PATCH 39/54] KVM: x86/mmu: Get nested MMU's root level from the MMU's role
` [PATCH 40/54] KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helper
` [PATCH 41/54] KVM: x86/mmu: Consolidate reset_rsvds_bits_mask() calls
` [PATCH 42/54] KVM: x86/mmu: Don't update nested guest's paging bitmasks if CR0.PG=0
` [PATCH 43/54] KVM: x86/mmu: Add helper to update paging metadata
` [PATCH 44/54] KVM: x86/mmu: Add a helper to calculate root from role_regs
` [PATCH 45/54] KVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements for helpers
` [PATCH 46/54] KVM: x86/mmu: Use MMU's role to determine PTTYPE
` [PATCH 47/54] KVM: x86/mmu: Add helpers to do full reserved SPTE checks w/ generic MMU
` [PATCH 48/54] KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTE
` [PATCH 49/54] KVM: x86: Enhance comments for MMU roles and nested transition trickiness
` [PATCH 50/54] KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
` [PATCH 51/54] KVM: x86/mmu: Drop redundant rsvd bits reset for nested NPT
` [PATCH 52/54] KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page fault
` [PATCH 53/54] KVM: x86/mmu: Get CR4.SMEP "
` [PATCH 54/54] KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is on

[Buildroot] [PATCH 00/15] Overwritten file detection and fixes, one more step to TLP build
 2021-06-22 18:01 UTC  (7+ messages)
` [Buildroot] [PATCH 04/15] package/pkg-generic.mk: Fix .la files overwrite detection
` [Buildroot] [PATCH 09/15] package/pkg-python: Remove _sysconfigdata*.pyc files when _sysconfigdata*.py are changed

[PATCH v2 net-next] net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csum
 2021-06-22 18:00 UTC  (2+ messages)

[PATCH net-next 0/3] tc-testing: add test for ct DNAT tuple collision
 2021-06-22 18:00 UTC  (2+ messages)

[PATCH] net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queues
 2021-06-22 18:00 UTC  (2+ messages)

[PATCH] rcu: update: Check rcu_bh_lock_map state in rcu_read_lock_bh_held
 2021-06-22 17:58 UTC  (2+ messages)

Error: failed to open BPF object file: No such file or directory
 2021-06-22 17:55 UTC  (2+ messages)

[PATCH] platform/x86: think-lmi: Fix issues with duplicate attributes
 2021-06-22 17:55 UTC 

[PATCH v2] qemu-img: Make unallocated part of backing chain obvious in map
 2021-06-22 17:51 UTC  (4+ messages)
` [PATCH v2 2/1] qemu-img: Add "backing":true to unallocated map segments

[PATCH net-next] stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()
 2021-06-22 17:50 UTC  (3+ messages)

[dpdk-dev] [RFC PATCH] dmadev: introduce DMA device library
 2021-06-22 17:51 UTC  (16+ messages)

[PATCH] tcg: Avoid including 'trace-tcg.h' in target translate.c
 2021-06-22 17:50 UTC  (2+ messages)

[PATCH net-next 0/7] ethtool: Module EEPROM API improvements
 2021-06-22 17:50 UTC  (2+ messages)

[PATCH net-next] openvswitch: add trace points
 2021-06-22 17:50 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: network: add entry for WWAN
 2021-06-22 17:50 UTC  (2+ messages)

[RFC PATCH 6/6] fs: f2fs: move fstrim to file_operation
 2021-06-22 17:48 UTC  (2+ messages)

[PATCH 1/1] drm/kmb: Fix error return code in kmb_hw_init()
 2021-06-22 17:46 UTC  (3+ messages)

[PATCH] rcu-scale: rcu-scale returns one less than the real number of gps in the dmesg report
 2021-06-22 17:46 UTC  (2+ messages)

[PATCH 0/6] iommu: Enable devices to request non-strict DMA, starting with QCom SD/MMC
 2021-06-22 17:39 UTC  (3+ messages)

Processing ASYNC responses
 2021-06-22 17:45 UTC 

[PATCH 02/10] dax: reduce stack footprint dealing with block device names
 2021-06-22 17:45 UTC  (12+ messages)
` [PATCH v2 00/10] reduce stack footprint printing bdev names
  ` [PATCH v2 01/10] drbd: reduce stack footprint in drbd_report_io_error()
  ` [PATCH v2 02/10] dax: reduce stack footprint dealing with block device names
  ` [PATCH v2 03/10] raid-md: "
  ` [PATCH v2 04/10] dm: "
  ` [PATCH v2 05/10] block: "
  ` [PATCH v2 06/10] target: reduce stack footprint in iblock_show_configfs_dev_params()
  ` [PATCH v2 07/10] vfs: reduce stack footprint in __blkdev_put()
  ` [PATCH v2 08/10] ext4: reduce stack footprint in ext4_end_bio()
  ` [PATCH v2 09/10] security: reduce stack footprint in loadpin_read_file()
` [PATCH v2 10/10] block: remove unused symbol bio_devname()

[PATCH v2 0/5] riscv: improving uaccess with logs from network bench
 2021-06-22 17:45 UTC  (5+ messages)

[PATCH v2 0/3] mm/page_reporting: Make page reporting work on arm64 with 64KB page size
 2021-06-22 17:44 UTC  (7+ messages)
` [PATCH v2 2/3] mm/page_reporting: Allow driver to specify threshold
` [PATCH v2 3/3] virtio_balloon: Specify page reporting order if needed

[RFC 1/2] timers: Add pending timer bool in struct timer_base
 2021-06-22 17:42 UTC  (6+ messages)
` [RFC 2/2] timers: Make sure irq_work is handled when no pending timers

perf tool: About tests debug level
 2021-06-22 17:42 UTC  (5+ messages)

[PATCH 0/4] PM / devfreq: Add cpu based scaling support to passive governor
 2021-06-22 17:42 UTC  (3+ messages)
  ` [PATCH 3/4] "

[PATCH 0/2] perf: add missing evlist__delete when deleting
 2021-06-22 17:42 UTC  (6+ messages)
` [PATCH 2/2] perf script: delete evlist when deleting session

[RFC PATCH v4 0/7] hw/arm/virt: Introduce cpu topology support
 2021-06-22 17:39 UTC  (11+ messages)

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-22 17:41 UTC  (3+ messages)
` [PATCH v5 02/10] io_uring: add support for IORING_OP_MKDIRAT

[PATCH v1 1/1] migration: Unregister yank if migration setup fails
 2021-06-22 17:38 UTC  (2+ messages)

[patch V3 00/66] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-22 17:40 UTC  (5+ messages)
` [patch V3 59/66] x86/fpu/signal: Move initial checks into fpu__sig_restore()
` [patch V3 60/66] x86/fpu/signal: Remove the legacy alignment check

[PATCH v2] net/ipv4: swap flow ports when validating source
 2021-06-22 17:40 UTC  (2+ messages)

[PATCH net] net: broadcom: bcm4908_enet: reset DMA rings sw indexes properly
 2021-06-22 17:40 UTC  (2+ messages)

[PATCH] bridge: cfm: remove redundant return
 2021-06-22 17:40 UTC  (2+ messages)

[PATCH net] ip6_tunnel: fix GRE6 segmentation
 2021-06-22 17:40 UTC  (2+ messages)

[PATCH net 0/2] mptcp: Fixes for v5.13
 2021-06-22 17:40 UTC  (2+ messages)

[OE-core][PATCH 1/2] python3-pip: upgrade 20.0.2 -> 21.1.2
 2021-06-22 17:37 UTC  (2+ messages)
` [OE-core][PATCH 2/2] python3-pip: add multiprocessing to RDEPENDS

Question for CXL Drivers and ACPI required for a CXL mem device?
 2021-06-22 17:37 UTC 

[PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-06-22 17:31 UTC  (2+ messages)

Throughput drop and high CPU load on fast NVMe drives
 2021-06-22 17:36 UTC  (2+ messages)

[PATCH 00/17] iio:adc:ad7280a Cleanup and proposed staging graduation
 2021-06-22 17:36 UTC  (2+ messages)

[PATCH v3 0/3] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-06-22 17:35 UTC  (3+ messages)
` [PATCH v3 3/3] avocado_qemu: Add Intel iommu tests

[PATCH] mt76: mt7915: report HE MU radiotap
 2021-06-22 17:35 UTC  (2+ messages)

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-22 17:34 UTC  (5+ messages)
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock


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.