All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-14 10:53:06 to 2021-04-14 11:41:36 UTC [more...]

[RFC v13 00/80] arm cleanup experiment for kvm-only build
 2021-04-14 11:25 UTC  (15+ messages)
` [RFC v13 01/80] target/arm: move translate modules to tcg/
` [RFC v13 02/80] target/arm: move helpers "
` [RFC v13 03/80] arm: tcg: only build under CONFIG_TCG
` [RFC v13 04/80] target/arm: tcg: add sysemu and user subdirs
` [RFC v13 05/80] target/arm: tcg: split mte_helper user-only and sysemu code
` [RFC v13 06/80] target/arm: tcg: move sysemu-only parts of debug_helper
` [RFC v13 07/80] target/arm: tcg: split tlb_helper user-only and sysemu-only parts
` [RFC v13 08/80] target/arm: tcg: split m_helper "
` [RFC v13 09/80] target/arm: only build psci for TCG
` [RFC v13 11/80] target/arm: tcg: fix comment style before move to cpu-mmu
` [RFC v13 13/80] target/arm: fix style in preparation of new cpregs module
` [RFC v13 15/80] target/arm: move cpu definitions to common cpu module
` [RFC v13 16/80] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v13 21/80] target/arm: split vfp state setting from tcg helpers

[PATCH] crypto: ux500: cryp: Remove duplicate argument
 2021-04-14 11:38 UTC 

[Intel-gfx] [PATCH v2 00/12] drm/i915: Extend GEN renames to the rest of the driver
 2021-04-14 11:38 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 08/12] drm/i915: finish removal of gen_mask

[PATCH] nvmem: eeprom: at25: export FRAM serial num
 2021-04-14 11:37 UTC 

[linuxppc:next-test 150/209] arch/powerpc/mm/book3s64/radix_pgtable.c:183:6: error: no previous prototype for 'radix__change_memory_range'
 2021-04-14 11:36 UTC  (2+ messages)

How to mesh over ethernet VLAN?
 2021-04-14 11:35 UTC  (6+ messages)

[PATCH] software node: Allow node addition to already existing device
 2021-04-14 11:34 UTC  (4+ messages)

[PATCH] mac80211: fix NULL ptr dereference during mesh peer connection for non HE devices
 2021-04-14 11:33 UTC 

[PATCH 1/1] arm: topology: parse the topology from the dt
 2021-04-14 11:26 UTC  (10+ messages)

[dpdk-dev] [PATCH v2 1/1] crypto/qat: support Single-Pass GMAC on QAT GEN3
 2021-04-14 11:33 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 0/1] "
  ` [dpdk-dev] [PATCH v3 1/1] "

[RFC PATCH] scsi: megaraid_sas: set msix index for NON_READ_WRITE_LDIO type cmd
 2021-04-14 11:32 UTC  (3+ messages)

[PATCH v3 0/3] btrfs: zoned: automatic BG reclaim
 2021-04-14 11:32 UTC  (12+ messages)
