All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-14 21:59:45 to 2019-01-14 22:55:45 UTC [more...]

[PATCH] lib/power: fix return code to unsigned value
 2019-01-14 22:55 UTC  (2+ messages)

[PATCH v3 0/6] Static calls
 2019-01-14 22:54 UTC  (14+ messages)

[U-Boot] [PATCH v10 00/10] Fix CVE-2018-18440 and CVE-2018-18439
 2019-01-14 22:54 UTC  (2+ messages)

[PATCH v10 00/12] PECI device driver introduction
 2019-01-14 22:54 UTC  (14+ messages)
` [PATCH v10 03/12] peci: Add support for PECI bus driver core
` [PATCH v10 05/12] ARM: dts: aspeed: peci: Add PECI node
` [PATCH v10 06/12] peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx
` [PATCH v10 09/12] Documentation: hwmon: Add documents for PECI hwmon client drivers

linux-next: manual merge of the cisco tree with the vfs tree
 2019-01-14 22:54 UTC  (3+ messages)

[Qemu-devel] [PULLv3 00/65] slirp updates
 2019-01-14 22:53 UTC  (66+ messages)
` [Qemu-devel] [PULL 01/65] slirp: associate slirp_output callback with the Slirp context
` [Qemu-devel] [PULL 02/65] slirp: remove do_pty from fork_exec()
` [Qemu-devel] [PULL 03/65] slirp: replace ex_pty with ex_chardev
` [Qemu-devel] [PULL 04/65] slirp: use a dedicated field for chardev pointer
` [Qemu-devel] [PULL 05/65] slirp: remove unused EMU_RSH
` [Qemu-devel] [PULL 06/65] slirp: rename /extra/chardev
` [Qemu-devel] [PULL 07/65] slirp: move internal function declarations
` [Qemu-devel] [PULL 08/65] slirp: remove Monitor dependency, return a string for info
` [Qemu-devel] [PULL 09/65] slirp: fix slirp_add_exec() leaks
` [Qemu-devel] [PULL 10/65] slirp: replace the poor-man string split with g_strsplit()
` [Qemu-devel] [PULL 11/65] slirp: remove dead declarations
` [Qemu-devel] [PULL 12/65] slirp: add tftp tracing
` [Qemu-devel] [PULL 13/65] slirp: move socket pair creation in helper function
` [Qemu-devel] [PULL 14/65] slirp: remove unused M_TRAILINGSPACE
` [Qemu-devel] [PULL 15/65] slirp: use a callback structure to interface with qemu
` [Qemu-devel] [PULL 16/65] slirp: remove PROBE_CONN dead-code
` [Qemu-devel] [PULL 17/65] slirp: remove FULL_BOLT
` [Qemu-devel] [PULL 18/65] slirp: remove the disabled readv()/writev() code path
` [Qemu-devel] [PULL 19/65] slirp: remove HAVE_SYS_SIGNAL_H
` [Qemu-devel] [PULL 20/65] slirp: remove unused HAVE_SYS_BITYPES_H
` [Qemu-devel] [PULL 21/65] slirp: remove NO_UNIX_SOCKETS
` [Qemu-devel] [PULL 22/65] slirp: remove unused HAVE_SYS_STROPTS_H
` [Qemu-devel] [PULL 23/65] slirp: remove unused HAVE_ARPA_INET_H
` [Qemu-devel] [PULL 24/65] slirp: remove unused HAVE_SYS_WAIT_H
` [Qemu-devel] [PULL 25/65] slirp: remove unused HAVE_SYS_SELECT_H
` [Qemu-devel] [PULL 26/65] slirp: remove HAVE_SYS_IOCTL_H
` [Qemu-devel] [PULL 27/65] slirp: remove HAVE_SYS_FILIO_H
` [Qemu-devel] [PULL 28/65] slirp: remove unused DECLARE_IOVEC
` [Qemu-devel] [PULL 29/65] slirp: remove unused HAVE_INET_ATON
` [Qemu-devel] [PULL 30/65] slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent
` [Qemu-devel] [PULL 31/65] slirp: replace SIZEOF_CHAR_P "
` [Qemu-devel] [PULL 32/65] slirp: replace compile time DO_KEEPALIVE
` [Qemu-devel] [PULL 33/65] slirp: remove unused global slirp_instance
` [Qemu-devel] [PULL 34/65] slirp: replace error_report() with g_critical()
` [Qemu-devel] [PULL 35/65] slirp: improve a bit the debug macros
` [Qemu-devel] [PULL 36/65] slirp: add a callback to log guest errors
` [Qemu-devel] [PULL 37/65] slirp: remove #if notdef dead code
` [Qemu-devel] [PULL 38/65] slirp: remove unused sbflush()
` [Qemu-devel] [PULL 39/65] slirp: NULL is defined by stddef.h
` [Qemu-devel] [PULL 40/65] slirp: remove dead TCP_ACK_HACK code
` [Qemu-devel] [PULL 41/65] slirp: replace ARRAY_SIZE with G_N_ELEMENTS
` [Qemu-devel] [PULL 42/65] net: do not depend on slirp internals
` [Qemu-devel] [PULL 43/65] glib-compat: add g_spawn_async_with_fds() fallback
` [Qemu-devel] [PULL 44/65] slirp: simplify fork_exec()
` [Qemu-devel] [PULL 45/65] slirp: replace error_report() with g_critical()
` [Qemu-devel] [PULL 46/65] slirp: Enable fork_exec support on Windows
` [Qemu-devel] [PULL 47/65] slirp: drop <Vista compatibility
` [Qemu-devel] [PULL 48/65] slirp: rename exec_list
` [Qemu-devel] [PULL 49/65] slirp: use virtual time for packet expiration
` [Qemu-devel] [PULL 50/65] slirp: replace a fprintf with g_critical()
` [Qemu-devel] [PULL 51/65] slirp: replace some fprintf() with DEBUG_MISC
` [Qemu-devel] [PULL 52/65] slirp: replace a DEBUG block with WITH_ICMP_ERROR_MSG
` [Qemu-devel] [PULL 53/65] slirp: no need to make DPRINTF conditional on DEBUG
` [Qemu-devel] [PULL 54/65] slirp: always build with debug statements
` [Qemu-devel] [PULL 55/65] slirp: introduce SLIRP_DEBUG environment variable
` [Qemu-devel] [PULL 56/65] slirp: use %p for pointers format
` [Qemu-devel] [PULL 57/65] slirp: remove remaining DEBUG blocks
` [Qemu-devel] [PULL 58/65] slirp: replace DEBUG_ARGS with DEBUG_ARG
` [Qemu-devel] [PULL 59/65] slirp: factor out guestfwd addition checks
` [Qemu-devel] [PULL 60/65] slirp: add clock_get_ns() callback
` [Qemu-devel] [PULL 61/65] build-sys: use a separate slirp-obj-y && slirp.mo
` [Qemu-devel] [PULL 62/65] slirp: set G_LOG_DOMAIN
` [Qemu-devel] [PULL 63/65] slirp: call into g_debug() for DEBUG macros
` [Qemu-devel] [PULL 64/65] slirp: Mark debugging calls as unlikely
` [Qemu-devel] [PULL 65/65] slirp: check data length while emulating ident function

[PATCH v2 0/3] add support for power off check in suspend
 2019-01-14 22:53 UTC  (8+ messages)
` [PATCH v2 2/3] regulator: core: add helper to check if regulator is disabled "

