All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-26 13:42:14 to 2021-10-26 14:32:17 UTC [more...]

[dpdk-dev] [PATCH 0/4] iavf: add iAVF IPsec inline crypto support
 2021-10-26 13:56 UTC  (6+ messages)
` [dpdk-dev] [PATCH v12 0/7] "
  ` [dpdk-dev] [PATCH v12 1/7] common/iavf: "
  ` [dpdk-dev] [PATCH v12 2/7] net/iavf: rework tx path
  ` [dpdk-dev] [PATCH v12 3/7] net/iavf: add support for asynchronous virt channel messages
  ` [dpdk-dev] [PATCH v12 4/7] net/iavf: add iAVF IPsec inline crypto support

[oe] node 12 on dunfell memory leaks
 2021-10-26 14:31 UTC 

[net] net-sysfs: avoid registering new queue objects after device unregistration
 2021-10-26 14:30 UTC  (2+ messages)

[PATCH ima-evm-utils 1/2] switch to using crun for podman
 2021-10-26 14:30 UTC  (3+ messages)
` [PATCH ima-evm-utils 2/2] upgrade to glibc-2.34 uses clone3 causing CI to fail

[PATCH V4 00/50] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-10-26 14:30 UTC  (25+ messages)
` [PATCH V4 01/50] x86/entry: Add fence for kernel entry swapgs in paranoid_entry()
` [PATCH V4 02/50] x86/entry: Use the correct fence macro after swapgs in kernel CR3
` [PATCH V4 03/50] x86/traps: Remove stack-protector from traps.c
` [PATCH V4 04/50] x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
` [PATCH V4 05/50] x86/entry: Use swapgs and native_iret directly in swapgs_restore_regs_and_return_to_usermode
` [PATCH V4 06/50] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V4 07/50] x86/entry: Introduce __entry_text for entry code written in C
` [PATCH V4 08/50] x86/entry: Move PTI_USER_* to arch/x86/include/asm/processor-flags.h
` [PATCH V4 09/50] x86: Remove unused kernel_to_user_p4dp() and user_to_kernel_p4dp()
` [PATCH V4 10/50] x86: Replace PTI_PGTABLE_SWITCH_BIT with PTI_USER_PGTABLE_BIT
` [PATCH V4 11/50] x86: Mark __native_read_cr3() & native_write_cr3() as __always_inline
` [PATCH V4 12/50] x86/traps: Move the declaration of native_irq_return_iret into proto.h
` [PATCH V4 13/50] x86/entry: Add arch/x86/entry/entry64.c for C entry code
` [PATCH V4 14/50] x86/entry: Expose the address of .Lgs_change to entry64.c
` [PATCH V4 15/50] x86/entry: Add C verion of SWITCH_TO_KERNEL_CR3 as switch_to_kernel_cr3()
` [PATCH V4 16/50] x86/traps: Add fence_swapgs_{user,kernel}_entry()
` [PATCH V4 17/50] x86/entry: Add C {user,kernel}_entry_swapgs_and_fence()
` [PATCH V4 18/50] x86/traps: Move pt_regs only in fixup_bad_iret()
` [PATCH V4 19/50] x86/entry: Switch the stack after error_entry() returns
` [PATCH V4 20/50] x86/entry: move PUSH_AND_CLEAR_REGS out of error_entry
` [PATCH V4 21/50] x86/entry: Move cld to the start of idtentry
` [PATCH V4 22/50] x86/entry: Don't call error_entry for XENPV
` [PATCH V4 23/50] x86/entry: Convert SWAPGS to swapgs in error_entry()

[PATCH] audit: correct the AUDIT_DM_CTRL and AUDIT_DM_EVENT numbering
 2021-10-26 14:22 UTC  (3+ messages)

linux-next: manual merge of the audit tree with the powerpc tree
 2021-10-26 14:27 UTC  (4+ messages)

[PATCH v2] staging: rtl8723bs: core: Refactor nested if-else
 2021-10-26 14:30 UTC  (4+ messages)
