All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-20 22:10:16 to 2022-09-20 23:21:24 UTC [more...]

[PATCH v4 for 7.2 00/22] virtio-gpio and various virtio cleanups
 2022-09-20 19:10 UTC  (6+ messages)

[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
 2022-09-20 23:20 UTC  (16+ messages)
` [PATCH 2/9] exec/hwaddr.h: Add missing include
` [PATCH 8/9] softmmu/physmem: Let SysBusState absorb memory region and address space singletons
` [PATCH 9/9] exec/address-spaces: Inline legacy functions

[PATCH net-next,v4 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-20 23:20 UTC  (2+ messages)

[PATCH 0/2] Add a secondary AT port to the Telit FN990
 2022-09-20 23:20 UTC  (2+ messages)

[PATCH 0/3] Add a host power device
 2022-09-20 19:05 UTC  (4+ messages)
  ` [Phishing Risk] [External] "

[PATCH] ARM: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-09-20 23:07 UTC 

Bug Report kernel 5.19.9 Networking NAT
 2022-09-20 23:19 UTC  (2+ messages)

[GIT PULL] KVM: x86: First batch of updates for 6.1, i.e. kvm/queue
 2022-09-20 23:16 UTC 

[PULL 00/12] Publish1 patches
 2022-09-20 17:31 UTC  (9+ messages)
` [PULL 02/12] linux-user: Add missing clock_gettime64() syscall strace
` [PULL 03/12] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
` [PULL 04/12] linux-user: Log failing executable in EXCP_DUMP()
` [PULL 05/12] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
` [PULL 06/12] linux-user/hppa: Dump IIR on register dump
` [PULL 07/12] linux-user: Fix strace of chmod() if mode == 0
` [PULL 10/12] linux-user: Show timespec on strace for futex()
` [PULL 11/12] linux-user: Add close_range() syscall

[PATCH v2 00/10] Encrypted Hibernation
 2022-09-20 23:16 UTC  (10+ messages)
` [PATCH v2 03/10] security: keys: trusted: Include TPM2 creation data
` [PATCH v2 05/10] security: keys: trusted: Verify "
` [PATCH v2 06/10] PM: hibernate: Add kernel-based encryption
` [PATCH v2 07/10] PM: hibernate: Use TPM-backed keys to encrypt image

[PATCH 0/4] target/m68k: MacOS supervisor/user mode switch fixes
 2022-09-20 19:01 UTC  (10+ messages)
` [PATCH 2/4] target/m68k: increase size of m68k CPU features from uint32_t to uint64_t
` [PATCH 4/4] target/m68k: always call gen_exit_tb() after writes to SR

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-20 23:15 UTC  (12+ messages)

QEMU's FreeBSD 13 CI job is failing
 2022-09-20 20:21 UTC  (5+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-09-20 12:31 UTC  (2+ messages)

[PATCH] x86/alternative: fix race in try_get_desc()
 2022-09-20 23:13 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 00/23] Add DG2 OA test
 2022-09-20 23:11 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 23/23] lib/i915/perf: Add DG2 metrics

QA notification for completed autobuilder build (yocto-4.0.4.rc1)
 2022-09-20 23:08 UTC 

[PULL 00/17] ppc queue
 2022-09-20 19:41 UTC  (3+ messages)
` [PULL 06/17] target/ppc: Merge fsqrt and fsqrts helpers
` [PULL 14/17] target/ppc: Clear fpstatus flags on helpers missing it

[BUG] ls1046a: eDMA does not transfer data from I2C
 2022-09-20 23:05 UTC  (11+ messages)

[PATCH v2 00/37] target/i386: new decoder + AVX implementation
 2022-09-20 17:25 UTC  (25+ messages)