` [PATCH v3 1/3] btrfs: discard relocated block groups

[PATCH v3 0/8] rev-parse: implement object type filter
 2021-04-14 11:32 UTC  (5+ messages)
` [PATCH v4 0/8] rev-list: "
  ` [PATCH v4 5/8] list-objects: "

[PATCH v4 00/16] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2021-04-14 11:23 UTC  (51+ messages)
` [PATCH v4 01/16] arm64/mm: Introduce asid_info structure and move asid_generation/asid_map to it
` [PATCH v4 02/16] arm64/mm: Move active_asids and reserved_asids to asid_info
` [PATCH v4 03/16] arm64/mm: Move bits "
` [PATCH v4 04/16] arm64/mm: Move the variable lock and tlb_flush_pending "
` [PATCH v4 05/16] arm64/mm: Remove dependency on MM in new_context
` [PATCH v4 06/16] arm64/mm: Introduce NUM_CTXT_ASIDS
` [PATCH v4 07/16] arm64/mm: Move Pinned ASID related variables to asid_info
` [PATCH v4 08/16] arm64/mm: Split asid_inits in 2 parts
` [PATCH v4 09/16] arm64/mm: Split the function check_and_switch_context in 3 parts
` [PATCH v4 10/16] arm64/mm: Split the arm64_mm_context_get/put
` [PATCH v4 11/16] arm64/mm: Introduce a callback to flush the local context
` [PATCH v4 12/16] arm64/mm: Introduce a callback to set reserved bits
` [PATCH v4 13/16] arm64: Move the ASID allocator code in a separate file
` [PATCH v4 14/16] arm64/lib: Add an helper to free memory allocated by the ASID allocator
` [PATCH v4 15/16] arch/arm64: Introduce a capability to tell whether 16-bit VMID is available
` [PATCH v4 16/16] kvm/arm: Align the VMID allocation with the arm64 ASID one

[PATCH] [net] cavium/liquidio: Fix duplicate argument
 2021-04-14 11:31 UTC 

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-04-14 11:30 UTC  (9+ messages)
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[PATCH] btrfs: fix race between transaction aborts and fsyncs leading to use-after-free
 2021-04-14 11:28 UTC  (2+ messages)

[PATCH v4 0/4] xen/arm: Prevent Dom0 to be loaded when using dom0less
 2021-04-14 11:29 UTC  (6+ messages)
` [PATCH v4 2/4] xen/arm: Handle cases when hardware_domain is NULL
` [PATCH v4 3/4] xen/arm: Clarify how the domid is decided in create_domUs()

[PATCH 0/9] kcsan: Add support for reporting observed value changes
 2021-04-14 11:28 UTC  (10+ messages)
` [PATCH 1/9] kcsan: Simplify value change detection
` [PATCH 2/9] kcsan: Distinguish kcsan_report() calls
` [PATCH 3/9] kcsan: Refactor passing watchpoint/other_info
` [PATCH 4/9] kcsan: Fold panic() call into print_report()
` [PATCH 5/9] kcsan: Refactor access_info initialization
` [PATCH 6/9] kcsan: Remove reporting indirection
` [PATCH 7/9] kcsan: Remove kcsan_report_type
` [PATCH 8/9] kcsan: Report observed value changes
` [PATCH 9/9] kcsan: Document "value changed" line

the qemu-nbd process automatically exit with the commit 43347d56c 'livepatch: send a fake signal to all blocking tasks'
 2021-04-14 11:27 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2 0/2] Fix gem_tiled_blits on TGL
 2021-04-14 11:27 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for Fix gem_tiled_blits on TGL (rev2)

[patch v3] translations/zh_CN: add translations to dev-tools gcov
 2021-04-14 11:24 UTC  (2+ messages)
` [PATCH v4] docs/zh_CN: add translations in zh_CN/dev-tools/gcov

[PATCH 1/2] iommu/sva: Tighten SVA bind API with explicit flags
 2021-04-14 11:26 UTC  (8+ messages)
` [PATCH 2/2] iommu/sva: Remove mm parameter from SVA bind API

[dpdk-dev] [PATCH 0/4] *** Support for one flow dump ***
 2021-04-14 11:26 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6 0/2] single flow dump

[PATCH V2] watchdog: mtk: support pre-timeout when the bark irq is available
 2021-04-14 11:23 UTC  (4+ messages)

[PATCH] fuse: Invalidate attrs when page writeback completes
 2021-04-14 11:25 UTC  (3+ messages)
  ` [Virtio-fs] "

[PATCH 0/4 POC] Allow executing code and syscalls in another address space
 2021-04-14 11:24 UTC  (4+ messages)

[PATCH V5 00/12] block: support bio based io polling
 2021-04-14 11:24 UTC  (6+ messages)
` [PATCH V5 11/12] block: add poll_capable method to support bio-based IO polling
        ` [dm-devel] "

[PATCH] ratelimit: protect with a mutex
 2021-04-14 11:22 UTC  (2+ messages)

[PATCH for-6.1 0/4] Poison more CONFIG switches
 2021-04-14 11:20 UTC  (5+ messages)
` [PATCH for-6.1 1/4] include/sysemu: Poison all accelerator CONFIG switches in common code
` [PATCH for-6.1 2/4] migration: Move populate_vfio_info() into a separate file
` [PATCH for-6.1 3/4] qapi/qom.json: Do not use CONFIG_VIRTIO_CRYPTO in common code
` [PATCH for-6.1 4/4] configure: Poison all current target-specific #defines

[PATCH v5 1/3] dt-bindings: Add Hycon Technology vendor prefix
 2021-04-14 11:24 UTC  (7+ messages)
` [PATCH v7 0/3] Input: add Hycon HY46XX Touchscreen controller
  ` [PATCH v7 3/3] Input: add driver for the Hycon HY46XX touchpanel series

12aceb89b0bc eventfd: convert to f_op->read_iter() causes 6.7% performance regression
 2021-04-14 11:23 UTC 

[dpdk-dev] [PATCH v2 0/6] test: refactor crypto unit test framework
 2021-04-14 11:22 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 3/6] test/crypto: refactor to use sub-testsuites
  ` [dpdk-dev] [EXT] "

