All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-18 09:22:25 to 2019-10-18 09:50:58 UTC [more...]

[PATCH] drm/i915/execlists: Don't merely skip submission if maybe timeslicing
 2019-10-18  9:50 UTC  (3+ messages)

[iptables PATCH 0/8] A bit of *tables-restore review fallout
 2019-10-18  9:50 UTC  (4+ messages)
` [iptables PATCH 3/8] xtables-restore: Introduce rule counter tokenizer function

[PATCH] iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map()
 2019-10-18  9:50 UTC  (4+ messages)

[PATCH v8 0/3] qcow2: add zstd cluster compression
 2019-10-18  9:47 UTC  (3+ messages)
` [PATCH v8 2/3] docs: define padding for qcow2 header
` [PATCH v8 3/3] docs: qcow2: introduce compression type feature

[PATCH] iommu/vt-d: Return the correct dma mask when we are bypassing the IOMMU
 2019-10-18  9:50 UTC  (5+ messages)

Regression: dmaengine: imx28 with emmc
 2019-10-18  9:50 UTC  (4+ messages)

[PATCH nft] src: add multidevice support for netdev chain
 2019-10-18  9:50 UTC 

[PATCH V4 0/6] mdev based hardware virtio offloading support
 2019-10-18  9:46 UTC  (8+ messages)
` [PATCH V4 4/6] mdev: introduce virtio device and its device ops

[PATCH v2 1/3] drm/i915: enumerate and init each supported region
 2019-10-18  9:49 UTC  (2+ messages)

[PATCH libnftnl 1/2] flowtable: device array dynamic allocation
 2019-10-18  9:49 UTC  (2+ messages)
` [PATCH libnftnl 2/2] chain: multi-device support

[PATCH] drm/arm: make undeclared items static
 2019-10-18  9:49 UTC  (3+ messages)

uml segfault during I/O
 2019-10-18  9:49 UTC  (9+ messages)

[dax] 23c84eb783: fio.write_bw_MBps -61.6% regression
 2019-10-18  9:48 UTC  (3+ messages)

[PATCH V9 0/2] arm64/mm: Enable memory hot remove
 2019-10-18  9:48 UTC  (6+ messages)
` [PATCH V9 2/2] "

[U-Boot] [PATCH v2 00/38] x86: Various modifications to prepare for FSP2
 2019-10-18  9:48 UTC  (9+ messages)
` [U-Boot] [PATCH v2 14/38] spi: Add support for memory-mapped flash

[dpdk-dev] [RFC] mbuf: support dynamic fields and flags
 2019-10-18  9:47 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "

Plan for hybrid testing
 2019-10-18  9:47 UTC  (8+ messages)

[RFC PATCH 0/7] merge: learn --autostash
 2019-10-18  9:46 UTC  (7+ messages)
` [RFC PATCH 4/7] autostash: extract reset_head() from rebase
` [RFC PATCH 6/7] autostash.c: undefine USE_THE_INDEX_COMPATIBILITY_MACROS
` [RFC PATCH 7/7] merge: teach --autostash option

[PATCH] drm/i915/pmu: Fix uninitialized variable on error path
 2019-10-18  9:46 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH 1/3] iommu/tegra-smmu: Use non-secure register for flushing
 2019-10-18  9:46 UTC  (3+ messages)

[U-Boot] [PATCH v3] i.MX6: nand: extend nandbcb command for imx6UL(L)
 2019-10-18  9:46 UTC 

[PATCH 0/2] spapr: interrupt presenter fixes
 2019-10-18  9:44 UTC  (8+ messages)
` [PATCH 1/2] spapr: Introduce a interrupt presenter reset handler
` [PATCH 2/2] spapr/xive: Set the OS CAM line at reset

[PATCH v3 0/4]: perf/core: fix restoring of Intel LBR call stack on a context switch
 2019-10-18  9:45 UTC  (5+ messages)
` [PATCH v3 1/4] perf/core,x86: introduce sync_task_ctx() method at struct pmu
` [PATCH v3 2/4] perf/x86: install platform specific sync_task_ctx adapter
` [PATCH v3 3/4] perf/x86/intel: implement LBR callstacks context synchronization
` [PATCH v3 4/4] perf/core,x86: synchronize PMU task contexts on optimized context switches