` [PATCH v2 01/37] target/i386: Define XMMReg and access macros, align ZMM registers
` [PATCH v2 04/37] target/i386: introduce insn_get_addr
` [PATCH v2 07/37] target/i386: add CPUID[EAX=7, ECX=0].ECX to DisasContext
` [PATCH v2 09/37] target/i386: add AVX_EN hflag
` [PATCH v2 11/37] target/i386: validate SSE prefixes directly in the decoding table
` [PATCH v2 13/37] target/i386: Prepare ops_sse_header.h for 256 bit AVX
` [PATCH v2 14/37] target/i386: extend helpers to support VEX.V 3- and 4- operand encodings
` [PATCH v2 15/37] target/i386: support operand merging in binary scalar helpers
` [PATCH v2 16/37] target/i386: provide 3-operand versions of unary "
` [PATCH v2 17/37] target/i386: implement additional AVX comparison operators
` [PATCH v2 18/37] target/i386: Introduce 256-bit vector helpers
` [PATCH v2 20/37] target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX
` [PATCH v2 23/37] target/i386: reimplement 0x0f 0x70-0x77, "
` [PATCH v2 25/37] target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes
` [PATCH v2 26/37] target/i386: reimplement 0x0f 0x3a, add AVX
` [PATCH v2 28/37] target/i386: reimplement 0x0f 0x38, "
` [PATCH v2 29/37] target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, "
` [PATCH v2 30/37] target/i386: reimplement 0x0f 0x10-0x17, "
` [PATCH v2 31/37] target/i386: reimplement 0x0f 0x28-0x2f, "
` [PATCH v2 33/37] target/i386: implement VLDMXCSR/VSTMXCSR
` [PATCH v2 34/37] target/i386: Enable AVX cpuid bits when using TCG
` [PATCH v2 35/37] tests/tcg: extend SSE tests to AVX
` [PATCH v2 36/37] target/i386: move 3DNow to the new decoder
` [PATCH v2 37/37] target/i386: remove old SSE decoder

