All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-31 00:58:43 to 2018-07-31 03:08:07 UTC [more...]

[PATCH] ipc/shm.c add ->pagesize function to shm_vm_ops
 2018-07-31  3:07 UTC  (7+ messages)

[RFC PATCH 1/1] device-dax: check for vma range while dax_mmap
 2018-07-31 11:46 UTC  (2+ messages)

linux-next: build failure after merge of the block tree
 2018-07-31  3:07 UTC 

[PATCH v2 5/6] 9p: Use a slab for allocating requests
 2018-07-31  1:28 UTC  (7+ messages)
` [PATCH 1/2] net/9p: embed fcall in req to round down buffer allocs
  ` [PATCH 2/2] net/9p: add a per-client fcall kmem_cache
    ` [V9fs-developer] "
  ` [V9fs-developer] [PATCH 1/2] net/9p: embed fcall in req to round down buffer allocs

[PATCH] MAINTAINERS: Add .clang-format entry
 2018-07-31  2:59 UTC  (2+ messages)

[PATCH v2 1/2] docs: add xenstore-read and xenstore-write man pages
 2018-07-31  2:56 UTC  (2+ messages)
` [PATCH v2 2/2] xenstore-client: Add option for raw in-/output

do_configure for socketcand package failed
 2018-07-31  2:56 UTC  (3+ messages)

[Intel-wired-lan] [PATCH v2] ixgbe: Prevent unsupported configurations with XDP
 2018-07-31  2:56 UTC  (2+ messages)

[PATCH V5] mmc: core: improve reasonableness of bus width setting for HS400es
 2018-07-31  2:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-img-cmds.hx: Add example usage for create command
 2018-07-31  2:52 UTC 

[PATCH 1/9] drm/amdgpu: fix total size calculation
 2018-07-31  2:52 UTC  (8+ messages)
` [PATCH 2/9] drm/amdgpu: return error if both BOs and bo_list handle is given
` [PATCH 4/9] drm/amdgpu: move bo_list defines to amdgpu_bo_list.h
` [PATCH 9/9] drm/amdgpu: create an empty bo_list if no handle is provided

[PATCH v7 3/6] dt-bindings: mailbox: imx-mu: add generic MU channel support
 2018-07-31  2:51 UTC  (13+ messages)

[PATCH 0/9] tcmu: configuration fixes and cleanups
 2018-07-31  2:47 UTC  (2+ messages)

Richard & Angela Maxwell Congratulates You
 2018-07-31  1:05 UTC 

[PATCH v4 1/3] drm/i915: make PCH_GMBUS* definitions private to gvt
 2018-07-31  2:46 UTC  (4+ messages)
` [PATCH v4 2/3] drm/i915/gvt: use its own define for gpio

[v6,1/4] usb: dwc3: add global soc bus configuration reg0
 2018-07-31  2:46 UTC  (6+ messages)
` [v6,4/4] arm: arm64: dts: add property snps incr burst type adjustment
    ` [PATCH v6 4/4] "

csum failed on raid1 even after clean scrub?
 2018-07-31  1:06 UTC  (3+ messages)

[linux-lvm] Why use thin_pool_autoextend_threshold < 100 ?
 2018-07-31  2:44 UTC  (4+ messages)

[PATCH] iommu/iova: Update cached node pointer when current node fails to get any free IOVA
 2018-07-31  2:40 UTC  (13+ messages)

[meta-oe][PATCH] iperf3: Upgrade to 3.6
 2018-07-31  2:38 UTC  (2+ messages)
` [meta-oe][PATCH v2] "

