All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-04 02:57:33 to 2019-01-04 05:22:52 UTC [more...]

[Qemu-devel] [PATCH for-4.0 v9 00/16] qemu_thread_create: propagate the error to callers to handle
 2019-01-04  5:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-4.0 v9 10/16] qemu_thread: supplement error handling for h_resize_hpt_prepare

[Qemu-devel] can we update QEMU's version of u-boot.e500 ?
 2019-01-04  5:03 UTC  (3+ messages)

[PATCH 0/2] xtensa: Unify the system call scripts
 2019-01-04  5:17 UTC  (7+ messages)
` [PATCH 1/2] xtensa: remove nargs from __SYSCALL
` [PATCH 2/2] xtensa: generate uapi header and syscall table header files

[RFC v2 0/2] PWM support for HiFive Unleashed
 2019-01-04  5:14 UTC  (12+ messages)
` [RFC v2 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [RFC v2 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v1 0/2] virtio-balloon: tweak config_changed
 2019-01-04  5:14 UTC  (7+ messages)
` [PATCH v1 1/2] virtio-balloon: tweak config_changed implementation
    `  "
      ` [virtio-dev] "

memory cgroup pagecache and inode problem
 2019-01-04  5:12 UTC  (3+ messages)

[Bug 108992] Regression: Lenovo e585 (ryzen 2500u) freezes during boot with 4.20-rc5, amdgpu error
 2019-01-04  5:08 UTC  (2+ messages)
` [Bug 108992] Regression: Lenovo e585 (ryzen 2500u) freezes during boot with 4.20-rc5/rc6, "

[PATCH v6 1/2] memory_hotplug: Free pages as higher order
 2019-01-04  5:05 UTC  (6+ messages)

[PATCH v7] mm/page_alloc.c: memory_hotplug: free pages as higher order
 2019-01-04  5:01 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2019-01-04  5:00 UTC 

[PATCH] scsi: associate bio write hint with WRITE CDB
 2019-01-04  4:57 UTC  (4+ messages)

[Buildroot] [PATCH v2 1/1] package/php_amqp: fix build with php 7.3.0
 2019-01-04  4:55 UTC  (3+ messages)

[PATCH 2/3] arm64: compat: Don't pull syscall number from regs in arm_compat_syscall
 2019-01-04  4:50 UTC  (2+ messages)

[PATCH 1/3] arm64: compat: Avoid sending SIGILL for unallocated syscall numbers
 2019-01-04  4:50 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/php_zmq: fix build with php 7.3.0
 2019-01-04  4:47 UTC 

[lustre-devel] New tag 2.12.50
 2019-01-04  4:45 UTC 

[U-Boot] [PATCH] exynos: allow SPL to build in thumb mode
 2019-01-04  4:45 UTC  (2+ messages)

[Patch net] xfrm: fix reinsert in xfrm_hash_rebuild()
 2019-01-04  4:44 UTC 

[Bug 202127] New: cannot mount or create xfs on a 597T device
 2019-01-04  4:42 UTC  (2+ messages)
` [Bug 202127] "

[PATCH] target/iscsi: fix error msg typo when create lio_qr_cache failed
 2019-01-04  4:40 UTC  (3+ messages)

[U-Boot] [PATCH 2/2] lib: fdtdec: fixup fdtdec_get_addr_size
 2019-01-04  4:39 UTC  (5+ messages)
` [U-Boot] [PATCH 0/2] lib: fdtdec: Couple of fies

[PATCH] f2fs_io: add pin_file control command
 2019-01-04  4:37 UTC 

[PATCH] scsi: sd: Fix cache_type_store()
 2019-01-04  4:37 UTC  (2+ messages)

[PATCH 0/2] qcom_adsp_pil: Remove voting for lpass_aon clock
 2019-01-04  4:36 UTC  (3+ messages)
` [PATCH 2/2] remoteproc: q6v5_adsp: "

Unrecoverable btrfs corruption (backref bytes do not match extent backref)
 2019-01-04  4:31 UTC  (5+ messages)

[Qemu-devel] [PATCH for-4.0 v4 0/2] virtio: Provide version-specific variants of virtio PCI devices
 2019-01-04  4:27 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-4.0 v4 2/2] "

[PATCH 0/2] hwmon: devicetree support for hih6130
 2019-01-04  4:26 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (hih6130) add dtb compatibility tables
