All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-18 13:40:04 to 2019-01-18 14:23:47 UTC [more...]

[PATCH -next] selinux: Fix error return code in policydb_read()
 2019-01-18 14:23 UTC  (2+ messages)

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-01-18 14:23 UTC  (7+ messages)

[PATCH v3 0/7] Reimplement rebase --merge via interactive machinery
 2019-01-18 14:22 UTC  (8+ messages)
` [PATCH v4 0/8] "

[PATCH 1/8] MIPS: DTS: CI20: Set BCH clock to 200 MHz
 2019-01-18 14:22 UTC  (8+ messages)
` [PATCH 7/8] mtd: rawnand: jz4780-bch: Separate top-level and SoC specific code

f2fs issue on linux-5.0.0-rc2
 2019-01-18 14:21 UTC  (7+ messages)

[dm-crypt] [PATCH] crypt_plain_hash: Remove dead code
 2019-01-18 14:14 UTC 

[PATCH] pinctrl: armada-37xx: change suspend/resume time
 2019-01-18 14:20 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/3] Expand 'qemu-img info' to show protocol details
 2019-01-18 14:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] block: Expose protocol-specific data to 'qemu-img info'
` [Qemu-devel] [PATCH 2/3] file: Expose some protocol-specific information

[Qemu-devel] [PULL v3 00/28] ivshmem deprecation, qtests, typedefs and gnu99
 2019-01-18 14:20 UTC  (3+ messages)

[PATCH 0/7] hwmon: adm1029: Fix most style problem
 2019-01-18 14:20 UTC  (9+ messages)
` [PATCH 1/7] hwmon: adm1029: Remove write to FFF paragraph
` [PATCH 2/7] hwmon: adm1029: Add SPDX header
` [PATCH 3/7] hwmon: adm1029: replace S_IXXX macros by their numeric values
` [PATCH 4/7] hwmon: adm1029: Add blank line after declarations
` [PATCH 5/7] hwmon: adm1029: Fix Logical continuations should be on the previous line checkpatch warning
` [PATCH 6/7] hwmon: adm1029: Fix function alignment
` [PATCH 7/7] hwmon: adm1029: Add a comment for locking mutex

[PATCH] arm64: asm-offsets: remove unused offsets
 2019-01-18 14:19 UTC  (2+ messages)

[PATCH] net: mlx5: allow default ip_proto to offload
 2019-01-18 14:19 UTC  (4+ messages)

[PATCH 0/4] Let the builtin rebase call the git am command directly
 2019-01-18 14:18 UTC  (10+ messages)
