All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-27 06:15:21 to 2019-09-27 07:17:24 UTC [more...]

[PATCH] vhost: introduce mdev based hardware backend
 2019-09-27  7:17 UTC  (6+ messages)

[alsa-devel] [PATCH v2] ASoC: soc-pcm: Use different sequence for start/stop trigger
 2019-09-27  7:16 UTC 

[Ocfs2-devel] [PATCH V2 0/2] ocfs2: protect extent tree in the ocfs2_prepare_inode_for_write
 2019-09-27  7:15 UTC  (4+ messages)
` [Ocfs2-devel] [PATCH V2 1/2] "

[PATCH] Add support to use Resolving list
 2019-09-27  7:14 UTC  (3+ messages)

[PATCH v6 0/7] Implement UNIT_CELL_SIZE control
 2019-09-27  7:14 UTC  (3+ messages)
` [PATCH v6 7/7] media: imx214: Add new control with V4L2_CID_UNIT_CELL_SIZE

[PATCH qemu] spapr-pci: Stop providing assigned-addresses
 2019-09-27  7:12 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/3] RFC: Support disabling DPDK drivers in meson builds
 2019-09-27  7:14 UTC  (2+ messages)
` [dpdk-dev] [dpdk-techboard] "

[PATCH] rq-qos: get rid of redundant wbt_update_limits()
 2019-09-27  7:13 UTC  (2+ messages)

[PATCH 0/4] Some optimization for Spreadtrum hwlock controller
 2019-09-27  7:10 UTC  (5+ messages)
` [PATCH 1/4] hwspinlock: sprd: Change to use devm_platform_ioremap_resource()
` [PATCH 2/4] hwspinlock: sprd: Check the return value of clk_prepare_enable()
` [PATCH 3/4] hwspinlock: sprd: Use devm_add_action_or_reset() for calls to clk_disable_unprepare()
` [PATCH 4/4] hwspinlock: sprd: Use devm_hwspin_lock_register() to register hwlock controller

[RFC] Don't propagate automount
 2019-09-27  7:09 UTC  (3+ messages)

[PATCH 0/2] drm/i915: Acquire locks with interrupts disabled
 2019-09-27  7:09 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

pull-request: wireless-drivers 2019-09-26
 2019-09-27  7:08 UTC  (2+ messages)

script to check "Fixes:" tags
 2019-09-27  7:08 UTC  (2+ messages)

[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
 2019-09-27  6:51 UTC  (8+ messages)
` [PATCH v4 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties

[PATCH 0/2] Fix ehci-test
 2019-09-27  6:23 UTC  (2+ messages)

[PATCH 00/35] irqchip/gic-v4: GICv4.1 architecture support
 2019-09-27  6:59 UTC  (5+ messages)
` [PATCH 03/35] irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface

[PATCH 1/1] usb: host: xhci: update event ring dequeue pointer on purpose
 2019-09-27  7:03 UTC  (3+ messages)

[Xen-devel] [PATCH v4 00/46] xen: add core scheduling support
 2019-09-27  7:00 UTC  (47+ messages)
` [Xen-devel] [PATCH v4 01/46] xen/sched: use new sched_unit instead of vcpu in scheduler interfaces
` [Xen-devel] [PATCH v4 02/46] xen/sched: move per-vcpu scheduler private data pointer to sched_unit
` [Xen-devel] [PATCH v4 03/46] xen/sched: build a linked list of struct sched_unit
` [Xen-devel] [PATCH v4 04/46] xen/sched: introduce struct sched_resource
` [Xen-devel] [PATCH v4 05/46] xen/sched: let pick_cpu return a scheduler resource
` [Xen-devel] [PATCH v4 06/46] xen/sched: switch schedule_data.curr to point at sched_unit
` [Xen-devel] [PATCH v4 07/46] xen/sched: move per cpu scheduler private data into struct sched_resource
` [Xen-devel] [PATCH v4 08/46] xen/sched: switch vcpu_schedule_lock to unit_schedule_lock
` [Xen-devel] [PATCH v4 09/46] xen/sched: move some per-vcpu items to struct sched_unit
` [Xen-devel] [PATCH v4 10/46] xen/sched: add scheduler helpers hiding vcpu
` [Xen-devel] [PATCH v4 11/46] xen/sched: rename scheduler related perf counters
` [Xen-devel] [PATCH v4 12/46] xen/sched: switch struct task_slice from vcpu to sched_unit
` [Xen-devel] [PATCH v4 13/46] xen/sched: add is_running indicator to struct sched_unit
` [Xen-devel] [PATCH v4 14/46] xen/sched: make null scheduler vcpu agnostic
` [Xen-devel] [PATCH v4 15/46] xen/sched: make rt "
` [Xen-devel] [PATCH v4 16/46] xen/sched: make credit "
` [Xen-devel] [PATCH v4 17/46] xen/sched: make credit2 "
` [Xen-devel] [PATCH v4 18/46] xen/sched: make arinc653 "
` [Xen-devel] [PATCH v4 19/46] xen: add sched_unit_pause_nosync() and sched_unit_unpause()
` [Xen-devel] [PATCH v4 20/46] xen: let vcpu_create() select processor
` [Xen-devel] [PATCH v4 21/46] xen/sched: use sched_resource cpu instead smp_processor_id in schedulers
` [Xen-devel] [PATCH v4 22/46] xen/sched: switch schedule() from vcpus to sched_units
` [Xen-devel] [PATCH v4 23/46] xen/sched: switch sched_move_irqs() to take sched_unit as parameter
` [Xen-devel] [PATCH v4 24/46] xen: switch from for_each_vcpu() to for_each_sched_unit()
` [Xen-devel] [PATCH v4 25/46] xen/sched: add runstate counters to struct sched_unit
` [Xen-devel] [PATCH v4 26/46] xen/sched: Change vcpu_migrate_*() to operate on schedule unit
` [Xen-devel] [PATCH v4 27/46] xen/sched: move struct task_slice into struct sched_unit
` [Xen-devel] [PATCH v4 28/46] xen/sched: add code to sync scheduling of all vcpus of a sched unit
` [Xen-devel] [PATCH v4 29/46] xen/sched: introduce unit_runnable_state()
` [Xen-devel] [PATCH v4 30/46] xen/sched: add support for multiple vcpus per sched unit where missing
` [Xen-devel] [PATCH v4 31/46] xen/sched: modify cpupool_domain_cpumask() to be an unit mask
` [Xen-devel] [PATCH v4 32/46] xen/sched: support allocating multiple vcpus into one sched unit
` [Xen-devel] [PATCH v4 33/46] xen/sched: add a percpu resource index
` [Xen-devel] [PATCH v4 34/46] xen/sched: add fall back to idle vcpu when scheduling unit
` [Xen-devel] [PATCH v4 35/46] xen/sched: make vcpu_wake() and vcpu_sleep() core scheduling aware
` [Xen-devel] [PATCH v4 36/46] xen/sched: move per-cpu variable scheduler to struct sched_resource
` [Xen-devel] [PATCH v4 37/46] xen/sched: move per-cpu variable cpupool "
` [Xen-devel] [PATCH v4 38/46] xen/sched: reject switching smt on/off with core scheduling active
` [Xen-devel] [PATCH v4 39/46] xen/sched: prepare per-cpupool scheduling granularity
` [Xen-devel] [PATCH v4 40/46] xen/sched: split schedule_cpu_switch()
` [Xen-devel] [PATCH v4 41/46] xen/sched: protect scheduling resource via rcu
` [Xen-devel] [PATCH v4 42/46] xen/sched: support multiple cpus per scheduling resource
` [Xen-devel] [PATCH v4 43/46] xen/sched: support differing granularity in schedule_cpu_[add/rm]()
` [Xen-devel] [PATCH v4 44/46] xen/sched: support core scheduling for moving cpus to/from cpupools
` [Xen-devel] [PATCH v4 45/46] xen/sched: disable scheduling when entering ACPI deep sleep states
` [Xen-devel] [PATCH v4 46/46] xen/sched: add scheduling granularity enum

[PATCH v25 00/22] Add RX archtecture support
 2019-09-27  6:23 UTC  (23+ messages)
` [PATCH v25 01/22] MAINTAINERS: Add RX
` [PATCH v25 02/22] qemu/bitops.h: Add extract8 and extract16
` [PATCH v25 03/22] hw/registerfields.h: Add 8bit and 16bit register macros
` [PATCH v25 04/22] target/rx: TCG translation
` [PATCH v25 05/22] target/rx: TCG helper
` [PATCH v25 06/22] target/rx: CPU definition
` [PATCH v25 07/22] target/rx: RX disassembler
` [PATCH v25 08/22] target/rx: Disassemble rx_index_addr into a string
` [PATCH v25 09/22] target/rx: Replace operand with prt_ldmi in disassembler
` [PATCH v25 10/22] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PATCH v25 11/22] target/rx: Emit all disassembly in one prt()
` [PATCH v25 12/22] target/rx: Collect all bytes during disassembly
` [PATCH v25 13/22] target/rx: Dump bytes for each insn "
` [PATCH v25 14/22] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH v25 15/22] hw/timer: RX62N internal timer modules
` [PATCH v25 16/22] hw/char: RX62N serial communication interface (SCI)
` [PATCH v25 17/22] hw/rx: RX Target hardware definition
` [PATCH v25 18/22] hw/rx: Honor -accel qtest
` [PATCH v25 19/22] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [PATCH v25 20/22] Add rx-softmmu
` [PATCH v25 21/22] BootLinuxConsoleTest: Test the RX-Virt machine
` [PATCH v25 22/22] qapi/machine.json: Add RX cpu

