All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-05 15:07:28 to 2019-09-05 15:49:40 UTC [more...]

[patch 0/6] posix-cpu-timers: Fallout fixes and permission tightening
 2019-09-05 15:49 UTC  (6+ messages)
` [patch 1/6] posix-cpu-timers: Always clear head pointer on dequeue

[alsa-devel] [PATCH] ALSA: hda/hdmi: remove redundant assignment to variable pcm_idx
 2019-09-05 15:48 UTC  (3+ messages)
`  "

[PATCH v3] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-09-05 15:48 UTC  (2+ messages)

[PATCH 1/8 v2] xfs: log race fixes and cleanups
 2019-09-05 15:48 UTC  (16+ messages)
` [PATCH 1/8] xfs: push the AIL in xlog_grant_head_wake
` [PATCH 2/8] xfs: fix missed wakeup on l_flush_wait
` [PATCH 3/8] xfs: prevent CIL push holdoff in log recovery
` [PATCH 4/8] xfs: factor debug code out of xlog_state_do_callback()
` [PATCH 5/8] xfs: factor callbacks "
` [PATCH 6/8] xfs: factor iclog state processing "
` [PATCH 7/8] xfs: push iclog state cleaning into xlog_state_clean_log

[U-Boot] [usb dwc3] xHCI driver -- a hint needed
 2019-09-05 15:48 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] version: 19.11-rc0
 2019-09-05 15:47 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] test/meson: hash test split into shorter subtests

[PATCH] mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEM
 2019-09-05 15:47 UTC  (5+ messages)

[PATCH] t7300-clean: demonstrate deleting nested repo with an ignored file breakage
 2019-09-05 15:47 UTC  (14+ messages)
` [RFC PATCH v2 00/12] Fix some git clean issues
  ` [RFC PATCH v2 01/12] t7300: Add some testcases showing failure to clean specified pathspecs
  ` [RFC PATCH v2 02/12] dir: fix typo in comment
  ` [RFC PATCH v2 03/12] dir: fix off-by-one error in match_pathspec_item
  ` [RFC PATCH v2 04/12] dir: Directories should be checked for matching pathspecs too
  ` [RFC PATCH v2 05/12] dir: Make the DO_MATCH_SUBMODULE code reusable for a non-submodule case
  ` [RFC PATCH v2 06/12] dir: If our pathspec might match files under a dir, recurse into it
  ` [RFC PATCH v2 07/12] dir: add commentary explaining match_pathspec_item's return value
  ` [RFC PATCH v2 08/12] git-clean.txt: do not claim we will delete files with -n/--dry-run
  ` [RFC PATCH v2 09/12] clean: disambiguate the definition of -d
  ` [RFC PATCH v2 10/12] clean: avoid removing untracked files in a nested git repository
  ` [RFC PATCH v2 11/12] clean: rewrap overly long line
  ` [RFC PATCH v2 12/12] clean: fix theoretical path corruption

[Ksummit-discuss] DRAFT Maintainer's Summit Agenda and Attendee List
 2019-09-05 15:47 UTC 

[PATCH v9 0/7] Mark the namespace disabled on pfn superblock mismatch
 2019-09-05 15:46 UTC  (9+ messages)
  ` [PATCH v9 1/7] libnvdimm/region: Rewrite _probe_success() to _advance_seeds()
  ` [PATCH v9 2/7] libnvdimm/pmem: Advance namespace seed for specific probe errors
  ` [PATCH v9 3/7] libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page size change
  ` [PATCH v9 4/7] libnvdimm/pfn_dev: Add page size and struct page size to pfn superblock
  ` [PATCH v9 5/7] libnvdimm/label: Remove the dpa align check
  ` [PATCH v9 6/7] libnvdimm: Use PAGE_SIZE instead of SZ_4K for "
` [PATCH v9 7/7] libnvdimm/dax: Pick the right alignment default when creating dax devices

[dpdk-dev] [PATCH 00/10] fix global variable multiple definitions
 2019-09-05 15:45 UTC  (6+ messages)
` [dpdk-dev] [PATCH 09/10] app/test-pipeline: "
` [dpdk-dev] [PATCH 10/10] test: "

[Qemu-devel] CPU hotplug using SMM with QEMU+OVMF
 2019-09-05 15:45 UTC  (19+ messages)
` [Qemu-devel] [edk2-rfc] [edk2-devel] "

