All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-14 11:51:13 to 2021-04-14 12:30:01 UTC [more...]

[RFC v13 00/80] arm cleanup experiment for kvm-only build
 2021-04-14 11:26 UTC  (45+ messages)
` [RFC v13 12/80] target/arm: move physical address translation to cpu-mmu
` [RFC v13 14/80] target/arm: split cpregs from tcg/helper.c
` [RFC v13 17/80] target/arm: tcg: add stubs for some helpers for non-tcg builds
` [RFC v13 20/80] target/arm: move arm_hcr_el2_eff from tcg/ to common_cpu
` [RFC v13 23/80] target/arm: move sve_zcr_len_for_el "
` [RFC v13 24/80] target/arm: move arm_sctlr away from tcg helpers
` [RFC v13 25/80] target/arm: move arm_cpu_list to common_cpu
` [RFC v13 26/80] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v13 27/80] target/arm: new cpu32 ARM 32 bit CPU Class
` [RFC v13 28/80] target/arm: split 32bit and 64bit arm dump state
` [RFC v13 29/80] target/arm: move a15 cpu model away from the TCG-only models
` [RFC v13 31/80] target/arm: move sve_exception_el out of TCG helpers
` [RFC v13 32/80] target/arm: fix comments style of fp_exception_el before moving it
` [RFC v13 33/80] target/arm: move fp_exception_el out of TCG helpers
` [RFC v13 34/80] target/arm: remove now useless ifndef from fp_exception_el
` [RFC v13 35/80] target/arm: make further preparation for the exception code to move
` [RFC v13 36/80] target/arm: fix style of arm_cpu_do_interrupt functions before move
` [RFC v13 37/80] target/arm: move exception code out of tcg/helper.c
` [RFC v13 38/80] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [RFC v13 39/80] target/arm: replace CONFIG_TCG with tcg_enabled
` [RFC v13 40/80] target/arm: move TCGCPUOps to tcg/tcg-cpu.c
` [RFC v13 41/80] target/arm: move cpu_tcg to tcg/tcg-cpu-models.c
` [RFC v13 42/80] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v13 43/80] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v13 44/80] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v13 45/80] MAINTAINERS: update arm kvm maintained files to all in target/arm/kvm/
` [RFC v13 46/80] target/arm: cleanup cpu includes
` [RFC v13 47/80] target/arm: remove broad "else" statements when checking accels
` [RFC v13 48/80] target/arm: remove kvm-stub.c
` [RFC v13 49/80] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v13 50/80] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v13 51/80] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v13 52/80] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC v13 54/80] Revert "target/arm: Restrict v8M IDAU to TCG"
` [RFC v13 56/80] target/arm: move kvm post init initialization to kvm cpu accel
` [RFC v13 57/80] target/arm: add tcg cpu accel class
` [RFC v13 58/80] target/arm: move TCG gt timer creation code in tcg/
` [RFC v13 60/80] target/arm: cpu-sve: rename functions according to module prefix
` [RFC v13 64/80] target/arm: restrict rebuild_hflags_a64 to TARGET_AARCH64
` [RFC v13 67/80] target/arm: tcg: restrict ZCR cpregs "
` [RFC v13 68/80] target/arm: tcg-sve: import narrow_vq and change_el functions
` [RFC v13 70/80] target/arm: move sve_zcr_len_for_el to TARGET_AARCH64-only cpu-sve
` [RFC v13 71/80] cpu-sve: rename sve_zcr_len_for_el to cpu_sve_get_zcr_len_for_el
` [RFC v13 76/80] target/arm: cpu64: rename arm_cpu_finalize_features

[PATCH v1 1/2] powerpc/bitops: Use immediate operand when possible
 2021-04-14 12:24 UTC  (7+ messages)

Git via MITM transparent proxy with HTTPS Interception
 2021-04-14 12:29 UTC  (5+ messages)

[dpdk-dev] [PATCH v4 0/3] fix segment fault in avx512 code
 2021-04-14 12:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 "

[PATCH] x86/vPMU: Extend vPMU support to version 5
 2021-04-14 12:28 UTC  (2+ messages)

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

[PATCH v8] introduce vfio-user protocol specification
 2021-04-14 11:41 UTC 

[PATCH] Remove BCM2835 SPI chipselect limit
 2021-04-14 12:25 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/1] drm/i915/gt: Fix a lockdep warnning on RT kernel
 2021-04-14 12:27 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/gt: Fix a lockdep warning "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gt: Fix a lockdep warnning "

[meta-oe][PATCH] bats: upgrade 1.1.0 -> 1.3.0
 2021-04-14 12:26 UTC 

[PATCHv7 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-14 12:26 UTC  (5+ messages)
` [PATCHv7 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv7 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCHv7 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCHv7 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH v2 0/1] arm: topology: parse the topology from the dt
 2021-04-14 12:23 UTC  (4+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v2 0/4] arm64: Implement stack trace reliability checks
 2021-04-14 12:24 UTC  (9+ messages)