` [PATCH 2/4] rebase: avoid double reflog entry when switching branches
` [PATCH 4/4] built-in rebase: call `git am` directly
` [PATCH 3/4] rebase: teach `reset_head()` to optionally skip the worktree

[PATCH v2] netfilter: x_tables: add xt_tunnel match
 2019-01-18 14:18 UTC  (2+ messages)

[PATCH] arm64 memory accesses may cause undefined fault on Fujitsu-A64FX
 2019-01-18 14:17 UTC  (3+ messages)

Keeping Tvrtko busy
 2019-01-18 14:17 UTC  (40+ messages)
` [PATCH 01/38] drm/i915/execlists: Store the highest priority context
` [PATCH 02/38] drm/i915: Make all GPU resets atomic
` [PATCH 03/38] drm/i915/guc: Disable global reset
` [PATCH 04/38] drm/i915: Remove GPU reset dependence on struct_mutex
` [PATCH 05/38] drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
` [PATCH 06/38] drm/i915: Issue engine resets onto idle engines
` [PATCH 07/38] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 08/38] drm/i915: Pull VM lists under the VM mutex
` [PATCH 09/38] drm/i915: Move vma lookup to its own lock
` [PATCH 10/38] drm/i915/selftests: Allocate mock ring/timeline per context
` [PATCH 11/38] drm/i915: Always allocate an object/vma for the HWSP
` [PATCH 12/38] drm/i915: Move list of timelines under its own lock
` [PATCH 13/38] drm/i915: Introduce concept of per-timeline (context) HWSP
` [PATCH 14/38] drm/i915: Enlarge vma->pin_count
` [PATCH 15/38] drm/i915: Allocate a status page for each timeline
` [PATCH 16/38] drm/i915: Share per-timeline HWSP using a slab suballocator
` [PATCH 17/38] drm/i915: Keep all partially allocated HWSP on a freelist
` [PATCH 18/38] drm/i915: Track the context's seqno in its own timeline HWSP
` [PATCH 19/38] drm/i915: Identify active requests
` [PATCH 20/38] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 21/38] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 22/38] drm/i915: Drop fake breadcrumb irq
` [PATCH 23/38] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
` [PATCH 24/38] drm/i915: Avoid presumption of execution ordering for kernel context switching
` [PATCH 25/38] drm/i915/pmu: Always sample an active ringbuffer
` [PATCH 26/38] drm/i915: Remove the global per-engine execution timeline
` [PATCH 27/38] drm/i915: Introduce the i915_user_extension_method
` [PATCH 28/38] drm/i915: Create/destroy VM (ppGTT) for use with contexts
` [PATCH 29/38] drm/i915: Expose user control over the ppGTT associated with a context
` [PATCH 30/38] drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
` [PATCH 31/38] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 32/38] drm/i915: Fix I915_EXEC_RING_MASK
` [PATCH 33/38] drm/i915: Remove last traces of exec-id (GEM_BUSY)
` [PATCH 34/38] drm/i915: Re-arrange execbuf so context is known before engine
` [PATCH 35/38] drm/i915: Allow a context to define its set of engines
` [PATCH 36/38] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 37/38] drm/i915: Store the BIT(engine->id) as the engine's mask
` [PATCH 38/38] drm/i915: Load balancing across a virtual engine
` ✗ Fi.CI.BAT: failure for series starting with [01/38] drm/i915/execlists: Store the highest priority context

[PATCH v4 0/4] Add device links to clocks
 2019-01-18 14:16 UTC  (10+ messages)
` [PATCH v4 2/4] clk: mvebu: armada-37xx-tbg: fix error message
` [PATCH v4 3/4] clk: mvebu: armada-37xx-tbg: fill the device entry when registering the clocks
` [PATCH v4 4/4] clk: mvebu: armada-37xx-xtal: fill the device entry when registering the clock

[PATCH v7] media: imx: add mem2mem device
 2019-01-18 14:17 UTC  (7+ messages)

[PATCH] bb.build.addtask: add simple check for circular dependency
 2019-01-18 14:16 UTC  (7+ messages)

Xen-unstable PVHdom0: Assertion 'IS_ALIGNED(dfn_x(dfn), (1ul << page_order))' failed at iommu.c:324
 2019-01-18 14:17 UTC  (3+ messages)

[PATCH] doc: update recommended versions for i40e
 2019-01-18 15:25 UTC  (2+ messages)

[Bug 202217] New: Integrated laptop display doesnt come back up after using PRIME on wayland
 2019-01-18 14:16 UTC  (2+ messages)
` [Bug 202217] "

[PATCH] perf/core: fix perf_proc_update_handler() bug
 2019-01-18 14:14 UTC  (3+ messages)

[PATCH v5 0/2] Add cpufreq support for Armada 8K
 2019-01-18 14:11 UTC  (6+ messages)
` [PATCH v5 1/2] MAINTAINERS: add new entries for Armada 8K cpufreq driver
` [PATCH v5 2/2] cpufreq: ap806: add cpufreq driver for Armada 8K

[Qemu-devel] [PATCH v10 00/14] More fully implement ARM PMUv3
 2019-01-18 14:13 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx6q: add pmu interrupt-affinity
 2019-01-18 14:12 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: imx6dl: "

[PATCH v2 0/3] Add ZynqMP VCU/Allegro DVT H.264 encoder driver
 2019-01-18 14:11 UTC  (2+ messages)

[PATCH 3.16] x86/eisa: Add missing include
 2019-01-18 14:11 UTC 

kmemleak panic
 2019-01-18 14:10 UTC  (2+ messages)

[Qemu-devel] [PATCH] seccomp: Work-around GCC 4.x bug in gnu99 mode
 2019-01-18 14:05 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: memory: jz4780: Add compatible string for JZ4725B SoC
 2019-01-18 14:10 UTC  (4+ messages)
` [PATCH 3/4] memory: jz4780-nemc: Reduce size of const array

[PATCH 00/25] Increase success rates and reduce latency of compaction v2
 2019-01-18 14:10 UTC  (11+ messages)
