All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-22 09:25:34 to 2020-07-22 10:05:34 UTC [more...]

[PATCH 0/4] error: Mechanical fixes & cleanups
 2020-07-22 10:04 UTC  (3+ messages)
` [PATCH 2/4] error: Strip trailing '\n' from error string arguments (again)

[PATCH v2 00/12] candidate fixes for 5.1-rc1 (testing, semihosting, OOM tcg, x86 fpu)
 2020-07-22 10:03 UTC  (3+ messages)
` [PATCH v2 05/12] util/oslib-win32: add qemu_get_host_physmem implementation

[LTP] [PATCH V7 00/19] Syscalls: Add support for time64 variants
 2020-07-22 10:04 UTC  (5+ messages)
` [LTP] [PATCH V7 10/19] syscalls/rt_sigtimedwait: Add support for time64 tests

[v4 0/5] Migrate non-migrated pages of a SVM
 2020-07-22 10:01 UTC  (3+ messages)
` [v4 5/5] KVM: PPC: Book3S HV: migrate hot plugged memory

[PATCH v2 00/17] Refactor SDEI client driver
 2020-07-22  9:57 UTC  (18+ messages)
` [PATCH v2 01/17] drivers/firmware/sdei: Remove sdei_is_err()
` [PATCH v2 02/17] drivers/firmware/sdei: Common block for failing path in sdei_event_create()
` [PATCH v2 03/17] drivers/firmware/sdei: Retrieve event number from event instance
` [PATCH v2 04/17] drivers/firmware/sdei: Avoid nested statements in sdei_init()
` [PATCH v2 05/17] drivers/firmware/sdei: Unregister driver on error "
` [PATCH v2 06/17] drivers/firmware/sdei: Remove duplicate check in sdei_get_conduit()
` [PATCH v2 07/17] drivers/firmware/sdei: Remove Drop redundant error message in sdei_probe()
` [PATCH v2 08/17] drivers/firmware/sdei: Remove while loop in sdei_event_register()
` [PATCH v2 09/17] drivers/firmware/sdei: Remove while loop in sdei_event_unregister()
` [PATCH v2 10/17] drivers/firmware/sdei: Cleanup on cross call function
` [PATCH v2 11/17] drivers/firmware/sdei: Introduce sdei_do_local_call()
` [PATCH v2 12/17] drivers/firmware/sdei: Remove _sdei_event_register()
` [PATCH v2 13/17] drivers/firmware/sdei: Remove _sdei_event_unregister()
` [PATCH v2 14/17] drivers/firmware/sdei: Move struct sdei_event to header file
` [PATCH v2 15/17] drivers/firmware/sdei: Identify event by struct sdei_event
` [PATCH v2 16/17] drivers/firmware/sdei: Retrieve event signaled property on registration
` [PATCH v2 17/17] drivers/firmware/sdei: Add sdei_event_get_info()

scripts/gdb: received an error when invoking lx-symbols
 2020-07-22 10:02 UTC  (3+ messages)

[PATCH] ls1028a: fix EFI boot
 2020-07-22 10:01 UTC  (2+ messages)

[PATCH] dmaengine: acpi: Put the CSRT table after using it
 2020-07-22  9:54 UTC 

[PATCH] virtiofs: Enable SB_NOSEC flag to improve small write performance
 2020-07-22 10:00 UTC  (12+ messages)
                    ` [Virtio-fs] "

[RFC v2 00/76] target/riscv: support vector extension v0.9
 2020-07-22  9:16 UTC  (63+ messages)
