All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-25 23:37:07 to 2018-01-26 01:36:15 UTC [more...]

[PATCH v3 1/8] dt-bindings: display: xlnx: Add bindings for Xilinx display pipeline
 2018-01-26  1:36 UTC  (4+ messages)
` [PATCH v3 2/8] drm: xlnx: Xilinx DRM KMS driver

[makedumpfile PATCH] sadump: Fix a problem of PTI enabled kernel
 2018-01-26  1:31 UTC  (3+ messages)

[PATCH v4 1/5] drm: xlnx: Xilinx DRM KMS module
 2018-01-26  1:34 UTC  (5+ messages)
  ` [PATCH v4 2/5] dt-bindings: display: xlnx: Add ZynqMP DP subsystem bindings
  ` [PATCH v4 3/5] drm: xlnx: DRM KMS driver for Xilinx ZynqMP DP subsystem display
  ` [PATCH v4 4/5] drm: xlnx: DRM KMS driver for Xilinx ZynqMP DisplayPort
  ` [PATCH v4 5/5] drm: xlnx: ZynqMP DP subsystem DRM KMS driver

[LSF/MM TOPIC] Improving Asynchronous SCSI Disk Probing
 2018-01-26  1:29 UTC  (2+ messages)

[PATCH] merge: support --strategy '?' for git-completion.bash
 2018-01-26  1:31 UTC  (3+ messages)

[Qemu-devel] [PULL 0/8] x86 queue, 2018-01-17
 2018-01-26  1:29 UTC  (8+ messages)

[Buildroot] scanpypi package error adadfruit-ads1x15
 2018-01-26  1:27 UTC 

[PATCH] drm/i915/cnl: WaPipeControlBefore3DStateSamplePattern
 2018-01-26  1:26 UTC 

[PATCH v3] drm/nouveau: Move irq setup/teardown to pci ctor/dtor
 2018-01-26  1:20 UTC  (2+ messages)

[git pull] Input updates for v4.15-rc9
 2018-01-26  1:17 UTC 

[Bug 98974] Can't see borders/empires in Stellaris
 2018-01-26  1:17 UTC  (2+ messages)

[PATCH v2 0/3] Support qcom pinctrl protected pins
 2018-01-26  1:14 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: Add a reserved-gpio-ranges property
` [PATCH v2 2/3] gpiolib-of: Support 'reserved-gpio-ranges' property
` [PATCH v2 3/3] pinctrl: qcom: Don't allow protected pins to be requested

[U-Boot] [PATCH 0/4] Add support for treating compiler warnings as errors
 2018-01-26  1:09 UTC  (3+ messages)
` [U-Boot] [PATCH 1/4] Kbuild: support W=[N, ]err for passing '-Werror' to the compiler

[Qemu-devel] [PATCH v5 0/3] Add and connect the ZynqMP RTC
 2018-01-26  1:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 2/3] xlnx-zynqmp-rtc: Add basic time support

[RFC PATCH v2 0/1] of: easier debugging for node life cycle issues
 2018-01-26  1:08 UTC  (14+ messages)

[PATCH v10 00/11] x86: Mitigations for SP2/CVE-2017-5715/Branch Target Injection
 2018-01-26  1:08 UTC  (6+ messages)
` [PATCH v10 09/11] x86/ctxt: Issue a speculation barrier between vcpu contexts

[bpf PATCH 0/3] bpf sockmap fixes
 2018-01-26  1:06 UTC  (5+ messages)
` [bpf PATCH 1/3] net: add a UID to use for ULP socket assignment
` [bpf PATCH 2/3] bpf: sockmap, add sock close() hook to remove socks
` [bpf PATCH 3/3] bpf: sockmap, fix leaking maps with attached but not detached progs

[RESEND PATCH 0/6] Enable CAAM on i.MX7s fix TrustZone issues
 2018-01-26  1:06 UTC  (3+ messages)

linux-next: build failure after merge of the userns tree
 2018-01-26  1:05 UTC 

[PATCH] Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
 2018-01-26  0:57 UTC  (3+ messages)

[net-next:master 1913/1931] drivers/net/ethernet/sfc/efx.c:899:6: sparse: symbol 'efx_default_channel_want_txqs' was not declared. Should it be static?
 2018-01-26  1:03 UTC  (2+ messages)