` [PATCH 22/25] mm, compaction: Sample pageblocks for free pages
` [PATCH 23/25] mm, compaction: Be selective about what pageblocks to clear skip hints
` [PATCH 24/25] mm, compaction: Capture a page under direct compaction
` [PATCH 25/25] mm, compaction: Do not direct compact remote memory

Swapping a single global interrupt handler for a herd
 2019-01-18 14:10 UTC  (3+ messages)
` [PATCH 19/23] drm/i915: Track the context's seqno in its own timeline HWSP

[PATCH] libxl: fix error message for unsharing namespaces
 2019-01-18 14:10 UTC  (3+ messages)
` [PATCH for-4.12] "

[PATCH v3 0/3] xen/x86: support setting dom0_mem depending on host size
 2019-01-18 14:08 UTC  (6+ messages)
` [PATCH v3 3/3] xen: add CONFIG item for default dom0 memory size

[Qemu-devel] Live migration from Qemu 2.12 hosts to Qemu 3.2 hosts, with VMX flag enabled in the guest?
 2019-01-18 14:09 UTC  (9+ messages)

perf: rdpmc bug when viewing all procs on remote cpu
 2019-01-18 14:09 UTC  (6+ messages)

stable-rc/linux-4.20.y boot: 53 boots: 0 failed, 52 passed with 1 conflict (v4.20.3-14-gc229ae390db7)
 2019-01-18 14:08 UTC 

[Qemu-devel] [RFC PATCH v3 0/7] target/ppc: single step for KVM HV
 2019-01-18 14:07 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH v3 1/7] target/ppc: Move exception vector offset computation into a function
` [Qemu-devel] [RFC PATCH v3 2/7] target/ppc: Add ppc_get_trace_int_handler_addr
` [Qemu-devel] [RFC PATCH v3 3/7] kvm: support checking for single step capability
` [Qemu-devel] [RFC PATCH v3 4/7] kvm-all: Introduce kvm_set_singlestep
` [Qemu-devel] [RFC PATCH v3 5/7] target/ppc: Move handling of hardware breakpoints to a separate function
` [Qemu-devel] [RFC PATCH v3 6/7] target/ppc: Refactor kvm_handle_debug
` [Qemu-devel] [RFC PATCH v3 7/7] target/ppc: support single stepping with KVM HV

Crash in list_add_leaf_cfs_rq due to bad tmp_alone_branch
 2019-01-18 14:06 UTC  (4+ messages)

[PATCH 0/3] PCI: hv: Use vPCI protocol version 1.2 for v4.9
 2019-01-18 14:05 UTC  (4+ messages)
` [PATCH 3/3] "

workqueue: Is flush_work() without INIT_WORK() OK?
 2019-01-18 14:05 UTC  (2+ messages)

[PATCH 0/5] riscv: minor fixes and cleanups
 2019-01-18 14:03 UTC  (12+ messages)
` [PATCH 1/5] riscv: add missing newlines to printk messages
` [PATCH 2/5] riscv: use pr_info and friends
` [PATCH 3/5] riscv: fix riscv_of_processor_hartid() comment
` [PATCH 4/5] riscv: treat cpu devicetree nodes without status as enabled
` [PATCH 5/5] riscv: use for_each_of_cpu_node iterator

HDMI/DVI spurious failure
 2019-01-18 14:04 UTC  (8+ messages)
  ` [linux-sunxi] "
              `  "

[PATCH] arm64: perf: remove misleading comment
 2019-01-18 14:02 UTC 

TC TBF calculates wrong buffer limit when "latency" is provided
 2019-01-18 14:01 UTC 

Fetch from git every bitbake
 2019-01-18 14:00 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] block: fix last address-of-packed-member warnings
 2019-01-18 13:59 UTC  (2+ messages)

[PATCH v2 1/2] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
 2019-01-18 13:58 UTC  (12+ messages)
` [PATCH v2 2/2] leds: lp50xx: Add the LP50XX family of the RGB LED driver

[Qemu-devel] [PATCH v2 0/2] arm: Stub out NRF51 TWI magnetometer/accelerometer detection
 2019-01-18 13:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] "

glibc configure fails with e5500 / t1040 on master
 2019-01-18  2:23 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/19] spapr: Add support for PHB hotplug
 2019-01-18 13:56 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 02/19] spapr: Rename xics to intc in interrupt controller agnostic code
