All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-11 02:09:59 to 2018-07-11 03:10:50 UTC [more...]

[PATCH v3 0/2] add uevent api for hot plug
 2018-07-11  3:10 UTC  (11+ 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

[PATCH 00/22] enable hotplug on multi-process
 2018-07-11  3:09 UTC  (29+ messages)
` [PATCH v10 00/19] "
  ` [PATCH v10 05/19] eal: "
  ` [PATCH v10 06/19] eal: support attach or detach share device from secondary
` [PATCH v11 00/19] enable hotplug on multi-process
  ` [PATCH v11 01/19] ethdev: add function to release port in local process
  ` [PATCH v11 02/19] bus/pci: fix PCI address compare
  ` [PATCH v11 03/19] bus/pci: enable vfio unmap resource for secondary
  ` [PATCH v11 04/19] vfio: remove uneccessary IPC for group fd clear
  ` [PATCH v11 05/19] eal: enable hotplug on multi-process
  ` [PATCH v11 06/19] eal: support attach or detach share device from secondary
  ` [PATCH v11 07/19] net/i40e: enable hotplug on secondary process
  ` [PATCH v11 08/19] net/ixgbe: "
  ` [PATCH v11 09/19] net/af_packet: "
  ` [PATCH v11 10/19] net/bonding: "
  ` [PATCH v11 11/19] net/kni: "
  ` [PATCH v11 12/19] net/null: "
  ` [PATCH v11 13/19] net/octeontx: "
  ` [PATCH v11 14/19] net/pcap: "
  ` [PATCH v11 15/19] net/softnic: "
  ` [PATCH v11 16/19] net/tap: "
  ` [PATCH v11 17/19] net/vhost: "
  ` [PATCH v11 18/19] examples/multi_process: add hotplug sample
  ` [PATCH v11 19/19] doc: update release notes for multi process hotplug

[meta-oe][PATCH] kselftest: Add a recipe on kernel selftest
 2018-07-11  3:09 UTC  (6+ messages)

[linux-lvm] [lvmlockd] "VG xxx lock faied: error -221" while lv operation sucess
 2018-07-11  3:07 UTC  (5+ messages)

[PATCH bpf-next v3 00/13] tools: bpf: extend bpftool prog load
 2018-07-11  3:03 UTC  (5+ messages)
` [PATCH bpf-next v3 05/13] tools: libbpf: expose the prog type guessing from section name logic
` [PATCH bpf-next v3 08/13] tools: libbpf: add extended attributes version of bpf_object__open()

[PATCH v7 0/4] support exception state migration and set VSESR_EL2 by user space
 2018-07-11  3:14 UTC  (2+ messages)

[PATCH V2] mmc: core: improve reasonableness of bus width setting for HS400es
 2018-07-11  3:00 UTC  (2+ messages)

[ndctl PATCH v11 0/5] ndctl, monitor: add ndctl monitor daemon
 2018-07-11  3:00 UTC  (6+ messages)
` [ndctl PATCH v11 1/5] ndctl, monitor: add a new command - monitor
` [ndctl PATCH v11 2/5] ndctl, monitor: add main ndctl monitor configuration file
` [ndctl PATCH v11 3/5] ndctl, monitor: add the unit file of systemd for ndctl-monitor service
` [ndctl PATCH v11 4/5] ndctl, documentation: add manpage for monitor
` [ndctl PATCH v11 5/5] ndctl, test: add a new unit test "

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

linux-next: manual merge of the vfs tree with the overlayfs tree
 2018-07-11  2:59 UTC  (52+ 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 net-next v5 0/4] net: vhost: improve performance when enable busyloop
 2018-07-11  2:56 UTC  (3+ messages)

[PATCH 2/3] arm64: dts: qcom: sdm845-mtp: Add RPMh VRM/XOB regulators
 2018-07-11  2:57 UTC  (4+ messages)

[PATCH v2 00/18] Allwinner R40 HDMI refactoring
 2018-07-11  2:56 UTC  (9+ messages)
` [PATCH v2 08/18] ARM: dts: sun8i: r40: Add mixer ids to TCON TOP
` [PATCH v2 09/18] drm/sun4i: mixer: Order includes alphabetically

[PATCH] [v2] sbitmap, scsi/target: add seq_file forward declaration
 2018-07-11  2:54 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Add DMA driver for DMA330 controller
 2018-07-11  2:55 UTC  (7+ messages)
` [U-Boot] [PATCH 5/5] arm: dts: socfpga: stratix10: update pdma

[PATCH v2 04/18] drm/sun4i: tcon-top: Cleanup clock handling
 2018-07-11  2:54 UTC  (5+ messages)

[PATCH 0/2] Remove remainig MCR SCSI drivers
 2018-07-11  2:54 UTC  (2+ messages)

hwmon driver with misc interface
 2018-07-11  2:54 UTC  (9+ messages)

[PATCH 0/4] SCSI results rework preparation part 2
 2018-07-11  2:53 UTC  (2+ messages)

[virtio-dev] [PATCH net-next v2 0/5] virtio: support packed ring
 2018-07-11  2:52 UTC  (21+ 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] "
  ` [virtio-dev] Re: [PATCH net-next v2 0/5] virtio: support "

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

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

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

[PATCH 1/2] ARM: dts: arria10: update NAND clocking
 2018-07-11  2:43 UTC  (5+ 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  (4+ 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

[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  (4+ messages)


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.