All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-16 14:44:13 to 2021-03-16 15:21:09 UTC [more...]

post-receive: pub/scm/linux/kernel/git/tip/tip
 2021-03-16 15:21 UTC 

libxl / xen-pciback interaction
 2021-03-16 15:20 UTC  (3+ messages)

[BUG] Iproute2 batch-mode fails to bring up veth
 2021-03-16 15:18 UTC  (2+ messages)

[PATCH u-boot v3 01/39] regmap: fix a serious pointer casting bug
 2021-03-16 15:19 UTC  (3+ messages)
` [PATCH u-boot v3.1 "
  ` regmap bug fix

Fan PWM settings via Redfish
 2021-03-16 15:18 UTC  (4+ messages)

[PATCH tip/core/rcu 0/3] Polling RCU grace-period interfaces for v5.13
 2021-03-16 15:17 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Provide polling interfaces for Tree RCU grace periods

[PATCH net] net: lapbether: Prevent racing when checking whether the netif is running
 2021-03-16 15:17 UTC  (3+ messages)

[PATCH v2 0/5] Performance improvement for fanotify merge
 2021-03-16 15:18 UTC  (3+ messages)
` [PATCH v2 3/5] fanotify: mix event info and pid into merge key hash

[PATCH v23 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-03-16 15:13 UTC  (10+ messages)
` [PATCH v23 1/9] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v23 2/9] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v23 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v23 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v23 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v23 6/9] x86/entry: Introduce ENDBR macro
` [PATCH v23 7/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v23 8/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v23 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v5 00/36] KVM: arm64: A stage 2 for the host
 2021-03-16 15:16 UTC  (7+ messages)
` [PATCH v5 33/36] KVM: arm64: Wrap the host with a stage 2

git bisect fails to handle annotated tags
 2021-03-16 15:15 UTC  (3+ messages)
  ` [PATCH] bisect: peel annotated tags to commits

[dpdk-dev] [PATCH v2] doc: update sample actions support in mlx5 guide
 2021-03-16 15:18 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH v2 0/5] Introducing new CAN FD bittiming parameters: Transmission Delay Compensation (TDC)
 2021-03-16 15:16 UTC  (4+ messages)
` [PATCH v2 4/5] can: add netlink interface for CAN-FD Transmitter "

[PATCH] config.txt: add missing period
 2021-03-16 15:17 UTC  (2+ messages)

WMM doesn't work for VLAN frame
 2021-03-16 15:15 UTC 

[Rust for Linux] Poll for call
 2021-03-16 15:14 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2021-03-16 15:17 UTC 

[PATCH 0/5] xen/arm: smmuv1: Fix stream match conflict issue
 2021-03-16 15:16 UTC  (6+ messages)
` [PATCH 1/5] xen/arm: smmuv1: Handle stream IDs more dynamically
` [PATCH 5/5] xen/arm: smmuv1: Intelligent SMR allocation

post-receive: pub/scm/linux/kernel/git/robh/linux
 2021-03-16 15:17 UTC 

[PATCH] Revert "Revert freesync video patches temporarily"
 2021-03-16 15:15 UTC 

[PATCH] perf/core: fix unconditional security_locked_down() call
 2021-03-16 15:12 UTC  (4+ messages)

[PATCH v23 00/28] Control-flow Enforcement: Shadow Stack
 2021-03-16 15:10 UTC  (29+ messages)
` [PATCH v23 01/28] Documentation/x86: Add CET description
` [PATCH v23 02/28] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v23 03/28] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v23 04/28] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v23 05/28] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v23 06/28] x86/cet: Add control-protection fault handler
` [PATCH v23 07/28] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v23 08/28] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v23 09/28] x86/mm: Introduce _PAGE_COW
` [PATCH v23 10/28] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v23 11/28] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v23 12/28] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v23 13/28] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v23 14/28] x86/mm: Shadow Stack page fault error checking
` [PATCH v23 15/28] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v23 16/28] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v23 17/28] mm: Add guard pages around a shadow stack
` [PATCH v23 18/28] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v23 19/28] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v23 20/28] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v23 21/28] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v23 22/28] x86/cet/shstk: User-mode shadow stack support
` [PATCH v23 23/28] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v23 24/28] ELF: Introduce arch_setup_elf_property()
` [PATCH v23 25/28] x86/cet/shstk: Handle thread shadow stack
` [PATCH v23 26/28] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v23 27/28] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v23 28/28] mm: Introduce PROT_SHSTK for shadow stack

[ovs-dev] tc-conntrack: inconsistent behaviour with icmpv6
 2021-03-16 15:12 UTC  (5+ messages)

[PATCH 1/3] drm/ttm: move swapout logic around
 2021-03-16 15:13 UTC  (6+ messages)
` [PATCH 3/3] drm/ttm: switch to per device LRU lock

