All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-14 11:35:57 to 2018-11-14 12:48:28 UTC [more...]

[PATCH 0/2] nvme-tcp: protection from misbehaving link partners
 2018-11-21 13:03 UTC  (3+ messages)
` [PATCH 1/2] nvmet-tcp: add protection for already completed requests on h2c path
` [PATCH 2/2] nvme-tcp: add protection against target sending more then maxr2t

[PATCH 0/3] usb: renesas: rcar-gen3-usb2: Add support for RZ/A2
 2018-11-14 12:24 UTC  (8+ messages)
` [PATCH 2/3] phy: renesas: rcar-gen3-usb2: Add support for R7S9210
` [PATCH 3/3] dt-bindings: rcar-gen3-phy-usb2: Add r7s9210 support

[PATCH v4 00/19] xen: add pvh guest support
 2018-11-14 12:48 UTC  (3+ messages)
` [PATCH v4 12/19] xen: add PCI MMIO areas to memory map

[resend PATCH 1/3] pwm: mediatek: drop flag 'has_clks'
 2018-11-14 12:47 UTC  (3+ messages)

[PATCH 0/2] ASoC: omap-mcpdm: Support for handling pdmclk
 2018-11-14 12:46 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: sound: omap-mcpdm: Update documentation for pdmclk
` [PATCH 2/2] ASoC: omap-mcpdm: Add support for pdmclk clock handling

IPMB recipe with questions
 2018-11-14 12:46 UTC 

[PATCH v2 0/6] device property: Introducing software nodes
 2018-11-14 12:45 UTC  (2+ messages)

[LTP] [PATCH] [RFC] doc/tmp-commands.txt
 2018-11-14 12:45 UTC 

[PATCH 17.11] mem: fix memory initialization time
 2018-11-14 12:45 UTC  (3+ messages)
` [dpdk-stable] "

[PATCH 0/3] x86/HVM: honor r/o p2m types, in particular during emulation
 2018-11-14 12:44 UTC  (6+ messages)
` [PATCH 5/3] x86/shadow: emulate_gva_to_mfn() should respect p2m_ioreq_server

[PATCH 0/3] ASoC: omap: Fix and add pm_qos configuration
 2018-11-14 12:45 UTC  (2+ messages)

[PATCH 00/18] xen/arm64: Suspend to RAM support for Xen
 2018-11-14 12:44 UTC  (31+ messages)
` [PATCH 01/18] xen/arm: Move code that initializes VCPU context into a separate function
` [PATCH 02/18] xen/arm: Implement PSCI system suspend call (virtual interface)
` [PATCH 08/18] xen/arm: Disable/enable non-boot physical CPUs on suspend/resume
` [PATCH 09/18] xen/arm: Add rcu_barrier() before enabling non-boot CPUs on resume
` [PATCH 10/18] xen/arm: Implement GIC suspend/resume functions (gicv2 only)
` [PATCH 13/18] xen/arm: Implement PSCI SYSTEM_SUSPEND call (physical interface)

[Qemu-devel] [PATCH for-3.2 00/41] RFC: slirp: make it again a standalone project
 2018-11-14 12:36 UTC  (42+ messages)
