All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-19 18:14:43 to 2018-07-19 19:13:57 UTC [more...]

[PATCH v2 0/5] vhost_user.c code cleanup
 2018-07-19 19:13 UTC  (6+ messages)
` [PATCH v2 1/5] vhost: unify VhostUserMsg usage
` [PATCH v2 2/5] vhost: make message handling functions prepare the reply
` [PATCH v2 3/5] vhost: handle unsupported message types in functions
` [PATCH v2 4/5] vhost: unify message handling function signature
` [PATCH v2 5/5] vhost: message handling implemented as a callback array

[PATCH] perf/core: fix a possible deadlock scenario
 2018-07-19 19:12 UTC  (2+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH v3 00/40] Add nanoMIPS support to QEMU
 2018-07-19 19:13 UTC  (15+ messages)
` [Qemu-devel] [PATCH v3 07/40] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v3 09/40] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v3 10/40] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v3 11/40] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v3 12/40] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v3 13/40] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v3 14/40] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)

Gitk doesn't work on macOS Mojave
 2018-07-19 19:12 UTC  (2+ messages)

[PATCH v3 1/2] drm/i915/icl: move has_resource_streamer to GEN11_FEATURES
 2018-07-19 19:12 UTC  (5+ messages)
` [PATCH v3 2/2] drm/i915: kill resource streamer
` ✓ Fi.CI.BAT: success for series starting with [v3,1/2] drm/i915/icl: move has_resource_streamer to GEN11_FEATURES

[Qemu-devel] [PATCH] monitor: print message when using 'help' with an unknown command
 2018-07-19 19:11 UTC  (3+ messages)

[rocko/master/ti2018.01] [PATCH] pruss-lld-apps: build example applications of pruss-lld
 2018-07-19 19:11 UTC 

reduce lookups in the COW extent tree V3
 2018-07-19 18:27 UTC  (5+ messages)
` [PATCH 5/6] xfs: maintain a sequence count for inode fork manipulations

[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
 2018-07-19 19:11 UTC  (3+ messages)
` [PATCH v1 1/3] add unbounded Multi-Producer-Multi-Consumer queue

[PATCH] ARM: dts: vf610: Add ZII CFU1 board
 2018-07-19 19:07 UTC  (4+ messages)

[PATCH v4 net-next] net/sched: add skbprio scheduler
 2018-07-19 18:22 UTC 

[PATCH 0/6] x86/HVM: implement memory read caching
 2018-07-19 19:07 UTC  (9+ messages)
` [PATCH 5/6] x86/HVM: prefill cache with PDPTEs when possible

[Bug 200607] New: [amdgpu] Polaris10 driver crash with the recent linux-firmware update
 2018-07-19 19:06 UTC  (3+ messages)
` [Bug 200607] "

[PATCH] shim: Fix generation of compat/callback.i: allow redef of OBJECT vars
 2018-07-19 19:06 UTC  (7+ messages)

Silent data corruption in blkdev_direct_IO()
 2018-07-19 19:06 UTC  (8+ messages)
` [PATCH 0/2] Fix silent "
  ` [PATCH 2/2] blkdev: __blkdev_direct_IO_simple: make sure to fill up the bio

[PATCHv6 00/10] Reroll of sb/diff-color-move-more
 2018-07-19 19:05 UTC  (2+ messages)

[PATCH] tpm: add support for partial reads
 2018-07-19 19:05 UTC  (5+ messages)

Sphinx version dependencies?
 2018-07-19 19:04 UTC  (2+ messages)

[Qemu-devel] How to generate custom fw paths for IDE devices?
 2018-07-19 19:03 UTC  (4+ messages)

[PATCH v9 2/4] rtc: ds1307: support m41t11 variant
 2018-07-19 18:19 UTC  (6+ messages)
` [PATCH v9 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx

[RFC PATCH 0/2] clk: qcom: Quad SPI (qspi) clock support for sdm845
 2018-07-19 19:02 UTC  (5+ messages)
` [RFC PATCH 2/2] clk: qcom: Add qspi (Quad SPI) clocks "

Error Report Tool Purge
 2018-07-19 19:01 UTC  (3+ messages)

Use different ssh keys for different github repos (per-url sshCommand)
 2018-07-19 19:01 UTC  (3+ messages)

[PATCH 00/18] drm/i915: GTT remapping for display
 2018-07-19 19:01 UTC  (23+ messages)