AF_XDP integration with FDio VPP? (Was: Questions about XDP)
 2019-09-27  7:02 UTC  (13+ messages)

[MODERATED] Re: [PATCH v4 04/10] TAAv4 4
 2019-09-27  7:01 UTC  (5+ messages)

[PATCH 0/4] Enhance pci-hyperv to support hibernation
 2019-09-27  7:01 UTC  (7+ messages)
` [PATCH 2/4] PCI: hv: Add the support of hibernation
` [PATCH 4/4] PCI: hv: Change pci_protocol_version to per-hbus

[PATCH v2 1/3] userfaultfd: use vma_pagesize for all huge page size calculation
 2019-09-27  7:00 UTC  (3+ messages)
` [PATCH v2 2/3] userfaultfd: remove unnecessary warn_on in __mcopy_atomic_hugetlb
` [PATCH v2 3/3] userfaultfd: wrap the common dst_vma check into an inlined function

Getting the SID of the user out of the PAC 
 2019-09-27  6:58 UTC  (4+ messages)

[PATCH] erspan: remove the incorrect mtu limit for erspan
 2019-09-27  6:58 UTC 

[PATCH] drm/amd/powerplay: initlialize smu->is_apu is false by default
 2019-09-27  6:57 UTC 

[PATCH 00/11] opencapi: enable card reset and link retraining
 2019-09-27  6:54 UTC  (5+ messages)
