All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-09 12:20:21 to 2019-12-09 13:18:43 UTC [more...]

[dpdk-dev] [PATCH] ethdev: allow multiple security sessions to use one rte flow
 2019-12-09 13:18 UTC  (2+ messages)

[PATCH for-5.0 v2 0/9] q35: CPU hotplug with secure boot, part 1+2
 2019-12-09 13:09 UTC  (9+ messages)
` [PATCH for-5.0 v2 1/9] hw: add compat machines for 5.0
` [PATCH for-5.0 v2 2/9] q35: implement 128K SMRAM at default SMBASE address
` [PATCH for-5.0 v2 3/9] tests: q35: MCH: add default SMBASE SMRAM lock test
` [PATCH for-5.0 v2 4/9] acpi: cpuhp: spec: clarify 'CPU selector' register usage and endianness
` [PATCH for-5.0 v2 5/9] acpi: cpuhp: spec: fix 'Command data' description
` [PATCH for-5.0 v2 6/9] acpi: cpuhp: spec: clarify store into 'Command data' when 'Command field' == 0
` [PATCH for-5.0 v2 7/9] acpi: cpuhp: introduce 'Command data 2' field
` [PATCH for-5.0 v2 9/9] acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command

[virtio-dev] [RFC RESEND] virtio-video: Add virtio video device specification
 2019-12-09 13:17 UTC  (6+ messages)

[PATCH 0/4] Convert cros-ec-i2c-tunnel to MFD Cell
 2019-12-09 13:17 UTC  (3+ messages)
` [PATCH 4/4] platform/chrome: i2c: i2c-cros-ec-tunnel: Convert i2c tunnel "

[Intel-gfx] [PATCH] drm/i915: Improve execbuf debug
 2019-12-09 13:17 UTC  (3+ messages)

[alsa-devel] [PATCH v4 00/12] ASoC: Add support to WCD9340/WCD9341 codec
 2019-12-09 13:16 UTC  (4+ messages)
` [alsa-devel] [PATCH v4 03/12] mfd: wcd934x: add support to wcd9340/wcd9341 codec
    `  "

[PATCH] kbd: avoid vlock conflict with busybox
 2019-12-09 13:16 UTC  (2+ messages)

[PATCH][V2][RESEND] qed: remove redundant assignments to rc
 2019-12-09 13:16 UTC  (2+ messages)

[Xen-devel] XSA-255 and Arm
 2019-12-09 13:14 UTC 

Pull request: socfpga-next
 2019-12-09 13:14 UTC  (3+ messages)

[PATCH] mfd: sm501: fix mismatches of request_mem_region
 2019-12-09 13:13 UTC  (5+ messages)

[PATCH v16 00/25] Generic page walk and ptdump
 2019-12-09 13:06 UTC  (7+ messages)
` [PATCH v16 06/25] powerpc: mm: Add p?d_leaf() definitions

Linux v5.5 serious PCI bug
 2019-12-09 13:12 UTC  (4+ messages)

[PATCH v2 -next] NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu()
 2019-12-09 13:08 UTC  (2+ messages)

[PATCH 0/5] format-patch: improve handling of `format.notes`
 2019-12-09 13:10 UTC  (6+ messages)