` [RFC v2 12/76] target/riscv: rvv-0.9: add vcsr register
` [RFC v2 14/76] target/riscv: rvv-0.9: remove MLEN calculations
` [RFC v2 16/76] target/riscv: rvv-0.9: add VMA and VTA
` [RFC v2 18/76] target/riscv: introduce more imm value modes in translator functions
` [RFC v2 19/76] target/riscv: rvv-0.9: add narrower_nanbox_fpr helper
` [RFC v2 20/76] target/riscv: rvv-0.9: apply narrower nanbox helper in opfvf_trans
` [RFC v2 21/76] target/riscv: rvv-0.9: configure instructions
` [RFC v2 22/76] target/riscv: rvv-0.9: stride load and store instructions
` [RFC v2 23/76] target/riscv: rvv-0.9: index "
` [RFC v2 24/76] target/riscv: rvv-0.9: fix address index overflow bug of indexed load/store insns
` [RFC v2 25/76] target/riscv: rvv-0.9: fault-only-first unit stride load
` [RFC v2 26/76] target/riscv: rvv-0.9: amo operations
` [RFC v2 27/76] target/riscv: rvv-0.9: load/store whole register instructions
` [RFC v2 28/76] target/riscv: rvv-0.9: update vext_max_elems() for load/store insns
` [RFC v2 29/76] target/riscv: rvv-0.9: take fractional LMUL into vector max elements calculation
` [RFC v2 30/76] target/riscv: rvv-0.9: floating-point square-root instruction
` [RFC v2 31/76] target/riscv: rvv-0.9: floating-point classify instructions
` [RFC v2 32/76] target/riscv: rvv-0.9: mask population count instruction
` [RFC v2 33/76] target/riscv: rvv-0.9: find-first-set mask bit instruction
` [RFC v2 34/76] target/riscv: rvv-0.9: set-X-first mask bit instructions
` [RFC v2 35/76] target/riscv: rvv-0.9: iota instruction
` [RFC v2 36/76] target/riscv: rvv-0.9: element index instruction
` [RFC v2 37/76] target/riscv: rvv-0.9: allow load element with sign-extended
` [RFC v2 38/76] target/riscv: rvv-0.9: register gather instructions
` [RFC v2 39/76] target/riscv: rvv-0.9: integer scalar move instructions
` [RFC v2 40/76] target/riscv: rvv-0.9: floating-point move instruction
` [RFC v2 41/76] target/riscv: rvv-0.9: floating-point scalar move instructions
` [RFC v2 42/76] target/riscv: rvv-0.9: whole register "
` [RFC v2 43/76] target/riscv: rvv-0.9: integer extension instructions
` [RFC v2 44/76] target/riscv: rvv-0.9: single-width averaging add and subtract instructions
` [RFC v2 45/76] target/riscv: rvv-0.9: single-width bit shift instructions
` [RFC v2 46/76] target/riscv: rvv-0.9: integer add-with-carry/subtract-with-borrow
` [RFC v2 47/76] target/riscv: rvv-0.9: narrowing integer right shift instructions
` [RFC v2 48/76] target/riscv: rvv-0.9: widening integer multiply-add instructions
` [RFC v2 49/76] target/riscv: rvv-0.9: quad-widening "
` [RFC v2 50/76] target/riscv: rvv-0.9: single-width saturating add and subtract instructions
` [RFC v2 51/76] target/riscv: rvv-0.9: integer comparison instructions
` [RFC v2 52/76] fpu: implement full set compare for fp16
` [RFC v2 53/76] target/riscv: use softfloat lib float16 comparison functions
` [RFC v2 54/76] target/riscv: rvv-0.9: floating-point compare instructions
` [RFC v2 55/76] target/riscv: rvv-0.9: single-width integer reduction instructions
` [RFC v2 56/76] target/riscv: rvv-0.9: widening "
` [RFC v2 57/76] target/riscv: rvv-0.9: mask-register logical instructions
` [RFC v2 58/76] target/riscv: rvv-0.9: slide instructions
` [RFC v2 59/76] target/riscv: rvv-0.9: floating-point "
` [RFC v2 60/76] target/riscv: rvv-0.9: narrowing fixed-point clip instructions
` [RFC v2 61/76] target/riscv: rvv-0.9: floating-point/integer type-convert instructions
` [RFC v2 62/76] target/riscv: rvv-0.9: single-width floating-point reduction
` [RFC v2 63/76] target/riscv: rvv-0.9: widening floating-point reduction instructions
` [RFC v2 64/76] target/riscv: rvv-0.9: single-width scaling shift instructions
` [RFC v2 65/76] target/riscv: rvv-0.9: remove widening saturating scaled multiply-add
` [RFC v2 66/76] target/riscv: rvv-0.9: remove vmford.vv and vmford.vf
` [RFC v2 67/76] target/riscv: rvv-0.9: remove integer extract instruction
` [RFC v2 68/76] fpu: add api to handle alternative sNaN propagation
` [RFC v2 69/76] target/riscv: rvv-0.9: floating-point min/max instructions
` [RFC v2 70/76] softfloat: add fp16 and uint8/int8 interconvert functions
` [RFC v2 71/76] target/riscv: rvv-0.9: widening floating-point/integer type-convert
` [RFC v2 72/76] target/riscv: rvv-0.9: narrowing "
` [RFC v2 73/76] fpu: fix float16 nan check
` [RFC v2 74/76] target/riscv: gdb: modify gdb csr xml file to align with csr register map
` [RFC v2 75/76] target/riscv: gdb: support vector registers for rv64
` [RFC v2 76/76] target/riscv: gdb: support vector registers for rv32

