All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-16 10:24:09 to 2018-11-16 11:05:22 UTC [more...]

[U-Boot] [PATCH] usb: Introduce CONFIG_SPL_DM_USB
 2018-11-19 20:33 UTC  (5+ messages)
` [U-Boot] [PATCH v2 0/4] "
  ` [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB
  ` [U-Boot] [PATCH v3 0/5] usb: Introduce CONFIG_SPL_DM_USB
    ` [U-Boot] [PATCH v3 2/5] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

[PATCH] mm: use managed_zone() for more exact check in zone iteration
 2018-11-16 11:05 UTC  (4+ messages)

[PATCH] net/octeontx: fix failures when available ports > queues
 2018-11-16 11:05 UTC  (3+ messages)

[Qemu-devel] qemu process crash: Assertion failed: QLIST_EMPTY(&bs->tracked_requests)
 2018-11-16 11:04 UTC  (10+ messages)
            ` [Qemu-devel] [Qemu-block] "

[RFC PATCH 0/3] diff --color-moved-ws: allow mixed spaces and tabs in indentation change
 2018-11-16 11:03 UTC  (11+ messages)
` [PATCH v1 0/9] diff --color-moved-ws fixes and enhancment
  ` [PATCH v1 1/9] diff: document --no-color-moved
  ` [PATCH v1 2/9] diff: use whitespace consistently
  ` [PATCH v1 3/9] diff: allow --no-color-moved-ws
  ` [PATCH v1 4/9] diff --color-moved-ws: demonstrate false positives
  ` [PATCH v1 5/9] diff --color-moved-ws: fix "
  ` [PATCH v1 6/9] diff --color-moved=zebra: be stricter with color alternation
  ` [PATCH v1 7/9] diff --color-moved-ws: optimize allow-indentation-change
  ` [PATCH v1 8/9] diff --color-moved-ws: modify allow-indentation-change
  ` [PATCH v1 9/9] diff --color-moved-ws: handle blank lines

[PATCH 04/23] zfcp: drop unnecessary forward prototype for struct zfcp_reqlist
 2018-11-16 11:03 UTC 

[PATCH] drm/i915: use appropriate integer types for flags
 2018-11-16 11:03 UTC  (4+ messages)

[PATCH 03/23] zfcp: move SG table helper from aux to fc and make them static
 2018-11-16 11:03 UTC 

[PATCH -next] video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"
 2018-11-16 11:02 UTC  (3+ messages)

[PATCH 02/22] zfcp: remove unnecessary null pointer check before mempool_destroy
 2018-11-16 11:03 UTC 

[Qemu-devel] [PATCH v5 00/36] ppc: support for the XIVE interrupt controller (POWER9)
 2018-11-16 10:57 UTC  (37+ messages)
` [Qemu-devel] [PATCH v5 01/36] ppc/xive: introduce a XIVE interrupt source model
` [Qemu-devel] [PATCH v5 02/36] ppc/xive: add support for the LSI interrupt sources
` [Qemu-devel] [PATCH v5 03/36] ppc/xive: introduce the XiveFabric interface
` [Qemu-devel] [PATCH v5 04/36] ppc/xive: introduce the XiveRouter model
` [Qemu-devel] [PATCH v5 05/36] ppc/xive: introduce the XIVE Event Notification Descriptors
` [Qemu-devel] [PATCH v5 06/36] ppc/xive: add support for the END Event State buffers
` [Qemu-devel] [PATCH v5 07/36] ppc/xive: introduce the XIVE interrupt thread context
` [Qemu-devel] [PATCH v5 08/36] ppc/xive: introduce a simplified XIVE presenter
` [Qemu-devel] [PATCH v5 09/36] ppc/xive: notify the CPU when the interrupt priority is more privileged
` [Qemu-devel] [PATCH v5 10/36] spapr/xive: introduce a XIVE interrupt controller
` [Qemu-devel] [PATCH v5 11/36] spapr/xive: use the VCPU id as a NVT identifier
` [Qemu-devel] [PATCH v5 12/36] spapr: initialize VSMT before initializing the IRQ backend
` [Qemu-devel] [PATCH v5 13/36] spapr: introduce a spapr_irq_init() routine
` [Qemu-devel] [PATCH v5 14/36] spapr: modify the irq backend 'init' method
` [Qemu-devel] [PATCH v5 15/36] spapr: introdude a new machine IRQ backend for XIVE
` [Qemu-devel] [PATCH v5 16/36] spapr: add hcalls support for the XIVE exploitation interrupt mode
` [Qemu-devel] [PATCH v5 17/36] spapr: add device tree support for the XIVE exploitation mode
` [Qemu-devel] [PATCH v5 18/36] spapr: allocate the interrupt thread context under the CPU core
` [Qemu-devel] [PATCH v5 19/36] spapr: add a 'pseries-3.1-xive' machine type
` [Qemu-devel] [PATCH v5 20/36] spapr: add classes for the XIVE models
` [Qemu-devel] [PATCH v5 21/36] spapr: extend the sPAPR IRQ backend for XICS migration
` [Qemu-devel] [PATCH v5 22/36] spapr/xive: add models for KVM support
` [Qemu-devel] [PATCH v5 23/36] spapr/xive: add migration support for KVM
` [Qemu-devel] [PATCH v5 24/36] spapr: add a 'reset' method to the sPAPR IRQ backend
` [Qemu-devel] [PATCH v5 25/36] spapr: set the interrupt presenter at reset
` [Qemu-devel] [PATCH v5 26/36] spapr: add a 'pseries-3.1-dual' machine type
` [Qemu-devel] [PATCH v5 27/36] sysbus: add a sysbus_mmio_unmap() helper
` [Qemu-devel] [PATCH v5 28/36] ppc/xics: introduce a icp_kvm_init() routine
` [Qemu-devel] [PATCH v5 29/36] ppc/xics: remove abort() in icp_kvm_init()
` [Qemu-devel] [PATCH v5 30/36] spapr: check for KVM IRQ device activation
` [Qemu-devel] [PATCH v5 31/36] spapr/xive: export the spapr_xive_kvm_init() routine
` [Qemu-devel] [PATCH v5 32/36] spapr/rtas: modify spapr_rtas_register() to remove RTAS handlers
` [Qemu-devel] [PATCH v5 33/36] spapr: introduce routines to delete the KVM IRQ device
` [Qemu-devel] [PATCH v5 34/36] spapr: add KVM support to the 'dual' machine
` [Qemu-devel] [PATCH v5 35/36] ppc: externalize ppc_get_vcpu_by_pir()
` [Qemu-devel] [PATCH v5 36/36] ppc/pnv: add XIVE support

[PATCH 1/6] power: supply: charger-manager: Remove unused index counting
 2018-11-16 11:01 UTC  (6+ messages)
` [PATCH 2/6] power: supply: charger-manager: Fix some misspelled words
` [PATCH 3/6] power: supply: charger-manager: Fix incorrect return value
` [PATCH 4/6] power: supply: charger-manager: Make code more readable
` [PATCH 5/6] power: supply: charger-manager: Remove deprecated extcon APIs
` [PATCH 6/6] power: supply: charger-manager: Add new method to start/stop charging

[PATCH] scsi: lpfc: fix block guard enablement on SLI3 adapters
 2018-11-16 11:00 UTC  (2+ messages)

[PATCH 1/1] s390: vfio-ap: include <asm/facility> for test_facility()
 2018-11-16 10:58 UTC  (2+ messages)

[PATCH 1/4] PCI / ACPI: Identify external PCI devices
 2018-11-16 10:57 UTC  (11+ messages)

[PATCH] build: document that Meson < 0.45 will fail to list private deps
 2018-11-16 10:57 UTC  (5+ messages)
` [PATCH v2] build: document that Meson < 0.46 "

[ovmf test] 130188: regressions - FAIL
 2018-11-16 10:56 UTC 

[PATCH 1/5] drm/i915: extract fixed point math to i915_fixed.h
 2018-11-16 10:56 UTC  (13+ messages)
` [PATCH 2/5] drm/i915/fixed: prefer kernel types over stdint types
` [PATCH 3/5] drm/i915/fixed: simplify FP_16_16_MAX definition
` [PATCH 4/5] drm/i915/fixed: simplify is_fixed16_zero()
` [PATCH 5/5] drm/i915/fixed: cosmetic cleanup

[PATCH] net/ena: cleaning HW IO rings configuration
 2018-11-16 10:56 UTC  (2+ messages)

[PATCH net-next] tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS
 2018-11-16  0:44 UTC 

[PATCH] boot_constraint: Add constraints for earlycon on dragonboard 410c
 2018-11-16 10:53 UTC  (4+ messages)

[PATCH v4] Add arm SBSA reference machine
 2018-11-16 10:52 UTC  (10+ messages)
` [PATCH v4] hw/arm: "
    ` [Qemu-devel] "
      ` [Qemu-devel] [PATCH v4] "

[PATCH bpf-next v2] bpftool: make libbfd optional
 2018-11-16  0:42 UTC  (4+ messages)

[Buildroot] [PATCH] libsigsegv: add RISC-V support
 2018-11-16 10:52 UTC  (2+ messages)

[PATCH v1] i2c: i2c-stm32f7: add PM Runtime support
 2018-11-16 10:49 UTC  (3+ messages)

[PATCH 00/10] perf/core: Generalise event exclusion checking
 2018-11-16 10:24 UTC  (21+ messages)
` [PATCH 01/10] perf/core: Add macro to test for event exclusion flags
` [PATCH 02/10] arm: perf/core: generalise event exclusion checking with perf macro
` [PATCH 03/10] arm: perf: add additional validation to set_event_filter
` [PATCH 04/10] powerpc: perf/core: generalise event exclusion checking with perf macro
` [PATCH 05/10] powerpc/pmu/fsl: add additional validation to event_init
` [PATCH 06/10] alpha: perf/core: generalise event exclusion checking with perf macro
` [PATCH 07/10] x86: "
` [PATCH 08/10] perf/core: Remove unused perf_flags
` [PATCH 09/10] drivers/perf: perf/core: generalise event exclusion checking with perf macro
` [PATCH 10/10] perf/doc: update design.txt for exclude_{host|guest} flags

usb: hub: add I/O error retry & reset routine
 2018-11-16 10:49 UTC  (3+ messages)
` [PATCH] "

SMSC95xx driver updates (round 1)
 2018-11-16 10:49 UTC  (3+ messages)

Crash in msm serial on dragonboard with ftrace bootargs
 2018-11-16 10:49 UTC  (20+ messages)

[PATCH] drivers/gpio/gpio-grgpio.c: Remove duplicate header
 2018-11-16 10:49 UTC 

[PATCH] examples/vhost_crypto: fix zero copy
 2018-11-16 10:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] watchdog: core: suppress "watchdog did not stop" message
 2018-11-16  0:37 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/4] keymaps: drop support for include files
 2018-11-16 10:46 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/4] keymaps: remove modifiers include
` [Qemu-devel] [PATCH v2 2/4] keymaps: drop nl-be map
` [Qemu-devel] [PATCH v2 3/4] keymaps: remove common include
` [Qemu-devel] [PATCH v2 4/4] keymaps: drop support for include files

[PATCH 0/5] mm, memory_hotplug: improve memory offlining failures debugging
 2018-11-16 10:47 UTC  (7+ messages)
` [PATCH 3/5] mm, memory_hotplug: drop pointless block alignment checks from __offline_pages
` [PATCH 4/5] mm, memory_hotplug: print reason for the offlining failure
` [PATCH 5/5] mm, memory_hotplug: be more verbose for memory offline failures

[PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header
 2018-11-16 10:47 UTC 

[PATCH v7 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-11-16 10:46 UTC  (3+ messages)

[PATCH v3 0/1] Advertise multiple supported proto versions
 2018-11-16 10:46 UTC  (5+ messages)
` [PATCH v4 "

[Qemu-devel] Are FreeBSD guest images working?
 2018-11-16 10:45 UTC  (6+ messages)

is pwm_put supposed to stop a PWM?
 2018-11-16 10:45 UTC  (6+ messages)
` [PATCH] pwm: lpc18xx-sct: don't reconfigure PWM in .request and .free

[PATCH 0/3] ARC: ARCv2: Introduce SmaRT support
 2018-11-16 10:44 UTC  (8+ messages)
` [PATCH 1/3] ARC: split show_faulting_vma for logic and representation parts
` [PATCH 2/3] ARC: ARCv2: Introduce SmaRT support
` [PATCH 3/3] ARC: show detaled SmaRT configuration in mumbojumbo

[U-Boot] [PATCH v2 0/2] Read SFDP parameters and access flash above 16MB
 2018-11-16 10:43 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/2] mtd/spi: Add JEDEC SFDP support in SPI framework

Kernel development virtualization options
 2018-11-16 10:41 UTC  (2+ messages)

[PATCH] backlight: pwm_bl: fix devicetree parsing with auto-generated brightness tables
 2018-11-16 10:39 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/4] Add Hardware Spinlock class
 2018-11-16 10:39 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] dm: "