[PATCH] scmi: correctly configure MMU for SCMI buffer
 2021-03-16 15:13 UTC  (2+ messages)

[dpdk-dev] [Bug 600] Windows DPDK real-time priority threads causing thread starvation
 2021-03-16 15:13 UTC  (2+ messages)

[PATCH v2 net-next 00/12] Documentation updates for switchdev and DSA
 2021-03-16 15:12 UTC  (3+ messages)
` [PATCH v2 net-next 09/12] Documentation: networking: dsa: add paragraph for the MRP offload

[PATCH v4 00/12] net: Pad short frames for network backends
 2021-03-16 15:10 UTC  (5+ messages)
` [PATCH v4 01/12] net: eth: Add a helper to pad a short Ethernet frame
` [PATCH v4 03/12] net: Pad short frames to minimum size before sending from SLiRP/TAP

[PATCH] softirq: Be more verbose on t->state BUG()
 2021-03-16 15:10 UTC  (3+ messages)

[PATCH v3 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE
 2021-03-16 15:09 UTC  (5+ messages)
` [PATCH v3 1/3] target/arm: Add support for FEAT_TLBIRANGE

Build system can't detect rustc
 2021-03-16 15:09 UTC  (4+ messages)

[dpdk-dev] [PATCH v2] table: fix actions with different data size
 2021-03-16 15:09 UTC 

[PATCH v3 0/5] Support Secure Boot for multiboot2 Xen
 2021-03-16 15:08 UTC  (3+ messages)
` [PATCH v3 5/5] xen/x86/efi: Verify dom0 kernel with SHIM_LOCK protocol in efi_multiboot2()

Bug in tlbi_aa64_vae2is_write: tlbbits_for_regime called with swapped ARMMMUIdx_ values?
 2021-03-16 15:07 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in video_usercopy (2)
 2021-03-16 15:06 UTC  (5+ messages)

linux-next: manual merge of the hyperv tree with the tip tree
 2021-03-16 15:05 UTC  (3+ messages)

[PATCH 1/2] IMA: Move check_evmctl to setup, add require_evmctl()
 2021-03-16 15:06 UTC  (4+ messages)
` [LTP] "
` [PATCH 2/2] IMA/ima_keys.sh: Require evmctl 1.3.2
  ` [LTP] "

[PATCH v3] ASoC: amd: add support for rt5682 codec in machine driver
 2021-03-16 14:53 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t v24 00/36] Introduce IGT allocator
 2021-03-16 15:06 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Introduce IGT allocator (rev27)

[PATCH] target/riscv: Prevent lost illegal instruction exceptions
 2021-03-16 15:03 UTC  (2+ messages)

[PATCH] mm: Move mem_init_print_info() into mm_init()
 2021-03-16 15:04 UTC  (18+ messages)
  ` [OpenRISC] "

[PATCH v2] ASoC: Intel: sof_rt5682: Add ALC1015Q-VB speaker amp support
 2021-03-16 15:04 UTC  (3+ messages)

[PATCH net-next 00/10] mlxsw: Add support for egress and policy-based sampling
 2021-03-16 15:03 UTC  (11+ messages)
` [PATCH net-next 01/10] mlxsw: spectrum_matchall: Propagate extack further
` [PATCH net-next 02/10] mlxsw: spectrum_matchall: Push sampling checks to per-ASIC operations
` [PATCH net-next 03/10] mlxsw: spectrum_matchall: Pass matchall entry to sampling operations
` [PATCH net-next 04/10] mlxsw: spectrum: Track sampling triggers in a hash table
` [PATCH net-next 05/10] mlxsw: spectrum: Start using sampling triggers "
` [PATCH net-next 06/10] mlxsw: spectrum_matchall: Add support for egress sampling
` [PATCH net-next 07/10] mlxsw: core_acl_flex_actions: Add mirror sampler action
` [PATCH net-next 08/10] mlxsw: spectrum_acl: Offload FLOW_ACTION_SAMPLE
` [PATCH net-next 09/10] selftests: mlxsw: Add tc sample tests for new triggers
` [PATCH net-next 10/10] selftests: mlxsw: Test egress sampling limitation on Spectrum-1 only

[PATCH 00/13] media platform: fix kernel-doc formatting
 2021-03-16 15:03 UTC  (3+ messages)
` [PATCH 03/13] ti-vpe/cal.h: "