[linux-next:pending-fixes] BUILD SUCCESS 6dc1738317f056e9eb422f67eb2f8d7ac9d6c29f
 2021-04-14 11:21 UTC 

[PATCH] net: macb: fix the restore of cmp registers
 2021-04-14 11:20 UTC 

[PATCH] drm/i915/dp: Use slow and wide link training for DPCP rev < 1.4
 2021-04-14 11:22 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCHv6 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-14 11:21 UTC  (3+ messages)
` [PATCHv6 bpf-next 2/4] "

[PATCH v4 00/13] Introduced multi-preference mempolicy
 2021-04-14 11:21 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Fix some invalid links in bpf_devel_QA.rst
 2021-04-14 11:20 UTC 

MegaRaid SAS 9341-8i issue
 2021-04-14 11:17 UTC  (6+ messages)

[PATCH u-boot v2019.04-aspeed-openbmc 00/11] Use HACE to
 2021-04-14 11:17 UTC  (3+ messages)
` [PATCH u-boot v2019.04-aspeed-openbmc 02/11] ast2600: Specify boot order

[Qemu-devel] [Bug 1809665] [NEW] Xbox One controller USB passthrough disconnections and stops
 2021-04-14 11:07 UTC  (2+ messages)
` [Bug 1809665] "

"rfkill: add a reason to the HW rfkill state" breaks userspace
 2021-04-14 11:17 UTC  (8+ messages)

[PATCH net-next 3/3] net: stmmac: Add RK3566/RK3568 SoC support
 2021-04-14 11:15 UTC  (6+ messages)

[Bluez PATCH] btmgmt: Add support to enable LL privacy
 2021-04-14 11:14 UTC  (6+ messages)

stable/linux-5.4.y build: 176 builds: 0 failed, 176 passed, 112 warnings (v5.4.112)
 2021-04-14 11:14 UTC 

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.266-42-gf374bdb11fcd2)
 2021-04-14 11:14 UTC 

[RESEND PATCH V3 0/5] Add PMIC DT files for sc7280
 2021-04-14 11:13 UTC  (6+ messages)
` [RESEND PATCH V3 1/5] arm64: dts: qcom: pm7325: Add pm7325 base dts file
` [RESEND PATCH V3 4/5] arm64: dts: qcom: pmk8350: Add PMIC peripherals for pmk8350
` [RESEND PATCH V3 3/5] arm64: dts: qcom: pmr735a: Add temp-alarm support
` [RESEND PATCH V3 2/5] arm64: dts: qcom: pm8350c: "
` [RESEND PATCH V3 5/5] arm64: dts: qcom: sc7280: Include PMIC DT files for sc7280

include/linux/spinlock.h:409:9: sparse: sparse: context imbalance in 'sunhv_console_write_paged' - wrong count at exit
 2021-04-14 11:13 UTC 

[bug report] shared tags causes IO hang and performance drop
 2021-04-14 11:12 UTC  (4+ messages)

[dpdk-dev] [PATCH] ethdev: add sanity checks in control APIs
 2021-04-14 11:12 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "
` [dpdk-dev] [PATCH v3] "

[PATCH -perfbook 0/5] Updates of qqz.sty
 2021-04-14 11:12 UTC  (6+ messages)
` [PATCH -perfbook 1/5] qqz.sty: Use \refstepcounter after leaving vmode in tcolorbox
` [PATCH -perfbook 2/5] qqz.sty: Modify -nq build to have chapterwise quiz-only section
` [PATCH -perfbook 3/5] perfbook-lt.tex: Remove boolean qqzchpend
` [PATCH -perfbook 4/5] howto, Makefile: Update answer to Quick Quiz 1.3 and 'make help-full'
` [PATCH -perfbook 5/5] qqz.sty: Add page reference to QQA Appendix as the same as -nq build

[PATCH] tty: use printk_safe context at tty_msg()
 2021-04-14 11:11 UTC  (12+ messages)
    ` [PATCH v2] tty: use printk_deferred() "
          ` How to handle concurrent access to /dev/ttyprintk ?

[PATCH 0/2] x86/amd: LFENCE always serializing CPUID bit
 2021-04-14 11:11 UTC  (4+ messages)
` [PATCH 1/2] x86/amd: split LFENCE dispatch serializing setup logic into helper
` [PATCH 2/2] x86/cpuid: support LFENCE always serializing CPUID bit