` [Qemu-devel] [PATCH for-3.2 01/41] slirp: move socket pair creation in helper function
` [Qemu-devel] [PATCH for-3.2 02/41] glib-compat: add g_spawn_async_with_fds() fallback
` [Qemu-devel] [PATCH for-3.2 03/41] slirp: simplify fork_exec()
` [Qemu-devel] [PATCH for-3.2 04/41] slirp: remove unused M_TRAILINGSPACE
` [Qemu-devel] [PATCH for-3.2 05/41] slirp: use a callback structure to interface with qemu
` [Qemu-devel] [PATCH for-3.2 06/41] slirp: add a callback for qemu_chr_fe_write_all()
` [Qemu-devel] [PATCH for-3.2 07/41] slirp: add clock_get_ns() callback
` [Qemu-devel] [PATCH for-3.2 08/41] slirp: add callbacks for timer
` [Qemu-devel] [PATCH for-3.2 09/41] slirp: add a set_nonblock() callback
` [Qemu-devel] [PATCH for-3.2 10/41] slirp: remove PROBE_CONN dead-code
` [Qemu-devel] [PATCH for-3.2 11/41] slirp: remove FULL_BOLT
` [Qemu-devel] [PATCH for-3.2 12/41] slirp: remove the disabled readv()/writev() code path
` [Qemu-devel] [PATCH for-3.2 13/41] slirp: remove HAVE_SYS_SIGNAL_H
` [Qemu-devel] [PATCH for-3.2 14/41] slirp: remove unused HAVE_SYS_BITYPES_H
` [Qemu-devel] [PATCH for-3.2 15/41] slirp: remove NO_UNIX_SOCKETS
` [Qemu-devel] [PATCH for-3.2 16/41] slirp: remove unused HAVE_SYS_STROPTS_H
` [Qemu-devel] [PATCH for-3.2 17/41] slirp: remove unused HAVE_ARPA_INET_H
` [Qemu-devel] [PATCH for-3.2 18/41] slirp: remove unused HAVE_SYS_WAIT_H
` [Qemu-devel] [PATCH for-3.2 19/41] slirp: remove unused HAVE_SYS_SELECT_H
` [Qemu-devel] [PATCH for-3.2 20/41] slirp: remove HAVE_SYS_IOCTL_H
` [Qemu-devel] [PATCH for-3.2 21/41] slirp: remove HAVE_SYS_FILIO_H
` [Qemu-devel] [PATCH for-3.2 22/41] slirp: remove unused DECLARE_IOVEC
` [Qemu-devel] [PATCH for-3.2 23/41] slirp: remove unused HAVE_INET_ATON
` [Qemu-devel] [PATCH for-3.2 24/41] slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent
` [Qemu-devel] [PATCH for-3.2 25/41] slirp: replace SIZEOF_CHAR_P "
` [Qemu-devel] [PATCH for-3.2 26/41] slirp: replace compile time DO_KEEPALIVE
` [Qemu-devel] [PATCH for-3.2 27/41] slirp: remove unused global slirp_instance
` [Qemu-devel] [PATCH for-3.2 28/41] slirp: replace error_report() with g_critical()
` [Qemu-devel] [PATCH for-3.2 29/41] slirp: improve a bit the debug macros
` [Qemu-devel] [PATCH for-3.2 30/41] slirp: replace trace functions with DEBUG calls
` [Qemu-devel] [PATCH for-3.2 31/41] slirp: add a callback to log guest errors
` [Qemu-devel] [PATCH for-3.2 32/41] slirp: remove unused sbflush()
` [Qemu-devel] [PATCH for-3.2 33/41] slirp: replace qemu_notify_event() with a callback
` [Qemu-devel] [PATCH for-3.2 34/41] slirp: remove #if notdef dead code
` [Qemu-devel] [PATCH for-3.2 35/41] slirp: NULL is defined by glib (at least)
` [Qemu-devel] [PATCH for-3.2 36/41] slirp: remove dead TCP_ACK_HACK code
` [Qemu-devel] [PATCH for-3.2 37/41] slirp: replace ARRAY_SIZE with G_N_ELEMENTS
` [Qemu-devel] [PATCH for-3.2 38/41] net: do not depend on slirp internals
` [Qemu-devel] [PATCH for-3.2 39/41] slirp: move QEMU state saving to a separate unit
` [Qemu-devel] [PATCH for-3.2 40/41] slirp: replace remaining QEMU dependency
` [Qemu-devel] [PATCH for-3.2 41/41] build-sys: add a basic meson build

[PATCH] drm/i915: use appropriate integer types for flags
 2018-11-14 12:41 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 8eca464a4d4c5a285f8b815e649ae0ef5d769bf3
 2018-11-14 12:41 UTC 

[PATCH v2 0/3] index-pack: test updates
 2018-11-14 12:40 UTC  (4+ messages)
` [PATCH v3] index-pack: add ability to disable SHA-1 collision check

[PATCH] security: remove experimental tag
 2018-11-14 12:40 UTC  (2+ messages)

[PATCH] doc: security deprecation notice for session changes
 2018-11-14 12:39 UTC  (2+ messages)

[PATCH net] ipv6/mcast: update mc_qrv when join new group
 2018-11-14  2:37 UTC  (3+ messages)

stable/linux-4.14.y build: 180 builds: 0 failed, 180 passed, 1 warning (v4.14.81)
 2018-11-14  2:36 UTC 

[PATCH] backlight: pwm_bl: re-add driver internal enabled tracking
 2018-11-14 12:35 UTC  (2+ messages)

[RESEND v2] Bluetooth: hci_qca: Add helper to set device address
 2018-11-14 12:34 UTC 

[PATCH v4 0/5] x86/pvh: fix fixes for PVH Dom0
 2018-11-14 12:33 UTC  (8+ messages)
` [PATCH v4 1/5] vpci: fix updating the command register
` [PATCH v4 2/5] vpci: fix deferral of long operations
` [PATCH v4 3/5] vpci/msix: carve p2m hole for MSIX MMIO regions
` [PATCH v4 4/5] amd/iommu: assign iommu devices to Xen
` [PATCH v4 5/5] amd/iommu: skip bridge devices when updating IOMMU page tables

[PATCH 1/4] pwm: Add new helper to initialize a pwm_state variable with defaults
 2018-11-14 12:32 UTC  (12+ messages)
` [PATCH 2/4] ARM: S3C24XX: rx1950: make use of atomic PWM API
` [PATCH 3/4] bus: ts-nbus: convert to "
` [PATCH 4/4] bus: ts-nbus: weaken driver dependency to allow broader compile testing