` [RFC PATCH net-next] sfc: efx_default_channel_want_txqs() can be static

[PATCH] package_rpm.bbclass: improve reproducibility of RPM packages
 2018-01-26  1:03 UTC 

[Ocfs2-devel] [PATCH] ocfs2: return error when we attempt to access a dirty bh in jbd2
 2018-01-26  1:00 UTC  (6+ messages)

[Bug 104762] Various segfaults/problems in qt/plasma
 2018-01-26  0:58 UTC  (2+ messages)

[PATCH v2 net-next 0/3] net/ipv6: Add support for ONLINK flag
 2018-01-26  0:55 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] net/ipv6: Move gateway validation into helper
` [PATCH v2 net-next 2/3] net/ipv6: Add flags and table id to ip6_nh_lookup_table
` [PATCH v2 net-next 3/3] net/ipv6: Add support for onlink flag

[PATCH bpf-next v10 00/12] bpf: More sock_ops callbacks
 2018-01-26  0:54 UTC  (14+ messages)
` [PATCH bpf-next v10 01/12] bpf: Only reply field should be writeable
` [PATCH bpf-next v10 02/12] bpf: Make SOCK_OPS_GET_TCP size independent
` [PATCH bpf-next v10 03/12] bpf: Make SOCK_OPS_GET_TCP struct independent
` [PATCH bpf-next v10 04/12] bpf: Add write access to tcp_sock and sock fields
` [PATCH bpf-next v10 05/12] bpf: Support passing args to sock_ops bpf function
` [PATCH bpf-next v10 06/12] bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
` [PATCH bpf-next v10 07/12] bpf: Add sock_ops RTO callback
` [PATCH bpf-next v10 08/12] bpf: Add support for reading sk_state and more
` [PATCH bpf-next v10 09/12] bpf: Add sock_ops R/W access to tclass
` [PATCH bpf-next v10 10/12] bpf: Add BPF_SOCK_OPS_RETRANS_CB
` [PATCH bpf-next v10 11/12] bpf: Add BPF_SOCK_OPS_STATE_CB
` [PATCH bpf-next v10 12/12] bpf: add selftest for tcpbpf

Memory corruption with r8169 across several device revisions and kernels
 2018-01-26  0:53 UTC  (5+ messages)
      ` [PATCH net 1/1] r8169: fix memory corruption on retrieval of hardware statistics

[PATCH i-g-t v3] tests/gem_reset_stats: Fix retrieval of hangcheck stats expectation
 2018-01-26  0:52 UTC  (4+ messages)
  ` [igt-dev] [Intel-gfx] "

git credential-osxkeychain bug/feature?
 2018-01-26  0:51 UTC  (2+ messages)

[PATCH v4 0/7] Port ownership and syncronization
 2018-01-26  0:50 UTC  (6+ messages)
` [PATCH v5 0/7] Port ownership and synchronization
  ` [PATCH v5 7/7] app/testpmd: adjust ethdev port ownership

[LSF/MM TOPIC] fs-verity: file system-level integrity protection
 2018-01-26  0:47 UTC  (4+ messages)

[PATCH/RESEND] irqchip/gic-v3: Support MSIs via aliases and distributor
 2018-01-26  0:46 UTC  (3+ messages)

[PATCH v2 0/2] drm/bridge/synopsys: dsi: Add fix & warning in dsi_host_transfer()
 2018-01-26  0:46 UTC  (7+ messages)
` [PATCH v2 1/2] drm/bridge/synopsys: dsi: Add a warning msg on dsi read requests
` [PATCH v2 2/2] drm/bridge/synopsys: dsi: Fix dsi_host_transfer() return value

[xen-unstable-smoke test] 118346: regressions - FAIL
 2018-01-26  0:46 UTC 

[PATCH net-next v1] samples/bpf: Partially fixes the bpf.o build
 2018-01-26  0:39 UTC 

[PATCH for 4.15] orangefs: fix deadlock; do not write i_size in read_iter
 2018-01-26  0:39 UTC 

[PATCH v3] fscrypt: add support for the encrypted key type
 2018-01-26  0:37 UTC  (11+ messages)

[PATCH 1/2] ASoC: compress: Correct handling of compressed ops
 2018-01-26  0:33 UTC  (4+ messages)

[PATCH v12 0/2] rcar-csi2: add Renesas R-Car MIPI CSI-2
 2018-01-26  0:32 UTC  (8+ messages)
` [PATCH v12 1/2] rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver documentation

OpenBMC v2.1
 2018-01-26  0:29 UTC 

GPU passthrough on ARM
 2018-01-26  0:29 UTC  (3+ messages)

[PATCH 1/2] drm/amd/pp: Remove manual mode for power_dpm_force_performance_level
 2018-01-26  0:26 UTC  (4+ messages)