` [PATCH 01/11] powerpc/powernv/ioda: Fix ref count for devices with their own PE

[GIT PULL] treewide conversion to sizeof_member() for v5.4-rc1
 2019-09-27  6:57 UTC  (3+ messages)

[PATCH 00/20] spapr: IRQ subsystem cleanups
 2019-09-27  6:23 UTC  (8+ messages)
` [PATCH 20/20] spapr: Eliminate SpaprIrq::init hook

bug in AF_XDP socket cleanup?
 2019-09-27  6:55 UTC 

[dpdk-dev] [PATCH v3 00/22] add hns3 ethernet PMD driver
 2019-09-27  6:52 UTC  (2+ messages)

[PATCH] dt-bindings: timer: Use defines instead of numbers in Exynos MCT examples
 2019-09-27  6:52 UTC  (5+ messages)

[RFC PATCH] ARM: layerscape: zero-index DEBUG_LAYERSCAPE_UART_PORT
 2019-09-27  6:50 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Use IS_ENABLED instead of #ifdef
 2019-09-27  6:48 UTC 

[PATCH v5 0/3] Enhance Hyper-V for hibernation
 2019-09-27  6:48 UTC  (4+ messages)
` [PATCH v5 1/3] x86/hyper-v: Suspend/resume the hypercall page "

[PATCH v4 0/6] powerpc: convert cache asm to C
 2019-09-27  6:46 UTC  (5+ messages)
` [PATCH v4 5/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory

[PATCH -next 0/8] AXI DMA driver improvements
 2019-09-27  6:48 UTC  (4+ messages)
` [PATCH -next 7/8] dmaengine: xilinx_dma: Check for both idle and halted state in axidma stop_transfer

[PATCH input-next 0/4] Add polling mode to the MPR121 touchkey
 2019-09-27  6:47 UTC  (7+ messages)
` [PATCH input-next 1/4] dt-bindings: input: Convert mpr121 binding to json-schema
` [PATCH input-next 2/4] dt-bindings: input: mpr121: Add poll-interval property

[PATCH] atmodem: CGDCONT handling for cid 0
 2019-09-27  6:46 UTC 

barebox 2019.07 ubiformat
 2019-09-27  6:44 UTC  (4+ messages)

[Buildroot] Libtirpc upstream responding again
 2019-09-27  6:43 UTC 

[PATCH] Bluetooth: btusb: avoid unused function warning
 2019-09-27  6:43 UTC  (2+ messages)

[PATCH nft,v2] libnftables: memleak when list of commands is empty
 2019-09-27  6:42 UTC 

[PATCH] systemd: fix NFS regression
 2019-09-27  6:42 UTC 

[dpdk-dev] [PATCH v2 2/2] mbuf: add bulk free function
 2019-09-27  6:42 UTC  (4+ messages)
  ` [dpdk-dev] |WARNING| pw59738 "

[PATCH V2] intel_iommu: TM field should not be in reserved bits
 2019-09-27  6:10 UTC  (2+ messages)

[PATCH RFC 0/2] clk: meson: g12a: handle clock hw changes while in suspend
 2019-09-27  6:40 UTC  (10+ messages)
` [PATCH RFC 1/2] clk: introduce clk_invalidate_rate()

[PATCH v2 0/1] leds: fix /sys/class/leds/<led>/trigger
 2019-09-27  6:35 UTC  (5+ messages)
` [PATCH v2 1/1] leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger

[PATCH v2 00/33] spapr: IRQ subsystem cleanup
 2019-09-27  5:50 UTC  (14+ messages)
` [PATCH v2 13/33] spapr: Eliminate SpaprIrq:get_nodename method
` [PATCH v2 17/33] xive: Improve irq claim/free path
` [PATCH v2 19/33] spapr: Eliminate SpaprIrq::init hook
` [PATCH v2 22/33] spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptController
` [PATCH v2 25/33] spapr, xics, xive: Move print_info "
` [PATCH v2 26/33] spapr, xics, xive: Move dt_populate "
` [PATCH v2 27/33] spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines
` [PATCH v2 28/33] spapr: Remove SpaprIrq::init_kvm hook
` [PATCH v2 29/33] spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate
` [PATCH v2 30/33] spapr, xics, xive: Move SpaprIrq::post_load hook to backends
` [PATCH v2 31/33] spapr: Remove SpaprIrq::nr_msis
` [PATCH v2 32/33] spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass
` [PATCH v2 33/33] spapr: Remove last pieces of SpaprIrq

Please backport de53fd7aedb1 : sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices
 2019-09-27  6:24 UTC  (4+ messages)

[PATCH nft] libnftables: memleak when no batch commands in list
 2019-09-27  6:38 UTC 

[PATCH] Bluetooth: btusb: Trigger Intel FW download error recovery
 2019-09-27  6:38 UTC  (2+ messages)

[PATCH v2 0/2] soc: amlogic: ee-pwrc: cleanup init state
 2019-09-27  6:37 UTC  (7+ messages)
` [PATCH v2 2/2] soc: amlogic: ee-pwrc: ensure driver state maches HW state

Re:
 2019-09-27  6:37 UTC 

[Qemu-devel] [Bug 1777777] [NEW] arm9 clock pending (SP804)
 2019-09-27  6:01 UTC  (2+ messages)
` [Bug 1777777] "

[PATCH v4 0/1] Add bounds check for Hotplugged memory
 2019-09-27  6:33 UTC  (6+ messages)
` [PATCH v4] memory_hotplug: Add a bounds check to __add_pages

[PATCH v2 00/14] qla2xxx: Bug fixes for the driver
 2019-09-27  6:33 UTC  (5+ messages)
` [PATCH v2 04/14] qla2xxx: Optimize NPIV tear down process
    ` [EXT] "

[PATCH] xhci: Increase STS_SAVE timeout in xhci_suspend()
 2019-09-27  6:30 UTC  (2+ messages)

[dpdk-dev] [PATCH v6 0/8] add Nitrox crypto device support
 2019-09-27  6:26 UTC  (9+ messages)
  ` [dpdk-dev] [PATCH v6 1/8] crypto/nitrox: add Nitrox PMD library
  ` [dpdk-dev] [PATCH v6 2/8] crypto/nitrox: create Nitrox symmetric cryptodev
  ` [dpdk-dev] [PATCH v6 3/8] crypto/nitrox: add software queue management functionality
  ` [dpdk-dev] [PATCH v6 4/8] crypto/nitrox: add hardware "
  ` [dpdk-dev] [PATCH v6 5/8] crypto/nitrox: add session management operations
  ` [dpdk-dev] [PATCH v6 6/8] crypto/nitrox: add burst enqueue and dequeue operations
  ` [dpdk-dev] [PATCH v6 7/8] crypto/nitrox: add cipher auth crypto chain processing
  ` [dpdk-dev] [PATCH v6 8/8] test/crypto: add tests for Nitrox PMD

[PATCH] Bluetooth: btusb: print FW version after FW download
 2019-09-27  6:26 UTC  (3+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH 0/8] net/ice/base: share code update secend batch
 2019-09-27  6:24 UTC  (9+ messages)
` [dpdk-dev] [PATCH 0/8] net/ice: base code update
  ` [dpdk-dev] [PATCH 1/8] net/ice/base: fix for adding PPPoE switch rule
  ` [dpdk-dev] [PATCH 5/8] net/ice/base: improvements to Flow Director masking

[PATCH v2 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-09-27  6:21 UTC  (4+ messages)
` [PATCH v2 1/3] selftests: netfilter: add ipvs test script
` [PATCH v2 2/3] selftests: netfilter: add ipvs nat test case
` [PATCH v2 3/3] selftests: netfilter: add ipvs tunnel "

[PATCH] powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set}
 2019-09-27  6:20 UTC 

[PATCH] drm/omap: Migrate minimum FCK/PCK ratio from Kconfig to dts
 2019-09-27  6:21 UTC  (9+ messages)

[PATCH v3] arm64: use generic free_initrd_mem()
 2019-09-27  6:20 UTC  (3+ messages)

[PATCH 1/4] drm/i915: Prepare to split crtc state in uapi and hw state
 2019-09-27  6:18 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/4] drm/i915: Prepare to split crtc state in uapi and hw state (rev2)

[PATCH] mac80211: fix txq null pointer dereference
 2019-09-27  6:17 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-09-26
 2019-09-27  6:17 UTC 

[PATCH] binfmt_elf: Do not move brk for INTERP-less ET_EXEC
 2019-09-27  6:16 UTC  (4+ messages)

[PATCH]e2fsprogs: Check device id in advance to skip fake device name
 2019-09-27  6:16 UTC 

[PATCH 0/3] dts: ARM: add Kobo Clara HD eBook reader
 2019-09-27  6:14 UTC  (3+ messages)
` [PATCH 1/3] ARM: dts: add Netronix E60K02 board common file
` [PATCH 3/3] ARM: dts: imx: add devicetree for Kobo Clara HD


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.