All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-11 01:09:30 to 2018-07-11 02:52:49 UTC [more...]

[virtio-dev] [PATCH net-next v2 0/5] virtio: support packed ring
 2018-07-11  2:52 UTC  (19+ messages)
`  "
` [PATCH net-next v2 1/5] virtio: add packed ring definitions
  ` [virtio-dev] "
` [PATCH net-next v2 2/5] virtio_ring: support creating packed ring
  ` [virtio-dev] "
` [PATCH net-next v2 3/5] virtio_ring: add packed ring support
  ` [virtio-dev] "
` [PATCH net-next v2 4/5] virtio_ring: add event idx support in packed ring
  ` [virtio-dev] "
` [PATCH net-next v2 5/5] virtio_ring: enable "
  ` [virtio-dev] "

[PATCH] scsi: switch to scsi-mq by default
 2018-07-11  2:52 UTC  (2+ messages)

[PATCH] scsi: mptfusion: mark expected switch fall-throughs
 2018-07-11  2:52 UTC  (3+ messages)

[meta-oe][PATCH] kselftest: Add a recipe on kernel selftest
 2018-07-11  2:50 UTC  (5+ messages)

[PATCH v10 00/14] arm64: kexec: add kexec_file_load() support
 2018-07-11  2:49 UTC  (8+ messages)
` [PATCH v10 08/14] arm64: kexec_file: load initrd and device-tree

[RFC][PATCH 0/11] PIDTYPE_TGID and fewer fork restarts
 2018-07-11  2:44 UTC  (12+ messages)
                        ` [RFC][PATCH 01/11] pids: Initialize leader_pid in init_task
                        ` [RFC][PATCH 02/11] pids: Move task_pid_type into sched/signal.h
                        ` [RFC][PATCH 03/11] pids: Compute task_tgid using signal->leader_pid
                        ` [RFC][PATCH 04/11] kvm: Don't open code task_pid in kvm_vcpu_ioctl
                        ` [RFC][PATCH 05/11] pids: Move the pgrp and session pid pointers from task_struct to signal_struct
                        ` [RFC][PATCH 06/11] pid: Implement PIDTYPE_TGID
                        ` [RFC][PATCH 07/11] signal: Deliver group signals via PIDTYPE_TGID not PIDTYPE_PID
                        ` [RFC][PATCH 08/11] signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
                        ` [RFC][PATCH 09/11] tty_io: Use do_send_sig_info in __do_SACK to forcibly kill tasks
                        ` [RFC][PATCH 10/11] signal: Push pid type from signal senders down into __send_signal
                        ` [RFC][PATCH 11/11] signal: Ignore all but multi-process signals that come in during fork

Regression with kernel 4.18 - AMD RX 550 fails IB ring test on power-up
 2018-07-11  2:49 UTC  (3+ messages)
    ` 答复: "

[PATCH v4 0/9] iommu/vt-d: Improve PASID id and table management
 2018-07-11  2:48 UTC  (8+ messages)