` [PATCH 1/5] notes: rename to load_display_notes()
` [PATCH 2/5] notes: create init_display_notes() helper
` [PATCH 3/5] notes: extract logic into set_display_notes()
` [PATCH 4/5] format-patch: use --notes behavior for format.notes
` [PATCH 5/5] format-patch: move git_config() before repo_init_revisions()

[PATCH v2 0/4] Remove deprecated pc-0.x machine types and related hacks
 2019-12-09 13:06 UTC  (6+ messages)
` [PATCH v2 1/4] hw/i386: Remove the deprecated machines 0.12 up to 0.15
` [PATCH v2 2/4] hw/audio: Remove the "use_broken_id" hack from the AC97 device
` [PATCH v2 3/4] hw/pci: Remove the "command_serr_enable" property
` [PATCH v2 4/4] hw/display: Remove "rombar" hack from vga-pci and vmware_vga

[dpdk-dev] [PATCH] net/ice: add TSO offload use basic path
 2019-12-09 13:05 UTC  (2+ messages)

[PATCH v2 00/24] pinctrl: intel: Move Lynxpoint to pin control umbrella
 2019-12-09 13:09 UTC  (25+ messages)
` [PATCH v2 01/24] pinctrl: lynxpoint: Move GPIO driver to pin controller folder
` [PATCH v2 02/24] pinctrl: lynxpoint: Use raw_spinlock for locking
` [PATCH v2 03/24] pinctrl: lynxpoint: Correct amount of pins
` [PATCH v2 04/24] pinctrl: lynxpoint: Drop useless assignment
` [PATCH v2 05/24] pinctrl: lynxpoint: Use %pR to print IO resource
` [PATCH v2 06/24] pinctrl: lynxpoint: Use standard pattern for memory allocation
` [PATCH v2 07/24] pinctrl: lynxpoint: Assume 2 bits for mode selector
` [PATCH v2 08/24] pinctrl: lynxpoint: Relax GPIO request rules
` [PATCH v2 09/24] pinctrl: lynxpoint: Keep pointer to struct device instead of its container
` [PATCH v2 10/24] pinctrl: lynxpoint: Switch to memory mapped IO accessors
` [PATCH v2 11/24] pinctrl: lynxpoint: Convert unsigned to unsigned int
` [PATCH v2 12/24] pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future use
` [PATCH v2 13/24] pinctrl: lynxpoint: Move ->remove closer to ->probe()
` [PATCH v2 14/24] pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routines
` [PATCH v2 15/24] pinctrl: lynxpoint: Move ownership check to IRQ chip
` [PATCH v2 16/24] pinctrl: lynxpoint: Implement ->irq_ack() callback
` [PATCH v2 17/24] pinctrl: lynxpoint: Implement intel_gpio_get_direction callback
` [PATCH v2 18/24] pinctrl: lynxpoint: Add pin control data structures
` [PATCH v2 19/24] pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driver
` [PATCH v2 20/24] pinctrl: lynxpoint: Add pin control operations
` [PATCH v2 21/24] pinctrl: lynxpoint: Implement ->pin_dbg_show()
` [PATCH v2 22/24] pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
` [PATCH v2 23/24] pinctrl: lynxpoint: Switch to pin control API
` [PATCH v2 24/24] pinctrl: lynxpoint: Update summary in the driver

[PATCH] iommu/dma: Use a better type for dma_limit
 2019-12-09 13:08 UTC 

[PATCH] USB: gadget: u_audio: Initialize capture memory
 2019-12-09 13:07 UTC  (2+ messages)

[PATCH bpf-next 00/12] xsk: clean up ring access functions
 2019-12-09 13:07 UTC  (4+ messages)
` [PATCH bpf-next 05/12] xsk: eliminate the RX batch size

[Xen-devel] [PATCH] x86/CPUID: RSTR_FP_ERR_PTRS depends on FPU
 2019-12-09 13:06 UTC  (3+ messages)

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-12-09 13:05 UTC  (6+ messages)
` [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH 0/5] ARM virt: Add NVDIMM support
 2019-12-09 13:04 UTC  (5+ messages)
` [PATCH 1/5] hw/arm: Align ACPI blob len to PAGE size

[dpdk-dev] [PATCH] net/fm10k: fix descriptor vlan field filling in Tx
 2019-12-09 12:59 UTC  (3+ messages)

[PATCH v2 1/2] gpu: host1x: Rename "parent" to "host"
 2019-12-09 13:03 UTC  (4+ messages)
` [PATCH v2 2/2] drm/tegra: Do not implement runtime PM

[tpm2] Verifying signature with "-d" instead of "-g -m"
 2019-12-09 13:02 UTC 

Add initial support for Ingenic X1000 SoC and Y&A CU Neo board v7
 2019-12-09 13:00 UTC  (7+ messages)
` [PATCH v7 1/6] MIPS: Ingenic: Initial X1000 support
` [PATCH v7 2/6] dt-bindings: Document yna vendor-prefix
` [PATCH v7 3/6] dt-bindings: MIPS: Add Ingenic XBurst based boards
` [PATCH v7 4/6] MIPS: Ingenic: Initial YSH & ATIL CU Neo board support
` [PATCH v7 5/6] MIPS: X1000: Add missing X1000 nodes
` [PATCH v7 6/6] MIPS: CU1000: Add devicetree & config with PDMA/MSC/RTC/WDT/NET enabled

Latest stable-review releases?
 2019-12-09 13:00 UTC 

[PATCH v12 4/4] PCI: Allow extend_bridge_window() to shrink resource if necessary
 2019-12-09 13:00 UTC 

[PATCH v12 3/4] PCI: Change extend_bridge_window() to set resource size directly
 2019-12-09 13:00 UTC 

Fundamental race condition in wait_event_interruptible_exclusive() ?
 2019-12-09 13:00 UTC  (4+ messages)
` [RFC PATCH] sched/wait: Make interruptible exclusive waitqueue wakeups reliable