` [U-Boot] [PATCH v3 2/4] clk: stm32: add hardware spinlock clock
` [U-Boot] [PATCH v3 3/4] hwspinlock: add stm32 hardware spinlock support
` [U-Boot] [PATCH v3 4/4] pinctrl: stm32: make pinctrl use hwspinlock

[RCF PATCH,v2,2/2] pwm: imx: Configure output to GPIO in disabled state
 2018-11-16 10:39 UTC  (11+ messages)

[Qemu-devel] [PATCH for-3.1] nvme: fix out-of-bounds access to the CMB
 2018-11-16 10:38 UTC  (2+ messages)

[RFC PATCH v2 00/17] Add support for qemu-xen runnning in a Linux-based stubdomain
 2018-11-16 10:39 UTC  (11+ messages)

[PATCH 3/3] Makefile: optionally symlink libexec/git-core binaries to bin/git
 2018-11-16 10:38 UTC  (8+ messages)
` [RFC/PATCH 0/5] stop installing old libexec aliases like "git-init"
` [RFC/PATCH 1/5] Makefile: move long inline shell loops in "install" into helper

af_packet dev default "framesz" of 2048B
 2018-11-16 10:37 UTC  (3+ messages)

BlueZ - HCI adapter address via ioctl(hciSocket, HCIGETDEVINFO, &devInfo) doesn't match address via DBus for Adapter1.address
 2018-11-16 10:37 UTC 

[PATCH -next 0/6] treewide: Remove redundant branch predictions around signal_pending family
 2018-11-16  0:27 UTC  (2+ messages)
` [PATCH 6/6] fs: Remove caller signal_pending branch predictions