linux-next: manual merge of the pm tree with the printk tree
 2019-10-18  9:45 UTC  (3+ messages)

[PATCH v2 0/2] migration: faster savevm_state_handler_insert()
 2019-10-18  9:43 UTC  (5+ messages)
` [PATCH v2 2/2] migration: savevm_state_handler_insert: constant-time element insertion

[PATCH v4 0/2] scsi: core: fix uninit-value access of variable sshdr
 2019-10-18  2:12 UTC  (3+ messages)
` [PATCH v4 1/2] sr: need to check whether sshdr is valid in sr_do_ioctl

[PATCH RFC v1 00/26] Add KernelMemorySanitizer infrastructure
 2019-10-18  9:43 UTC  (27+ messages)
` [PATCH RFC v1 01/26] stackdepot: check depot_index before accessing the stack slab
` [PATCH RFC v1 02/26] stackdepot: prevent Clang from optimizing away stackdepot_memcmp()
` [PATCH RFC v1 03/26] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
` [PATCH RFC v1 04/26] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH RFC v1 05/26] printk_safe: externalize printk_context
` [PATCH RFC v1 06/26] kasan: compiler.h: rename __no_kasan_or_inline into __no_memory_tool_or_inline
` [PATCH RFC v1 07/26] kmsan: add ReST documentation
` [PATCH RFC v1 08/26] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH RFC v1 09/26] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH RFC v1 10/26] kmsan: reduce vmalloc space
` [PATCH RFC v1 11/26] kmsan: add KMSAN runtime
` [PATCH RFC v1 12/26] kmsan: x86: sync metadata pages on page fault
` [PATCH RFC v1 13/26] kmsan: add tests for KMSAN
` [PATCH RFC v1 14/26] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH RFC v1 15/26] kmsan: Kconfig changes to disable options incompatible with KMSAN
` [PATCH RFC v1 16/26] kmsan: Changing existing files to enable KMSAN builds
` [PATCH RFC v1 17/26] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH RFC v1 18/26] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v1 19/26] kmsan: call KMSAN hooks where needed
` [PATCH RFC v1 20/26] kmsan: disable instrumentation of certain functions
` [PATCH RFC v1 21/26] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH RFC v1 22/26] kmsan: use __msan_memcpy() where possible
` [PATCH RFC v1 23/26] kmsan: unpoisoning buffers from devices etc
` [PATCH RFC v1 24/26] kmsan: hooks for copy_to_user() and friends
` [PATCH RFC v1 25/26] kmsan: disable strscpy() optimization under KMSAN
` [PATCH RFC v1 26/26] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN

[PATCH] lib/copperplate: heapobj: catch invalid array-type init request
 2019-10-18  9:43 UTC 

[PATCH] drm/i915/selftests: Add coverage of mocs registers
 2019-10-18  9:43 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/selftests: Add coverage of mocs registers (rev4)

[U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)
 2019-10-18  9:43 UTC  (5+ messages)

[dpdk-dev] [PATCH v11 0/7] ethdev: add new Rx offload flags
 2019-10-18  9:42 UTC  (5+ messages)
` [dpdk-dev] [PATCH v12 "

[PATCH v2 0/6] gpio: expose pull-up/pull-down line flags to userspace
 2019-10-18  9:42 UTC  (10+ messages)
` [PATCH v2 5/6] gpiolib: disable bias on inputs when pull up/down are both set

[PATCH for-next v3 0/4] RDMA: modify_port improvements
 2019-10-18  9:41 UTC  (5+ messages)
` [PATCH for-next v3 1/4] RDMA/core: Fix return code when modify_port isn't supported
` [PATCH for-next v3 2/4] RDMA/hns: Remove unsupported modify_port callback
` [PATCH for-next v3 3/4] RDMA/ocrdma: "
` [PATCH for-next v3 4/4] RDMA/qedr: "

[PATCH v5 00/13] scsi: core: fix uninit-value access of variable sshdr
 2019-10-18  9:41 UTC  (2+ messages)

[PATCH v3 1/3] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-18  9:41 UTC  (9+ messages)
` [PATCH v3 2/3] mm/vmalloc: respect passed gfp_mask "
` [PATCH v3 3/3] mm/vmalloc: add more comments to the adjust_va_to_fit_type()

[Patch V11 00/11] Tegra XUSB gadget driver support
 2019-10-18  9:38 UTC  (24+ messages)
` [Patch V11 01/11] phy: tegra: xusb: Add XUSB dual mode support on Tegra210
` [Patch V11 02/11] phy: tegra: xusb: Add usb3 port fake "
` [Patch V11 03/11] phy: tegra: xusb: Add vbus override "
` [Patch V11 04/11] phy: tegra: xusb: Add vbus override support on Tegra186
` [Patch V11 05/11] dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller binding
` [Patch V11 06/11] arm64: tegra: Add xudc node for Tegra210
` [Patch V11 07/11] arm64: tegra: Enable xudc on Jetson TX1
` [Patch V11 08/11] arm64: tegra: Add xudc node for Tegra186
` [Patch V11 09/11] arm64: tegra: Enable xudc on Jetson TX2
` [Patch V11 10/11] usb: gadget: Add UDC driver for tegra XUSB device mode controller
` [Patch V11 11/11] arm64: defconfig: Enable tegra XUDC support

[PATCH v2 0/5] add dsa switch support for ar9331
 2019-10-18  9:39 UTC  (6+ messages)
` [PATCH v2 1/5] net: ag71xx: port to phylink
` [PATCH v2 2/5] dt-bindings: net: dsa: qca,ar9331 switch documentation
` [PATCH v2 3/5] MIPS: ath79: ar9331: add ar9331-switch node
` [PATCH v2 4/5] net: dsa: add support for Atheros AR9331 TAG format
` [PATCH v2 5/5] net: dsa: add support for Atheros AR9331 build-in switch

[PATCH] mmc: mxs: fix flags passed to dmaengine_prep_slave_sg
 2019-10-18  9:39 UTC 

"Convert the AMD iommu driver to the dma-iommu api" is buggy
 2019-10-18  9:39 UTC  (6+ messages)

[PATCH 00/13] cpuidle: psci: Support hierarchical CPU arrangement
 2019-10-18  9:38 UTC  (4+ messages)
` [PATCH 01/13] cpuidle: psci: Fix potential access to unmapped memory

[PATCH -next] iommu/amd: fix a warning in increase_address_space
 2019-10-18  9:38 UTC  (4+ messages)
  ` [PATCH] iommu/amd: Check PM_LEVEL_SIZE() condition in locked section

[PATCH 00/32] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-18  9:34 UTC  (16+ messages)
` [PATCH 27/32] hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers
  ` [Xen-devel] "
` [PATCH 28/32] hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
  ` [Xen-devel] "
` [PATCH 29/32] hw/pci-host/piix: Fix code style issues
  ` [Xen-devel] "
` [PATCH 30/32] hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c
  ` [Xen-devel] "
` [PATCH 31/32] hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
  ` [Xen-devel] "

Disk size update on first open
 2019-10-18  9:37 UTC 

[PATCH] backlight: pwm_bl: configure pwm only once per backlight toggle
 2019-10-18  9:36 UTC  (13+ messages)

[Qemu-devel] [PATCH v2 0/4] trace: make systemtap easier to use for simple logging
 2019-10-18  9:34 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 3/4] trace: forbid use of %m in trace event format strings

[Bug 205049] New: garbled graphics
 2019-10-18  9:36 UTC  (2+ messages)
` [Bug 205049] "

[PATCH] lib/copperplate: heapobj: catch invalid array-type init request
 2019-10-18  9:35 UTC  (3+ messages)

[PATCH] spi: pxa2xx: Add missed security checks
 2019-10-18  9:34 UTC  (3+ messages)

[PATCH RESEND v3 0/4] arm64: meson: add support for A1 Power Domains
 2019-10-18  9:32 UTC  (15+ messages)
` [PATCH v3 1/4] dt-bindings: power: add Amlogic secure power domains bindings
` [PATCH v3 2/4] firmware: meson_sm: Add secure power domain support
` [PATCH v3 3/4] soc: amlogic: Add support for Secure power domains controller
` [PATCH v3 4/4] arm64: dts: meson: a1: add secure power domain controller

WARNING: ODEBUG bug in del_timer
 2019-10-18  9:33 UTC  (2+ messages)

[PATCH bpf v2] xsk: improve documentation for AF_XDP
 2019-10-18  9:33 UTC 

[PATCH 0/4] export/modpost: avoid renaming __ksymtab entries for symbol namespaces
 2019-10-18  9:31 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] modpost: delegate updating namespaces to separate function
  ` [PATCH v2 2/4] modpost: make updating the symbol namespace explicit
  ` [PATCH v2 3/4] symbol namespaces: revert to previous __ksymtab name scheme
  ` [PATCH v2 4/4] export: avoid code duplication in include/linux/export.h

[PATCH v5 0/4] drm/komeda: Enable CRTC color-mgmt
 2019-10-18  9:30 UTC  (5+ messages)
` [PATCH v5 1/4] drm: Add a new helper drm_color_ctm_s31_32_to_qm_n()