[PATCH v12 2/4] PCI: In extend_bridge_window() change available to new_size
 2019-12-09 13:00 UTC 

[PATCH v12 1/4] PCI: Consider alignment of hot-added bridges when distributing available resources
 2019-12-09 12:59 UTC 

[PATCH v12 0/4] PCI: Patch series to improve Thunderbolt enumeration
 2019-12-09 12:59 UTC 

[PATCH v2 0/4] toradex: tegra: add update_uboot wrapper
 2019-12-09 12:58 UTC  (5+ messages)
` [PATCH v2 1/4] apalis-tk1: "
` [PATCH v2 2/4] apalis_t30: "
` [PATCH v2 3/4] colibri_t20: "
` [PATCH v2 4/4] colibri_t30: "

[PATCH] mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTES
 2019-12-09 12:53 UTC  (3+ messages)

[PATCH 00/20] Add i.MXRT family support
 2019-12-09 12:56 UTC  (4+ messages)
` [PATCH 15/20] serial_lpuart: add support for i.MXRT

[PATCH] iommu/dma: Map MSI doorbell with iommu_map_atomic()
 2019-12-09 12:55 UTC  (2+ messages)

[PATCH] HID: multitouch: Add LG MELF0410 I2C touchscreen support
 2019-12-09 12:55 UTC  (2+ messages)

BMC Operating Mode [Manual / Normal]
 2019-12-09 12:54 UTC  (4+ messages)

[PATCH] HID: uhid: Fix returning EPOLLOUT from uhid_char_poll
 2019-12-09 12:53 UTC  (2+ messages)

[PATCH] hidraw: Fix returning EPOLLOUT from hidraw_poll
 2019-12-09 12:53 UTC  (2+ messages)

[PATCH] regulator: core: avoid unneeded .list_voltage calls
 2019-12-09 12:52 UTC 

organization of wireguard linux kernel repos moving forward
 2019-12-09 12:49 UTC  (5+ messages)

[LTP] [PATCH] cpuhotplug05.sh: Rewrite test case
 2019-12-09 12:50 UTC  (4+ messages)

[PATCH 0/2] Minor updates
 2019-12-09 12:50 UTC  (7+ messages)

[Xen-devel] [PATCH 0/4] xen-blkback: support live update
 2019-12-09 12:50 UTC  (17+ messages)
` [Xen-devel] [PATCH 2/4] xenbus: limit when state is forced to closed
` [Xen-devel] [PATCH 3/4] xen/interface: don't discard pending work in FRONT/BACK_RING_ATTACH
` [Xen-devel] [PATCH 4/4] xen-blkback: support dynamic unbind/bind
      `  "

pull request: bluetooth-next 2019-12-09
 2019-12-09 12:48 UTC 

[PATCH v4] mx7ulp: Add support for Embedded Artists COM board
 2019-12-09 12:47 UTC 

Build regressions/improvements in v5.5-rc1
 2019-12-09 12:45 UTC  (3+ messages)

About CPU hot-plug stress test failed in cpufreq driver
 2019-12-09 12:44 UTC  (10+ messages)

[PATCH 07/15] name-rev: extract creating/updating a 'struct name_rev' into a helper
 2019-12-09 12:43 UTC  (3+ messages)
` [PATCH] name-rev: rewrite create_or_update_name()

[PATCH] drm/omapdrm: Fix trivial spelling
 2019-12-09 12:42 UTC  (4+ messages)

[PATCH][thud v2] glibc: finish incomplete fix for CVE-2016-10739
 2019-12-09 12:42 UTC 

[Buildroot] [PATCH] package/glibc: drop dependency of utilities on bash
 2019-12-09 12:41 UTC  (6+ messages)

[PATCH] drm: rcar-du: Add r8a77980 support
 2019-12-09 12:41 UTC  (6+ messages)

Patchwork housekeeping for: linux-renesas-soc
 2019-12-09 12:40 UTC 

RFD: multithreading in padata
 2019-12-09 12:39 UTC  (2+ messages)

[Xen-devel] [PATCH for-4.13] xen: Drop bogus BOOLEAN definitions, TRUE and FALSE
 2019-12-09 12:38 UTC  (7+ messages)

[RFC PATCH v1 00/10] s390/vfio-ccw: Channel Path Handling
 2019-12-09 12:38 UTC  (7+ messages)
` [RFC PATCH v1 08/10] vfio-ccw: Wire up the CRW irq and CRW region

[PATCH] MIPS: Prevent link failure with kcov instrumentation
 2019-12-09 12:37 UTC 

[PATCH v1 1/2] gpio: pca953x: Switch to bitops in IRQ callbacks
 2019-12-09 12:35 UTC  (2+ messages)
` [PATCH v1 2/2] gpio: pca953x: Remove redundant forward declaration