[PATCH v7 0/7] Make alloc_contig_range handle Hugetlb pages
 2021-04-14 12:26 UTC  (20+ messages)
` [PATCH v7 2/7] mm,compaction: Let isolate_migratepages_{range,block} return error codes
` [PATCH v7 3/7] mm,hugetlb: Clear HPageFreed outside of the lock
` [PATCH v7 4/7] mm,hugetlb: Split prep_new_huge_page functionality
` [PATCH v7 5/7] mm: Make alloc_contig_range handle free hugetlb pages

[Intel-gfx] [PATCH 0/1] drm/i915/gt: Fix a lockdep warnning on RT kernel
 2021-04-14 12:26 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/1] "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[PATCH 0/6] KVM: x86: Make the cause of instruction emulation available to user-space
 2021-04-14 12:25 UTC  (6+ messages)
` [PATCH 5/6] KVM: SVM: pass a proper reason in kvm_emulate_instruction()

[PATCH 0/9] Implement multi-GPU DMA mappings for KFD
 2021-04-14 12:25 UTC  (9+ messages)
` [PATCH 8/9] drm/ttm: Don't count pages in SG BOs against pages_limit

[Intel-gfx] [RFC 00/28] Old platform/gen kconfig options series
 2021-04-14 12:25 UTC  (3+ messages)
` [Intel-gfx] [RFC 28/28] drm/i915: Enable dropping small cores when not enabled
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Old platform/gen kconfig options series

[PATCH v4 1/2] x86/vtx: add LBR_SELECT to the list of LBR MSRs
 2021-04-14 12:24 UTC  (3+ messages)
` [PATCH v4 2/2] x86/intel: insert Ice Lake-SP and Ice Lake-D model numbers

[PATCH] ALSA: control_led - fix the stack usage (control element ops)
 2021-04-14 12:23 UTC  (2+ messages)

[PATCH 01/12] drm/arm: Don't set allow_fb_modifiers explicitly
 2021-04-14 12:24 UTC  (7+ messages)
` [PATCH 05/12] drm/imx: "
        ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/12] drm/arm: Don't set allow_fb_modifiers explicitly (rev2)

[PATCHv4 for-next 00/19] Misc update for rnbd
 2021-04-14 12:24 UTC  (20+ messages)
` [PATCHv4 for-next 01/19] MAINTAINERS: Change maintainer for rnbd module
` [PATCHv4 for-next 02/19] Documentation/sysfs-block-rnbd: Add descriptions for remap_device and resize
` [PATCHv4 for-next 03/19] block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath
` [PATCHv4 for-next 04/19] block/rnbd-clt: Remove some arguments from rnbd_client_setup_device
` [PATCHv4 for-next 05/19] block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk
` [PATCHv4 for-next 06/19] block/rnbd: Kill rnbd_clt_destroy_default_group
` [PATCHv4 for-next 07/19] block/rnbd: Kill destroy_device_cb
` [PATCHv4 for-next 08/19] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
` [PATCHv4 for-next 09/19] block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel
` [PATCHv4 for-next 10/19] block/rnbd-srv: Remove force_close file after holding a lock
` [PATCHv4 for-next 11/19] block/rnbd-clt: Improve find_or_create_sess() return check
` [PATCHv4 for-next 12/19] block/rnbd-clt: Fix missing a memory free when unloading the module
` [PATCHv4 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization
` [PATCHv4 for-next 14/19] Documentation/ABI/rnbd-clt: Add description for nr_poll_queues
` [PATCHv4 for-next 15/19] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
` [PATCHv4 for-next 16/19] block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes
` [PATCHv4 for-next 17/19] block/rnbd-clt: Remove max_segment_size
` [PATCHv4 for-next 18/19] block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name
` [PATCHv4 for-next 19/19] block/rnbd: Use strscpy instead of strlcpy

[dpdk-dev] [PATCH] vhost: add support for packed ring in async vhost
 2021-04-14 12:24 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7 0/4] "
  ` [dpdk-dev] [PATCH v7 1/4] vhost: abstract and reorganize async split ring code

[PATCH v7] perf annotate: Fix sample events lost in stdio mode
 2021-04-14 12:23 UTC  (9+ messages)

[2/2]ALSA: hda: add Zhaoxin HDAC non-snoop support: patch a design limitation
 2021-04-14 12:22 UTC 

[PATCH 0/7 RFC v3] fs: Hole punch vs page cache filling races
 2021-04-14 12:23 UTC  (4+ messages)
` [PATCH 2/7] mm: Protect operations adding pages to page cache with i_mapping_lock

