All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-25 23:10:54 to 2018-01-26 00:50:18 UTC [more...]

[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 

[RFC PATCH v2 0/1] of: easier debugging for node life cycle issues
 2018-01-26  0:46 UTC  (20+ messages)
` [RFC PATCH v2 1/1] of: introduce event tracepoints for dynamic device_node lifecyle

[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)

[bpf PATCH 0/3] bpf sockmap fixes
 2018-01-26  0:27 UTC  (4+ 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

[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)

[makedumpfile PATCH] sadump: Fix a problem of PTI enabled kernel
 2018-01-26  0:22 UTC 

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 bpf-next v10 00/12] bpf: More sock_ops callbacks
 2018-01-26  0:14 UTC  (13+ 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

[PATCH net-next 00/12] ptr_ring fixes
 2018-01-26  0:12 UTC  (19+ 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 04/12] tap: fix use-after-free
` [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 09/12] tools/virtio: switch to __ptr_ring_empty
` [PATCH net-next 10/12] tools/virtio: more stubs to fix tools build
` [PATCH net-next 11/12] tools/virtio: copy READ/WRITE_ONCE
` [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  (11+ messages)
` [U-Boot] [PATCH 4/8] spl: nand: sunxi: Enhancements and cleaning
` [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  (4+ 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

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

[Qemu-devel] [PULL 0/8] x86 queue, 2018-01-17
 2018-01-23 21:33 UTC  (7+ 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  (4+ messages)
` [ndctl PATCH 2/2] ndctl: add sector_size to 'ndctl list' output

[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 

[PATCH] pci: quirk: adding Ampere vendor id to ACS quirk list
 2018-01-25 23:36 UTC 

[PATCH 00/14] Serialized Commit Graph
 2018-01-25 23:35 UTC  (7+ messages)
` [PATCH 05/14] packed-graph: implement construct_graph()
` [PATCH 06/14] packed-graph: implement git-graph --write
` [PATCH 09/14] packed-graph: implement git-graph --clear

[PATCH net-next 0/3 V1] rtnetlink: enable IFLA_IF_NETNSID for RTM_{DEL,SET}LINK
 2018-01-25 23:34 UTC  (6+ messages)

btrfs check: backref lost, mismatch with its hash -- can't repair
 2018-01-25 23:30 UTC  (17+ messages)

[PATCH v3] drm/nouveau: Move irq setup/teardown to pci ctor/dtor
 2018-01-25 23:29 UTC 

[PATCH] drm/bridge/sii8620: fix display modes validation
 2018-01-25 23:27 UTC  (3+ messages)

[PATCH 01/10] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU
 2018-01-25 23:27 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [01/10] "

[to-be-updated] lib-strscpy-remove-word-at-a-time-optimization.patch removed from -mm tree
 2018-01-25 23:27 UTC  (2+ messages)

[patch -mm 3/4] mm, memcg: replace memory.oom_group with policy tunable
 2018-01-25 23:27 UTC  (13+ messages)

[PATCHv1] Add Intel Stratix10 service layer driver
 2018-01-25 23:27 UTC  (3+ messages)
` [PATCHv1] driver: misc: add "

[PATCH v3 00/15] common ethdev linkstatus functions
 2018-01-25 23:24 UTC  (4+ messages)
` [PATCH v3 01/15] eal: introduce atomic exchange operation

[xen-4.9-testing test] 118314: regressions - trouble: broken/fail/pass
 2018-01-25 23:23 UTC 

[PATCH] staging: comedi: reformat lines to 80 chars or less
 2018-01-25 23:21 UTC 

linux-next: manual merge of the scsi-mkp tree with the scsi tree
 2018-01-25 23:18 UTC  (2+ messages)

[PATCH 1/4] drm/amd/pp: Add new smu callback function
 2018-01-25 23:15 UTC  (3+ messages)

[PATCH] drm/i915: Always update the no_fbc_reason when disabling
 2018-01-25 23:12 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[RFC] devicetree: new FDT format version
 2018-01-25 23:11 UTC  (7+ messages)

[amd-staging-drm-next] regression - *ERROR* Don't have enable_spread_spectrum_on_ppll for v4
 2018-01-25 23:11 UTC  (4+ messages)

[PATCH v11.1 00/29] xfsprogs: online scrub/repair support
 2018-01-25 23:10 UTC  (5+ messages)
` [PATCH 27/29] xfs_scrub: integrate services with systemd


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.