[PATCH] net/mvpp2: fix possible uninitialized variable access
 2018-11-16 10:37 UTC  (3+ messages)

[PATCH] pci_vfio: Support 64KB kernel page_size with vfio-pci driver
 2018-11-16 10:36 UTC  (6+ messages)
` [PATCH v2] "

[GIT PULL] Please pull my kvm-ppc-fixes-4.16-1 tag
 2018-11-16 10:36 UTC  (2+ messages)
` [GIT PULL] Please pull my kvm-ppc-fixes-4.20-1 tag

[PATCH v3] app/proc-info: fix port mask parse issue
 2018-11-16 10:35 UTC  (3+ messages)

[PATCH] arm64: sysreg: fix sparse warnings
 2018-11-16 10:34 UTC  (10+ messages)

[PATCH 00/18] xen/arm64: Suspend to RAM support for Xen
 2018-11-16 10:33 UTC  (4+ messages)
` [PATCH 17/18] xen/arm: Resume Dom0 after Xen resumes

[PATCH] drm/amdgpu: Reorder uvd ring init before uvd resume
 2018-11-16 10:33 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[patch 1/1] drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
 2018-11-16  0:21 UTC  (2+ messages)

[PATCH] uio: dismiss waiters on device unregistration
 2018-11-16 10:21 UTC 

[PATCH] KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
 2018-11-16 10:30 UTC 

The machine of the added layer does not come out
 2018-11-16 10:23 UTC 

[PATCH] sanity: Add check for WSL
 2018-11-16 10:29 UTC 

[PATCH 0/9 v2] fix replace-start and replace-cancel racing
 2018-11-16 10:29 UTC  (4+ messages)
` [PATCH 8/9] btrfs: user requsted replace cancel is not an error