[Buildroot] [git commit] package/x11r7/xorgproto: bump version to 2019.2
 2019-10-18  9:30 UTC 

[Buildroot] [git commit] package/tvheadend: bump version
 2019-10-18  9:30 UTC 

[Buildroot] [git commit] package/waylandpp: bump version to 0.2.7
 2019-10-18  9:30 UTC 

[Buildroot] [git commit] package/samba4: bump version to 4.10.9
 2019-10-18  9:29 UTC 

[U-Boot] [PATCH 1/3] ARM: imx: Rename imx6_is_bmode_from_gpr9 to imx6_is_bmode_from_gpr10
 2019-10-18  9:29 UTC 

[RFT][PATCH 0/3] cpufreq / PM: QoS: Introduce frequency QoS and use it in cpufreq
 2019-10-18  9:29 UTC  (16+ messages)
` [RFT][PATCH 2/3] cpufreq: Use per-policy frequency QoS

[Buildroot] [git commit] package/glorytun: remove patch
 2019-10-18  9:29 UTC 

[PATCH 0/8] arm64: Optimise and update memcpy, user copy and string routines
 2019-10-18  9:28 UTC  (3+ messages)

[PATCH] opp: Reinitialize the list_kref before adding the static OPPs again
 2019-10-18  9:28 UTC 

[Buildroot] [git commit] package/micropython: drop patch
 2019-10-18  9:28 UTC 

[PATCH v7 0/2] qcow2: add zstd cluster compression
 2019-10-18  9:27 UTC  (6+ messages)
` [PATCH v7 1/2] docs: improve qcow2 spec about extending image header