[PATCH v3 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-20 23:03 UTC  (5+ messages)
` [PATCH v3 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v3 3/6] KVM: x86: Hyper-V invariant TSC control

[Buildroot] [PATCH 0/3] Update WPE WebKit to 2.38.0
 2022-09-20 23:00 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] package/libwpe: bump to version 1.14.0
` [Buildroot] [PATCH 2/3] package/wpebackend-fdo: "
` [Buildroot] [PATCH 3/3] package/wpewebkit: bump to version 2.38.0

[PULL 00/30] testing updates (docker, avocado, deprecate 32bit BE MIPS)
 2022-09-20 17:15 UTC  (10+ messages)
` [PULL 14/30] tests/docker: flatten debian-powerpc-test-cross
` [PULL 16/30] tests/docker: remove amd64 qemu/debian10 dependency
` [PULL 18/30] configure: explicitly set cflags for --disable-pie
` [PULL 20/30] gitlab-ci: update aarch32/aarch64 custom runner jobs
` [PULL 21/30] Deprecate 32 bit big-endian MIPS
` [PULL 23/30] tests/docker: update and flatten debian-all-test-cross
` [PULL 26/30] tests/docker: update and flatten debian-loongarch-cross
` [PULL 27/30] tests/docker: update and flatten debian-hexagon-cross
` [PULL 28/30] tests/docker: update and flatten debian-toolchain

[PATCH v2 0/2] media: uvc: Get menu names from framework
 2022-09-20 22:57 UTC  (3+ messages)
` [PATCH v2 1/2] media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU
` [PATCH v2 2/2] media: uvcvideo: Use standard names for menus

[Intel-gfx] [PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-20 22:55 UTC  (11+ messages)
` [Intel-gfx] [PATCH v3 06/15] vfio/mtty: Use the new device life cycle helpers
    `  "
` [Intel-gfx] [PATCH v3 15/15] vfio: Add struct device to vfio_device
    `  "

[PATCH] KEYS: encrypted: fix key instantiation with user-provided data
 2022-09-20 22:53 UTC  (4+ messages)

[PATCH] i386: Fix KVM_CAP_ADJUST_CLOCK capability check
 2022-09-20 18:33 UTC  (2+ messages)

[PATCH 0/2] SDM670 RPMh Clocks (real)
 2022-09-20 22:51 UTC  (3+ messages)
` [PATCH 2/2] clk: qcom: rpmhcc: add sdm670 clocks

[PATCH 0/2] SDM670 Power Domains
 2022-09-20 22:50 UTC  (3+ messages)
` [PATCH 2/2] soc: qcom: rpmhpd: add sdm670 power domains

[nf PATCH] netfilter: nft_fib: Fix for rpath check with VRF devices
 2022-09-20 22:48 UTC  (2+ messages)

[PATCH v3 0/6] console: Implement flush() function
 2022-09-20 22:46 UTC  (7+ messages)
` [PATCH v3 4/6] serial: Implement serial_flush() function for console flush() fallback

[PATCH v7 0/3] ksmbd patches included vfs changes
 2022-09-20 22:43 UTC  (4+ messages)
` [PATCH v7 1/3] ksmbd: remove internal.h include
` [PATCH v7 2/3] fs: introduce lock_rename_child() helper
` [PATCH v7 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name

[PATCH] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined
 2022-09-20 22:41 UTC  (5+ messages)

[PATCH v2 0/3] Add a simple latching_switch
 2022-09-20 18:46 UTC  (4+ messages)
` [PATCH v2 1/3] hw/misc/latching_switch: Add a simple latching_switch device
` [PATCH v2 2/3] hw/gpio/aspeed_gpio: Add gpios in/out init
` [PATCH v2 3/3] hw/arm/aspeed: g220a: Add a latching switch device

[PATCH 0/3] SDM670 USB 2.0 support
 2022-09-20 22:43 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: phy: qcom,qusb2: document sdm670 compatible
` [PATCH 2/3] dt-bindings: usb: dwc3: add "
` [PATCH 3/3] usb: dwc3: qcom: "

[PATCH v1 2/2] media: uvcvideo: Use standard names for menus
 2022-09-20 22:41 UTC  (3+ messages)

[PATCH 0/2] iommu: SMMU for SDM670
 2022-09-20 22:39 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iommu: arm-smmu: add sdm670 compatible
` [PATCH 2/2] iommu: arm-smmu-qcom: "

[PATCH v5 00/18] Implement call_rcu_lazy() and miscellaneous fixes
 2022-09-20 22:40 UTC  (7+ messages)

[PATCH v2] x86/uaccess: Avoid check_object_size() in copy_from_user_nmi()
 2022-09-20 22:40 UTC  (4+ messages)

[PATCH 1/2 v2] rpm: Upgrade 4.17.1 -> 4.18rc1
 2022-09-20 22:39 UTC  (5+ messages)
` [PATCH 2/2] perf: Fix for recent kernel upgrades
` [OE-core] [PATCH 1/2 v2] rpm: Upgrade 4.17.1 -> 4.18rc1

[PATCH v9 12/27] rust: add `kernel` crate
 2022-09-20 22:39 UTC  (16+ messages)

[PATCH v2 0/2] SDM670 RPMh Clocks
 2022-09-20 22:37 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: clock: add rpmhcc bindings for sdm670
` [PATCH v2 2/2] clk: qcom: rpmhcc: add sdm670 clocks

[Intel-gfx] [PATCH 00/12] Explicit MCR handling and MTL steering
 2022-09-20 22:37 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 0/2] Add external system driver
 2022-09-20 22:36 UTC  (2+ messages)

[PATCH 1/3] arm-bsp/tc: upgrade version of trusted-firmware-a
 2022-09-20 22:36 UTC  (2+ messages)

[PATCH] edk2-firmware: Fix configure sed typo
 2022-09-20 22:36 UTC  (2+ messages)

[PATCH mptcp] net: mptcp: add statistics for mptcp socket in use
 2022-09-20 22:36 UTC  (4+ messages)

[PATCH][dunfell] arm/trusted-firmware-a: update mbedtls branch name
 2022-09-20 22:36 UTC  (2+ messages)

[meta-zephyr][PATCH 0/4] Add script for version upgrades
 2022-09-20 22:33 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/1] drm/i915/mtl: enable local stolen memory
 2022-09-20 22:33 UTC  (5+ messages)

[PATCH v2 0/2] RPMh Support for PM660 and PM660L
 2022-09-20 22:33 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: regulator: qcom,rpmh: add pm660 and pm660l pmics
` [PATCH v2 2/2] regulator: qcom-rpmh: "

[mtd:nand/next 11/31] drivers/mtd/nand/raw/cadence-nand-controller.c:1893:4: error: implicit declaration of function 'ioread64_rep' is invalid in C99
 2022-09-20 22:31 UTC 

linux-next: Signed-off-by missing for commit in the bluetooth tree
 2022-09-20 22:30 UTC 

[PATCH v4 0/2] SDM670 Pin Control Driver
 2022-09-20 22:29 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: pinctrl: qcom: add sdm670 pinctrl
` [PATCH v4 2/3] pinctrl: qcom: add support for complementary reserved gpios
` [PATCH v4 3/3] pinctrl: qcom: add sdm670 pinctrl

[PATCH] net: dsa: mt7530: add support for in-band link status
 2022-09-20 22:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 3/3] drm/meson: remove drm bridges at aggregate driver unbind time
 2022-09-20 22:28 UTC  (3+ messages)
` [PATCH v2 "

[igt-dev] [PATCH i-g-t v2] tests/kms_cursor_crc: Wait extra vblank
 2022-09-20 22:28 UTC 

[PATCH v2 1/2] perf tools: Honor namespace when synthesizing build-id
 2022-09-20 22:28 UTC  (2+ messages)
` [PATCH v2 2/2] perf record: Save DSO build-ID for synthesizing

Newbie contribution idea for 'git log --children': input requested
 2022-09-20 22:28 UTC  (5+ messages)

[PATCH v3] net: dsa: mt7530: add support for in-band link status
 2022-09-20 22:27 UTC 

[PATCH v4] drm/msm/dp: add atomic_check to bridge ops
 2022-09-20 22:25 UTC  (2+ messages)

[PATCH 0/3] Add basic attributes for vcnl4040
 2022-09-20 22:23 UTC  (5+ messages)
` [PATCH 1/3] iio: light: vcnl4000: Preserve conf bits when toggle power
` [PATCH 3/3] iio: light: vcnl4000: Add ps_it attributes for vcnl4040

[PATCH 0/2] media: imx-jpeg, Add support for contiguous NV12
 2022-09-20 22:19 UTC  (4+ messages)
` [PATCH 1/2] media: imx-jpeg: Implement g_selection and s_selection

[PATCH] exec: Force binary name when argv is empty
 2022-09-20 22:21 UTC  (3+ messages)

[PATCH 1/3] ksmbd: change security id to the one samba used for posix extension
 2022-09-20 22:20 UTC  (4+ messages)
` [PATCH 3/3] ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO response

[Patch v5 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-09-20 22:20 UTC  (5+ messages)

[Buildroot] [PATCH] DEVELOPERS: add Giulio Benetti to mmc-utils
 2022-09-20 22:19 UTC 

[RFC PATCH 0/7] powerpc: first hack at pcrel addressing
 2022-09-20 22:16 UTC  (3+ messages)
` [RFC PATCH 5/7] powerpc/64s: update generic cpu option name and compiler flags

[PATCH] KVM: x86/mmu: fix repeated words in comments
 2022-09-20 22:16 UTC  (2+ messages)

[PATCH RESEND v2] perf test: Introduce script for data symbol testing
 2022-09-20 22:15 UTC  (2+ messages)

[Buildroot] [PATCH] package/rtl8812au-aircrack-ng: fix build failure due to double defined endianness
 2022-09-20 22:09 UTC 

[PATCH] linux-yocto/5.19: cfg: fix ACPI warnings for -tiny
 2022-09-20 22:15 UTC 

[Buildroot] [PATCH] DEVELOPERS: add Giulio Benetti to rtl8189es, rtl8723bu/ds, rtl8812au-aircrack-ng, wilc-driver
 2022-09-20 22:15 UTC 

[PATCH] mtd-www: UBIFS: fix some incorrect hyperlinks
 2022-09-20 22:13 UTC 

[PATCH net-next v6 0/8] net: phy: Add support for rate matching
 2022-09-20 22:12 UTC  (9+ messages)
` [PATCH net-next v6 1/8] net: phylink: Document MAC_(A)SYM_PAUSE
` [PATCH net-next v6 2/8] net: phylink: Export phylink_caps_to_linkmodes
` [PATCH net-next v6 3/8] net: phylink: Generate caps and convert to linkmodes separately
` [PATCH net-next v6 4/8] net: phy: Add support for rate matching
` [PATCH net-next v6 5/8] net: phylink: Adjust link settings based on "
` [PATCH net-next v6 6/8] net: phylink: Adjust advertisement "
` [PATCH net-next v6 7/8] net: phy: aquantia: Add some additional phy interfaces
` [PATCH net-next v6 8/8] net: phy: aquantia: Add support for rate matching

[PATCH] drm/panfrost: Give name to anonymous coredump object union
 2022-09-20 22:13 UTC  (4+ messages)
` [PATCH 1/2] drm/panfrost: Remove type name from internal structs
  ` [PATCH 2/2] drm/panfrost: replace endian-specific types with generic ones

[PATCH v2 0/2] Add missing trace points in emulator path
 2022-09-20 22:12 UTC  (2+ messages)

[yocto] Help and ideas wanted - error during do_package
 2022-09-20 22:11 UTC 

[RFC PATCH 0/9] CXL: Read and clear event logs
 2022-09-20 22:10 UTC  (9+ messages)
` [RFC PATCH 1/9] cxl/mem: Implement Get Event Records command


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.