[PATCH v2 1/2] fuse: Fix possible deadlock when writing back dirty pages
 2021-04-14 12:22 UTC  (4+ messages)

[PATCH V3 1/2] perf/x86: Move cpuc->running into P4 specific code
 2021-04-14 12:22 UTC  (2+ messages)

Regression v5.12-rc3: net: stmmac: re-init rx buffers when mac resume back
 2021-04-14 12:22 UTC  (13+ messages)

[PATCH v3 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-04-14 12:21 UTC  (6+ messages)
` [PATCH v3 2/4] mfd: simple-mfd-i2c: Adds Ampere's Altra SMpro support

[f2fs-dev] [RFC PATCH] f2fs: add no compress extensions support
 2021-04-14  9:47 UTC 

[dpdk-dev] [PATCH v8 1/3] eventdev: introduce crypto adapter enqueue API
 2021-04-14 12:20 UTC  (6+ messages)
` [dpdk-dev] [PATCH v9 0/4] Enhancements to crypto adapter forward mode
  ` [dpdk-dev] [PATCH v9 1/4] eventdev: introduce crypto adapter enqueue API
  ` [dpdk-dev] [PATCH v9 2/4] event/octeontx2: support crypto adapter forward mode
  ` [dpdk-dev] [PATCH v9 3/4] test/event_crypto: use crypto adapter enqueue API
  ` [dpdk-dev] [PATCH v9 4/4] devtools: add exception for reserved fields

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

[PATCH 05/13] scsi: qedi: fix abort vs cmd re-use race
 2021-04-14 12:19 UTC  (3+ messages)

[1/2]ALSA: hda: add Zhaoxin HDAC non-snoop support
 2021-04-14 12:18 UTC 

[PATCHv2 RFC bpf-next 0/7] bpf: Add support for ftrace probe
 2021-04-14 12:19 UTC  (3+ messages)

Proposal of improvement for DMA - direct passing of hugepages to the SG list
 2021-04-14 11:58 UTC 

[PATCH v2 0/3] staging: rtl8723bs: replace DBG_871X_SEL_NL macro with netdev_dbg()
 2021-04-14 12:18 UTC  (4+ messages)
` [PATCH v2 1/3] staging: rtl8723bs: replace DBG_871X_SEL_NL "
` [PATCH v2 2/3] staging: rtl8723bs: remove DBG_871X_SEL_NL macro declaration
` [PATCH v2 3/3] staging: rtl8723bs: remove unused argument in function

[PATCH AUTOSEL 4.19 1/8] KVM: arm64: Hide system instruction access to Trace registers
 2021-04-14 12:18 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 6/8] radix tree test suite: Fix compilation

[PATCH 1/2] audit: Add syscall return code handling for compat task
 2021-04-14  8:01 UTC 

[Outreachy kernel] [PATCH] staging: rtl8723bs: Remove useless led_blink_hdl()
 2021-04-14 12:18 UTC  (3+ messages)

[LTP] [PATCH v2] controllers/memcg: Add testcase for kmem_limit_in_bytes of memory cgroup
 2021-04-14 12:18 UTC 

[PATCH] MIPS: Loongson64: Add Loongson-2K1000 reset support
 2021-04-14 12:17 UTC  (2+ messages)

[PATCH] scsi: qla4xxx: Simplify judgement condition
 2021-04-14 12:17 UTC 

[PATCH v4 00/13] Introduced multi-preference mempolicy
 2021-04-14 12:17 UTC  (3+ messages)
` [PATCH v4 02/13] mm/mempolicy: convert single preferred_node to full nodemask

[dpdk-dev] [PATCH v2 1/2] ethdev: add new ext hdr for gtp psc
 2021-04-14 12:16 UTC  (7+ messages)
` [dpdk-dev] [PATCH v4 0/2] fix gtp psc qfi support
  ` [dpdk-dev] [PATCH v4 2/2] ethdev: update qfi definition

[PATCH] sigaltstack.2: tfix
 2021-04-14 12:16 UTC 

[dpdk-dev] [PATCH v2 0/8] baseband: add NXP LA12xx driver
 2021-04-14 12:16 UTC  (17+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 3/8] baseband/la12xx: add support for multiple modems
  ` [dpdk-dev] [PATCH v3 5/8] baseband/la12xx: add enqueue and dequeue support
  ` [dpdk-dev] [PATCH v3 6/8] baseband/la12xx: add documentation support
  ` [dpdk-dev] [PATCH v3 7/8] app/bbdev: add parameter to take input in network order
  ` [dpdk-dev] [PATCH v3 8/8] app/bbdev: add test vectors for transport blocks

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

[PATCH AUTOSEL 5.10 01/22] interconnect: core: fix error return code of icc_link_destroy()
 2021-04-14 12:14 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 07/22] scsi: iscsi: Fix race condition between login and sync thread