[PATCH 00/38] VFS: Introduce filesystem context [ver #10]
 2018-07-31  0:58 UTC  (12+ messages)
` [PATCH 36/38] vfs: Add a sample program for the new mount API "

[PATCH RESEND] exec: don't force_sigsegv processes with a pending fatal signal
 2018-07-31  0:56 UTC 

[PATCH 1/2] drm/amdgpu: return bo itself if userptr is cpu addr of bo (v3)
 2018-07-31  2:32 UTC  (5+ messages)

[PATCH] qedi: Fix a potential buffer overflow
 2018-07-31  2:31 UTC  (2+ messages)

[PATCH] tools/gdbsx: fix 'g' packet response for 64bit guests
 2018-07-31  2:30 UTC 

[PATCH 00/23] Enable Display Stream Compression on eDP/DP
 2018-07-31  2:27 UTC  (25+ messages)
` [PATCH 01/23] drm/dp: Add DP DSC DPCD receiver capability size define and missing SHIFT
` [PATCH 02/23] drm/i915/dp: Cache the DP/eDP DSC DPCD register set on Hotplug/eDP Init
` [PATCH 03/23] drm/dp: DRM DP helper/macros to get DP sink DSC parameters
` [PATCH 04/23] drm/i915/dp: Add helpers for Compressed BPP and Slice Count for DSC
` [PATCH 05/23] drm/i915/dp: Validate modes using max Output BPP and slice count when DSC supported
` [PATCH 06/23] drm/dp: Define payload size for DP SDP PPS packet
` [PATCH 07/23] drm/dsc: Define Display Stream Compression PPS infoframe
` [PATCH 08/23] drm/dsc: Define VESA Display Stream Compression Capabilities
` [PATCH 09/23] drm/dsc: Define Rate Control values that do not change over configurations
` [PATCH 10/23] drm/dsc: Add helpers for DSC picture parameter set infoframes
` [PATCH 11/23] drm/i915/dp: Add DSC params and DSC config to intel_crtc_state
` [PATCH 12/23] drm/i915/dp: Compute DSC pipe config in atomic check
` [PATCH 13/23] drm/i915/dp: Do not enable PSR2 if DSC is enabled
` [PATCH 14/23] drm/dsc: Define the DSC 1.1 and 1.2 Line Buffer depth constants
` [PATCH 15/23] drm/i915/dsc: Define & Compute VESA DSC params
` [PATCH 16/23] drm/i915/dsc: Compute Rate Control parameters for DSC
` [PATCH 17/23] drm/i915/dp: Enable/Disable DSC in DP Sink
` [PATCH 18/23] drm/i915/dp: Configure i915 Picture parameter Set registers during DSC enabling
` [PATCH 19/23] drm/i915/dp: Use the existing write_infoframe() for DSC PPS SDPs
` [PATCH 20/23] drm/i915/dp: Populate DSC PPS SDP and send PPS infoframes
` [PATCH 21/23] drm/i915/icl: Add Display Stream Splitter control registers
` [PATCH 22/23] drm/i915/dp: Configure Display stream splitter registers during DSC enable
` [PATCH 23/23] drm/i915/dp: Disable DSC in source by disabling DSS CTL bits
` ✗ Fi.CI.BAT: failure for Enable Display Stream Compression on eDP/DP

[lustre-devel] [PATCH 00/31] lustre: missing fixes and cleanups from lustre 2.10
 2018-07-31  2:26 UTC  (32+ messages)
` [lustre-devel] [PATCH 01/31] lustre: osc: Send RPCs when extents are full
` [lustre-devel] [PATCH 02/31] lustre: obd: add 'network' client mount option
` [lustre-devel] [PATCH 03/31] lustre: obd: change positional struct initializers to C99
` [lustre-devel] [PATCH 04/31] lustre: lmv: honour the specified stripe index
` [lustre-devel] [PATCH 05/31] lustre: llite: return small device numbers for compat stat()
` [lustre-devel] [PATCH 06/31] lustre: llite: reduce jobstats race window
` [lustre-devel] [PATCH 07/31] lustre: lnet: change positional struct initializers to C99
` [lustre-devel] [PATCH 08/31] lustre: llite: don't zero timestamps internally
` [lustre-devel] [PATCH 09/31] lustre: mgc: relate sptlrpc & param to MGC
` [lustre-devel] [PATCH 10/31] lustre: lnet: removal of obsolete LNDs
` [lustre-devel] [PATCH 11/31] lustre: lnet: Fix route hops print
` [lustre-devel] [PATCH 12/31] lustre: obdclass: obdclass module cleanup upon load error
` [lustre-devel] [PATCH 13/31] lustre: config: don't attach sub logs for LWP
` [lustre-devel] [PATCH 14/31] lustre: llite: buggy special handling on MULTIMODRPCS
` [lustre-devel] [PATCH 15/31] lustre: clio: remove unused members from struct cl_thread_info
` [lustre-devel] [PATCH 16/31] lustre: obd: remove OBD_NOTIFY_SYNC{, _NONBLOCK}
` [lustre-devel] [PATCH 17/31] lustre: obdclass: handle early requests vs CT registering
` [lustre-devel] [PATCH 18/31] lustre: libcfs: avoid overflow of crypto bandwidth calculation
` [lustre-devel] [PATCH 19/31] lustre: obd: remove OBD_NOTIFY_CONFIG
` [lustre-devel] [PATCH 20/31] lustre: llite: Remove OBD_FAIL_OSC_CONNECT_CKSUM
` [lustre-devel] [PATCH 21/31] lustre: osc: hung in osc_destroy()
` [lustre-devel] [PATCH 22/31] lustre: libcfs: reduce libcfs checksum speed test time
` [lustre-devel] [PATCH 23/31] lustre: llite: Return -ERESTARTSYS in range_lock()
` [lustre-devel] [PATCH 24/31] lustre: obdclass: use static initializer macros where possible
` [lustre-devel] [PATCH 25/31] lustre: config: move config types into lustre_idl.h
` [lustre-devel] [PATCH 26/31] lustre: obd: remove unused data parameter from obd_notify()
` [lustre-devel] [PATCH 27/31] lustre: llite: handle client racy case during create
` [lustre-devel] [PATCH 28/31] lustre: obdclass: improve missing operation message
` [lustre-devel] [PATCH 29/31] lustre: llite: ignore layout for ll_writepages()
` [lustre-devel] [PATCH 30/31] lustre: fid: race between client_fid_fini and seq_client_flush
` [lustre-devel] [PATCH 31/31] lustre: docs: update TODO file

[PATCH V2] curl: support multilib installation
 2018-07-31  2:22 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] Support bpf_get_socket_cookie in more prog types
 2018-07-31  0:42 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: "