[PATCH] i2c: muxes: pca9541: use BIT() macro
 2019-09-05 15:45 UTC  (3+ messages)

[for-next][PATCH 00/25] tracing: Updates for 5.4
 2019-09-05 15:43 UTC  (26+ messages)
` [for-next][PATCH 01/25] kprobes: Allow kprobes coexist with livepatch
` [for-next][PATCH 02/25] recordmcount: Remove redundant strcmp
` [for-next][PATCH 03/25] recordmcount: Remove uread()
` [for-next][PATCH 04/25] recordmcount: Remove unused fd from uwrite() and ulseek()
` [for-next][PATCH 05/25] tracing/probe: Split trace_event related data from trace_probe
` [for-next][PATCH 06/25] tracing/dynevent: Delete all matched events
` [for-next][PATCH 07/25] tracing/dynevent: Pass extra arguments to match operation
` [for-next][PATCH 08/25] tracing/kprobe: Add multi-probe per event support
` [for-next][PATCH 09/25] tracing/uprobe: Add multi-probe per uprobe "
` [for-next][PATCH 10/25] tracing/kprobe: Add per-probe delete from event
` [for-next][PATCH 11/25] tracing/uprobe: "
` [for-next][PATCH 12/25] tracing/probe: Add immediate parameter support
` [for-next][PATCH 13/25] tracing/probe: Add immediate string "
` [for-next][PATCH 14/25] selftests/ftrace: Add a testcase for kprobe multiprobe event
` [for-next][PATCH 15/25] selftests/ftrace: Add syntax error test for immediates
` [for-next][PATCH 16/25] selftests/ftrace: Add syntax error test for multiprobe
` [for-next][PATCH 17/25] recordmcount: Rewrite error/success handling
` [for-next][PATCH 18/25] recordmcount: Kernel style function signature formatting
` [for-next][PATCH 19/25] recordmcount: Kernel style formatting
` [for-next][PATCH 20/25] recordmcount: Remove redundant cleanup() calls
` [for-next][PATCH 21/25] recordmcount: Clarify what cleanup() does
` [for-next][PATCH 22/25] tracing/arm64: Have max stack tracer handle the case of return address after data
` [for-next][PATCH 23/25] tracing: Document the stack trace algorithm in the comments
` [for-next][PATCH 24/25] tracing: Rename tracing_reset() to tracing_reset_cpu()
` [for-next][PATCH 25/25] tracing: Add "gfp_t" support in synthetic_events

[PATCH v4 00/12] Enhance the hv_vmbus driver to support hibernation
 2019-09-05 15:44 UTC  (3+ messages)
` [PATCH v4 01/12] x86/hyper-v: Suspend/resume the hypercall page for hibernation

[xenomai-images][PATCH 0/9] LAVA Setup
 2019-09-05 15:44 UTC  (10+ messages)
` [xenomai-images][PATCH 1/9] ci: Add LAVA jobs for targets
` [xenomai-images][PATCH 2/9] machine: Allow override of the image type
` [xenomai-images][PATCH 3/9] linux-xenomai: NFS support in KERNEL configuration
` [xenomai-images][PATCH 4/9] beagle-bone-black: Add Devicetree and fake-hwclock
` [xenomai-images][PATCH 5/9] kas: Use next as target
` [xenomai-images][PATCH 6/9] ci: Add inline xenomai testsuite
` [xenomai-images][PATCH 7/9] README: correct build line
` [xenomai-images][PATCH 8/9] kernel: Update
` [xenomai-images][PATCH 9/9] tests/README: Add deployment and Setup

How to use huge pages in drivers?
 2019-09-05 15:44 UTC  (6+ messages)

next/master boot: 310 boots: 11 failed, 292 passed with 6 offline, 1 untried/unknown (next-20190904)
 2019-09-05 15:43 UTC  (6+ messages)

[Qemu-devel] [PATCH v6 0/4] virtio/block: handle zoned backing devices
 2019-09-05 15:42 UTC  (2+ messages)

[PATCH] Add Support to use Resolving list
 2019-09-05 15:43 UTC  (2+ messages)

make-mod-scripts question
 2019-09-05 15:42 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/17] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-09-05 15:40 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 02/17] target/arm: Split out rebuild_hflags_a64
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v5 17/17] target/arm: Rely on hflags correct in cpu_get_tb_cpu_state
  ` [Qemu-devel] [Qemu-arm] "