[PATCH v1 1/4] i2c: mpc: Use devm_clk_get_optional()
 2021-04-14 12:14 UTC  (4+ messages)
` [PATCH v1 2/4] i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery

[PATCH 12/12] drm/modifiers: Enforce consistency between the cap an IN_FORMATS
 2021-04-14 12:14 UTC  (4+ messages)
` [PATCH] "
  ` [Intel-gfx] "

[PATCH 1/6] kvfree_rcu: Release a page cache under memory pressure
 2021-04-14 12:12 UTC  (6+ messages)
` [PATCH 2/6] kvfree_rcu: use [READ/WRITE]_ONCE() macros to access to nr_bkv_objs
` [PATCH 3/6] kvfree_rcu: introduce "flags" variable
` [PATCH 4/6] kvfree_rcu: add a bulk-list check when a scheduler is run
` [PATCH 5/6] kvfree_rcu: clear KRC_MONITOR_TODO bit once a batch is started
` [PATCH 6/6] kvfree_rcu: use kfree_rcu_monitor() instead of open-coded variant

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

stable-rc/queue/5.10 build: 169 builds: 0 failed, 169 passed, 14 warnings (v5.10.29-187-g1be22914bbbda)
 2021-04-14 12:11 UTC 

[RFC PATCH v2 0/1] arm64: Implement stack trace termination record
 2021-04-14 12:09 UTC  (4+ messages)
  ` [RFC PATCH v2 1/1] "

[PATCH v8 1/8] pwm: pca9685: Switch to atomic API
 2021-04-14 12:09 UTC  (7+ messages)

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

[PATCH] btrfs: zoned: fix unpaired block group unfreeze during device replace
 2021-04-14 12:08 UTC 

[PATCH] leds: pca9532: Assign gpio base dynamically
 2021-04-14 11:51 UTC 

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

`git fetch` not updating 'origin/HEAD' after branch rename
 2021-04-14 12:03 UTC  (4+ messages)

[PATCH v3] f2fs: fix to keep isolation of atomic write
 2021-04-13 17:46 UTC  (4+ messages)
    ` [f2fs-dev] "

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

Recent changes (master)
 2021-04-14 12:00 UTC 

[PATCH] cifs: remove unnecessary copies of tcon->crfid.fid
 2021-04-14 12:00 UTC  (2+ messages)

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

Query about fuse ->sync_fs and virtiofs
 2021-04-14 11:58 UTC  (5+ messages)
  ` [Virtio-fs] "

[RFC PATCH] VT-d: Don't assume register-based invalidation is always supported
 2021-04-14 12:02 UTC  (3+ messages)

[PATCH] ext4: Fix occasional generic/418 failure
 2021-04-14 11:58 UTC  (2+ messages)

[PATCH 0/1] Fix struct page layout on 32-bit systems
 2021-04-14 11:56 UTC  (12+ messages)
` [PATCH 1/1] mm: "

[PATCH v7 0/4] Make UTF-8 encoding loadable
 2021-04-14 11:56 UTC  (5+ messages)
` [PATCH v7 4/4] fs: unicode: Add utf8 module and a unicode layer
    ` [f2fs-dev] "

[PATCH v2 0/2] fuse: Fix clearing SGID when access ACL is set
 2021-04-14 11:57 UTC  (3+ messages)
  ` [Virtio-fs] "

[PATCH 0/3] ext4: Fix data corruption when extending DIO write races with buffered read
 2021-04-14 11:56 UTC  (6+ messages)
` [PATCH 2/3] ext4: Fix occasional generic/418 failure

[dpdk-dev] [PATCH] app/testpmd: fix bitmap of link speeds when force speed
 2021-04-14 11:55 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v4 00/22] ppc: qemu: Add eTSEC support
 2021-04-14 11:54 UTC  (3+ messages)
` [PATCH v4 21/22] ppc: qemu: Enable "

[nft PATCH] mnl: Increase BATCH_PAGE_SIZE to support huge rulesets
 2021-04-14 11:53 UTC 

[PATCH] drm/i915: Fix "mitigations" parsing if i915 is builtin
 2021-04-14  6:40 UTC  (4+ messages)
  ` [Intel-gfx] "

[Intel-gfx] [PATCH v2] drm/i915: Fix "mitigations" parsing if i915 is builtin
 2021-04-14  6:06 UTC 

[Intel-gfx] RT-BUG report: i915/gt/intel_breadcrumbs.c
 2021-04-14  1:40 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.