[PATCH BlueZ 1/1] emulator: Add Create BIG command in emulator
 2021-03-16 15:03 UTC  (2+ messages)
`  "

[meta-python][PATCH] python3-pythonping: new package
 2021-03-16 15:03 UTC  (2+ messages)

dunfell: regression linux-fimware installed in rootfs in actual dunfell master
 2021-03-16 15:03 UTC  (2+ messages)
` [yocto] "

[PATCH] net: broadcom: BCM4908_ENET should not default to y, unconditionally
 2021-03-16 13:46 UTC  (2+ messages)

pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.12-rc3-19-g1a7a93e88ae21)
 2021-03-16 15:02 UTC 

[PATCH v2 0/9] stm32: Add Engicam STM32MP1 SoM
 2021-03-16 15:02 UTC  (4+ messages)
` [PATCH v2 7/9] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 1X4Gb DDR3

[PATCH 00/10] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-16 15:00 UTC  (6+ messages)
` [PATCH 08/10] KVM: arm64: Add a nVHE-specific SVE VQ reset hypercall

[PATCH v3 2/2] rockchip: rk3399: Add support for FriendlyARM NanoPi R4S
 2021-03-16 15:00 UTC  (4+ messages)

[PATCH v2] bpf: Fix memory leak in copy_process()
 2021-03-16 15:00 UTC  (3+ messages)
` 回复: "

[PATCH] iommu/amd: Fix iommu remap panic while amd_iommu is set to disable
 2021-03-16 15:00 UTC  (5+ messages)

[dpdk-dev] [PATCH] table: fix actions with different data size
 2021-03-16 14:59 UTC 

[PATCH for-4.15] SUPPORT.MD: Mark C XenStored LiveUpdate as Tech Preview
 2021-03-16 14:58 UTC  (6+ messages)

[PATCH v2] staging: vt665x: fix alignment constraints
 2021-03-16 14:57 UTC  (3+ messages)

[PATCH v2 00/29] tcg: Workaround macOS 11.2 mprotect bug
 2021-03-16 14:57 UTC  (4+ messages)
` [PATCH v2 03/29] tcg: Re-order tcg_region_init vs tcg_prologue_init

post-receive: pub/scm/linux/kernel/git/xiang/erofs-utils
 2021-03-16 14:58 UTC 

[PULL v2 00/42] Block layer patches and object-add QAPIfication
 2021-03-16 14:55 UTC  (4+ messages)

[PATCH net-next 0/5] dpaa2-switch: small cleanup
 2021-03-16 14:55 UTC  (6+ messages)
` [PATCH net-next 1/5] dpaa2-switch: remove unused ABI functions
` [PATCH net-next 2/5] dpaa2-switch: fix kdoc warnings
` [PATCH net-next 3/5] dpaa2-switch: reduce the size of the if_id bitmap to 64 bits
` [PATCH net-next 4/5] dpaa2-switch: fit the function declaration on the same line
` [PATCH net-next 5/5] dpaa2-eth: fixup kdoc warnings

Is amd-staging-drm-next dead?
 2021-03-16 14:56 UTC  (2+ messages)

renesas/next baseline-nfs: 20 runs, 1 regressions (renesas-next-2021-03-16-v5.12-rc2)
 2021-03-16 14:55 UTC 

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-03-16 14:55 UTC  (17+ messages)
` [PATCH 19/45] xfs: factor out the CIL transaction header building
` [PATCH 20/45] xfs: only CIL pushes require a start record
` [PATCH 23/45] xfs: log tickets don't need log client id
` [PATCH 24/45] xfs: move log iovec alignment to preparation function
` [PATCH 25/45] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 26/45] xfs: log ticket region debug is largely useless

renesas/next baseline: 113 runs, 3 regressions (renesas-next-2021-03-16-v5.12-rc2)
 2021-03-16 14:55 UTC 