[PATCH v2 0/5] drm/tinydrm: Use damage helper for dirtyfb
 2019-01-14 22:53 UTC  (12+ messages)
` [PATCH v2 4/5] "

[CI] drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
 2019-01-14 22:50 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex (rev3)

[igt-dev] [PATCH i-g-t v2 1/9] lib/psr: Add a macro with the maximum lenght of i915_edp_psr_status and use it
 2019-01-14 22:48 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2 9/9] test: Add PSR2 selective update tests

[Qemu-devel] [PATCH] include/fpu/softfloat: Fix compilation with Clang on s390x
 2019-01-14 22:48 UTC  (7+ messages)

[PATCH] lib/power: fix freq list function to handle null
 2019-01-14 22:47 UTC  (2+ messages)

[PATCH] another trivial
 2019-01-14 22:44 UTC  (2+ messages)

[PATCH] trivial system cronjob
 2019-01-14 22:43 UTC  (2+ messages)

[PATCH RFT] spi-renesas-rpc: manual read issue workaround
 2019-01-14 22:47 UTC  (6+ messages)

[meta-oe][PATCH V2] pmdk: fix install error
 2019-01-14 22:46 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_exec_whipser: Pass early exit onto check_bo
 2019-01-14 22:46 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v3 0/6] Add VM kernel tracing over vsock sockets
 2019-01-14 22:46 UTC  (5+ messages)
` [PATCH v3 3/6] trace-cmd: Add tracecmd_create_recorder_virt function
` [PATCH v3 6/6] trace-cmd: Add VM kernel tracing over vsock sockets transport

[PATCH] lib/power: fix error handling on setting governor
 2019-01-14 22:45 UTC  (2+ messages)

[SPDK] Number of QPs in NVME-OF testing with FIO (SPDK)
 2019-01-14 22:45 UTC 

Yocto distribution license
 2019-01-14 22:44 UTC  (4+ messages)

[linux-lvm] how to copy a snapshot, or restore snapshot without deleting it
 2019-01-14 22:44 UTC  (5+ messages)

[PATCH] ti-llvm3.6: update srcrev, fix for gcc8
 2019-01-14 22:42 UTC 

[PATCH] ocl: update version to 01.01.17.02
 2019-01-14 22:41 UTC 

[Bug 95517] Constant GPU VM faults
 2019-01-14 22:41 UTC 

[PATCH] Input: uinput - fix undefined behavior in uinput_validate_absinfo()
 2019-01-14 22:41 UTC  (3+ messages)

[PATCH v2 0/7] Qualcomm AOSS QMP side channel binding and driver
 2019-01-14 22:40 UTC  (7+ messages)
` [PATCH v2 1/7] dt-bindings: soc: qcom: Add AOSS QMP binding
` [PATCH v2 2/7] soc: qcom: Add AOSS QMP communication driver
` [PATCH v2 3/7] soc: qcom: Add AOSS QMP genpd provider