mmotm 2018-01-25-16-20 uploaded
 2018-01-26  0:21 UTC  (2+ messages)

mmotm 2018-01-25-16-20 uploaded
 2018-01-26  0:21 UTC 

[RFC PATCH 0/1] Implement CMake build
 2018-01-26  0:21 UTC  (5+ messages)

[PATCH] Revert "module: Add retpoline tag to VERMAGIC"
 2018-01-26  0:20 UTC  (4+ messages)

[PATCH 00/11] xfs: reflink/scrub/quota fixes
 2018-01-26  0:19 UTC  (5+ messages)
` [PATCH 08/11] xfs: fix tracepoint %p formats

[Buildroot] Migrated from 2017.08 to 2017.11, rfkill issues
 2018-01-26  0:16 UTC  (2+ messages)
` [Buildroot] [PATCH] util-linux: disable useless programs in the host package

[PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories
 2018-01-26  0:14 UTC 

[PATCH net-next 00/12] ptr_ring fixes
 2018-01-26  0:12 UTC  (12+ messages)
` [PATCH net-next 01/12] ptr_ring: keep consumer_head valid at all times
` [PATCH net-next 02/12] ptr_ring: clean up documentation
` [PATCH net-next 03/12] ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty
` [PATCH net-next 05/12] ptr_ring: disallow lockless __ptr_ring_full
` [PATCH net-next 06/12] Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"
` [PATCH net-next 07/12] skb_array: use __ptr_ring_empty
` [PATCH net-next 08/12] ptr_ring: prevent queue load/store tearing
` [PATCH net-next 10/12] tools/virtio: more stubs to fix tools build
` [PATCH net-next 12/12] tools/virtio: fix smp_mb on x86

[PATCH 0/5] xfstests: fixes and reflink quota tests
 2018-01-26  0:11 UTC  (4+ messages)
` [PATCH 4/5] xfs/24[356]: checking cow fork bmap requires CONFIG_XFS_DEBUG=y

[PATCH] drm/i915/cnp: Properly handle VBT ddc pin out of bounds
 2018-01-26  0:11 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/cnp: Properly handle VBT ddc pin out of bounds. (rev5)

[PATCH] perf cgroup: fix cgroup for multiple events
 2018-01-26  0:10 UTC  (2+ messages)

[PATCH v6] drm/i915/icl: Enhanced execution list support
 2018-01-26  0:10 UTC  (3+ messages)

[U-Boot] [PATCH 0/8] Bring NAND support to Nintendo NES Classic
 2018-01-26  0:09 UTC  (6+ messages)
` [U-Boot] [PATCH 5/8] spl: nand: sunxi: use PIO instead of DMA

[Bug 104790] When using OpenGL 4.x some applications crash
 2018-01-26  0:08 UTC  (2+ messages)

[PATCH v6 2/2] media: V3s: Add support for Allwinner CSI
 2018-01-26  0:04 UTC  (4+ messages)

Xen Introspection, KPTI, and CR3 bit 63 leads to guest VMENTRY failures during introspection
 2018-01-26  0:02 UTC  (5+ messages)

[RFC PATCH 1/2] x86/ibpb: Skip IBPB when we switch back to same user process
 2018-01-26  0:01 UTC  (11+ messages)

[v4,2/2] usb/gadget: Add driver for Aspeed SoC virtual hub
 2018-01-26  0:01 UTC 

[v4,1/2] usb/gadget: Add an EP dispose() callback for EP lifetime tracking
 2018-01-26  0:01 UTC 

[patch -mm 0/4] mm, memcg: introduce oom policies
 2018-01-26  0:00 UTC  (11+ messages)
` [patch -mm v2 0/3] "
  ` [patch -mm v2 1/3] mm, memcg: introduce per-memcg oom policy tunable
  ` [patch -mm v2 2/3] mm, memcg: replace cgroup aware oom killer mount option with tunable
  ` [patch -mm v2 3/3] mm, memcg: add hierarchical usage oom policy

[PATCH net-next v1] bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
 2018-01-25 23:54 UTC 

[PATCH 00/26] protocol version 2
 2018-01-25 23:58 UTC  (29+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 01/27] pkt-line: introduce packet_read_with_status
  ` [PATCH v2 02/27] pkt-line: introduce struct packet_reader
  ` [PATCH v2 03/27] pkt-line: add delim packet support
  ` [PATCH v2 04/27] upload-pack: convert to a builtin
  ` [PATCH v2 05/27] upload-pack: factor out processing lines
  ` [PATCH v2 06/27] transport: use get_refs_via_connect to get refs
  ` [PATCH v2 07/27] connect: convert get_remote_heads to use struct packet_reader
  ` [PATCH v2 08/27] connect: discover protocol version outside of get_remote_heads
  ` [PATCH v2 09/27] transport: store protocol version
  ` [PATCH v2 10/27] protocol: introduce enum protocol_version value protocol_v2
  ` [PATCH v2 11/27] test-pkt-line: introduce a packet-line test helper
  ` [PATCH v2 12/27] serve: introduce git-serve
  ` [PATCH v2 13/27] ls-refs: introduce ls-refs server command
  ` [PATCH v2 14/27] connect: request remote refs using v2
  ` [PATCH v2 15/27] transport: convert get_refs_list to take a list of ref patterns
  ` [PATCH v2 16/27] transport: convert transport_get_remote_refs "
  ` [PATCH v2 17/27] ls-remote: pass ref patterns when requesting a remote's refs
  ` [PATCH v2 18/27] fetch: pass ref patterns when fetching
  ` [PATCH v2 19/27] push: pass ref patterns when pushing
  ` [PATCH v2 20/27] upload-pack: introduce fetch server command
  ` [PATCH v2 21/27] fetch-pack: perform a fetch using v2
  ` [PATCH v2 22/27] transport-helper: remove name parameter
  ` [PATCH v2 23/27] transport-helper: refactor process_connect_service
  ` [PATCH v2 24/27] transport-helper: introduce stateless-connect
  ` [PATCH v2 25/27] pkt-line: add packet_buf_write_len function
  ` [PATCH v2 26/27] remote-curl: create copy of the service name
  ` [PATCH v2 27/27] remote-curl: implement stateless-connect command

[Qemu-devel] [PATCH v1 0/6] Extend vhost-user to support VFIO based accelerators
 2018-01-25 23:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 6/6] vhost-user: add VFIO based accelerators support
    ` [virtio-dev] "

[v3,2/2] usb/gadget: Add driver for Aspeed SoC virtual hub
 2018-01-25 23:58 UTC 

[PATCH lttng-tools] Fix: do not flag consumer as disabled on relayd comm failure
 2018-01-25 23:57 UTC 

[PATCH linux dev-4.13 v1 0/2] net: npcm: add NPCM7xx EMC
 2018-01-25 23:21 UTC  (6+ messages)
` [PATCH linux dev-4.13 v1 2/2] net: npcm: add NPCM7xx Ethernet MAC controller

[PATCH] Btrfs: delete dead code in btrfs_orphan_add()
 2018-01-25 23:56 UTC 

[PATCH 0/2] SDM845 System Cache Driver
 2018-01-25 23:55 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: Documentation for qcom,llcc
` [PATCH 2/2] drivers: soc: Add LLCC driver

Standalone DRM application
 2018-01-25 23:55 UTC 

[U-Boot] [PATCH] efi_laoder: Call Exit() on return from payload in StartImage()
 2018-01-25 23:53 UTC 

[PATCH v4] retpoline/module: Warn for missing retpoline in module
 2018-01-25 23:53 UTC  (2+ messages)

[PATCH v2 00/13] New driver to support OpenCAPI devices on POWER9
 2018-01-25 23:51 UTC  (4+ messages)
` [PATCH v2 07/13] ocxl: Add AFU interrupt support

[Qemu-devel] [PATCH 0/3]
 2018-01-25 23:49 UTC  (5+ messages)

[PATCH 0/2] xfsprogs: 4.15 rollup pt. 3
 2018-01-25 23:48 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: print transaction reservation type information
` [PATCH 2/2] xfs_db: interpret inode timestamps as signed integers

[PATCH 0/3] f2fs: support passing down write hints to block layer
 2018-01-25 23:46 UTC  (7+ messages)
` [PATCH 1/3] f2fs: support passing down write hints given by users "
  ` [f2fs-dev] "

[ndctl PATCH 1/2] ndctl: update .gitignore
 2018-01-25 23:51 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove DC special casing for KB/ML
 2018-01-25 23:45 UTC  (2+ messages)

[PATCH 0/2] SDM845 System Cache Driver
 2018-01-25 23:39 UTC  (3+ messages)
` [PATCH 2/2] drivers: soc: Add LLCC driver

[PATCH v2] x86/ibpb: Skip IBPB when we switch back to same user process
 2018-01-25 23:37 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.