` [PATCH 01/18] drm/i915: Fix glk/cnl display w/a #1175
` [PATCH 02/18] drm/i915: s/tile_offset/aligned_offset/
` [PATCH 03/18] drm/i915: Add .max_stride() plane hook
` [PATCH 04/18] drm/i915: Use pipe A primary plane .max_stride() as the global stride limit
` [PATCH 05/18] drm/i915: Rename the plane_state->main/aux to plane_state->color_plane[]
` [PATCH 06/18] drm/i915: Store the final plane stride in plane_state
` [PATCH 07/18] drm/i915: Store ggtt_view "
` [PATCH 08/18] drm/i915: s/int plane/int color_plane/
` [PATCH 09/18] drm/i915: Nuke plane->can_scale/min_downscale
` [PATCH 10/18] drm/i915: Extract per-platform plane->check() functions
` [PATCH 11/18] drm/i915: Move skl plane fb related checks into a better place
` [PATCH 12/18] drm/i915: Move display w/a #1175
` [PATCH 13/18] drm/i915: Move chv rotation checks to plane->check()
` [PATCH 14/18] drm/i915: Extract intel_cursor_check_surface()
` [PATCH 15/18] drm/i915: Add a new "remapped" gtt_view
` [PATCH 16/18] drm/i915: Overcome display engine stride limits via GTT remapping
` [PATCH 17/18] drm/i915: Bump gen4+ fb stride limit to 256KiB
` [PATCH 18/18] drm/i915: Bump gen4+ fb size limits to 32kx32k
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: GTT remapping for display
` ✗ Fi.CI.SPARSE: "

[dm-crypt] can't open LUKS drive after upgrade
 2018-07-19 18:54 UTC 

[PATCH 01/11] ASoC: SOF: Add Sound Open Firmware driver core
 2018-07-19 18:58 UTC  (12+ messages)
` [PATCH 02/11] ASoC: SOF: Add Sound Open Firmware KControl support
` [PATCH 03/11] ASoC: SOF: Add driver debug support
` [PATCH 04/11] ASoC: SOF: Add support for IPC IO between DSP and Host
` [PATCH 05/11] ASoC: SOF: Add PCM operations support
` [PATCH 06/11] ASoC: SOF: Add support for loading topologies
` [PATCH 07/11] ASoC: SOF: Add DSP firmware trace event support
` [PATCH 08/11] ASoC: SOF: Add DSP HW abstraction operations
` [PATCH 09/11] ASoC: SOF: Add firmware loader support
` [PATCH 10/11] ASoC: SOF: Add userspace ABI support
` [PATCH 11/11] ASoC: SOF: Add Build support for SOF core

[PATCH 0/3] histogram diff: Fix memory ballooning in corner case
 2018-07-19 18:56 UTC  (4+ messages)
` [PATCH 1/3] xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diff
` [PATCH 2/3] xdiff/xhistogram: factor out memory cleanup into free_index()
` [PATCH 3/3] xdiff/xhistogram: move index allocation into find_lcs

[PATCH v2 0/3] Make the audio component binding more generic
 2018-07-19 18:56 UTC  (5+ messages)
` [alsa-devel] "

[PATCH v3] PCI: Data corruption happening due to race condition
 2018-07-19 18:55 UTC  (7+ messages)

"service auditd start" fails inside a container
 2018-07-19 18:53 UTC  (2+ messages)

[PATCH net-next 0/4] TC: refactor act_mirred packets re-injection
 2018-07-19 18:07 UTC  (3+ messages)
` [PATCH net-next 3/4] net/tc: introduce TC_ACT_MIRRED

[PATCH 1/5] drm/amdgpu: add system interrupt register offset header
 2018-07-19 18:51 UTC  (5+ messages)
` [PATCH 3/5] drm/amdgpu: enable system interrupt for jrbc

[PATCH v2 00/23] Mark strings for translation
 2018-07-19 18:51 UTC  (13+ messages)
` [PATCH v2 01/23] Update messages in preparation for i18n
` [PATCH v2 02/23] archive-tar.c: mark more strings for translation
` [PATCH v2 03/23] archive-zip.c: "
` [PATCH v2 06/23] builtin/pack-objects.c: "
` [PATCH v2 10/23] connect.c: "

[PATCH v3] drm/i915/dp: Give up link training clock recovery after 10 failed attempts
 2018-07-19 18:42 UTC  (9+ messages)

[PATCH v4 2/2] drm/i915/dp: Remove unneeded mav_vswing_tries variable
 2018-07-19 18:40 UTC 

[PATCH v3 0/2] x86/xstate: Fixes and improvements to xsetbv handling
 2018-07-19 18:48 UTC  (2+ messages)

[PATCH 0/2] Update mail addresses, add FS DAX maintainer
 2018-07-19 18:47 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: update Ross Zwisler's email address
` [PATCH 2/2] MAINTAINERS: Add Jan Kara for filesystem DAX

[PATCH 0/10] psi: pressure stall information for CPU, memory, and IO v2
 2018-07-19 18:47 UTC  (4+ messages)
` [PATCH 08/10] psi: pressure stall information for CPU, memory, and IO

