All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-07 07:16:20 to 2019-03-07 08:17:13 UTC [more...]

cant connect to wireguard when router connected to a vpn service
 2019-03-07  8:04 UTC  (6+ messages)

[U-Boot] [PATCH v3 1/6] i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speed
 2019-03-07  8:17 UTC  (4+ messages)

[PATCH] drm/i915/ddi: Fix default eDP detection on port A
 2019-03-07  8:18 UTC  (2+ messages)

[U-Boot] [PATCH] spl: ymodem: Add support for loading full fitImages
 2019-03-07  8:16 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] ARM: socfpga: Disable D cache in SPL
 2019-03-07  8:15 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] ARM: socfpga: Fix Arria10 SPI and NAND U-Boot offset

[Qemu-devel] [multiprocess RFC PATCH 36/37] multi-process: add the concept description to docs/devel/qemu-multiprocess
 2019-03-07  8:14 UTC  (2+ messages)

[U-Boot] [PATCH v11 0/9] Add support for loading FPGA bitstream
 2019-03-07  8:14 UTC  (20+ messages)
` [U-Boot] [PATCH v11 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v11 3/9] ARM: socfpga: Cleaning up the messages
` [U-Boot] [PATCH v11 4/9] ARM: socfpga: Move the watchdog reset to the looping location
` [U-Boot] [PATCH v11 6/9] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
` [U-Boot] [PATCH v11 8/9] ARM: socfpga: Synchronize the configuration for "
` [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

[U-Boot] [PATCH 1/2] ddr: socfpga: Fix IO in Arria10 DDR driver
 2019-03-07  8:14 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ddr: socfpga: Fix newline in debug print on A10

iBeacon with the dbus advertising-api
 2019-03-07  8:13 UTC  (2+ messages)

ChromeBook machine will lose MIC JD(again)
 2019-03-07  8:13 UTC 

[U-Boot] [PATCH v2 0/5] arm: socfpga: stack and Kconfig cleanups
 2019-03-07  8:12 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/5] arm: socfpga: a10: move SPL stack size to Kconfig

[PATCH 0/1] update git-clean.txt
 2019-03-07  8:12 UTC  (6+ messages)
` [PATCH v2 0/1] make git-clean.txt more precise
  ` [PATCH v2 1/1] git-clean.txt: clarify ignore pattern files

ChromeBook machine will lose MIC JD
 2019-03-07  8:11 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/16] s390: vfio-ccw dasd ipl support
 2019-03-07  8:11 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 06/16] s390-bios: Clean up cio.h
  ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH v3 08/16] s390-bios: Map low core memory
  ` [Qemu-devel] [qemu-s390x] "

[PATCH] ipc: prevent lockup on alloc_msg and free_msg
 2019-03-07  8:10 UTC 

CMA allocation failure and Latency issue
 2019-03-07  8:09 UTC 

[5.0.0-next-20190306] [powerpc] kernel BUG at mm/page_alloc.c:3124 while running stress
 2019-03-07  8:09 UTC 

[PATCH] platform/x86: thinkpad_acpi: disable bluetooth for some machines
 2019-03-07  8:08 UTC 

[Y2038] Question regarding support of old time interfaces beyond y2038
 2019-03-07  8:05 UTC  (6+ messages)

[U-Boot] SUNXI : CONFIG_VIDEO_SUNXI is never set
 2019-03-07  8:04 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] virtio-gpu: fix reset
 2019-03-07  8:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] virtio: add class_size to VirtioPCIDeviceTypeInfo
` [Qemu-devel] [PATCH 2/3] virtio-vga: fix reset
` [Qemu-devel] [PATCH 3/3] virtio-gpu: make virtio_gpu_reset static

[U-Boot] [PATCH] espresso7420: remove duplicated config
 2019-03-07  8:03 UTC 

[PATCH 00/26] USB storage improvements
 2019-03-07  8:00 UTC  (27+ messages)