[PATCH V2] nvme: Remove redundant assignment of cq vector
 2019-09-05 15:41 UTC 

Long latencies during disk-io
 2019-09-05 15:41 UTC  (2+ messages)

[dpdk-dev] [Bug 345] rte_hash returns invalid key if the number of entries is not a power of 2
 2019-09-05 15:40 UTC 

[Intel-wired-lan] [PATCH S29 1/6] ice: send driver version to firmware
 2019-09-05 15:39 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH S29 2/6] ice: Fix FW version formatting in dmesg
` [Intel-wired-lan] [PATCH S29 3/6] ice: Implement Dynamic Device Personalization (DDP) download
` [Intel-wired-lan] [PATCH S29 4/6] ice: Initialize DDP package structures
` [Intel-wired-lan] [PATCH S29 5/6] ice: Enable DDP package download
` [Intel-wired-lan] [PATCH S29 6/6] ice: Bump version

[PATCH] diffutils: Add valgrind to support ptest
 2019-09-05 15:38 UTC 

[RFC PATCH v4 0/9] printk: new ringbuffer implementation
 2019-09-05 15:38 UTC  (5+ messages)

[PATCH] libxcrypt: update to 4.4.8
 2019-09-05 15:38 UTC 

[Qemu-devel] [PULL v2 0/9] qtests and misc patches
 2019-09-05 15:30 UTC  (3+ messages)
` [Qemu-devel] [PULL v2 6/9] tests/libqtest: Use libqtest-single.h in tests that require global_qtest
` [Qemu-devel] [PULL v2 9/9] gitlab-ci.yml: Install libattr-devel and libcap-devel to test virtio-9p

[Qemu-devel] [PULL 0/4] Docs patches
 2019-09-05 15:34 UTC  (2+ messages)

[PATCH] btrfs/048: fix test failure when fs mounted with v2 space cache option
 2019-09-05 15:37 UTC 

[PATCH -rcu dev 1/2] Revert b8c17e6664c4 ("rcu: Maintain special bits at bottom of ->dynticks counter")
 2019-09-05 15:36 UTC  (7+ messages)

[PATCH 1/2] drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled
 2019-09-05 15:35 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function. 'hrtimer_forward_now()' returns zero due to bigger backward time drift. This causes timerfd_read to return 0. As per man page, read on timerfd is not expected to return 0. This patch fixes this problem. Signed-off-by: Arul Jeniston <arul.jeniston@gmail.com>
 2019-09-05 15:34 UTC  (14+ messages)
  ` [PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function

[Qemu-devel] [PATCH v4 00/69] target/arm: Convert aa32 base isa to decodetree
 2019-09-05 15:28 UTC  (2+ messages)

[PATCH 1/1] bluetooth: update default BLE connection params
 2019-09-05 15:34 UTC  (2+ messages)

[PATCH v2] Bluetooth: btusb: Use cmd_timeout to reset Realtek device
 2019-09-05 15:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 00/30] riscv: sifive_u: Improve the emulation fidelity of sifive_u machine
 2019-09-05 15:25 UTC  (4+ messages)
    ` [Qemu-riscv] "

[PATCH] libsecret: 0.19.0
 2019-09-05 15:32 UTC 

[PATCH] btrfs: Relinquish CPUs in btrfs_compare_trees
 2019-09-05 15:31 UTC  (2+ messages)

Repo sync meta-freescale Errors Out
 2019-09-05 15:29 UTC 

