All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-27 05:49:08 to 2019-09-27 07:02:05 UTC [more...]

[Xen-devel] [PATCH v4 00/46] xen: add core scheduling support
 2019-09-27  7:00 UTC  (23+ 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 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 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 25/46] xen/sched: add runstate counters to struct sched_unit

[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

[PATCH v25 00/22] Add RX archtecture support
 2019-09-27  6:23 UTC  (21+ 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 15/22] hw/timer: RX62N internal timer modules
` [PATCH v25 16/22] hw/char: RX62N serial communication interface (SCI)
` [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

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 

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

[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  (9+ messages)
` [PATCH v5 1/3] x86/hyper-v: Suspend/resume the hypercall page "
` [PATCH v5 3/3] clocksource/drivers: Suspend/resume Hyper-V clocksource "

[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  (34+ messages)
` [PATCH v2 01/33] xics: Minor fixes for XICSFabric interface
` [PATCH v2 02/33] xics: Eliminate 'reject', 'resend' and 'eoi' class hooks
` [PATCH v2 03/33] xics: Rename misleading ics_simple_*() functions
` [PATCH v2 04/33] xics: Eliminate reset hook
` [PATCH v2 05/33] xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes
` [PATCH v2 06/33] xics: Create sPAPR specific ICS subtype
` [PATCH v2 07/33] spapr: Fold spapr_phb_lsi_qirq() into its single caller
` [PATCH v2 08/33] spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper
` [PATCH v2 09/33] spapr: Clarify and fix handling of nr_irqs
` [PATCH v2 10/33] spapr: Eliminate nr_irqs parameter to SpaprIrq::init
` [PATCH v2 11/33] spapr: Fix indexing of XICS irqs
` [PATCH v2 12/33] spapr: Simplify spapr_qirq() handling
` [PATCH v2 13/33] spapr: Eliminate SpaprIrq:get_nodename method
` [PATCH v2 14/33] spapr: Remove unhelpful tracepoints from spapr_irq_free_xics()
` [PATCH v2 15/33] spapr: Handle freeing of multiple irqs in frontend only
` [PATCH v2 16/33] spapr, xics, xive: Better use of assert()s on irq claim/free paths
` [PATCH v2 17/33] xive: Improve irq claim/free path
` [PATCH v2 18/33] spapr: Use less cryptic representation of which irq backends are supported
` [PATCH v2 19/33] spapr: Eliminate SpaprIrq::init hook
` [PATCH v2 20/33] spapr, xics, xive: Introduce SpaprInterruptController QOM interface
` [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController
` [PATCH v2 22/33] spapr, xics, xive: Move irq claim and free "
` [PATCH v2 23/33] spapr: Formalize notion of active interrupt controller
` [PATCH v2 24/33] spapr, xics, xive: Move set_irq 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  (12+ 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 2/8] net/ice/base: fix for NVGRE switch rule programming
  ` [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  (8+ messages)
` [PATCH 1/3] ARM: dts: add Netronix E60K02 board common file
` [PATCH 2/3] dt-bindings: arm: fsl: add compatible string for Kobo Clara HD
` [PATCH 3/3] ARM: dts: imx: add devicetree "

[PATCH RFC/RFT 0/4] Add Airtime Queue Limits (AQL) to mac80211
 2019-09-27  6:12 UTC  (8+ messages)
` [PATCH RFC/RFT 4/4] mac80211: Apply Airtime-based Queue Limit (AQL) on packet dequeue

[PATCH 1/1] scsi_debug: randomize command duration option + %p
 2019-09-27  6:10 UTC  (2+ messages)

[PATCH 0/1] git-gui: respect core.hooksPath, falling back to .git/hooks
 2019-09-27  6:10 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/2] add Amlogic A1 clock controller driver
 2019-09-27  6:08 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: clock: meson: add A1 clock controller bindings

[PATCH] commands: ubsan: remove redundant depends
 2019-09-27  6:06 UTC 

[PATCH v1 0/5] Add Tiger Lake/Elkhart Lake support to pmc_core driver
 2019-09-27  6:06 UTC  (3+ messages)

[PATCH] kbuild, LLVMLinux: Add -Werror to cc-option to support clang
 2019-09-27  6:05 UTC 

[Xen-devel] [PATCH] xen/debugtrace: fix buffer allocation
 2019-09-27  6:04 UTC 

[PATCH v2] async: Let kfree() out of the critical area of the lock
 2019-09-27  6:03 UTC 

[dpdk-dev] [PATCH 0/5] NXP DPAA2 EVENTDEV enhancements
 2019-09-27  6:02 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/5] event/dpaa2: fix def queue conf

[PATCH 0/5] media: vimc: use configfs in order to configure devices topologies
 2019-09-27  5:56 UTC  (6+ messages)
` [PATCH 2/5] docs: media: vimc: Documenting vimc topology configuration using configfs

[PATCH v2 0/5] Emulated coherent graphics memory take 2
 2019-09-27  5:55 UTC  (10+ messages)
` [PATCH v2 1/5] mm: Add write-protect and clean utilities for address space ranges
  ` Ack to merge through DRM? WAS "

[dpdk-dev] [PATCH v2 0/2] extend RSS offload types
 2019-09-27  5:54 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/2] ethdev: "

[PATCH] drm/i915/tgl: Fix doc not corresponding to code
 2019-09-27  5:52 UTC  (3+ messages)

[PATCH V4 2/2] gpio: inverter: document the inverter bindings
 2019-09-27  5:52 UTC  (3+ messages)

[PATCH] udev: Adding PCIe as a subsystem in udev
 2019-09-27  5:51 UTC 

[PATCH v2 0/3] Add support for SBI v0.2
 2019-09-27  5:48 UTC  (3+ messages)
` [PATCH v2 3/3] RISC-V: Move SBI related macros under uapi


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.