` [PATCH v4 1/9] iommu/vt-d: Global PASID name space
` [PATCH v4 6/9] iommu/vt-d: Per PCI device pasid table interfaces
` [PATCH v4 9/9] iommu/vt-d: Remove the obsolete per iommu pasid tables

[Buildroot] [PATCH v4 1/3] uboot: zynqmp: allow to use custom psu_init files
 2018-07-11  2:48 UTC  (3+ messages)

[PATCH v3 0/2] add uevent api for hot plug
 2018-07-11  2:46 UTC  (9+ messages)
` [PATCH V4 0/9] hot plug failure handle mechanism
  ` [PATCH V4 3/9] bus: introduce sigbus handler
` [PATCH v8 0/7] hotplug failure handle mechanism
  ` [PATCH v8 7/7] igb_uio: fix uio release issue for hotplug

[RFC] Add BPF_SYNCHRONIZE bpf(2) command
 2018-07-11  2:46 UTC  (12+ messages)

[PATCH v4 0/6] Add Actions Semiconductor Owl S900 I2C support
 2018-07-11  2:45 UTC  (4+ messages)

linux-next: manual merge of the vfs tree with the overlayfs tree
 2018-07-11  2:44 UTC  (50+ messages)
    ` [RFC][PATCH 01/42] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
      ` [RFC][PATCH 02/42] cxl_getfile(): fix double-iput() on alloc_file() failures
      ` [RFC][PATCH 03/42] ocxlflash_getfile(): "
      ` [RFC][PATCH 04/42] make get_empty_filp() to call file_free_rcu() directly
      ` [RFC][PATCH 05/42] fold security_file_free() into file_free()
      ` [RFC][PATCH 06/42] turn filp_clone_open() into inline wrapper for dentry_open()
      ` [RFC][PATCH 07/42] create_pipe_files(): use fput() if allocation of the second file fails
      ` [RFC][PATCH 08/42] make sure do_dentry_open() won't return positive as an error
      ` [RFC][PATCH 09/42] pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
      ` [RFC][PATCH 10/42] get rid of cred argument of vfs_open() and do_dentry_open()
      ` [RFC][PATCH 11/42] security_file_open(): lose cred argument
      ` [RFC][PATCH 12/42] ->file_open(): "
      ` [RFC][PATCH 13/42] introduce FMODE_OPENED
      ` [RFC][PATCH 14/42] fold put_filp() into fput()
      ` [RFC][PATCH 15/42] lift fput() on late failures into path_openat()
      ` [RFC][PATCH 16/42] now we can fold open_check_o_direct() into do_dentry_open()
      ` [RFC][PATCH 17/42] switch all remaining checks for FILE_OPENED to FMODE_OPENED
      ` [RFC][PATCH 18/42] introduce FMODE_CREATED and switch to it
      ` [RFC][PATCH 19/42] IMA: don't propagate opened through the entire thing
      ` [RFC][PATCH 20/42] getting rid of 'opened' argument of ->atomic_open() - step 1
      ` [RFC][PATCH 21/42] getting rid of 'opened' argument of ->atomic_open() - part 2
      ` [RFC][PATCH 22/42] get rid of 'opened' argument of ->atomic_open() - part 3
      ` [RFC][PATCH 23/42] get rid of 'opened' in path_openat() and the helpers downstream
      ` [RFC][PATCH 24/42] ->atomic_open(): return 0 in all success cases
      ` [RFC][PATCH 25/42] document ->atomic_open() changes
      ` [RFC][PATCH 26/42] switch atomic_open() and lookup_open() to returning 0 in all success cases
      ` [RFC][PATCH 27/42] kill FILE_{CREATED,OPENED}
      ` [RFC][PATCH 28/42] new wrapper: alloc_file_pseudo()
      ` [RFC][PATCH 29/42] __shmem_file_setup(): reorder allocations
      ` [RFC][PATCH 30/42] ... and switch shmem_file_setup() to alloc_file_pseudo()
      ` [RFC][PATCH 31/42] cxl_getfile(): switch "
      ` [RFC][PATCH 32/42] ocxlflash_getfile(): "
      ` [RFC][PATCH 33/42] hugetlb_file_setup(): "
      ` [RFC][PATCH 34/42] anon_inode_getfile(): "
      ` [RFC][PATCH 35/42] create_pipe_files(): switch the first allocation "
      ` [RFC][PATCH 36/42] new helper: alloc_file_clone()
      ` [RFC][PATCH 37/42] do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
      ` [RFC][PATCH 38/42] make alloc_file() static
      ` [RFC][PATCH 39/42] document alloc_file() changes
      ` [RFC][PATCH 40/42] make path_init() unconditionally paired with terminate_walk()
      ` [RFC][PATCH 41/42] allow link_path_walk() to take ERR_PTR()
      ` [RFC][PATCH 42/42] few more cleanups of link_path_walk() callers

[PATCH 1/2] ARM: dts: arria10: update NAND clocking
 2018-07-11  2:43 UTC  (5+ messages)

[PATCH v3 net-next] net/sched: add skbprio scheduler
 2018-07-11  2:38 UTC  (9+ messages)

[PULL] gvt-fixes for 4.18
 2018-07-11  2:40 UTC 

[net-next,v3] tcp: Improve setsockopt() TCP_USER_TIMEOUT accuracy
 2018-07-11  2:34 UTC  (6+ messages)

[meta-selinux][PATCH] refpolicy: Update to 20180114 release
 2018-07-11  2:34 UTC  (2+ messages)

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

[PULL] gvt-next for 4.19
 2018-07-11  2:33 UTC 

[PATCH v2 2/2] regulator: uniphier: add regulator driver for UniPhier SoC
 2018-07-11  2:31 UTC  (4+ messages)

[net-next PATCH v6 6/7] net-sysfs: Add interface for Rx queue(s) map per Tx queue
 2018-07-11  2:28 UTC  (3+ messages)
` [net-next, v6, "

[PATCH 00/14] thermal: ti-soc-thermal: simplify the driver a bit
 2018-07-11  2:27 UTC  (10+ messages)
  ` [PATCH 01/14] thermal: ti-soc-thermal: fix TALERT IRQ handling for DRA752
  ` [PATCH 02/14] thermal: ti-soc-thermal: fix comment in omap5xxx-bandgap.h
  ` [PATCH 03/14] thermal: ti-soc-thermal: fix comments in omap4-thermal-data.c

[V9fs-developer] [PATCH] p9_check_errors() validate PDU length
 2018-07-11  2:27 UTC  (2+ messages)

[PATCH] [yocto-autobuilder] init: Fix the import module yoctoabb & yocto_console_view
 2018-07-11  2:23 UTC  (5+ messages)

[PATCH v5 0/1] *** PCI: kirin: Add MSI support ***
 2018-07-11  2:22 UTC  (6+ messages)
` [PATCH v5 1/1] PCI: kirin: Add MSI support
  ` 答复: "
      ` 答复: "

[PATCH v3 0/6] *** Add support for wifi QMI client handshakes ***
 2018-07-11  2:24 UTC  (5+ messages)

[PATCH V2 1/2] clk: imx: add ocram_s clock for i.mx6sx
 2018-07-11  2:18 UTC  (9+ messages)
` [PATCH V2 2/2] ARM: dts: imx6sx: add ocram_s support

[PATCH 00/22] enable hotplug on multi-process
 2018-07-11  2:17 UTC  (9+ messages)
` [PATCH v10 00/19] "
  ` [PATCH v10 05/19] eal: "
  ` [PATCH v10 06/19] eal: support attach or detach share device from secondary

[Qemu-devel] [PATCH 0/4] tests/vm: various trivial fixes
 2018-07-11  2:16 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/4] tests/vm: Add a dependency to qemu-img