[PATCH -next] x86/sgx: Make symbol 'sgx_vepc_vm_ops' static
 2021-04-14 11:11 UTC  (2+ messages)

[PATCH] backend: fix switch_ioscheduler()
 2021-04-14 11:10 UTC 

[PATCH v2] ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()
 2021-04-14 11:09 UTC  (2+ messages)

[PATCH] tests/tcg: Run tests on arch variants again
 2021-04-14 11:02 UTC  (2+ messages)

[PATCH v7 0/7] Make alloc_contig_range handle Hugetlb pages
 2021-04-14 11:09 UTC  (11+ messages)
` [PATCH v7 3/7] mm,hugetlb: Clear HPageFreed outside of the lock

[PATCH][next] KEYS: trusted: Fix missing null return from kzalloc call
 2021-04-14 11:07 UTC  (2+ messages)

[PATCH v5] powerpc/traps: Enhance readability for trap types
 2021-04-14 11:00 UTC 

[PATCH v2 0/3] x86/sgx: eextend ioctl
 2021-04-14 11:07 UTC  (10+ messages)

[PATCH] sfc: Remove duplicate argument
 2021-04-14 11:06 UTC 

[PATCH] leds: pca955x: Allow full control over led name
 2021-04-14 11:06 UTC  (2+ messages)

A racy reading spot on n->free_objects in slab.c
 2021-04-14 11:06 UTC  (3+ messages)

Bug: TPM returned invalid status
 2021-04-14 11:05 UTC  (8+ messages)
          ` Aw: "
            `  "

[PATCH] libxcb: Add inherit python3native
 2021-04-14 11:03 UTC  (9+ messages)
` [OE-core] "

Path to xeno-config - packages vs. scripts
 2021-04-14 11:04 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: rockchip: add RK3568 SoC support
 2021-04-14 11:03 UTC  (3+ messages)

[PATCHv4 bpf-next 0/5] bpf: Tracing and lsm programs re-attach
 2021-04-14 11:01 UTC  (13+ messages)
` [PATCHv4 bpf-next 1/5] bpf: Allow trampoline re-attach for tracing and lsm programs
` [PATCHv4 bpf-next 2/5] selftests/bpf: Add re-attach test to fentry_test
` [PATCHv4 bpf-next 3/5] selftests/bpf: Add re-attach test to fexit_test
` [PATCHv4 bpf-next 4/5] selftests/bpf: Add re-attach test to lsm test

[PATCH] ALSA: control_led - fix the stack usage (control element ops)
 2021-04-14 10:59 UTC  (5+ messages)

[PATCH] ALSA: control_led - fix the stack usage (control element ops)
 2021-04-14 10:58 UTC 

[PATCH] hw/elf_ops: clear uninitialized segment space
 2021-04-14 10:58 UTC 

btrfs-progs top-level options man pages and usage
 2021-04-14 10:59 UTC 

[PATCH bpf-next 3/5] libbpf: add low level TC-BPF API
 2021-04-14 10:58 UTC  (15+ messages)

[PATCH] staging: media: tegra-vde: Align line break to match with the open parenthesis in file trace.h
 2021-04-13 16:05 UTC  (3+ messages)

[PATCH bpf-next v3 0/6] Add a snprintf eBPF helper
 2021-04-14 10:56 UTC  (5+ messages)
` [PATCH bpf-next v3 1/6] bpf: Factorize bpf_trace_printk and bpf_seq_printf

[PATCH 0/5] staging: comedi: tests: Fix various issues
 2021-04-14 10:40 UTC  (6+ messages)

`git fetch` not updating 'origin/HEAD' after branch rename
 2021-04-14 10:56 UTC  (3+ messages)

[dpdk-dev] [PATCH] ethdev: add queue state when retrieve queue information
 2021-04-14 10:56 UTC  (5+ messages)
` [dpdk-dev] [PATCH V2] "

[PATCH] mtd: spi-nor: macronix: Add block protection support to mx25u6435f
 2021-04-14 10:53 UTC  (5+ messages)

[v2 0/2] Support pwm driver for aspeed ast26xx
 2021-04-14 10:49 UTC  (2+ messages)
` [v2 1/2] dt-bindings: Add bindings for aspeed pwm-tach and pwm

[PATCH v3] io_uring: maintain drain logic for multishot poll requests
 2021-04-14 10:48 UTC  (3+ messages)
` [PATCH v2] add tests for drain io with multishot reqs


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.