` [PATCH v2 bpf-next 2/4] bpf: Sync bpf.h to tools/
` [PATCH v2 bpf-next 3/4] selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h
` [PATCH v2 bpf-next 4/4] selftests/bpf: Test for get_socket_cookie

[PATCH 0/8] [PATCH v2]meta-toolchain: Added dnf-nativesdk into cross-development toolchain
 2018-07-31  2:18 UTC  (4+ messages)
` [PATCH 8/8] [PATCH v2] meta-toolchain: "

[Qemu-devel] [PATCH] Add interactive mode to qemu-img command
 2018-07-31  2:15 UTC  (2+ messages)

[lustre-devel] Debian packaging reviews (DKMS)
 2018-07-31  2:16 UTC  (3+ messages)

[PATCH] scsi: 3ware: fix return 0 on the error path of probe
 2018-07-31  2:08 UTC  (2+ messages)

[U-Boot] [PATCH 00/20] Add support for 1wire protocol and 1wire eeproms
 2018-07-31  2:06 UTC  (5+ messages)
` [U-Boot] [PATCH 04/20] W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs

[PATCH v2] Add BPF_SYNCHRONIZE_MAPS bpf(2) command
 2018-07-31  2:06 UTC  (3+ messages)

[mm, oom] c1e4c54f9c: BUG:KASAN:null-ptr-deref_in_d
 2018-07-31  2:06 UTC  (6+ messages)
  ` [LKP] "

[ndctl PATCH] ndctl, test/monitor: fix inject-smart field in test_filter_dimmevent
 2018-07-31  2:05 UTC  (2+ messages)

[lkp-robot] [confidence: ] 7757d607c6 [ 56.996267] BUG: Bad page map in process trinity-c2 pte:0d755065 pmd:0d55b067
 2018-07-31  2:00 UTC  (5+ messages)
  ` [LKP] "

[PATCH bpf-next 0/4] Support bpf_get_socket_cookie in more prog types
 2018-07-31  0:25 UTC  (10+ messages)
` [PATCH bpf-next 1/4] bpf: "
` [PATCH bpf-next 2/4] bpf: Sync bpf.h to tools/
` [PATCH bpf-next 3/4] selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h
` [PATCH bpf-next 4/4] selftests/bpf: Test for get_socket_cookie

[PATCH 00/26] New IDA API
 2018-07-31  2:03 UTC  (8+ messages)
` [PATCH 18/26] target/iscsi: Allocate session IDs from an IDA