[PATCH] efi: stub: override RT_PROP table supported mask based on EFI variable
 2021-03-16 14:55 UTC  (15+ messages)

[Buildroot] [PATCH 1/2] qemu_arm_versatile: switch to in-kernel defconfig + fragment
 2021-03-16 14:55 UTC  (2+ messages)

[PATCH] mdadm: fix reshape from RAID5 to RAID6 with backup file
 2021-03-16 14:54 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs-utils
 2021-03-16 14:55 UTC 

[PATCH v7] arm: Add Kconfig entry to select CONFIG_DTB_FILE
 2021-03-16 14:54 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs-utils
 2021-03-16 14:54 UTC 

[PATCH 00/10] tick/nohz updates
 2021-03-16 14:53 UTC  (6+ messages)
` [PATCH 01/10] tick/nohz: Prevent tick_nohz_get_sleep_length() from returning negative value

[PATCH 0/5] Uncore PMON discovery mechanism support
 2021-03-16 14:53 UTC  (6+ messages)
` [PATCH 1/5] perf/x86/intel/uncore: Parse uncore discovery tables

[PATCH v3 2/2] rockchip: rk3399: Add support for FriendlyARM NanoPi R4S
 2021-03-16 14:52 UTC  (4+ messages)

Building test code?
 2021-03-16 14:53 UTC  (6+ messages)
` [yocto] "

[dpdk-dev] [PATCH 0/5] mlx5: add timestamp format support
 2021-03-16 14:51 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 "

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-03-16 14:42 UTC  (6+ messages)
` [PATCH 13/38] target/riscv: SIMD 8-bit Miscellaneous Instructions
` [PATCH 15/38] target/riscv: 16-bit Packing Instructions

[PATCH v1 00/14] Multigenerational LRU
 2021-03-16 14:50 UTC  (4+ messages)

[PATCH 1/2] Fix the segment fault when calling yank_register_instance
 2021-03-16 14:46 UTC  (3+ messages)

[PATCH v3 2/2] rockchip: rk3399: Add support for FriendlyARM NanoPi R4S
 2021-03-16 14:49 UTC 

[PATCH v7 0/8] Pegasos2 emulation
 2021-03-16 14:48 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-03-16 14:50 UTC 

[PATCH v3 0/1] add ACPI binding to RX6110 driver
 2021-03-16 14:48 UTC  (2+ messages)
` [PATCH v4] rtc: rx6110: add ACPI bindings to I2C

[PATCH Bluez v3 1/4] shared/timeout: Add timeout_add_seconds abstraction
 2021-03-16 14:48 UTC  (2+ messages)
` adapter: Fix discovery trigger for 0 second delay

[PATCH v2] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2021-03-16 14:48 UTC 

Yocto Project Status WW11`21
 2021-03-16 14:48 UTC 

[PATCH net-next 0/3] dpaa2-eth: use indirect call wrappers
 2021-03-16 14:47 UTC  (4+ messages)
` [PATCH net-next 1/3] dpaa2-eth: use indirect calls wrapper for FD enqueue
` [PATCH net-next 2/3] dpaa2-eth: use indirect calls wrapper for FD consume
` [PATCH net-next 3/3] dpaa2-switch: use an indirect call wrapper instead of open-coding

[PATCH Bluez v2] android/handsfree: Fix g_timeout_add_seconds_full call
 2021-03-16 14:47 UTC  (2+ messages)
` [Bluez,v2] "

[PATCH 0/7] block/nbd: decouple reconnect from drain
 2021-03-16 14:41 UTC  (2+ messages)

[PATCH 0/9] edid: windows fixes
 2021-03-16 14:38 UTC  (4+ messages)
` [PATCH 5/9] edid: prefer standard timings
` [PATCH 7/9] edid: move timing generation into a separate function
` [PATCH 8/9] edid: allow arbitrary-length checksums

[PATCH v2] xen/arm: Use register_t type of cpuinfo entries
 2021-03-16 14:46 UTC  (4+ messages)

[ANNOUNCE] Git v2.31.0
 2021-03-16 14:44 UTC  (5+ messages)

AMD Ryzen 4000 (Mobile) cpufreq issues
 2021-03-16 14:44 UTC  (3+ messages)

[PATCH] arm64: dts: allwinner: Fix SD card CD GPIO for SOPine systems
 2021-03-16 14:42 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.