[PATCH] app/testpmd: fix little perf drop with XL710
 2018-07-11  2:15 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] dma: sh: rcar-dmac: Add dma_pause operation
 2018-07-11  2:12 UTC  (3+ messages)

[PATCH v2 0/2] dmaengine: sh: rcar-dmac: Add dma_pause operation
 2018-07-11  2:10 UTC  (5+ messages)
` [PATCH v2 1/2] dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrier
  ` [v2,1/2] "
` [PATCH v2 2/2] dmaengine: sh: rcar-dmac: Add dma_pause operation
  ` [v2,2/2] "

[U-Boot] [PATCH] armv8: layerscape: Enable EHCI access for LS1012A
 2018-07-11  2:11 UTC  (3+ messages)

[RFC net-next 00/15] net: A socket API for LoRa
 2018-07-11  2:07 UTC  (6+ messages)

[PATCH v2] selftests/android: initialize heap_type to avoid compiling warning
 2018-07-11  2:08 UTC  (3+ messages)

[V9fs-developer] [PATCH] Integer underflow in pdu_read()
 2018-07-11  2:04 UTC  (2+ messages)

[RFC] queue: introduce queue APIs and driver framework
 2018-07-11  2:02 UTC  (3+ messages)

[Qemu-devel] [Bug 1719339] [NEW] serial8250: too much work for irq3
 2018-07-11  1:53 UTC  (2+ messages)