[PATCH] glibc: Avoid multilibbing on wordsize.h
 2018-07-31  2:01 UTC  (2+ messages)

[RFC v2 0/4] Move TXQ scheduling into mac80211
 2018-07-31  0:19 UTC  (17+ messages)
` [RFC v2 1/4] mac80211: Add TXQ scheduling API

partnership offer,
 2018-07-31  0:16 UTC 

[PATCH 0/3] introduce memory.oom.group
 2018-07-31  1:49 UTC  (2+ messages)

[U-Boot] [ANN] U-Boot v2018.09-rc1 released
 2018-07-31  1:49 UTC 

[PATCH] powerpc/mobility: Fix node detach/rename problem
 2018-07-31  1:46 UTC  (3+ messages)

[PATCH] powerpc/4xx: Fix error return path in ppc4xx_msi_probe()
 2018-07-31  1:44 UTC 

[meta-python][PATCH 1/5] python-linecache2: Add recipe
 2018-07-31  1:43 UTC  (7+ messages)
` [meta-python][PATCH 2/5] python-traceback2: "
` [meta-python][PATCH 4/5] python-parse-type: Add Python 3 recipe

[U-Boot] [PATCH 0/9] Support 4GB of memory on 32bit systems
 2018-07-31  1:42 UTC  (5+ messages)
` [U-Boot] [PATCH 3/9] common: include <inttypes.h> always
` [U-Boot] [PATCH 8/9] board: cm_fx6: use PRIx64 macros for printing ram size

[PATCH bpf] net: xsk: don't return frames via the allocator on error
 2018-07-31  0:05 UTC  (2+ messages)

Using FreeRADIUS on Yocto?
 2018-07-31  1:30 UTC 

[meta-oe][PATCH] librelp: Upgrade to 1.2.16
 2018-07-31  1:40 UTC  (2+ messages)
` [meta-oe][PATCH v2] "

[PATCH bpf v3] tools/bpftool: fix a percpu_array map dump problem
 2018-07-31  0:02 UTC  (2+ messages)

[Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra
 2018-07-31  1:38 UTC  (6+ messages)

[QUESTION] llist: Comment releasing 'must delete' restriction before traversing
 2018-07-31  1:37 UTC  (2+ messages)

[PATCH 0/2] fs/quota: Fix potential spectre v1 gadgets
 2018-07-31  1:37 UTC  (3+ messages)
` [PATCH 1/2] fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTAS
` [PATCH 2/2] fs/quota: Fix spectre gadget in do_quotactl

[U-Boot] [PATCH] fs-test.sh: Update expected result output
 2018-07-31  1:36 UTC  (2+ messages)

[U-Boot] [PULL] efi patch queue 2018-07-25
 2018-07-31  1:36 UTC  (3+ messages)

[PATCH net] enic: do not call enic_change_mtu in enic_probe
 2018-07-30 16:56 UTC 

[Bug 107432] Periodic complete system lockup with Vega M and Kernel 4.18-rc6+
 2018-07-31  1:31 UTC  (2+ messages)

[PATCH] ASoC: soc-pcm: Use delay set in pointer function
 2018-07-31  1:25 UTC  (8+ messages)
` [alsa-devel] "

[PATCH v3.1 00/10] arm64: allwinner: Add A64 DE2 HDMI support
 2018-07-30 23:51 UTC  (4+ messages)
` [PATCH v3.1 08/10] dt-bindings: sun4i-drm: add HDMI VCC supply property for sun8i-dw-hdmi

[PATCH] openssl_1.0: drop unnecessary dependency on makedepend-native
 2018-07-31  1:28 UTC 

[PATCH] mips:sgi-ip22:Check return value from kzalloc
 2018-07-31  1:27 UTC  (2+ messages)

[PATCH] Icelake DMC v1.07
 2018-07-31  1:23 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for firmware/dmc/icl: load v1.07 on icelake

Recently-formatted XFS filesystems reporting negative used space
 2018-07-30 23:42 UTC  (9+ messages)

[PATCH 0/3] xfs-4.19: superblock verifier cleanups
 2018-07-30 23:41 UTC  (11+ messages)
` [PATCH 1/3] xfs: refactor superblock verifiers
` [PATCH 2/3] libxfs: add more bounds checking to sb sanity checks
` [PATCH 3/3] xfs: verify icount in superblock write

[PATCH 30/52] imx-sc-firmware: Add new package System Controller Firmware
 2018-07-30 19:44 UTC  (6+ messages)
` [PATCH 32/52] alsa-state: Fix buffer size issue
` [PATCH 34/52] alsa-state: Fix channel swap issues
` [PATCH 35/52] alsa-state: Fix HDMI for i.MX 8M
` [PATCH 41/52] firmware-qca9377: Add support for QCA9377 on i.MX 7ULP
` [PATCH 48/52] imx-test: Add i.MX 8 support

[Qemu-devel] [PULL 0/1] slirp fix for qemu 3.0
 2018-07-31  1:16 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/1] slirp: fix ICMP handling on macOS hosts