[PATCH] drm/amdgpu: Setting doorbell range registers earlier
 2019-01-14 22:39 UTC 

[PATCH] lib: fix to free trail queue entry after use
 2019-01-14 22:39 UTC  (4+ messages)
` [PATCH v3] lib/efd: fix to free tail "
  ` [dpdk-stable] "

[Qemu-devel] [PATCH v17 0/6] Add support for TPM Physical Presence interface
 2019-01-14 22:27 UTC  (7+ messages)
` [Qemu-devel] [PATCH v17 1/6] tpm: add a "ppi" boolean property
` [Qemu-devel] [PATCH v17 2/6] tpm: allocate/map buffer for TPM Physical Presence interface
` [Qemu-devel] [PATCH v17 3/6] acpi: expose TPM/PPI configuration parameters to firmware via fw_cfg
` [Qemu-devel] [PATCH v17 4/6] acpi: build TPM Physical Presence interface
` [Qemu-devel] [PATCH v17 5/6] acpi: add ACPI memory clear interface
` [Qemu-devel] [PATCH v17 6/6] tpm: clear RAM when "memory overwrite" requested

Configuring WRIOP on LS1088ARDB
 2019-01-14 22:38 UTC 

[U-Boot] [PATCH v2 1/9] arm: actions: Add common framework for Actions Semi SoCs
 2019-01-14 22:38 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/9] arm: actions: Add owl memory map regions

[igt-dev] [PATCH i-g-t v2-resend-reviewed 1/2] lib/psr: Add a macro with the maximum lenght of i915_edp_psr_status and use it
 2019-01-14 22:36 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,v2-resend-reviewed,1/2] "

[PATCH] drm/amd/display: eDP fast bootup does not work for pre-raven asic
 2019-01-14 22:36 UTC 