` [Outreachy kernel] "

[PATCH] MAINTAINERS: please remove myself from the Prestera driver
 2021-10-26 14:30 UTC  (2+ messages)

Upcoming merge conflict between ftrace and s390 trees
 2021-10-26 14:29 UTC  (3+ messages)

[PATCH v5 0/4] Rectify file references for dt-bindings in MAINTAINERS
 2021-10-26 14:19 UTC  (5+ messages)
` [PATCH v5 1/4] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
` [PATCH v5 2/4] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
` [PATCH v5 3/4] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
` [PATCH v5 4/4] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-26 14:29 UTC  (12+ messages)
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices

[PATCH v3] i386: docs: Briefly describe KVM PV features
 2021-10-26 14:12 UTC  (2+ messages)

[PATCH v4 0/8] tracing: Extend histogram triggers expression parsing
 2021-10-26 14:28 UTC  (4+ messages)
` [PATCH v4 7/8] tracing/selftests: Add tests for hist trigger "

[PATCH mptcp-net v2] mptcp: fix corrupt receiver key in MPC + data + checksum
 2021-10-26 14:27 UTC 

[PATCH net-next 0/8] Bridge FDB refactoring
 2021-10-26 14:27 UTC  (9+ messages)
` [PATCH net-next 1/8] net: bridge: remove fdb_notify forward declaration
` [PATCH net-next 2/8] net: bridge: remove fdb_insert "
` [PATCH net-next 3/8] net: bridge: rename fdb_insert to fdb_add_local
` [PATCH net-next 4/8] net: bridge: rename br_fdb_insert to br_fdb_add_local
` [PATCH net-next 5/8] net: bridge: reduce indentation level in fdb_create
` [PATCH net-next 6/8] net: bridge: move br_fdb_replay inside br_switchdev.c
` [PATCH net-next 7/8] net: bridge: create a common function for populating switchdev FDB entries
` [PATCH net-next 8/8] net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device

29b51054ec: stress-ng.vm-rw.ops_per_sec 81.4% improvement
 2021-10-26 14:28 UTC 

pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.15-rc7-95-g5ae5ac40021d)
 2021-10-26 14:28 UTC 

[syzbot] upstream test error: BUG: sleeping function called from invalid context in stack_depot_save
 2021-10-26 14:27 UTC  (3+ messages)

[1.52][PATCH 0/2] Review request
 2021-10-26 14:06 UTC  (3+ messages)
` [1.52][PATCH 1/2] tests/runqueue: Ensure hashserv exits before deleting files
` [1.52][PATCH 2/2] bitbake-worker: Add debug when unpickle fails

[PATCH] nvme-tcp: fix possible req->offset corruption
 2021-10-26 14:27 UTC  (2+ messages)

[RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
 2021-10-26 14:25 UTC  (13+ messages)

[PATCH v2] hvf: arm: Ignore cache operations on MMIO
 2021-10-26  9:34 UTC  (2+ messages)

[PATHC bpf v2] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-10-26 14:26 UTC  (2+ messages)

[PATCH v3 03/34] component: Introduce the aggregate bus_type
 2021-10-26 14:02 UTC  (3+ messages)

[PATCH RESEND] tools/build: drop slang include path in test-all
 2021-10-26 14:25 UTC  (3+ messages)

[PATCH] drm/msm/dpu: Remove commit and its uses in dpu_crtc_set_crc_source()
 2021-10-26 14:24 UTC 

[PATCH v1 1/1] lib/vsprintf.c: Amend static asserts for format specifier flags
 2021-10-26 14:03 UTC 

[LTP] [PATCH v1 06/11] lapi/quotactl.h: Add fallback for quotactl_fd
 2021-10-26 14:26 UTC  (10+ messages)
` [LTP] [PATCH v1 07/11] syscalls/quotactl08: Test quoatctl01 but quota info hidden in filesystem
` [LTP] [PATCH v1 08/11] syscalls/quotaclt02, 5: Add quotactl_fd test variant
` [LTP] [PATCH v1 09/11] syscalls/quotactl03: "
` [LTP] [PATCH v1 10/11] syscalls/quotactl04: "

[meta-security][PATCH 1/4] opendnssec: blacklist do to ldns being blacklisted
 2021-10-26 14:24 UTC  (4+ messages)
` [meta-security][PATCH 2/4] apparmor: Add a python 3.10 compatability patch
` [meta-security][PATCH 3/4] tpm2-tools: update to 5.2
` [meta-security][PATCH 4/4] openssl-tpm-engine: fix build issue with openssl 3

[PATCH 0/3] KVM: x86/mmu: Clean up kvm_zap_gfn_range()
 2021-10-26 14:22 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()

RFC: A partition for grubenv, etc
 2021-10-26 14:22 UTC  (8+ messages)

[kvm-unit-tests PATCH v3 0/2] Add specification exception tests
 2021-10-26 14:22 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 2/2] s390x: Test specification exceptions during transaction

[PATCH 0/5] comedi: misc fixes
 2021-10-26 14:12 UTC  (3+ messages)
` [PATCH 1/5] comedi: ni_usb6501: fix NULL-deref in command paths

[PATCH u-boot-marvell 00/13] Yet another kwboot improvements
 2021-10-26 14:21 UTC  (12+ messages)

[PATCH net-next 0/2] DSA preparations for FDB isolation between bridges
 2021-10-26 14:20 UTC  (2+ messages)

[PATCH net-next 0/3] Introduce supported interfaces bitmap
 2021-10-26 14:20 UTC  (2+ messages)

[PATCH] net: lan78xx: fix division by zero in send path
 2021-10-26 14:20 UTC  (2+ messages)

[RFC v2] mac80211: fix rx blockack session race condition
 2021-10-26 14:19 UTC 

[PATCH 1/3] perf tests: Fix record+script_probe_vfs_getname.sh /tmp cleanup
 2021-10-26 14:18 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: net: qcom,ipa: describe IPA v4.5 interconnects
 2021-10-26 14:17 UTC  (4+ messages)

[GIT PULL] firmware: arm_ffa: Updates for 5.16
 2021-10-26 14:15 UTC  (3+ messages)

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-26  6:46 UTC  (11+ messages)

[PATCH] xen,xen-tools: update xen to new releases
 2021-10-26 14:14 UTC  (3+ messages)
` [meta-virtualization] "

[PATCH] rtc: x86: amd-pmc: fix build failure with CONFIG_RTC_SYSTOHC=n
 2021-10-26 14:12 UTC 

[PATCH] kselftests: ftrace: limit the executing time by reading from cached trace
 2021-10-26 14:13 UTC  (11+ messages)

filesystem corrupt - error -117
 2021-10-26 14:12 UTC  (7+ messages)

[RFC 0/2] tls: add macros for coroutine-safe TLS variables
 2021-10-26 14:10 UTC  (5+ messages)
` [RFC 1/2] "

[dpdk-dev] [v3] cryptodev: add telemetry endpoint for cryptodev capabilities
 2021-10-26 14:12 UTC  (3+ messages)
` [dpdk-dev] [v5] "

[Question] ext4/xfs: Default behavior changed after per-file DAX
 2021-10-26 14:12 UTC 

[PATCH] video: fbdev: cirrusfb: check pixclock to avoid divide by zero
 2021-10-26 14:11 UTC  (6+ messages)

[PATCH] media: docs: dev-decoder: add restrictions about CAPTURE buffers
 2021-10-26 14:11 UTC  (2+ messages)

bitbake core-image-minimal struck at [ Initialising tasks: 44% ]
 2021-10-26 14:12 UTC 

[PATCH 0/2] timers/nohz fixes
 2021-10-26 14:10 UTC  (3+ messages)
` [PATCH 1/2 RESEND] timers/nohz: Last resort update jiffies on nohz_full IRQ entry
` [PATCH 2/2] sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full

[dpdk-dev] [v7] crypto/cnxk: add telemetry endpoints to cryptodev
 2021-10-26 14:10 UTC  (3+ messages)
` [dpdk-dev] [v8] "

[Intel-gfx] [PATCH] drm/i915/dp: fix integer overflow in 128b/132b data rate calculation
 2021-10-26 14:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dp: fix integer overflow in 128b/132b data rate calculation (rev3)

[meta-freescale] linux-fsl 5.10 kernels don't appear to have multi-lane in sound/soc/fsl/fsl_sai.c
 2021-10-26 14:10 UTC 

[PATCH net-next] ifb: Depend on netfilter alternatively to tc
 2021-10-26 14:10 UTC  (2+ messages)

[PATCH net-next v6] mctp: Implement extended addressing
 2021-10-26 14:10 UTC  (2+ messages)

[PATCH 1/2] net: ax88796c: Fix clang -Wimplicit-fallthrough in ax88796c_set_mac()
 2021-10-26 14:10 UTC  (2+ messages)

[PATCH v3 1/2] PCI: MCFG: Consolidate the separate PCI MCFG table entry list
 2021-10-26 14:08 UTC  (4+ messages)

[PATCH net-next] netdevsim: Register and unregister devlink traps on probe/remove device
 2021-10-26 14:09 UTC  (10+ messages)

[PATCH] drm/i915/dmabuf: include asm/smp.h for cache operations
 2021-10-26 14:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[LTP] [PATCH v1 01/11] syscalls/quotactl01: Also test with vfsv1 format
 2021-10-26 14:09 UTC  (9+ messages)
` [LTP] [PATCH v1 02/11] syscalls/quotactl06:Also "
  ` [LTP] [PATCH v1 02/11] syscalls/quotactl06???Also "
` [LTP] [PATCH v1 03/11] syscalls/quotactl04: Remove useless quotactl mount options
` [LTP] [PATCH v1 04/11] syscalls/quotactl[3, 5, 7]: Add docparse formatting
` [LTP] [PATCH v1 05/11] lapi/syscalls: Add syscall number for quotactl_fd

[PATCH v2] generic-loader: check that binary file target location exists
 2021-10-26 14:03 UTC 

[GIT PULL] More Qualcomm driver updates for v5.16
 2021-10-26 14:07 UTC  (3+ messages)

[PATCH memcg v2 2/2] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-10-26 14:07 UTC  (8+ messages)
  ` [PATCH memcg v3 2/3] mm, oom: do not trigger out_of_memory from the #PF

linux-fsl 5.10 kernels don't appear to have multi-lane in sound/soc/fsl/fsl_sai.c
 2021-10-26 14:07 UTC 

[syzbot] KCSAN: data-race in call_rcu / rcu_gp_fqs_loop
 2021-10-26 14:07 UTC  (3+ messages)

[PATCH] configs: sama5d2 boards: add DM and GPIO commands
 2021-10-26 14:06 UTC 

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-10-26 14:06 UTC  (5+ messages)
` [PATCH v5 02/26] doc: Add documentation about devicetree usage
` [PATCH v5 26/26] fdt: Don't call board_fdt_blob_setup() without OF_BOARD

[PATCH 1/3] refscale: simplify the errexit checkpoint
 2021-10-26 14:06 UTC  (4+ messages)
` [PATCH 3/3] refscale: always log the error message

Upcoming merge conflict between akpm-current/current and s390 trees
 2021-10-26 14:05 UTC 

[PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
 2021-10-26 14:05 UTC  (5+ messages)
` [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
` [PATCH 3/3] bundle-uri client: add "bundle-uri" parsing + tests

[PATCH v2] sstate: fix touching files inside pseudo
 2021-10-26 14:05 UTC  (4+ messages)
` [OE-core] "

[PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS
 2021-10-26 14:03 UTC  (3+ messages)

[RFC] mac80211: fix rx blockack session race condition
 2021-10-26 14:04 UTC 

[PATCH] dma-buf: st: fix error handling in test_get_fences()
 2021-10-26 14:04 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization
 2021-10-26 14:03 UTC  (2+ messages)

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-26 14:02 UTC  (7+ messages)
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task comm size change

[PATCH] lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logical
 2021-10-26 14:02 UTC  (4+ messages)

[PATCH] staging: rtl8723bs: core: Refactor nested if-else
 2021-10-26 14:02 UTC  (7+ messages)
` [Outreachy kernel] "

renesas/master baseline: 387 runs, 4 regressions (renesas-devel-2021-10-26-v5.15-rc7)
 2021-10-26 14:02 UTC 

renesas/master baseline-nfs: 43 runs, 1 regressions (renesas-devel-2021-10-26-v5.15-rc7)
 2021-10-26 14:02 UTC 

unicode cleanups, and split the data table into a separate module v2
 2021-10-26 13:56 UTC  (8+ messages)
` [PATCH 10/11] unicode: Add utf8-data module
          ` [f2fs-dev] "

[GIT PULL] Qualcomm DTS more changes for v5.16
 2021-10-26 13:58 UTC  (3+ messages)

[PATCH net-next] net: mana: Allow setting the number of queues while the NIC is down
 2021-10-26 14:00 UTC  (2+ messages)

[PATCH net-next v2] net: hsr: Add support for redbox supervision frames
 2021-10-26 14:00 UTC  (2+ messages)

[PATCH net-next 0/3] tcp: tcp_stream_alloc_skb() changes
 2021-10-26 14:00 UTC  (2+ messages)

[PATCH v3 00/11] PCI devices passthrough on Arm, part 3
 2021-10-26 13:57 UTC  (4+ messages)
` [PATCH v3 11/11] xen/arm: Translate virtual PCI bus topology for guests

[PATCH v2 00/13] fixes and cleanups for string I/O emulation
 2021-10-26 13:57 UTC  (13+ messages)
` [PATCH 08/13] KVM: x86: inline kernel_pio into its sole caller
` [PATCH 09/13] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out
` [PATCH 10/13] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH 11/13] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH 12/13] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH 13/13] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too

[PATCH] osstest: explicitly set either enable or disable qemu-traditional
 2021-10-26 13:56 UTC 

gpio on i2c io expander
 2021-10-26 13:56 UTC 

[RFC PATCH v2] trace: Add trace any kernel object
 2021-10-26 13:52 UTC  (3+ messages)

[PATCH v2] dl: Use "adr" assembler command to get proper load address on ARM
 2021-10-26 13:52 UTC  (5+ messages)

Multiboot ELF Loader - Alignment
 2021-10-26 13:51 UTC  (2+ messages)

[GIT PULL] Qualcomm ARM64 defconfig updates for v5.16
 2021-10-26 13:49 UTC  (3+ messages)

[zen:5.14/zen-sauce 3/33] drivers/i2c/busses/i2c-nct6775.c:221:39: warning: this statement may fall through
 2021-10-26 13:51 UTC 

imx 510
 2021-10-26 13:50 UTC 

[PATCH] net: batman-adv: fix error handling
 2021-10-26 13:50 UTC  (2+ messages)

[watchdog] 34db6459c6: stress-ng.loop.ops_per_sec -36.4% regression
 2021-10-26 13:49 UTC 

[PATCH v4 00/33] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-26 13:47 UTC  (4+ messages)
` [PATCH v4 06/33] arm64/sme: Provide ABI documentation for SME

[PATCH v3] powerpc/boot: Set LC_ALL=C in wrapper script
 2021-10-26 13:48 UTC  (2+ messages)

[PATCH v2] powerpc/boot: Set LANG=C in wrapper script
 2021-10-26 13:45 UTC  (2+ messages)

[PATCH v6 2/7] fuse: make DAX mount option a tri-state
 2021-10-26 13:45 UTC  (12+ messages)
                    ` [Virtio-fs] "

[PATCH 1/9] drm/i915: mark dmabuf objects as ALLOC_USER
 2021-10-26 13:44 UTC  (4+ messages)
` [Intel-gfx] [PATCH 4/9] drm/i915/dmabuf: add paranoid flush-on-acquire
  `  "

[PULL v2 00/44] pc,pci,virtio: features, fixes, tests
 2021-10-26 13:41 UTC  (4+ messages)
` [PULL v2 02/44] tests: qtest: add qtest_has_accel() to check if tested binary supports accelerator

[PATCH] soc: qcom: qmi: add a prompt to QCOM_QMI_HELPERS
 2021-10-26 13:42 UTC  (2+ messages)

[PATCH v1 0/7] ACPI: Use ACPI_COMPANION() directly to simplify code
 2021-10-26 13:41 UTC  (4+ messages)
` [PATCH v1 7/7] perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directly
  ` [PATCH v2 "

[meta-arago] [dunfell PATCH 0/2] recipes-graphics: Update weston to fix Matrix GUI
 2021-10-26 13:41 UTC  (2+ messages)
` [meta-arago] [dunfell PATCH 2/2] weston-init: Update initscript for weston-calibration


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.