` [Qemu-devel] [Bug 1719339] "

[PATCH v6 0/9] x86: macrofying inline asm for better compilation
 2018-07-11  1:59 UTC  (3+ messages)

[PATCH i-g-t 0/7] GCC warning cleanup
 2018-07-11  1:58 UTC  (7+ messages)
` [PATCH i-g-t 2/7] Cast void * pointer used in arithmetic to uint32_t*
    ` [igt-dev] "

[PATCH] printk: remove unused suppress_message_printing()
 2018-07-11  1:54 UTC  (2+ messages)

btrfs check lowmem, take 2
 2018-07-11  1:58 UTC  (6+ messages)

[PATCH V3] drm/vkms: Add vblank events simulated by hrtimers
 2018-07-11  1:48 UTC 

[PATCH 00/32] VFS: Introduce filesystem context [ver #9]
 2018-07-11  1:48 UTC  (9+ messages)
` [PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation "

[PATCH] tracing/irqtrace: only call trace_hardirqs_on/off when state changes
 2018-07-11  1:44 UTC  (9+ messages)

[PATCH v35 0/5] Virtio-balloon: support free page reporting
 2018-07-11  1:44 UTC  (8+ messages)
` [PATCH v35 1/5] mm: support to get hints of free page blocks
      ` [virtio-dev] "

[PATCH 00/17] object_id part 14
 2018-07-11  1:43 UTC  (7+ messages)
` [PATCH 07/17] commit: increase commit message buffer size

[Qemu-devel] [PATCH 0/2] virtio-scsi: fix hotplug ->reset() vs event race
 2018-07-11  1:43 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2] tools/intel_dp_compliance: Use ARGB8888 format fbs for Gen 10
 2018-07-11  1:39 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tools/intel_dp_compliance: Use ARGB8888 format fbs for Gen 10 (rev2)

[PATCH 0/3] fix selftests compiling errors and warnings
 2018-07-11  1:37 UTC  (6+ messages)

[PATCH] iio: pressure: bmp280: remove unused options from device tree documentation
 2018-07-11  1:33 UTC 

[Qemu-devel] [PATCH for 3.0 00/10] various docker fixes
 2018-07-11  1:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH for 3.0 10/10] docker: add expansion for docker-test-FOO to Makefile.include

[PATCH v2 net-next 00/18] TLS offload rx, netdev & mlx5
 2018-07-11  1:29 UTC  (3+ messages)

[Fuego] [PATCH 1/3] chart: https protocol support in Jenkins path
 2018-07-11  1:30 UTC  (3+ messages)
` [Fuego] [PATCH 3/3] nbench_byte: add another choice that can do dynamic compilation

[PATCH -mm -v4 00/21] mm, THP, swap: Swapout/swapin THP in one piece
 2018-07-11  1:28 UTC  (7+ messages)
` [PATCH -mm -v4 05/21] mm, THP, swap: Support PMD swap mapping in free_swap_and_cache()/swap_free()

[Qemu-devel] [PATCH] ppc/xics: split ICP into icp-base and icp class
 2018-07-11  1:28 UTC  (2+ messages)

[ndctl PATCH v10 0/4] ndctl, monitor: add ndctl monitor daemon
 2018-07-11  1:27 UTC  (4+ messages)
` [ndctl PATCH v10 1/4] ndctl, monitor: add a new command - monitor

[V9fs-developer] [PATCH] version pointer uninitialized
 2018-07-11  1:26 UTC  (2+ messages)

[PATCH] 9p/net/protocol.c: return -ENOMEM when kmalloc() failed
 2018-07-11  1:25 UTC  (2+ messages)

[PATCH net-next] tc-testing: add geneve options in tunnel_key unit tests
 2018-07-11  1:22 UTC 

[PATCH v3 1/2] btrfs: make fs_devices to be a local variable
 2018-07-11  1:22 UTC  (2+ messages)
` [PATCH v3 2/2] btrfs: get fs_devices pointer form btrfs_scan_one_device

[PATCH v3 0/9] Bluetooth: Add RTL8723BS support
 2018-07-11  1:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-img: Document copy offloading implications with -S and -c
 2018-07-11  1:22 UTC 

[PATCH] arm64: neon: Fix function may_use_simd() return error status
 2018-07-11  1:09 UTC  (2+ messages)

[U-Boot] raspberrypi compute module3 emmc not usable
 2018-07-11  1:10 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: qcom: msm8974-hammerhead: add support for mpu6515
 2018-07-11  1:09 UTC  (4+ messages)
` [PATCH 1/3] iio: imu: mpu6050: add support for 6515 variant
` [PATCH 2/3] iio: imu: mpu6050: add support for regulator framework
` [PATCH 3/3] ARM: dts: qcom: msm8974-hammerhead: add device tree bindings for mpu6515


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.