[PATCH 1/1] leds-as3645a: Drop fwnode reference on ignored node
 2019-12-09 12:34 UTC  (2+ messages)

[MPTCP] Re: [PATCH 0/1] proposed export branch rebase
 2019-12-09 12:33 UTC 

WARNING in dln2_start_rx_urbs/usb_submit_urb
 2019-12-09 12:33 UTC  (3+ messages)

[PATCH] mfd: rk808: Always use poweroff when requested
 2019-12-09 12:32 UTC  (3+ messages)

[PATCH v4 0/2] tps6105x add devicetree and leds support
 2019-12-09 12:32 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings: mfd: update TI tps6105x chip bindings

[PATCH] alsa-utils:upgrade 1.1.9 -> 1.2.1
 2019-12-09 12:32 UTC  (2+ messages)

[PATCH v2 13/13] name-rev: cleanup name_ref()
 2019-12-09 12:32 UTC  (3+ messages)

[PATCH v2 1/8] ARM: dts: imx6: pcaaxl3: Order nodes alphabetically
 2019-12-09 12:31 UTC  (8+ messages)
` [PATCH v2 2/8] ARM: dts: imx6: pcaaxl3: Update license and model description
` [PATCH v2 3/8] ARM: dts: imx6: pcaaxl3: Make use of the simpler name phycard
` [PATCH v2 4/8] ARM: dts: imx6: phycard: Make eeprom configurable
` [PATCH v2 5/8] ARM: dts: imx6: phycard: Use partname for environment device-path
` [PATCH v2 6/8] ARM: dts: imx6: phycard: Switch to new partitions binding
` [PATCH v2 7/8] ARM: dts: imx6: phycard: Use gpio binding constants
` [PATCH v2 8/8] ARM: dts: imx6: phytec: Increase NAND barebox partition size

[PATCH] nvme: Add quirk for Samsung NVME SSD NM 'SAMSUNG MZALQ128HBHQ-000L2'
 2019-12-09 12:27 UTC 

acpi/hmat: don't mix pxm and nid when setting memory target processor_pxm
 2019-12-09 12:28 UTC  (3+ messages)

[PATCHv2 net] sctp: get netns from asoc and ep base
 2019-12-09 12:26 UTC  (3+ messages)

[PATCH] i3c: make sure the PID is set before registering the device
 2019-12-09 12:26 UTC  (4+ messages)

FAILED: patch "[PATCH] ALSA: hda/realtek - Dell headphone has noise on unmute for" failed to apply to 4.9-stable tree
 2019-12-09 12:24 UTC 

FAILED: patch "[PATCH] ALSA: hda/realtek - Dell headphone has noise on unmute for" failed to apply to 4.4-stable tree
 2019-12-09 12:24 UTC 

[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2019-12-09 12:24 UTC  (17+ messages)

[PATCH v2 12/13] name-rev: eliminate recursion in name_rev()
 2019-12-09 12:22 UTC  (3+ messages)

[GIT PULL] intel-pinctrl for 5.5-2
 2019-12-09 12:22 UTC 

[PATCH v3 0/4] media: meson: vdec: Add compliant H264 support
 2019-12-09 12:20 UTC  (15+ messages)
` [PATCH v3 1/4] media: v4l2-mem2mem: handle draining, stopped and next-buf-is-last states
` [PATCH v3 2/4] media: vicodec: use v4l2-mem2mem draining, stopped and next-buf-is-last states handling
` [PATCH v3 3/4] media: meson: vdec: bring up to compliance
` [PATCH v3 4/4] media: meson: vdec: add H.264 decoding support

To add a new interface for timed power on feature
 2019-12-09 12:22 UTC  (2+ messages)

[PATCH 0/4] drm: bridge: anx7688 and an optional feature
 2019-12-09 12:20 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: drm/bridge: analogix-anx7688: Add ANX7688 transmitter binding
` [PATCH 2/4] drm: bridge: anx7688: Add anx7688 bridge driver support
` [PATCH 3/4] dt-bindings: drm/bridge: analogix-anx78xx: support bypass GPIO
` [PATCH 4/4] drm: bridge: anx7688: Support bypass GPIO feature

[PATCH 1/4] drm/scheduler: rework entity creation
 2019-12-09 12:20 UTC  (5+ messages)
` [PATCH 4/4] drm/scheduler: do not keep a copy of sched list


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.