[PATCH 00/52] L4.9.88-2.2.0 recipes-bsp and recipes-graphics
 2018-07-30 19:42 UTC  (4+ messages)
` [PATCH 09/52] wayland-protocols: Downgrade to 1.13 for i.MX
` [PATCH 22/52] imx-gpu-viv: Remove wayland-egl files
` [PATCH 25/52] xf86-video-imx-vivante: Set linker flags properly

[PATCH v2] Add BPF_SYNCHRONIZE_MAPS bpf(2) command
 2018-07-31  1:14 UTC  (9+ messages)
` [PATCH v3] Add BPF_SYNCHRONIZE_MAP_TO_MAP_REFERENCES "

Problems with Zen under Xen and recent Linux kernel improvements
 2018-07-31  1:14 UTC 

[PATCH v2] PCI/AER: Do not clear AER bits if we don't own AER
 2018-07-30 23:35 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/6] rapidio: move Kconfig menu definition to subsystem
 2018-07-31  1:08 UTC  (3+ messages)

[PATCH v2] kernel-devsrc: restructure for out of tree (and on target) module builds
 2018-07-31  1:07 UTC  (5+ messages)

Is a dependency on hostperl-runtime-native actually useful?
 2018-07-31  1:06 UTC  (3+ messages)

[PATCH 0/10] x86,tlb,mm: more lazy TLB cleanups & optimizations
 2018-07-31  1:05 UTC  (8+ messages)
` [PATCH 10/10] mm,sched: conditionally skip lazy TLB mm refcounting
    ` [PATCH v2 11/11] "

[PATCH] mtd: spi-nor: only apply reset hacks to broken hardware
 2018-07-31  1:05 UTC  (4+ messages)

[PATCH v2] drm/nouveau: Fix potential memory access error in nouveau_debugfs_pstate_get()
 2018-07-31  1:05 UTC  (2+ messages)

[PATCH v5 0/3] tracing: kprobes: Prohibit probing on notrace functions
 2018-07-31  1:04 UTC  (4+ messages)
` [PATCH v5 1/3] tracing: kprobes: Prohibit probing on notrace function

[PATCH] drm/nouveau: Fix potential memory access error in nouveau_debugfs_pstate_get()
 2018-07-31  1:03 UTC 

[PATCH v3] PCI: Check for PCIe downtraining conditions
 2018-07-30 23:26 UTC  (8+ messages)
` [PATCH v5] "

[PATCH 0/1] Highlight keywords in remote sideband output
 2018-07-31  1:03 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 0/2] CLANG_VERSION and __diag macros
 2018-07-30 23:25 UTC  (3+ messages)
` [PATCH v2 2/2] kernel.h: Disable -Wreturn-stack-address for _THIS_IP_

Linux 4.18-rc7
 2018-07-31  1:01 UTC  (6+ messages)

[PATCH 1/2] drm/nouveau: Print debug message on ACPI probe event
 2018-07-31  0:58 UTC  (2+ messages)
` [PATCH 2/2] drm/nouveau: Prevent redundant connector probes from ACPI


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.