[PATCH] libs/power: fix the resource leaking issue
 2019-01-14 22:35 UTC  (2+ messages)

[PATCH] FYI / RFC: submodules: introduce repo-like workflow
 2019-01-14 22:34 UTC  (2+ messages)

[Buildroot] [PATCH] tpm2-tss: fix build with BR2_FORTIFY_SOURCE_1
 2019-01-14 22:33 UTC 

[PATCH v2] fpga: altera_freeze_bridge: remove restriction to socfpga
 2019-01-14 22:33 UTC 

btrfs RAID5 corrupted fs restore? data is OK
 2019-01-14 22:32 UTC 

[RFC v3 00/21] SMMUv3 Nested Stage Setup
 2019-01-14 22:32 UTC  (6+ messages)
` [RFC v3 14/21] iommu: introduce device fault data

[meta-oe][PATCH] lockdev: Switch to use archive tarballs for SRC_URI
 2019-01-14 22:31 UTC 

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-14 22:21 UTC  (13+ messages)
              ` [Qemu-devel] "

[Qemu-devel] [PATCH v4 for-4.0 0/7] vhost-user-blk: Add support for backend reconnecting
 2019-01-14 22:25 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 for-4.0 2/7] vhost-user: Support transferring inflight buffer between qemu and backend

Possible use of RCU while in extended QS: idle vs RCU read-side in interrupt vs rcu_eqs_exit
 2019-01-14 22:31 UTC  (10+ messages)
        ` Perf: event wakeup discards sched_waking events

[Qemu-devel] [PATCH spice/qemu 0/3] QXL interface to set monitor ID
 2019-01-14 22:22 UTC  (5+ messages)
` [Qemu-devel] [PATCH spice 1/3] QXL interface: add a function to identify monitors in the guest
  ` [Qemu-devel] [Spice-devel] "

[PATCH] fs/dax: Convert to use vmf_error()
 2019-01-14 22:30 UTC  (3+ messages)

[PATCH] drm/i915: Pass down rc in intel_encoder->compute_config()
 2019-01-14 22:29 UTC  (2+ messages)

[PATCH v2] RDMA/cma: Rollback source IP address if failing to acquire device
 2019-01-14 22:28 UTC  (3+ messages)

[PATCH 0/4] Sideband the whole fetch v2 response
 2019-01-14 22:27 UTC  (6+ messages)
` [PATCH 2/4] sideband: reverse its dependency on pkt-line
` [PATCH 3/4] {fetch,upload}-pack: sideband v2 fetch response

[U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata
 2019-01-14 22:26 UTC  (9+ messages)
` [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

[PATCH] gro: add missing invalid packet checks
 2019-01-14 22:26 UTC  (3+ messages)
` [PATCH v2] "
  ` [dpdk-stable] "

[PATCH v2 0/9] platform/chrome: rtc: Add support for Wilco EC
 2019-01-14 22:25 UTC  (11+ messages)
` [PATCH v2 1/9] platform/chrome: Remove cros_ec dependency in lpc_mec
` [PATCH v2 2/9] platform/chrome: Add new driver for Wilco EC
` [PATCH v2 3/9] platform/chrome: Add sysfs attributes
` [PATCH v2 4/9] platform/chrome: Add support for raw commands in sysfs
` [PATCH v2 5/9] platform/chrome: rtc: Add RTC driver for Wilco EC
` [PATCH v2 6/9] platform/chrome: Add event handling
` [PATCH v2 7/9] platform/chrome: Add EC properties
` [PATCH v2 8/9] platform/chrome: Add peakshift and adv_batt_charging
` [PATCH v2 9/9] platform/chrome: Add binary telemetry attributes

[PATCH] mm, swap: Potential NULL dereference in get_swap_page_of_type()
 2019-01-14 22:25 UTC  (5+ messages)

[PATCH 1/2] Makefile: Automate OBSOLETE_FILES definition
 2019-01-14 22:25 UTC  (2+ messages)
` [PATCH 2/2] datastruct/hash: Don't track hash_resize_s

[PATCH v1] clk: qcom: lpass: Add CLK_IGNORE_UNUSED for lpass clocks
 2019-01-14 22:25 UTC  (6+ messages)

[PATCH] drivers: fix sprintf with snprintf
 2019-01-14 22:20 UTC  (2+ messages)
` [dpdk-stable] "

[PATCH 1/2] arm64: dts: qcom: Correct "gpiio" typo in msm8996-pins
 2019-01-14 22:18 UTC  (2+ messages)

[PATCH] ipsec: fix compilation problem
 2019-01-14 22:17 UTC  (2+ messages)

[MPTCP] MPTCP falling back to TCP
 2019-01-14 22:17 UTC 

[PATCH] lib/scatterlist: Provide a DMA page iterator
 2019-01-14 22:16 UTC  (5+ messages)

[PATCH] fpga: altera_freeze_bridge: remove restriction to socfpga
 2019-01-14 22:14 UTC  (3+ messages)

[PATCH v3] vrf: Fix conntrack-dnat conflict in vrf-device PREROUTING hook
 2019-01-14 22:15 UTC  (3+ messages)

my subject
 2019-01-14 22:02 UTC 

[PATCH BlueZ 1/2] mesh: Fix reading device UUID from Join() call
 2019-01-14 22:10 UTC  (4+ messages)
` [PATCH BlueZ 2/2] mesh: Clean up when finishing the Join call

[PATCH ghak59 V3 0/4] audit: config_change normalizations and event record gathering
 2019-01-14 22:10 UTC  (3+ messages)
` [PATCH ghak59 V3 1/4] audit: give a clue what CONFIG_CHANGE op was involved

[PATCH BlueZ] mesh: remove uneeded BDADDR type check
 2019-01-14 22:10 UTC  (2+ messages)

[PATCH 1/2] spi: spi-geni-qcom: Don't initialize completion for normal message
 2019-01-14 22:09 UTC  (4+ messages)
` Applied "spi: spi-geni-qcom: Don't initialize completion for normal message" to the spi tree

[PATCH 2/2] spi: spi-geni-qcom: Get rid of forward declaration
 2019-01-14 22:09 UTC  (4+ messages)
` Applied "spi: spi-geni-qcom: Get rid of forward declaration" to the spi tree

Applied "regulator: dt-bindings: Convert fixed-regulator to json-schema" to the regulator tree
 2019-01-14 22:09 UTC 

[PATCH] regulator: dt-bindings: Convert fixed-regulator to json-schema
 2019-01-14 22:08 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2] i40e: Add macvlan support on i40e
 2019-01-14 22:08 UTC  (3+ messages)

[Cluster-devel] [PATCH 00/11] Read bitmap buffers on demand
 2019-01-14 22:08 UTC  (5+ messages)
` [Cluster-devel] [PATCH 09/11] gfs2: "

[U-Boot] [ANN] U-Boot v2019.01 released
 2019-01-14 22:07 UTC 

[PATCH rdma-rc 0/3] RDMA/hns: Some fixes for 5.0
 2019-01-14 22:06 UTC  (5+ messages)
` [PATCH rdma-rc 1/3] RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs

broonie-regulator/for-next boot bisection: v5.0-rc2-20-g61b67608c6b9 on meson-gxl-s905x-libretech-cc
 2019-01-14 22:04 UTC  (2+ messages)

[PATCH] openssl: move c_rehash pkg to avoid perl dep
 2019-01-14 22:04 UTC 

[PATCH 1/3 v2] drm: rcar-du: add missing of_node_put
 2019-01-14 22:01 UTC  (3+ messages)

Weekly Meeting 2019-01-14 #minutes
 2019-01-14 22:01 UTC  (3+ messages)

[PATCH 0/4] gcov: add Clang support
 2019-01-14 22:00 UTC  (4+ messages)

[PATCH v2 0/9] Thermal throttling for SDM845
 2019-01-14 22:01 UTC  (3+ messages)
` [PATCH v2 8/9] arm64: dts: sdm845: wireup the thermal trip points to cpufreq

broonie-regulator/for-next boot bisection: v5.0-rc2-20-g61b67608c6b9 on meson8b-odroidc1
 2019-01-14 21:59 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.