[PATCH -next] scsi: libfc: remove set but not used variable 'rpriv'
 2018-11-16 10:28 UTC  (2+ messages)
` [PATCH -next] scsi: libfc: Remove set but not used variable 'disc'

Potwierdzenie zapytania na stronie Medok - Surgical Solutions [piątek, Listopad 16, 2018 - 01:08]
 2018-11-16  0:08 UTC 

[HELP] ipmi-kcs didn't work
 2018-11-16 10:27 UTC  (5+ messages)

[Qemu-trivial] [PATCH v2] qapi: Reduce Makefile boilerplate
 2018-11-16 10:26 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

DPDK techboard minutes of November 07
 2018-11-16 10:27 UTC  (2+ messages)

extending wait4(2) or waitid(2) linux syscall
 2018-11-16 10:26 UTC  (4+ messages)

[PATCH net-next] net: aquantia: cleanup err handing in hw_atl_utils_fw_rpc_wait
 2018-11-16 10:25 UTC 

[PATCH] ASoC: imx-audmux: complete dt-bindings for imx6
 2018-11-16 10:25 UTC  (4+ messages)

[PATCH 1/4] pwm: Add new helper to initialize a pwm_state variable with defaults
 2018-11-16 10:24 UTC  (7+ messages)

[B.A.T.M.A.N.] [PATCH 00/16] pull request for net-next: batman-adv 2018-11-14
 2018-11-16  0:14 UTC  (2+ messages)
`  "

[RFC] ipsec: new library for IPsec data-path processing
 2018-11-16 10:24 UTC  (3+ messages)
` [PATCH 2/9] security: add opaque userdata pointer into security session


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.