list_del corruption while iterating retry_list in cifs_reconnect still seen on 5.4-rc3
 2019-10-18  9:27 UTC  (9+ messages)

[PATCH v7 00/12] EFI Specific Purpose Memory Support
 2019-10-18  9:25 UTC  (3+ messages)
` [PATCH v7 01/12] acpi/numa: Establish a new drivers/acpi/numa/ directory

[PATCH v4] misc: eeprom: at24: support pm_runtime control
 2019-10-18  9:24 UTC  (2+ messages)

[PATCH v14 0/5] BPF: New helper to obtain namespace data from current task
 2019-10-18  9:24 UTC  (3+ messages)
` [PATCH v14 1/5] fs/nsfs.c: added ns_match

[PATCH 0/2] media: meson: vdec: Add compliant H264 support
 2019-10-18  9:23 UTC  (10+ messages)

[dpdk-dev] [PATCH] net: add missing endianness annotations
 2019-10-18  9:23 UTC  (4+ messages)

[PATCH v3] migration: Support QLIST migration
 2019-10-18  9:20 UTC  (3+ messages)

[PATCH v4] migration: Support QLIST migration
 2019-10-18  9:21 UTC 

[PATCH] pinctrl: cherryview: Fix irq_valid_mask calculation
 2019-10-18  9:23 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] amlogic: add SEI610 support
 2019-10-18  9:22 UTC  (2+ messages)
`  "

[dpdk-dev] [PATCH] ethdev: extend flow metadata
 2019-10-18  9:22 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "


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.