[PATCH v2] Bluetooth: btrtl: Fix an issue that failing to download the FW which size is over 32K bytes
 2019-09-05 15:29 UTC  (2+ messages)

[Qemu-devel] Cryptic errors from PIP install if missing openssl-devel
 2019-09-05 15:24 UTC  (8+ messages)

[PATCH 0/6] Configure sgx interconnect data for some omap variants
 2019-09-05 15:28 UTC  (6+ messages)
` [PATCH 4/6] ARM: dts: Configure sgx for omap5

[PATCH v3] powerpc/64: system call implement the bulk of the logic in C
 2019-09-05 15:25 UTC  (2+ messages)

[PATCH i-g-t] lib: Don't use full reset on simulated hardware
 2019-09-05 15:28 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[meta-filesystems][PATCH] xfsdump: support usrmerge
 2019-09-05 15:27 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] selftests/bpf: move sockopt tests under test_progs
 2019-09-05 15:27 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: test_progs: add test__join_cgroup helper
` [PATCH bpf-next v2 2/6] selftests/bpf: test_progs: convert test_sockopt
` [PATCH bpf-next v2 3/6] selftests/bpf: test_progs: convert test_sockopt_sk
` [PATCH bpf-next v2 4/6] selftests/bpf: test_progs: convert test_sockopt_multi
` [PATCH bpf-next v2 5/6] selftests/bpf: test_progs: convert test_sockopt_inherit
` [PATCH bpf-next v2 6/6] selftests/bpf: test_progs: convert test_tcp_rtt

[PATCH 0/2] trace-vmscan-postprocess: fix parsing and output
 2019-09-05 15:27 UTC  (4+ messages)

[Qemu-devel] [RFC 0/3] virtiofsd: get/set log level via DBus
 2019-09-05 15:21 UTC  (8+ messages)
` [Virtio-fs] "
` [Qemu-devel] [RFC 1/3] virtiofsd: add org.qemu.Virtiofsd interface
  ` [Virtio-fs] "
` [Qemu-devel] [RFC 2/3] virtiofsd: add DBus server to handle log level changes
  ` [Virtio-fs] "
` [Qemu-devel] [RFC 3/3] virtiofsd: add virtiofsctl command-line management tool
  ` [Virtio-fs] "

[dpdk-dev] [RFC 0/3] RCU integration with hash library
 2019-09-05 15:26 UTC  (3+ messages)
` [dpdk-dev] [RFC 1/3] net/ixgbe: avoid multpile definitions of 'bool'

[Qemu-devel] [RFC v3 PATCH 00/45] Initial support of multi-process qemu
 2019-09-05 15:23 UTC  (18+ messages)
` [Qemu-devel] [RFC v3 PATCH 01/45] multi-process: memory: alloc RAM from file at offset
` [Qemu-devel] [RFC v3 PATCH 02/45] multi-process: util: Add qemu_thread_cancel() to cancel running thread
` [Qemu-devel] [RFC v3 PATCH 07/45] multi-process: define proxy-link object
` [Qemu-devel] [RFC v3 PATCH 19/45] multi-process: Add LSI device proxy object
` [Qemu-devel] [RFC v3 PATCH 40/45] multi-process/mon: Refactor monitor/chardev functions out of vl.c

[Ksummit-discuss] Topics for the Maintainer's Summit
 2019-09-05 15:26 UTC  (8+ messages)

[PATCH] libogg: udpate to 1.3.4
 2019-09-05 15:25 UTC 

[bisected] semctl/shmctl/msgctl broken on sparc64
 2019-09-05 15:25 UTC  (2+ messages)

[PATCH REPOST 0/2] can: flexcan: fix PM and wakeup issue
 2019-09-05 15:24 UTC  (11+ messages)
` [PATCH REPOST 1/2] can: flexcan: fix deadlock when using self wakeup

[RFC PATCH 0/2] Fix SEV user-space mapping of unencrypted coherent memory
 2019-09-05 15:24 UTC  (5+ messages)