[U-Boot] [PATCH V3 1/7] rsa: use new openssl API to create signature
 2018-11-14 12:32 UTC  (3+ messages)
` [U-Boot] [PATCH V3 7/7] test: vboot: clean its file

[ANNOUNCE] Git Merge Contributor's Summit Jan 31, 2019, Brussels
 2018-11-14 12:31 UTC  (4+ messages)

[PATCH] ref-filter: don't look for objects when outside of a repository
 2018-11-14 12:27 UTC  (2+ messages)

[PATCH] examples/bond: wait for slaves to become active
 2018-11-14 12:19 UTC 

[PATCH 1/2] pinctrl: rockchip: allow specifying the regmap location for pin-routes
 2018-11-14 12:15 UTC  (4+ messages)

[U-Boot] [ANN] U-Boot v2018.11 delayed a day
 2018-11-14 12:21 UTC  (6+ messages)

[LTP] [PATCH] [COMMITTED] containers/pidns13: Fix race between threads
 2018-11-14 12:21 UTC 

BUG: GPF in non-whitelisted uaccess (non-canonical address?)
 2018-11-14 12:20 UTC  (3+ messages)

[PATCH] udmabuf: set read/write flag when exporting
 2018-11-14 12:20 UTC  (2+ messages)

[PATCH] rtc: m41t80: Complete error propagation from SMBus calls
 2018-11-14 12:20 UTC  (4+ messages)

[PATCH v2 1/2] ASoC: ak4118: Add support for AK4118 S/PDIF transceiver
 2018-11-14 12:16 UTC  (3+ messages)
` [PATCH v2 2/2] ASoC: dt-bindings: add bindings for AK4118 transceiver

[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
 2018-11-14 12:16 UTC  (4+ messages)
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches

[PATCH -next] drm/qxl: remove set but not used variable 'map'
 2018-11-14 12:16 UTC  (4+ messages)

[PATCH][drm-next] drm/virtio: fix memory leak of vfpriv on error return path
 2018-11-14 12:14 UTC  (4+ messages)

[PATCH] drm/panel: Set max rate for Ilitek ILI9881C
 2018-11-14 12:14 UTC  (2+ messages)

overlayfs 4.19: unable to make backup link: Invalid cross-device link
 2018-11-14 12:14 UTC  (9+ messages)

[PATCH v5 0/4] virgl: fence fd support
 2018-11-14 12:14 UTC  (3+ messages)

[PATCH v2] dt-bindings: media: i2c: Fix external clock frequency for OV5645
 2018-11-14 12:13 UTC 

[2/3] dma: tegra: make byte counters unsigned int
 2018-11-14 12:13 UTC 

[1/3] dma: tegra: avoid overflow of byte tracking
 2018-11-14 12:12 UTC 

[PATCH] bitmap: deprecate rte_bsf64
 2018-11-14 12:11 UTC 

stable/linux-4.18.y build: 180 builds: 0 failed, 180 passed, 208 warnings (v4.18.19)
 2018-11-14  2:09 UTC 

Official Linux system wrapper library?
 2018-11-14 12:10 UTC  (19+ messages)

[Buildroot] Buildroot Developers Meeting @ FOSDEM 2019
 2018-11-14 12:07 UTC  (3+ messages)

[PATCH] dt-bindings: media: i2c: Fix external clock frequency for OV5645
 2018-11-14 12:06 UTC  (3+ messages)

[PATCH 1/2] net/mlx4: fix initialization of struct members
 2018-11-14 12:06 UTC  (3+ messages)
` [PATCH 2/2] net/mlx5: "

[RFC PATCH 00/13] m68k: Drop arch_gettimeoffset and adopt clocksource API
 2018-11-14 12:05 UTC  (4+ messages)
` [RFC PATCH 01/13] arm: Fix mutual exclusion in arch_gettimeoffset

[PATCH 1/2] build: avoid non supported -march on ppc (meson)
 2018-11-14 12:05 UTC  (6+ messages)
` [PATCH 2/2] build: establish an invariant machine type

[PATCH] doc: fix DESTDIR variable name in meson guide
 2018-11-14 12:04 UTC 

[Qemu-devel] [PATCH 0/2] Automation for running Coverity Scan builds
 2018-11-14 12:02 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] scripts/coverity-scan: Add Docker support

[U-Boot] CVE-2018-18439, CVE-2018-18440 - U-Boot verified boot bypass vulnerabilities
 2018-11-14 12:03 UTC  (4+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards
 2018-11-14 12:00 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
 2018-11-14 12:00 UTC  (2+ messages)

[Bug 108671] Massive Screen Artifacting on linux 4.19+
 2018-11-14 11:59 UTC  (4+ messages)

[PATCH V5 0/3] Fix VGA logdirty related display freezes with altp2m
 2018-11-14 11:58 UTC  (5+ messages)
` [PATCH V5 2/3] x86/mm: allocate logdirty_ranges for altp2ms

SMSC95xx driver updates (round 1)
 2018-11-14 11:58 UTC  (10+ messages)
` [PATCH 1/4] usbnet: smsc95xx: fix rx packet alignment
  ` [1/4] "
` [PATCH 2/4] usbnet: smsc95xx: simplify tx_fixup code
  ` [2/4] "
` [PATCH 3/4] usbnet: smsc95xx: fix memcpy for accessing rx-data
  ` [3/4] "
` [PATCH 4/4] usbnet: smsc95xx: check for csum being in last four bytes
  ` [4/4] "

[PATCH] testpmd: fix memory leak for dscp table
 2018-11-14 11:58 UTC 

[Qemu-devel] [PATCH 00/13] Support disabling TCG on ARM
 2018-11-14 11:56 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] runner: Treat dmesg warnings as pure warnings
 2018-11-14 11:56 UTC  (2+ messages)