[PATCH V3 0/6] IRQ offloading for vDPA
 2020-07-22  9:59 UTC  (3+ messages)
` [PATCH V3 1/6] vhost: introduce vhost_vring_call

[PATCH 1/2] USB: Fix device driver race
 2020-07-22  9:58 UTC  (4+ messages)
` [PATCH 2/2] USB: Fix source path in header

[PATCH -v2 0/5] sched: TTWU, IPI and stuff
 2020-07-22  9:57 UTC  (5+ messages)
` [PATCH -v2 1/5] sched: Fix ttwu() race

[PATCH v5 00/18] Add support for Nitro Enclaves
 2020-07-22  9:57 UTC  (5+ messages)
` [PATCH v5 01/18] nitro_enclaves: Add ioctl interface definition

[Buildroot] [Bug 13111] New: python-gunicorn: missing dependency on python-setuptools
 2020-07-22  9:57 UTC  (2+ messages)
` [Buildroot] [Bug 13111] "

[PATCH] mfd: rn5t618: Fix caching of battery related registers
 2020-07-22  9:56 UTC  (2+ messages)

14216-add-prevent-wakeup-from-s3-by-lenovo-Thinkcentre-TI
 2020-07-22  9:54 UTC  (2+ messages)

[PATCH] drm/amdkfd: Put ACPI table after using it
 2020-07-22  9:48 UTC 

PowerNV PCI & SR-IOV cleanups
 2020-07-22  9:53 UTC  (5+ messages)
` [PATCH 05/15] powerpc/powernv/sriov: Move SR-IOV into a seperate file

[PATCH] MFD: max77693-private.h: drop a duplicated word
 2020-07-22  9:55 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/4] Introduce IF proxy library
 2020-07-22  9:54 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 1/4] lib: introduce IF Proxy library

checking for pipe connected on both sides
 2020-07-22  9:54 UTC 

[PATCH] MFD: da9055/pdata.h: drop a duplicated word
 2020-07-22  9:54 UTC  (2+ messages)

KMSAN: uninit-value in __skb_flow_dissect (3)
 2020-07-22  9:53 UTC 

[PATCH] x86/svm: Fold nsvm_{wr, rd}msr() into svm_msr_{read, write}_intercept()
 2020-07-22  9:52 UTC  (4+ messages)
` [PATCH] x86/svm: Fold nsvm_{wr,rd}msr() into svm_msr_{read,write}_intercept()

[PATCH v2] mfd: rn5t618: Make restart handler atomic safe
 2020-07-22  9:52 UTC  (2+ messages)

[PATCH v2 00/20] backup performance: block_status + async
 2020-07-22  9:39 UTC  (3+ messages)
` [PATCH v2 06/20] block/block-copy: add max_chunk and max_workers parameters