` [Qemu-devel] [PATCH v3 16/19] spapr: Expose the name of the interrupt controller node
` [Qemu-devel] [PATCH v3 17/19] spapr_irq: Expose the phandle of the interrupt controller
` [Qemu-devel] [PATCH v3 18/19] spapr: add hotplug hooks for PHB hotplug

[U-Boot] [RESEND] videomodes: Relax EDID validation checks for hsync/vsync pulse width
 2019-01-18 13:56 UTC 

[Qemu-devel] [PATCH] hw/pvrdma: Post CQE when receive invalid gid index
 2019-01-18 13:55 UTC  (2+ messages)

[PATCH] libxslt: install documentation into an unversioned directory
 2019-01-18 13:54 UTC 

[PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
 2019-01-18 13:53 UTC  (11+ messages)
` [PATCH 3/3] vfio-ccw: add handling for asnyc channel instructions
                ` [Qemu-devel] "

Postpone copy-up until first real write?
 2019-01-18 13:52 UTC  (6+ messages)

Bluetooth ECDH selftest failed (endianness issue?)
 2019-01-18 13:51 UTC  (6+ messages)

[PATCH v1] iommu/s390: Declare s390 iommu reserved regions
 2019-01-18 13:51 UTC  (5+ messages)

[Qemu-devel] [PATCH] qemu-gdb: add a QObject pretty printer
 2019-01-18 13:48 UTC 

[Qemu-devel] [PATCH v4 00/21] nbd: add qemu-nbd --list
 2019-01-18 13:47 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] Refactor common PCI IDE functions from CMD646
 2019-01-18 13:46 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/18] Acceptance Tests: target architecture support
 2019-01-18 13:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH 17/18] Boot Linux Console Test: add a test for s390x + s390-ccw-virtio

[PATCH] xtensa: Fix typo use space=>user space
 2019-01-18 13:45 UTC 

[RFC][PATCH] ovl: lazy copy up of data on first write
 2019-01-18 13:45 UTC 

[PATCH v2] dma-debug: add dumping facility via debugfs
 2019-01-18 13:44 UTC 

[PATCH v4 0/2] let kexec_file_load use platform keyring to verify the kernel image
 2019-01-18 13:42 UTC  (7+ messages)

Why does git cvsimport create a branch named origin?
 2019-01-18 13:42 UTC 

[PATCH 00/13] mfd: add support for max77650 PMIC
 2019-01-18 13:42 UTC  (14+ messages)
` [PATCH 01/13] dt-bindings: mfd: add DT bindings for max77650
` [PATCH 02/13] dt-bindings: regulator: "
` [PATCH 03/13] dt-bindings: power: supply: "
` [PATCH 04/13] dt-bindings: gpio: "
` [PATCH 05/13] dt-bindings: leds: "
` [PATCH 06/13] dt-bindings: input: "
` [PATCH 07/13] mfd: max77650: new core mfd driver
` [PATCH 08/13] regulator: max77650: add regulator support
` [PATCH 09/13] power: supply: max77650: add support for battery charger
` [PATCH 10/13] gpio: max77650: add GPIO support
` [PATCH 11/13] leds: max77650: add LEDs support
` [PATCH 12/13] input: max77650: add onkey support
` [PATCH 13/13] MAINTAINERS: add an entry for max77650 mfd driver

[PATCH] perf, script: Fix crash with printing mixed trace point and other events
 2019-01-18 13:42 UTC  (5+ messages)
      ` [RFC] Don't print sample_type bits in non-group events not set in the group's was "

[PATCH] dma-debug: add dumping facility via debugfs
 2019-01-18 13:41 UTC  (3+ messages)

[U-Boot] [PATCH] Makefile: have "make distclean" remove CHANGELOG
 2019-01-18 13:41 UTC 

[PATCH v2 0/4] drm/i915: introduce macros to define register contents
 2019-01-18 13:42 UTC  (4+ messages)
` [PATCH v2 1/4] drm/i915/dp: remove PANEL_POWER_OFF macro and its use

question about creating a raid10
 2019-01-18 13:30 UTC  (5+ messages)

[PATCH] btrfs: honor path->skip_locking in backref code
 2019-01-18 13:39 UTC  (2+ messages)

[PATCH 4.14] mmc: sdhci-msm: Disable CDR function on TX
 2019-01-18 13:40 UTC  (2+ messages)
` [PATCH 4.19,4.20] "

dd hangs when reading large partitions
 2019-01-18 13:39 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.