` [PATCH 01/26] usb: storage: Simplify memory allocation in usb_stor_probe()
` [PATCH 02/26] usb: storage: Replace custom debug tracing with dev_dbg
` [PATCH 03/26] usb: storage: Don't use "unsigned long" for 32-bit values
` [PATCH 04/26] usb: storage: Make usb_stor_read_capacity() a standalone function
` [PATCH 05/26] usb: storage: Make usb_stor_inquiry() "
` [PATCH 06/26] usb: storage: Make usb_stor_test_unit_ready() "
` [PATCH 07/26] usb: storage: Make usb_stor_read_10() "
` [PATCH 08/26] usb: storage: Make usb_stor_write_10() "
` [PATCH 09/26] usb: storage: Drop extra call to transport in usb_stor_write_10()
` [PATCH 10/26] usb: storage: Share code for READ(10) and WRITE(10)
` [PATCH 11/26] usb: storage: Make usb_stor_request_sense() a standalone function
` [PATCH 12/26] usb: storage: Remove unused variables
` [PATCH 13/26] usb: storage: Drop struct SCSI_cmd_block
` [PATCH 14/26] usb: hub: Do not include <scsi.h>
` [PATCH 15/26] ata: ahci: "
` [PATCH 16/26] usb: storage: Drop unused fields in struct us_data
` [PATCH 17/26] usb: storage: Drop unused us_blkdev_list
` [PATCH 18/26] usb: storage: Introduce usb_stor_transport()
` [PATCH 19/26] usb: storage: Use put_unaligned_be* helpers
` [PATCH 20/26] usb: Drop usb_disable_asynch()
` [PATCH 21/26] usb: storage: Drop unnecessary check in usb_stor_blk_io()
` [PATCH 22/26] usb: storage: Drop needless macro
` [PATCH 23/26] usb: storage: Use simple boolean to speficy read vs. write operation
` [PATCH 24/26] usb: storage: Simplify I/O loop in usb_stor_blk_io()
` [PATCH 25/26] usb: storage: Drop unnecessary assignment
` [PATCH 26/26] usb: storage: Inline usb_limit_blk_cnt()

[PATCH 0/2] cherry-pick/revert cleanup scissors fix
 2019-03-07  8:01 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] t3507: cleanup space after redirection operators
  ` [PATCH v2 2/3] cherry-pick/revert: add scissors line on merge conflict
  ` [PATCH v2 3/3] sequencer.c: don't die on invalid cleanup_arg

[PATCH] dma-mapping: work around clang bug
 2019-03-07  8:00 UTC  (2+ messages)

[mac80211] c752cac9db: hwsim.ap_vlan_iface_cleanup_multibss_per_sta_vif.fail
 2019-03-07  7:59 UTC  (5+ messages)
` [LKP] "

[PATCH v2 00/10] Enable per-port SATA interrupts and drop an hack in the IRQ subsystem
 2019-03-07  7:58 UTC  (4+ messages)
` [PATCH v2 02/10] ata: ahci: Support per-port interrupts

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2019-03-07  7:58 UTC  (13+ messages)

pnfs setup on Linux 4.15
 2019-03-07  7:57 UTC  (3+ messages)

[clk:clk-parent-rewrite 32/32] drivers/clk/pxa/clk-pxa.c:81:2: warning: this 'if' clause does not guard
 2019-03-07  7:56 UTC  (2+ messages)

[PATCH 0/5] Fix most ImgU driver compiler / checker warnings
 2019-03-07  7:57 UTC  (5+ messages)
` [PATCH 1/5] staging: imgu: Switch to __aligned() from __attribute__((aligned()))

[meta-security][PATCH] scap-security-guide: use makefile generator instead of ninja for cmake
 2019-03-07  7:56 UTC 

[PATCH 0/6] net/mlx: enable secondary process to register DMA memory
 2019-03-07  7:55 UTC  (8+ messages)
` [PATCH 1/6] net/mlx: remove debug messages on datapath
` [PATCH 2/6] net/mlx5: fix external memory registration
` [PATCH 3/6] net/mlx5: add control of excessive memory pinning by kernel
` [PATCH 4/6] net/mlx5: enable secondary process to register DMA memory
` [PATCH 5/6] net/mlx4: add control of excessive memory pinning by kernel
` [PATCH 6/6] net/mlx4: enable secondary process to register DMA memory

v2019.03.0
 2019-03-07  7:55 UTC 

[PATCH] lockdep: avoid a clang warning
 2019-03-07  7:52 UTC 

[PATCH] drm/i915/icl: Fix CRC mismatch error for DP link layer compliance
 2019-03-07  7:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] generic: add test for fsync after shrinking truncate and rename
 2019-03-07  7:52 UTC  (8+ messages)

[PATCH] page flags: prioritize kasan bits over last-cpuid
 2019-03-07  7:51 UTC 

[PATCH] backports: handle RHEL 7.6 kernel
 2019-03-07  7:50 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] sched: fair: fix missed CONFIG_SCHEDSTATS
 2019-03-07  7:49 UTC  (8+ messages)

[PATCH 00/17] lseek related fixes
 2019-03-07  7:49 UTC  (18+ messages)
` [PATCH 01/17] libfile: Make failure path of open_and_lseek() consistent
` [PATCH 02/17] common: Always return enum filetype in file_name_detect_type_offset()
` [PATCH 03/17] MIPS: ath79: Use errno to get error code from open_and_lseek()
` [PATCH 04/17] ARM: i.MX: bbu: Fix variable type in imx_bbu_external_nand_update()
` [PATCH 05/17] ARM: i.MX: bbu: Fix lseek error check "
` [PATCH 06/17] ARM: i.MX: bbu: Fix lseek error check in imx_bbu_internal_v2_write_nand_dbbt()
` [PATCH 07/17] ARM: i.MX: bbu: Fix variable type "
` [PATCH 08/17] bpkfs: Fix lseek error check in bpkfs_probe()
` [PATCH 09/17] uimage: Fix lseek error check in uimage_verify()
` [PATCH 10/17] uimage: Fix lseek error check in uimage_load()
` [PATCH 11/17] uimage: Fix lseek error check in uimage_load_to_buf()
` [PATCH 12/17] state: Fix lseek error check in state_backend_bucket_direct_read()
` [PATCH 13/17] state: Fix lseek error check in state_backend_bucket_direct_write()
` [PATCH 14/17] state: Fix lseek error check in state_mtd_peb_read()
` [PATCH 15/17] state: Fix lseek error check in state_mtd_peb_write()
` [PATCH 16/17] commands: loadxy: Make use of open_and_lseek()
` [PATCH 17/17] commands: loadb: "