` [PATCH 2/2] devicetree: hwmon: Add bindings documentation for HIH6130

[Qemu-devel] [PATCH] compat: Use explicit type names on HW_COMPAT_2_6
 2019-01-04  4:23 UTC  (2+ messages)

[PATCH 00/16] crypto: skcipher template simplifications and conversions
 2019-01-04  4:16 UTC  (17+ messages)
` [PATCH 01/16] crypto: cfb - add missing 'chunksize' property
` [PATCH 02/16] crypto: cfb - remove bogus memcpy() with src == dest
` [PATCH 03/16] crypto: ofb - fix handling partial blocks and make thread-safe
` [PATCH 04/16] crypto: pcbc - remove bogus memcpy()s with src == dest
` [PATCH 05/16] crypto: skcipher - add helper for simple block cipher modes
` [PATCH 06/16] crypto: cbc - convert to skcipher_alloc_instance_simple()
` [PATCH 07/16] crypto: cfb "
` [PATCH 08/16] crypto: ctr - convert to skcipher API
` [PATCH 09/16] crypto: ecb "
` [PATCH 10/16] crypto: keywrap "
` [PATCH 11/16] crypto: ofb - convert to skcipher_alloc_instance_simple()
` [PATCH 12/16] crypto: pcbc - remove ability to wrap internal ciphers
` [PATCH 13/16] crypto: pcbc - convert to skcipher_alloc_instance_simple()
` [PATCH 14/16] crypto: arc4 - convert to skcipher API
` [PATCH 15/16] crypto: null - convert ecb-cipher_null "
` [PATCH 16/16] crypto: algapi - remove crypto_alloc_instance()

[PATCH 1/2] f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
 2019-01-04  4:20 UTC  (2+ messages)
` [PATCH 2/2] f2fs: don't access node/meta inode mapping after iput

[GIT PULL] File locking bugfix for v4.21
 2019-01-04  4:20 UTC  (2+ messages)

[GIT PULL] sound fixes for 4.21-rc1
 2019-01-04  4:20 UTC  (2+ messages)

[GIT] Networking
 2019-01-04  4:20 UTC  (2+ messages)

[PATCH] f2fs: export pin_file flag to user
 2019-01-04  4:19 UTC 

[PATCH v2] driver: uio: fix possible memory leak and use-after-free in __uio_register_device
 2019-01-04 14:19 UTC 

[RFC PATCH 0/3] mm: memcontrol: delayed force empty
 2019-01-04  4:15 UTC  (11+ messages)

[PATCH 0/6] Some fixes for vhost
 2019-01-04  4:06 UTC  (7+ messages)
` [PATCH 1/6] vhost: fix desc access in relay helpers
` [PATCH 2/6] vhost: fix possible out of bound "
` [PATCH 3/6] vhost: fix possible dead loop "
` [PATCH 4/6] vhost: fix possible out of bound access in vector filling
` [PATCH 5/6] vhost: fix possible dead loop "
` [PATCH 6/6] vhost: ensure event idx is mapped when negotiated

[trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory
 2019-01-04  4:07 UTC  (9+ messages)

[PATCH] drm/i915: Fix the HDMI hot plug disconnection failure (v3)
 2019-01-04  4:02 UTC  (8+ messages)
` [PATCH] drm/i915: Fix the HDMI hot plug disconnection failure (v4)

[PATCH] SUNRPC: Remove rpc_xprt::tsh_size
 2019-01-04  4:00 UTC  (8+ messages)

[Qemu-devel] RISCV Simulator
 2019-01-03 21:58 UTC 

[PATCH v4 00/15] fanotify: add support for more event types
 2019-01-04  3:58 UTC  (4+ messages)
` [PATCH v4 07/15] fanotify: copy event fid info to user

[PATCH] EXP hashtorture.h: Avoid sporadic SIGSEGV in hash_bkt_rcu
 2019-01-04  3:56 UTC  (11+ messages)
        ` [PATCH] datastruct/hash: Tweak appearance of updated code in snippet

[RFC PATCH 1/1] PM / Domains: Add multi PM domains support for attach_dev
 2019-01-04  3:50 UTC  (9+ messages)

[PATCH] xfs_repair: fix off by one error when rebuilding high keys
 2019-01-04  3:49 UTC  (3+ messages)

[meta-poky][PATCH 0/1] local.conf.sample: make systemd as default init manager
 2019-01-04  3:43 UTC  (5+ messages)
` [meta-poky][PATCH 1/1] "
  ` [poky] "

[LTP] [PATCH v3] cgroup_regression_test.sh ported to newlib
 2019-01-04  3:45 UTC  (2+ messages)

[PATCH] PCI: Add no-D3 quirk for Mellanox ConnectX-[45]
 2019-01-04  3:44 UTC  (4+ messages)

trace-cmd python
 2019-01-04  3:43 UTC 

[PATCH v2] arm64/lib: add accelerated do_csum for arm64
 2019-01-04  3:39 UTC  (2+ messages)

git version 2.20.1.windows.1 throws file name too long in gitk
 2019-01-04  3:38 UTC  (2+ messages)

[PATCH] Documentation/features: Add csky kernel features
 2019-01-04  3:34 UTC 

[PATCH 1/3] media: dt-bindings: media: Fix MTK document for vcodec
 2019-01-04  3:32 UTC  (5+ messages)
  ` 答复: "

[PATCH] wic: update test case test_qemu
 2019-01-04  2:49 UTC 

[PATCH] mm: Remove sysctl_extfrag_handler
 2019-01-04  3:29 UTC  (2+ messages)

[PATCH] fsi:fsi-sbefifo: Fix possible concurrency use-after-free bugs in sbefifo_user_release
 2019-01-04  3:26 UTC  (4+ messages)

[Help] Could not recvie gerrit register verification email
 2019-01-04  3:12 UTC  (3+ messages)

[PATCH] clk: imx: Remove Kconfig duplicate include
 2019-01-04  3:22 UTC  (2+ messages)

[Bug 177] binding i40e with uio_pci_generic fails for DPDK 19.02.0-rc1
 2019-01-04  3:22 UTC 

[Qemu-devel] [PATCH v3 for-4.0 0/7] vhost-user-blk: Add support for backend reconnecting
 2019-01-04  3:20 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 for-4.0 2/7] vhost-user: Support providing shared memory to backend