` [RFC PATCH 1/2] x86: Don't let pgprot_modify() change the page encryption bit

[PATCH 1/2] ipc: fix semtimedop for generic 32-bit architectures
 2019-09-05 15:21 UTC  (4+ messages)
` [PATCH 2/2] ipc: fix sparc64 ipc() wrapper

pull-request: bpf-next 2019-09-05
 2019-09-05 15:23 UTC 

[U-Boot] [RFC] FAT errors
 2019-09-05 15:23 UTC  (4+ messages)

[PATCH] libjpeg-turbo: update to 2.0.3
 2019-09-05 15:22 UTC 

[PATCH] nvme: Remove double assignment of cq vector
 2019-09-05 15:22 UTC  (5+ messages)

[PATCH][V2] staging: rtl8723bs: hal: remove redundant variable n
 2019-09-05 15:22 UTC  (3+ messages)

[PATCH net 03/11] bonding: split IFF_BONDING into IFF_BONDING and IFF_BONDING_SLAVE
 2019-09-05 15:21 UTC  (3+ messages)

[PATCH][meta-oe] nano: update to 4.4
 2019-09-05 15:19 UTC 

[thud][PATCH 1/3] bind: update to latest LTS 9.11.5
 2019-09-05 15:19 UTC  (3+ messages)
` [thud][PATCH 2/3] bind: upgrade 9.11.5 -> 9.11.5-P4
` [thud][PATCH 3/3] go: update to 1.11.13, minor updates

[alsa-devel] Alsa conformance test - a new test for ALSA drivers
 2019-09-05 15:17 UTC  (2+ messages)

io_uring engine -- sqthread_poll option can't work as implemented
 2019-09-05 15:14 UTC  (8+ messages)

[PATCH] net/skbuff: silence warnings under memory pressure
 2019-09-05 15:14 UTC  (15+ messages)

[thud/master][PATCH] pcitest: update to ti2019.03-rc4 tag
 2019-09-05 15:12 UTC 

[dpdk-dev] [PATCH v2] net/af_xdp: enable support for unaligned umem chunks
 2019-09-05 15:11 UTC  (2+ messages)

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2019-09-05 15:03 UTC  (2+ messages)
` [Qemu-devel] [Bug 1805256] "

[PATCH] HID: hyperv: Use in-place iterator API in the channel callback
 2019-09-05 15:11 UTC  (4+ messages)

[PATCH net-next v2 0/4] ravb: remove use of undocumented registers
 2019-09-05 15:10 UTC  (5+ messages)
` [PATCH net-next v2 1/4] ravb: correct typo in FBP field of SFO register
` [PATCH net-next v2 2/4] ravb: remove undocumented counter processing
` [PATCH net-next v2 3/4] ravb: remove undocumented endianness selection
` [PATCH net-next v2 4/4] ravb: TROCR register is only present on R-Car Gen3

[Qemu-devel] [PATCH v2 0/2] Add virtio-fs (experimental)
 2019-09-05 15:05 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] virtio: add vhost-user-fs base device

[U-Boot] COM port tracing
 2019-09-05 15:10 UTC 

PCI/kernel msi code vs GIC ITS driver conflict?
 2019-09-05 15:09 UTC  (15+ messages)

[PATCH v2] watchdog: imx_sc: this patch just fixes whitespaces
 2019-09-05 15:08 UTC  (3+ messages)

Surround speaker connection on Acer 8951G
 2019-09-05 15:07 UTC  (12+ messages)
                  ` [alsa-devel] "

[igt-dev] [PATCH RFC i-g-t] tests/kms_atomic_multi: new test
 2019-09-05 15:08 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 1/1] x86/purgatory: Change compiler flags to avoid relocation errors
 2019-09-05 15:07 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Future-proof DDC pin mapping
 2019-09-05 15:07 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Unify ICP and MCC hotplug pin tables

[PATCH v4 0/15] CoW support for iomap
 2019-09-05 15:06 UTC  (4+ messages)
` [PATCH 13/15] btrfs: Remove btrfs_dio_data and __btrfs_direct_write
` [PATCH 14/15] btrfs: update inode size during bio completion
` [PATCH 15/15] xfs: Use the new iomap infrastructure for CoW


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.