Better interop for NFS/SMB file share mode/reservation
 2019-03-06 15:37 UTC  (12+ messages)
                    ` [NFS-Ganesha-Devel] "

[PATCH] usb: dwc3: Toggle GCTL.CORESOFTRESET as a first step
 2019-03-07  7:48 UTC 

[PATCH v4] commit-tree: utilize parse-options api
 2019-03-07  7:47 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/27] ppc: add POWER9 support to the PowerNV platform
 2019-03-07  7:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH 21/27] ppc/pnv: add a OCC model for POWER9

[PATCH 1/2 blktests] nvme: add udevadm settle before disconnecting
 2019-03-07  7:45 UTC  (6+ messages)
` [PATCH 2/2 blktests] nvme: test out-of-range I/O access

[Buildroot] [PATCH 1/6] boot/arm-trusted-firmware: support 32bit Arm targets
 2019-03-07  7:43 UTC  (2+ messages)

[PATCH v2] ARM: socfpga_defconfig: enable support for large block devices
 2019-03-07  7:43 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix ras parameter descriptions
 2019-03-07  7:40 UTC  (2+ messages)

[PATCH 0/3] net/mlx4: add secondary process support
 2019-03-07  7:39 UTC  (4+ messages)
` [PATCH 1/3] net/mlx4: change device reference for secondary process
` [PATCH 2/3] net/mlx4: add external allocator for Verbs object
` [PATCH 3/3] net/mlx4: add secondary process support

[GIT PULL] Driver core patches for 5.1-rc1
 2019-03-07  7:35 UTC  (3+ messages)

[PATCH 0/4] net/mlx5: rework IPC socket and PMD global data init
 2019-03-07  7:33 UTC  (5+ messages)
` [PATCH 1/4] net/mlx5: fix memory event on secondary process
` [PATCH 2/4] net/mlx5: replace IPC socket with EAL API
` [PATCH 3/4] net/mlx5: rework PMD global data init
` [PATCH 4/4] net/mlx5: sync stop/start of datapath with secondary process

[ndctl PATCH] ndctl/list: Introduce region capability objects
 2019-03-07  7:19 UTC 

[PATCH 1/2] images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded
 2019-03-07  7:32 UTC  (3+ messages)

mainline/master boot bisection: v5.0-4854-g8dcd175bc3d5 on odroid-xu3
 2019-03-07  7:30 UTC  (2+ messages)

[RFC PATCH v1 00/25] printk: new implementation
 2019-03-07  7:30 UTC  (3+ messages)
` [RFC PATCH v1 19/25] printk: introduce emergency messages

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-03-07  7:29 UTC  (10+ messages)
` [PATCH v2 10/20] x86: avoid W^X being broken during modules loading

[RFC PATCH 0/2] fix quota subdir mounts
 2019-03-07  7:29 UTC  (5+ messages)
` [RFC PATCH 2/2] ceph: quota: "

[PATCH] arch_topology: Update user supplied capacity to possible cpus in cluster
 2019-03-07  7:28 UTC  (4+ messages)
` [PATCH v1] arch_topology: Make cpu_capacity sysfs node as ready-only

[LTP] [PATCH 0/3] syscalls: add tgkill test-cases
 2019-03-07  7:28 UTC  (4+ messages)
` [LTP] [PATCH 1/3] syscalls/tgkill01: add new test
` [LTP] [PATCH 2/3] syscalls/tgkill02: "
` [LTP] [PATCH 3/3] syscalls/tgkill03: "

[PATCH v4 0/5] GEN8+ GPU Watchdog Reset Support
 2019-03-07  7:27 UTC  (5+ messages)
