All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-05 14:46:39 to 2019-04-05 15:24:08 UTC [more...]

[RFC PATCH v9 00/13] Add support for eXclusive Page Frame Ownership
 2019-04-05 15:24 UTC  (6+ messages)
` [RFC PATCH v9 12/13] xpfo, mm: Defer TLB flushes for non-current CPUs (x86 only)

[U-Boot] [PATCH] watchdog: Implement generic watchdog_reset() version
 2019-04-05 15:23 UTC  (5+ messages)

[PATCH v1 0/6] Introduce AF_XDP PMD
 2019-04-05 15:23 UTC  (7+ messages)
` [PATCH v11 0/1] "
  ` [PATCH v11 1/1] net/af_xdp: introduce AF XDP PMD driver
    ` [dpdk-dev] "

[Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
 2019-04-05 15:23 UTC  (5+ messages)
` [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

[Buildroot] [git commit branch/2019.02.x] package/haproxy: disable on nios2 and microblaze
 2019-04-05 15:23 UTC 

[PATCH] pcm: null: Do not allow a period size of 0
 2019-04-05 15:23 UTC  (2+ messages)
` [ALSA patch] "

[PATCH 0/6] stricter netlink validation
 2019-04-05 15:22 UTC  (6+ messages)
` [PATCH 4/6] netlink: add strict parsing for future attributes

[PATCH RFC 0/5] cpu/speculation: Add 'cpu_spec_mitigations=' cmdline options
 2019-04-05 15:20 UTC  (18+ messages)
` [PATCH RFC 1/5] "
` [PATCH RFC 2/5] x86/speculation: Add support for "
` [PATCH RFC 5/5] arm64/speculation: "

[PATCH] PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controller
 2019-04-05 15:20 UTC 

[PATCH 00/10] ALSA: aloop: Support selection of snd_timer
 2019-04-05 15:21 UTC  (15+ messages)
` [PATCH 05/10] ALSA: aloop: Use callback functions for timer specific implementations
  ` [PATCH 09/10] ALSA: pcm: Add snd_pcm_ops for snd_pcm_link()

[RFC PATCH] perf/x86: make perf callchain work without CONFIG_FRAME_POINTER
 2019-04-05 15:21 UTC  (5+ messages)

[PATCH 0/3] drm/panfrost: Expose HW counters to userspace
 2019-04-05 15:20 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/af_xdp: fix meson for non Linux platforms
 2019-04-05 15:20 UTC 

Assistance with a problem related to GEM and Atomic Commit inside vkms
 2019-04-05 15:20 UTC  (2+ messages)

[Xen-devel] [xen-4.8-testing test] 134338: regressions - trouble: blocked/broken/fail/pass
 2019-04-05 15:19 UTC  (3+ messages)
  `  "

[PATCH] clk: x86: Add system specific quirk to mark clocks as critical
 2019-04-05 15:19 UTC  (3+ messages)
` [PATCH v3] "

[Buildroot] [git commit branch/2019.02.x] package/binutils: xtensa: fix shrink_dynamic_reloc_sections
 2019-04-05 15:19 UTC 

[PATCH] tracing: Fix buffer_ref pipe ops
 2019-04-05 15:18 UTC  (2+ messages)

[PATCH v6 00/10] arm64: add system vulnerability sysfs entries
 2019-04-05 15:18 UTC  (7+ messages)
` [PATCH v6 09/10] arm64: add sysfs vulnerability show for speculative store bypass

[PATCH] power: reset: syscon-reboot: add a mask property
 2019-04-05 15:18 UTC  (2+ messages)

[RFC PATCH] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-04-05 15:17 UTC  (8+ messages)

[PATCH 4.14 000/121] 4.14.111-stable review
 2019-04-05 15:18 UTC  (2+ messages)

[PATCH RESEND v7 0/2] media: cedrus: Add H264 decoding support
 2019-04-05 15:15 UTC  (7+ messages)
` [PATCH RESEND v7 1/2] media: uapi: Add H264 low-level decoder API compound controls

[PATCH net-next] rxrpc: Mark expected switch fall-through
 2019-04-05 15:15 UTC  (2+ messages)

[PATCH 4.19 000/187] 4.19.34-stable review
 2019-04-05 15:14 UTC  (2+ messages)

[patch V2 00/29] x86: Add guard pages to exception and interrupt stacks
 2019-04-05 15:07 UTC  (30+ messages)
` [patch V2 01/29] x86/irq/64: Limit IST stack overflow check to #DB stack
` [patch V2 02/29] x86/dumpstack: Fix off-by-one errors in stack identification
` [patch V2 03/29] x86/irq/64: Remove a hardcoded irq_stack_union access
` [patch V2 04/29] x86/irq/64: Sanitize the top/bottom confusion
` [patch V2 05/29] x86/idt: Remove unused macro SISTG
` [patch V2 06/29] x86/exceptions: Remove unused stack defines on 32bit
` [patch V2 07/29] x86/exceptions: Make IST index zero based
` [patch V2 08/29] x86/cpu_entry_area: Cleanup setup functions
` [patch V2 09/29] x86/exceptions: Add structs for exception stacks
` [patch V2 10/29] x86/cpu_entry_area: Prepare for IST guard pages
` [patch V2 11/29] x86/cpu_entry_area: Provide exception stack accessor
` [patch V2 12/29] x86/traps: Use cpu_entry_area instead of orig_ist
` [patch V2 13/29] x86/irq/64: Use cpu entry area "
` [patch V2 14/29] x86/dumpstack/64: Use cpu_entry_area "
` [patch V2 15/29] x86/cpu: Prepare TSS.IST setup for guard pages
` [patch V2 16/29] x86/cpu: Remove orig_ist array
` [patch V2 17/29] x86/exceptions: Disconnect IST index and stack order
` [patch V2 18/29] x86/exceptions: Enable IST guard pages
` [patch V2 19/29] x86/exceptions: Split debug IST stack
` [patch V2 20/29] x86/dumpstack/64: Speedup in_exception_stack()
` [patch V2 21/29] x86/irq/32: Define IRQ_STACK_SIZE
` [patch V2 22/29] x86/irq/32: Make irq stack a character array
` [patch V2 23/29] x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptr
` [patch V2 24/29] x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr
` [patch V2 25/29] x86/irq/32: Invoke irq_ctx_init() from init_IRQ()
` [patch V2 26/29] x86/irq/32: Handle irq stack allocation failure proper
` [patch V2 27/29] x86/irq/64: Split the IRQ stack into its own pages
` [patch V2 28/29] x86/irq/64: Remap the IRQ stack with guard pages
` [patch V2 29/29] x86/irq/64: Remove stack overflow debug code

[PATCH 2/4] xfs: force writes to delalloc regions to unwritten
 2019-04-05 15:12 UTC  (11+ messages)

[PATCH v1] rt-tests: Add --duration argument to tests
 2019-04-05 15:11 UTC  (2+ messages)

[PATCH] power: supply: ltc3651-charger.c: Fix typo in device name
 2019-04-05 15:11 UTC  (4+ messages)

[PATCH v2 1/5] arm64: allwinner: h6: orangepi: Add PIO regulators
 2019-04-05 15:11 UTC  (11+ messages)
` [PATCH v2 5/5] ARM: dts: sun50i: h6: Introduce Beelink GS1 board

[Printing-architecture] OpenPrinting News
 2019-04-05 15:10 UTC 

[GIT PULL] early nvme updates for 5.2
 2019-04-05 15:10 UTC  (3+ messages)

[PATCH 00/12] i2c: core: introduce atomic transfers
 2019-04-05 15:09 UTC  (4+ messages)
` [PATCH 08/12] i2c: ocores: refactor setup for polling

Bug: cdc_acm blocking write after many small writes
 2019-04-05 15:09 UTC 

[PATCH v4] app/testpmd: add option ring-bind-lcpu to bind Q with CPU
 2019-04-05 15:09 UTC  (7+ messages)
` [PATCH v5] "
          ` [dpdk-dev] "

[Qemu-devel] [PATCH 3/8] i386/kvm: document existing Hyper-V enlightenments
 2019-04-05 15:07 UTC  (6+ messages)
  ` [Qemu-devel] [PATCH 4/8] i386/kvm: implement 'hv-all' pass-through mode

[PATCH 1/2] dt-bindings: watchdog: sunxi: Add H6 compatible
 2019-04-05 15:08 UTC  (10+ messages)
` [PATCH 2/2] arm64: dts: h6: Add watchdog node

[PATCH v3 0/9] RPMPD for QCS404 and MSM8998
 2019-04-05 15:08 UTC  (6+ messages)
` [PATCH v3 1/9] soc: qcom: rpmpd: fixup rpmpd set performance state
` [PATCH v3 8/9] soc: qcom: rpmpd: Add MSM8998 power-domains

[PATCH v2 0/5] Add bluetooth, gps and accelerometer to TBS A711
 2019-04-05 15:07 UTC  (6+ messages)
` [PATCH v2 5/5] ARM: dts: sun8i: tbs-a711: Enable UART2 (for NEO-6M GPS module)
  ` [linux-sunxi] "

[PATCH] drm/i915/icl: Fix clockgating issue when using scalars
 2019-04-05 15:07 UTC  (3+ messages)
` [PATCH v5 3/3] drm/i915/icl: Fix clockgating issue when using scalers

[PATCH v2 1/3] x86/mm: Introduce altp2m_get_gfn_type_access
 2019-04-05 15:04 UTC  (4+ messages)
` [Xen-devel] "

[PATCH] soundwire: fix pm_runtime_get_sync return code checks
 2019-04-05 15:04 UTC  (2+ messages)

[PATCH V4 1/4] dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor
 2019-04-05 15:03 UTC  (9+ messages)
` [PATCH V4 2/4] drivers/perf: imx_ddr: Add ddr performance counter support

[PATCH bpf-next] samples/bpf: fix build with new clang
 2019-04-05 15:03 UTC  (2+ messages)

[Bug 110337] Mesa 19.0.0(1)
 2019-04-05 15:03 UTC 

[PATCH v3 bpf-next 0/7] bpf: Fix indirect var_off stack access support
 2019-04-05 15:03 UTC  (2+ messages)

[PATCH] doc: update contribution guideline for dependent work
 2019-04-05 15:02 UTC  (5+ messages)
` [PATCH v2] "
    ` [dpdk-dev] "
      ` [dpdk-dev] [dpdk-techboard] "

[PATCH v2 0/4] Support for reading hypervisor parameters at runtime
 2019-04-05 15:01 UTC  (5+ messages)
` [PATCH v2 1/4] xen: add hypercall for getting "
  ` [Xen-devel] "

[PATCH 5.0 000/246] 5.0.7-stable review
 2019-04-05 15:01 UTC  (2+ messages)

[PATCH v2 00/15] Switch directory rename detection default
 2019-04-05 15:00 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/15] Use 'unsigned short' for mode, like diff_filespec does
  ` [PATCH v3 02/15] merge-recursive: rename merge_options argument from 'o' to 'opt'
  ` [PATCH v3 03/15] merge-recursive: rename diff_filespec 'one' to 'o'
  ` [PATCH v3 04/15] merge-recursive: rename locals 'o' and 'a' to 'obuf' and 'abuf'
  ` [PATCH v3 05/15] merge-recursive: use 'ci' for rename_conflict_info variable name
  ` [PATCH v3 06/15] merge-recursive: move some struct declarations together
  ` [PATCH v3 07/15] merge-recursive: shrink rename_conflict_info
  ` [PATCH v3 08/15] merge-recursive: remove ren[12]_other fields from rename_conflict_info
  ` [PATCH v3 09/15] merge-recursive: track branch where rename occurred in rename struct
  ` [PATCH v3 10/15] merge-recursive: cleanup handle_rename_* function signatures
  ` [PATCH v3 11/15] merge-recursive: switch from (oid,mode) pairs to a diff_filespec
  ` [PATCH v3 12/15] t6043: fix copied test description to match its purpose
  ` [PATCH v3 13/15] merge-recursive: track information associated with directory renames
  ` [PATCH v3 14/15] merge-recursive: give callers of handle_content_merge() access to contents
  ` [PATCH v3 15/15] merge-recursive: switch directory rename detection default

[PATCH for-next] xen/arm: irq: Don't use _IRQ_PENDING when handling host interrupt
 2019-04-05 14:59 UTC  (6+ messages)
    ` [Xen-devel] "

[igt-dev] [PATCH i-g-t v5 0/2] kms_atomic_transition improvements
 2019-04-05 14:58 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for kms_atomic_transition improvements (rev10)

struct dev_pagemap corruption
 2019-04-05 14:58 UTC  (7+ messages)

[RFC][PATCH 00/16] sched: Core scheduling
 2019-04-05 14:55 UTC  (4+ messages)
` [RFC][PATCH 13/16] sched: Add core wide task selection and scheduling

[PATCH] ghostscript: Fix 3 CVEs
 2019-04-05 14:56 UTC 

[PATCH 0/3] Add QCS404 interconnect provider driver
 2019-04-05 14:57 UTC  (3+ messages)
` [PATCH 2/3] interconnect: qcom: "

[PATCH 1/3] ethdev: add max burst size to device info
 2019-04-05 14:57 UTC  (4+ messages)
  ` [dpdk-dev] "

[dpdk-dev] [RFC] eal: make rte_rand() MT safe
 2019-04-05 14:56 UTC  (4+ messages)

[PATCH 0/6] LM36274 LMU Introduction
 2019-04-05 14:55 UTC  (14+ messages)
` [PATCH 1/6] regulator: lm363x: Make the gpio register enable flexible
` [PATCH 2/6] dt-bindings: mfd: Add lm36274 bindings to ti-lmu
` [PATCH 3/6] mfd: ti-lmu: Add LM36274 support to the ti-lmu
` [PATCH 4/6] regulator: lm363x: Add support for LM36274
` [PATCH 5/6] dt-bindings: leds: Add LED bindings for the LM36274
` [PATCH 6/6] leds: lm36274: Introduce the TI LM36274 LED driver

[igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: before going testing check how many planes are allowed
 2019-04-05 14:55 UTC 

[PATCH 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver
 2019-04-05 14:55 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: cpufreq: Document operating-points-v2-sunxi-cpu

[PATCH v2] rebase: teach rebase --keep-base
 2019-04-05 14:55 UTC  (4+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] t3431: add rebase --fork-point tests

[PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes
 2019-04-05 14:54 UTC  (8+ messages)
` [PATCH net-next 01/18] ipv6: Add fib6_nh_init and release to stubs
` [PATCH net-next 11/18] ipv4: Add helpers for neigh lookup for nexthop
` [PATCH net-next 16/18] ipv4: Flag fib_info with a fib_nh using IPv6 gateway

[LTP] [PATCH ltp] Add 4 more cases for Intel PT
 2019-04-05 14:54 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: power: supply: add missing semi-colon in example
 2019-04-05 14:54 UTC  (2+ messages)

[PATCH v2 0/2] Initial CephFS tests
 2019-04-05 14:53 UTC  (3+ messages)
` [PATCH v2 1/2] ceph: test basic ceph.quota.max_files quota
` [PATCH v2 2/2] ceph: test basic ceph.quota.max_bytes quota

pseries on qemu-system-ppc64le crashes in doorbell_core_ipi()
 2019-04-05 14:47 UTC  (10+ messages)
` [Qemu-ppc] "

[PATCH] gpio: merrifield: Fix build err without CONFIG_ACPI
 2019-04-05 14:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] platform/x86: intel_pmc_core: Mark local function static
 2019-04-05 14:49 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/8] WIP: Multifd compression support
 2019-04-05 14:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/8] migration: Fix migrate_set_parameter

[PATCH v2 1/6] python3-pyaudio: Initial commit
 2019-04-05 14:41 UTC  (6+ messages)
` [PATCH v2 3/6] python3-pyfann2: "
` [PATCH v2 2/6] libfann: "
` [PATCH v2 4/6] python3-pocketsphinx: "
` [PATCH v2 6/6] mycroft: "
` [PATCH v2 5/6] python3-xxhash: "

[Qemu-devel] [PATCH] migration/ram.c: Fix codes conflict about bitmap_mutex
 2019-04-05 14:30 UTC  (2+ messages)

[GIT PULL] VFIO fixes for v5.1-rc4
 2019-04-05 14:46 UTC 

[PATCH v2 0/2] soc: fsl: dpio: Add support for memory backed QBMan portals
 2019-04-05 14:41 UTC  (2+ messages)
` [PATCH v2 1/2] bus: mc-bus: Add support for mapping shareable portals

[MPTCP] [RFC PATCH 4/4] mptcp: allow collapsing consecutive sendpages on the same substream
 2019-04-05 14:46 UTC 


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.