please try to avoid sending pullreqs late on release-candidate day
 2020-07-22  9:36 UTC  (2+ messages)

[PATCH] PCI: Put the IVRS table in AMD ACS quirk handler
 2020-07-22  9:44 UTC 

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-22  9:48 UTC  (6+ messages)
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

[Intel-gfx] [PATCH] drm/i915: Copy default modparams to mock i915_device
 2020-07-22  9:48 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Copy default modparams to mock i915_device (rev3)

[PATCH] rockchip: rk3328: Add support for FriendlyARM NanoPi R2S
 2020-07-22  9:47 UTC  (3+ messages)

[PATCH] mailbox: pcc: Put the PCCT table for error path
 2020-07-22  9:40 UTC 

[PATCH v5 1/4] riscv: Move kernel mapping to vmalloc zone
 2020-07-22  9:43 UTC  (6+ messages)

[PATCH v2 0/9] s390: implement and optimize vmemmap_free()
 2020-07-22  9:45 UTC  (10+ messages)
` [PATCH v2 1/9] s390/vmem: rename vmem_add_mem() to vmem_add_range()
` [PATCH v2 2/9] s390/vmem: consolidate vmem_add_range() and vmem_remove_range()
` [PATCH v2 3/9] s390/vmemmap: extend modify_pagetable() to handle vmemmap
` [PATCH v2 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails
` [PATCH v2 5/9] s390/vmemmap: take the vmem_mutex when populating/freeing
` [PATCH v2 6/9] s390/vmem: cleanup empty page tables
` [PATCH v2 7/9] s390/vmemmap: fallback to PTEs if mapping large PMD fails
` [PATCH v2 8/9] s390/vmemmap: remember unused sub-pmd ranges
` [PATCH v2 9/9] s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sections

[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-22  9:46 UTC  (3+ messages)
` [Intel-gfx] [PATCH 07/66] drm/i915: Keep the most recently used active-fence upon discard

[PATCH 03/25] dma-buf.rst: Document why idenfinite fences are a bad idea
 2020-07-22  9:45 UTC  (14+ messages)
` [PATCH 1/2] dma-buf.rst: Document why indefinite "
  ` [Linaro-mm-sig] "
                  ` [Intel-gfx] "

[RFC][CFT][PATCHSET] saner calling conventions for csum-and-copy primitives
 2020-07-22  9:45 UTC  (6+ messages)
` [PATCH 01/18] skb_copy_and_csum_bits(): don't bother with the last argument
  ` [PATCH 04/18] csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum

[LTP] [PATCH v1 4/4] syscalls/ioctl_loop09: Add LOOP_CONFIGURE ioctl test with direct I/O flag
 2020-07-22  9:45 UTC  (3+ messages)
` [LTP] [PATCH v2 1/2] syscalls/ioctl_loop06: Using LOOP_CONFIGURE to test invalid block size

[PATCH] spice: simplify chardev setup
 2020-07-22  9:20 UTC  (2+ messages)

[PATCH] x86/PCI: Use MMCONFIG by default for KVM guests
 2020-07-22  9:43 UTC  (2+ messages)

[xen-unstable test] 152067: regressions - trouble: fail/pass/starved
 2020-07-22  9:40 UTC  (7+ messages)

[PATCH v2 0/7] cpufreq: improve frequency invariance support
 2020-07-22  9:37 UTC  (16+ messages)
` [PATCH v2 1/7] cpufreq: move invariance setter calls in cpufreq core
` [PATCH v2 2/7] cpufreq: set invariance scale factor on transition end
` [PATCH v2 3/7] arch_topology: disable frequency invariance for CONFIG_BL_SWITCHER
` [PATCH v2 4/7] cpufreq: report whether cpufreq supports Frequency Invariance (FI)
` [PATCH v2 5/7] arch_topology, cpufreq, sched/core: constify arch_* cpumasks
  ` [PATCH v2 5/7] arch_topology,cpufreq,sched/core: "
` [PATCH v2 6/7] arch_topology, arm, arm64: define arch_scale_freq_invariant()
  ` [PATCH v2 6/7] arch_topology,arm,arm64: "
` [PATCH v2 7/7] cpufreq: make schedutil the default for arm and arm64

[PATCH v2 1/2] iio: gyro: Add driver support for ADXRS290
 2020-07-22  9:40 UTC  (5+ messages)

[PATCH v2] iommu/mediatek: check 4GB mode by reading infracfg
 2020-07-22  9:37 UTC  (9+ messages)

[PATCH] t/zbd: Improve pass condition of test case #49
 2020-07-22  9:38 UTC  (2+ messages)

[PATCH] nvme-core: reduce io pause time when fail over
 2020-07-22  9:36 UTC 

[PATCH][v2] btrfs: introduce rescue=onlyfs
 2020-07-22  9:36 UTC  (3+ messages)

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-22  9:08 UTC  (3+ messages)
` [PATCH v2 04/11] x86/xen: add system core suspend and resume callbacks

[PATCH v2 0/4] Allow guest-get-fsinfo also for non-PCI devices
 2020-07-22  9:19 UTC  (5+ messages)
` [PATCH v2 2/4] qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function
` [PATCH v2 3/4] qga/commands-posix: Move the udev code from the pci to the generic function

[PATCH] configs: ls2088a: Restore CONFIG_ENV_ADDR to IFC-NOR
 2020-07-22  9:35 UTC 

[PATCH v1] crypto: ccp: sp-pci: use generic power management
 2020-07-22  9:30 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH v2] "
  `  "

[PATCH RFC v7 10/12] megaraid_sas: switch fusion adapters to MQ
 2020-07-22  9:32 UTC  (12+ messages)

[PATCH] Also label polkit-agent-helper-1 when installed directly in /usr/libexec
 2020-07-22  9:25 UTC  (3+ messages)

af_key: pfkey_dump needs parameter validation
 2020-07-22  9:33 UTC  (2+ messages)

[Bug 1888467] [NEW] qemu-img http convert bug
 2020-07-22  9:07 UTC  (2+ messages)
` [Bug 1888467] "