` [PATCH v4 1/5] drm/i915: Add engine reset count in get-reset-stats ioctl

[meta-oe][PATCH] android-tools: Add patch from Debian to build with OpenSSL 1.1
 2019-03-07  7:26 UTC 

[PATCH v2] ARM: dts: imx6*phytec*: switch to new partitioning scheme
 2019-03-07  7:25 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] ARM: i.MX6UL: liteSOM: depend on DDR controller settings
 2019-03-07  7:24 UTC  (4+ messages)

[meta-networking][PATCH] crda: Remove alternative option to build with the obsolete OpenSSL 1.0
 2019-03-07  7:24 UTC 

[PATCH] Avoid that check_shl_overflow() triggers a compiler warning when building with W=1
 2019-03-07  7:24 UTC  (5+ messages)

[PATCH] [RFC] spi: pxa2xx: Do cs if restart the SSP during pxa2xx_spi_transfer_one()
 2019-03-07  7:24 UTC 

[PATCH v2] lightnvm: pblk: fix bio leak on large sized io
 2019-03-07  7:23 UTC 

[Qemu-devel] [multiprocess RFC PATCH 37/37] multi-process: add configure and usage information
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 35/37] multi-process: QMP/HMP commands to resize block device on remote process
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 34/37] multi-process: HMP command to delete drive from remote device
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 33/37] multi-process: HMP command to add drive to the remote device
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 28/37] multi-process: remote: use fd for socket from parent process
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 32/37] multi-process: handle heartbit messages in remote process
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 29/37] multi-process: remote: add create_done condition
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 31/37] multi-process: add heartbeat timer and signal handler
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 30/37] multi-process: add processing of rdrive and rdevice command line
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 24/37] multi-process: pass proxy link socket fd to remote process
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 27/37] multi-process: remote: add setup_devices and setup_drive msg processing
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 23/37] multi-process: add command line options rdrive and rdevice
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 25/37] multi-process: configure remote side devices
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 26/37] multi-process: add qdev_proxy_add to create proxy devices
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 20/37] multi-process: Add QMP & HMP commands to list remote processes
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 22/37] multi-process: QMP/HMP commands to remove device from the remote process
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 21/37] multi-process: QMP/HMP commands to add a device to the remote process
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 19/37] multi-process: store info about the remote process
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 18/37] multi-process: create IOHUB object to handle irq
 2019-03-07  7:22 UTC 

[Qemu-devel] [multiprocess RFC PATCH 17/37] multi-process: Synchronize remote memory
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 15/37] multi-process: PCI BAR read handling for proxy & remote endpoints
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 16/37] multi-process: Add LSI device proxy object
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 14/37] multi-process: PCI BAR write handling for proxy & remote endpoints
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 13/37] multi-process: introduce proxy object
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 12/37] multi-process: remote process initialization
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 11/37] multi-process: setup memory manager for remote device
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 06/37] multi-process: build system for remote device process
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 10/37] multi-process: setup a machine object for remote device process
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 09/37] multi-process: setup PCI host bridge for remote device
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 07/37] multi-process: define proxy-link object
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 03/37] multi-process: add a command line option for debug file
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 01/37] multi-process: memory: alloc RAM from file at offset
 2019-03-07  7:20 UTC 

[Qemu-devel] [multiprocess RFC PATCH 05/37] multi-process: Add config option for multi-process QEMU
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 08/37] multi-process: add functions to synchronize proxy and remote endpoints
 2019-03-07  7:21 UTC 

[Qemu-devel] [multiprocess RFC PATCH 04/37] multi-process: Add stub functions to facilate build of multi-process
 2019-03-07  7:21 UTC  (2+ messages)
`  "

[PATCH] fix zbarebox linking with new ld
 2019-03-07  7:21 UTC  (2+ messages)

[Qemu-devel] [multiprocess RFC PATCH 02/37] multi-process: util: Add qemu_thread_cancel() to cancel running thread
 2019-03-07  7:20 UTC 

[Qemu-devel] [multiprocess RFC PATCH 00/37] Initial support of multi-process qemu
 2019-03-07  7:20 UTC 

[PATCH] PCI: dwc: tune down link up messages
 2019-03-07  7:19 UTC  (2+ messages)

[PATCH] Staging: vt6655: Remove unused function
 2019-03-07  7:18 UTC  (2+ messages)

mainline/master boot bisection: v5.0-5022-g542d0e583b7b on odroid-xu3
 2019-03-07  7:17 UTC 

[PATCH v1 00/11] Add patch set for IPN3KE
 2019-03-07  7:16 UTC  (4+ messages)
` [PATCH v1 04/11] drivers/raw/ifpga_rawdev: add IPN3KE support for IFPGA Rawdev


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.