[PATCH v4 1/2] drm/i915/dp: Limit link training clock recovery loop
 2018-07-19 18:39 UTC 

[xen-unstable test] 125304: trouble: broken/fail/pass
 2018-07-19 18:46 UTC 

[PATCH] fstests: add test for fsync after renaming hard links of same file
 2018-07-19 18:02 UTC 

[PATCH] Btrfs: fix mount failure after fsync due to hard link recreation
 2018-07-19 18:01 UTC 

[PATCH mlx5-next] RDMA/mlx5: Don't use cached IRQ affinity mask
 2018-07-19 18:45 UTC  (14+ messages)

[PATCH v4 00/14] crypto: Remove VLA usage
 2018-07-19 18:44 UTC  (20+ messages)
` [PATCH v4 11/14] treewide: Prepare to remove VLA usage for AHASH_REQUEST_ON_STACK

[PATCH][V2] drivers: fpga: fix two trivial spelling mistakes
 2018-07-19 18:43 UTC  (2+ messages)

[U-Boot] [PATCH 00/25] sunxi: Enable DM_MMC for U-Boot proper
 2018-07-19 18:43 UTC  (14+ messages)
` [U-Boot] [PATCH 21/25] fastboot: sunxi: Update fastboot mmc default device
` [U-Boot] [PATCH 22/25] env: sunxi: Update default env fat device

[Buildroot] SSH and Root password
 2018-07-19 18:43 UTC  (2+ messages)

INCOMPATIBLE_LICENSE mechanism
 2018-07-19 15:08 UTC 

[PATCH - ALSA JACK plugin 1/1] jack: Only allow ALSA periods multiple of JACKd period
 2018-07-19 18:42 UTC  (2+ messages)

[PATCH v3] x86/mm: Add mem access rights to NPT
 2018-07-19 18:42 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 00/18] monitor: various code simplification and fixes
 2018-07-19 18:41 UTC  (19+ messages)
` [Qemu-devel] [PATCH v2 01/18] tests: change /0.15/* tests to /qmp/*
` [Qemu-devel] [PATCH v2 02/18] monitor: consitify qmp_send_response() QDict argument
` [Qemu-devel] [PATCH v2 03/18] qmp: constify qmp_is_oob()
` [Qemu-devel] [PATCH v2 04/18] Revert "qmp: isolate responses into io thread"
` [Qemu-devel] [PATCH v2 05/18] monitor: no need to save need_resume
` [Qemu-devel] [PATCH v2 06/18] qga: process_event() simplification and leak fix
` [Qemu-devel] [PATCH v2 07/18] qmp: drop json_parser_parse() wrapper
` [Qemu-devel] [PATCH v2 08/18] json-parser: simplify and avoid JSONParserContext allocation
` [Qemu-devel] [PATCH v2 09/18] json-parser: further simplify freeing JSONParserContext
` [Qemu-devel] [PATCH v2 10/18] qjson: report an error if there are multiple results
` [Qemu-devel] [PATCH v2 11/18] qjson: report error on unterminated string
` [Qemu-devel] [PATCH v2 12/18] qjson: return parsing error if unterminated input
` [Qemu-devel] [PATCH v2 13/18] json-parser: set an error if parsing returned NULL
` [Qemu-devel] [PATCH v2 14/18] json-lexer: make it safe to call multiple times
` [Qemu-devel] [PATCH v2 15/18] tests: add a few qemu-qmp tests
` [Qemu-devel] [PATCH v2 16/18] tests: add a qmp success-response test
` [Qemu-devel] [PATCH v2 17/18] qga: process_event() simplification
` [Qemu-devel] [PATCH v2 18/18] RFC: qmp: common 'id' handling & make QGA conform to QMP spec

[PATCH v2 00/14] mm: Asynchronous + multithreaded memmap init for ZONE_DEVICE
 2018-07-19 18:41 UTC  (9+ messages)

[PATCH net-next 0/4] TC: refactor TC_ACT_REDIRECT action
 2018-07-19 17:56 UTC  (7+ messages)
` [PATCH net-next 4/4] act_mirred: use ACT_REDIRECT when possible

[PATCH/RFC 00/02] ravb: Duplex handling update
 2018-07-19 17:56 UTC  (9+ messages)
` [PATCH/RFC 01/02] ravb: Do not announce 100Mbps HDX as supported
` [PATCH/RFC 02/02] ravb: Clean up duplex handling

[PATCH v14 00/25] Early boot time stamps
 2018-07-19 18:38 UTC  (8+ messages)
` [PATCH v14 20/25] x86/tsc: calibrate tsc only once

[RFC] EDAC, ghes: Enable per-layer error reporting for ARM
 2018-07-19 18:36 UTC  (6+ messages)
    ` [RFC PATCH] "

[PATCH v5 00/13] ICELAKE DSI DRIVER
 2018-07-19 18:35 UTC  (4+ messages)
` [PATCH v5 01/13] drm/i915/icl: Configure lane sequencing of combo phy transmitter

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

[PATCH ipsec-next] xfrm: Remove xfrmi interface ID from flowi
 2018-07-19 17:50 UTC 

[PATCH BlueZ] monitor: Allow Ellisys injection when reading from TTY
 2018-07-19 18:34 UTC 

usb: musb: Call musb_platform_exit from musb_stop
 2018-07-19 18:34 UTC  (5+ messages)
    ` [PATCH] "

[PATCH] powerpc/msi: Remove VLA usage
 2018-07-19 18:33 UTC  (4+ messages)

[PATCHv2 0/4] perf tools: Fix top crashes
 2018-07-19 18:31 UTC  (4+ messages)
` [PATCH 4/4] perf tools: Fix struct comm_str removal crash

[RFCv2 RESEND 13/13] KEYS: asym_tpm: Add support for the sign operation
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 12/13] KEYS: asym_tpm: Implement tpm_sign
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 11/13] KEYS: asym_tpm: Implement signature verification
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 10/13] KEYS: asym_tpm: Implement the decrypt operation
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 09/13] KEYS: asym_tpm: Implement tpm_unbind
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 08/13] KEYS: asym_tpm: Add loadkey2 and flushspecific
 2018-07-19 18:30 UTC 

[PATCH] drm/amdgpu: Fix S3 resume failre
 2018-07-19 18:30 UTC  (8+ messages)

[RFCv2 RESEND 07/13] KEYS: trusted: Expose common functionality
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 06/13] KEYS: asym_tpm: Implement encryption operation
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 05/13] KEYS: asym_tpm: Implement pkey_query
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 04/13] KEYS: asym_tpm: extract key size & public key
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 03/13] KEYS: Add parser for TPM-based keys
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 02/13] KEYS: asym_tpm: add skeleton for asym_tpm
 2018-07-19 18:30 UTC 

[RFCv2 RESEND 01/13] crypto: rsa-pkcs1pad: Allow hash to be optional
 2018-07-19 18:29 UTC 

[RFCv2 RESEND 00/13] KEYS: TPM 1.2 asymmetric key type
 2018-07-19 18:29 UTC 

[PATCH] drm/amd/display: Drop unused backlight functions in DM
 2018-07-19 18:28 UTC 

[U-Boot] [PATCH] ARM: mx6ul: Apply ERR011115 errata workaround
 2018-07-19 18:27 UTC  (2+ messages)

[PATCH] net/sunrpc: Add user namespace support
 2018-07-19 17:42 UTC 

[PATCH v2 1/2] drm/i915/mst: Do not retrain new links
 2018-07-19 18:51 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915/mst: Continue state updates even if AUX writes fail

[PATCH 0/3] xfs-4.19: fix bogus summary counters on mount
 2018-07-19 17:41 UTC  (5+ messages)
` [PATCH 2/3] xfs: refactor unmount record write
  ` [PATCH v2 "

2.18.0 Regression: packing performance and effectiveness
 2018-07-19 18:24 UTC  (8+ messages)

[PATCH v3 1/2] tools/bpftool: ignore build products
 2018-07-19 18:23 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: Include R-Car product name in DTSI files
 2018-07-19 17:37 UTC  (4+ messages)

[PATCH 0/4] 3- and 4- copy RAID1
 2018-07-19 17:29 UTC  (9+ messages)

[PATCH 0/3] Three miscellaneous patches
 2018-07-19 18:19 UTC  (4+ messages)
` [PATCH 1/3] iptables: Split the iptables modules into separate packages
` [PATCH 2/3] logrotate: Improve configurability of the installed systemd service files
` [PATCH 3/3] base-files: profile: Avoid using "command" to determine if programs exist

[PATCH] image: Use ${COREBASE}/meta for timestamp, fallback to bitbake.conf
 2018-07-19 18:19 UTC  (4+ messages)

[PATCH v4 00/10] KVM: arm/arm64: vgic: Virtual interrupt grouping support
 2018-07-19 18:17 UTC  (5+ messages)
` [PATCH v4 03/10] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH v4 09/10] KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR

[PATCH v3 0/7] kmalloc-reclaimable caches
 2018-07-19 18:16 UTC  (4+ messages)
` [PATCH v3 2/7] mm, slab/slub: introduce "

[PATCH 4/5] crypto: Add IV generation templates
 2018-07-19 18:14 UTC  (3+ messages)

[U-Boot] [PATCH 00/13] Allwinner H6 support (w/ SPL)
 2018-07-19 18:14 UTC  (5+ messages)
` [U-Boot] [linux-sunxi] "


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.