[Qemu-devel] QEMU and Kconfig
 2018-11-14 11:50 UTC  (12+ messages)

[PATCH 1/3] drm/i915/gen9_bc: Work around DMC bug zeroing power well requests
 2018-11-14 11:55 UTC  (6+ messages)
` [PATCH 3/3] drm/i915: Remove special case for power well 1/MISC_IO state verification
` ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915/gen9_bc: Work around DMC bug zeroing power well requests

[PATCH] net: phy: mdio-gpio: fix access that may sleep
 2018-11-14 11:54 UTC  (2+ messages)
` [PATCH v4] net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs

[PATCH] selftests/powerpc: Adjust wild_bctr to build with old gcc
 2018-11-14 11:50 UTC 

[U-Boot] [PATCH v2 0/4] Stratix10 FPGA reconfiguration support
 2018-11-14 11:52 UTC  (13+ messages)
` [U-Boot] [PATCH v2 3/4] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

stable-rc/linux-4.14.y build: 177 builds: 0 failed, 177 passed, 1 warning (v4.14.81)
 2018-11-14  1:49 UTC 

is pwm_put supposed to stop a PWM?
 2018-11-14 11:50 UTC  (5+ messages)

Backports for drm-intel-fixes
 2018-11-14 11:49 UTC  (4+ messages)
` [PATCH -fixes 1/3] drm/i915: Move programming plane scaler to its own function
  ` [PATCH -fixes 2/3] drm/i915: Clean up skl_program_scaler()
  ` [PATCH -fixes 3/3] drm/i915: Account for scale factor when calculating initial phase

meta-gnome: what are dependencies for gnome-full-desktop (gnome interface)
 2018-11-14 11:48 UTC  (6+ messages)
` [OE-core] "

[PATCH] drm/i915: remove excess line continuation backslashes
 2018-11-14 11:48 UTC  (3+ messages)

[PATCH 1/1] eal: Don't fail secondary if primary is missing tailqs
 2018-11-14 11:47 UTC  (6+ messages)

[PATCH] mm/usercopy: Use memory range to be accessed for wraparound check
 2018-11-14 11:46 UTC  (4+ messages)

[Qemu-devel] [PATCH] cpus: run work items for all vCPUs if single-threaded
 2018-11-14 11:44 UTC 

[PATCH] drm/panel: Set max rate for Innolux p079x panels
 2018-11-14 11:42 UTC 

[PATCH] update-alternatives: Allow using relative symlinks
 2018-11-14 11:42 UTC  (2+ messages)

[v6,2/3] usb: dwc3: Add disabling of start_transfer failure quirk
 2018-11-14 11:41 UTC  (2+ messages)
` [PATCH v6 2/3] "

AP6335 with mainline kernel
 2018-11-14 11:40 UTC  (24+ messages)

[PATCH v6.1 05/11] libxl_qmp: Implementation of libxl__ev_qmp_*
 2018-11-14 11:40 UTC  (5+ messages)

[Qemu-devel] [PATCH] Corrected memory regions
 2018-11-14 11:38 UTC  (2+ messages)

[PATCH trivial] mm/page_alloc: fix a typo in printk for idle scrub
 2018-11-14 11:36 UTC  (2+ messages)

[PATCH 1/1] tools/ocaml: cleanup to reduce compiler warnings
 2018-11-14 11:36 UTC  (2+ messages)


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.