[PATCH] spi-nor: Remove unused spi-nor.o rule
 2020-07-22  9:31 UTC  (3+ messages)

[PATCH v2 1/1] nvmem: qcom-spmi-sdam: Enable multiple devices
 2020-07-22  9:32 UTC  (2+ messages)

[PATCH v2 0/1] Add support for meson building
 2020-07-22  9:32 UTC  (2+ messages)

[PATCH v2] ARM: dts: imx6qdl: add TQMa6{S,Q,QP} SoM
 2020-07-22  9:30 UTC 

[PATCH v2 0/5] MIPS: Loongson64: Process ISA Node in DeviceTree
 2020-07-22  9:30 UTC  (3+ messages)
` [PATCH v2 3/5] MIPS: Loongson64: Enlarge IO_SPACE_LIMIT

[PATCH v2 0/3] migration: Add block-bitmap-mapping parameter
 2020-07-22  9:17 UTC  (2+ messages)

[meta-virtualization] Starting Xen guest on Raspberry-Pi4. #meta-virtualization #yocto
 2020-07-22  9:28 UTC  (3+ messages)
`  "

[PATCH v4 00/10] Function Granular KASLR
 2020-07-22  9:27 UTC  (3+ messages)

[PATCH] sysrq: use only one slot for loglevels in key table
 2020-07-22  9:26 UTC 

[RFC PATCH V3 01/21] mmc: add UHS-II related definitions in public headers
 2020-07-22  9:27 UTC  (3+ messages)

[PATCH v2 0/2] Add documentation and machine driver for SC7180 sound card
 2020-07-22  9:25 UTC  (7+ messages)
` [PATCH v2 1/2] ASoC: qcom: dt-bindings: Add sc7180 machine bindings
` [PATCH v2 2/2] ASoC: qcom: sc7180: Add machine driver for sound card registration


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.