[GIT PULL][PATCH] sh: ftrace: Fix missing parenthesis in WARN_ON()
 2019-01-04  3:18 UTC  (2+ messages)

Wireguard + anycast
 2019-01-04  3:17 UTC  (2+ messages)

BUG: FP registers leak across execve
 2019-01-04  3:12 UTC  (4+ messages)

[PATCH V4 00/20] Tegra210 DFLL support
 2019-01-04  3:07 UTC  (63+ messages)
` [PATCH V4 01/20] dt-bindings: clock: tegra124-dfll: Update DFLL binding for PWM regulator
` [PATCH V4 02/20] dt-bindings: clock: tegra124-dfll: add Tegra210 support
` [PATCH V4 03/20] dt-bindings: cpufreq: tegra124: remove vdd-cpu-supply from required properties
` [PATCH V4 04/20] dt-bindings: cpufreq: tegra124: remove cpu_lp clock "
` [PATCH V4 05/20] clk: tegra: dfll: registration for multiple SoCs
` [PATCH V4 06/20] clk: tegra: dfll: CVB calculation alignment with the regulator
` [PATCH V4 07/20] clk: tegra: dfll: support PWM regulator control
` [PATCH V4 08/20] clk: tegra: dfll: round down voltages based on alignment
` [PATCH V4 09/20] clk: tegra: dfll: add CVB tables for Tegra210
` [PATCH V4 10/20] clk: tegra: dfll: build clk-dfll.c for Tegra124 and Tegra210
` [PATCH V4 11/20] cpufreq: tegra124: do not handle the CPU rail
` [PATCH V4 12/20] cpufreq: tegra124: extend to support Tegra210
` [PATCH V4 13/20] cpufreq: dt-platdev: add Tegra210 to blacklist
` [PATCH V4 14/20] arm64: dts: tegra210: add DFLL clock
` [PATCH V4 15/20] arm64: dts: tegra210: add CPU clocks
` [PATCH V4 16/20] arm64: dts: tegra210-p2597: add pinmux for PWM-based DFLL support
` [PATCH V4 17/20] arm64: dts: tegra210-p2371-2180: enable DFLL clock
` [PATCH V4 18/20] arm64: dts: tegra210-smaug: add CPU power rail regulator
` [PATCH V4 19/20] arm64: dts: tegra210-smaug: enable DFLL clock
` [PATCH V4 20/20] arm64: defconfig: Enable MAX8973 regulator

[U-Boot] [PATCH 0/6] Add support for loading FPGA bitstream
 2019-01-04  3:10 UTC  (14+ messages)
` [U-Boot] [PATCH 1/6] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10

[PATCH v2, 1/3] media: dt-bindings: media: add 'assigned-clocks' to vcodec examples
 2019-01-04  3:06 UTC  (9+ messages)
` [PATCH v2,1/3] "
` [PATCH v2, 2/3] arm64: dts: Using standard CCF interface to set vcodec clk
  ` [PATCH v2,2/3] "
` [PATCH v2, 3/3] media: mtk-vcodec: Using common interface to manage vdec/venc clock
  ` [PATCH v2,3/3] "

[U-Boot] [PATCH] Kconfig: don't pollute Kconfig w/ i.MX8M options for everyone
 2019-01-04  3:06 UTC  (2+ messages)

[PATCH 1/2] f2fs-dev: support multi-device direct IO
 2019-01-04  3:04 UTC  (3+ messages)

[OE-core][PATCH v4 00/10] Hash Equivalency Server
 2019-01-04  3:03 UTC  (2+ messages)
` ✗ patchtest: failure for Hash Equivalency Server (rev4)

[U-Boot] [PATCH 1/2] travis: Setup QEMU_VERSION as variable
 2019-01-04  3:01 UTC  (10+ messages)
` [U-Boot] [PATCH 2/2] travis: Wire Xilinx Versal Virt platform

[PATCH 0/4] Add MediaTek MUSB Controller Driver
 2019-01-04  3:00 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: usb: musb: Add support for MediaTek musb controller
      ` [1/4] "

[PATCH V3] net: phy: tja11xx: Add TJA11xx PHY driver
 2019-01-04  2:57 UTC  (8+ messages)

[PATCH] diff: add support for reading files literally with --no-index
 2019-01-04  2:57 UTC  (3+ 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.