All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-08 13:04:56 to 2019-03-08 13:41:36 UTC [more...]

[Qemu-devel] [PATCH v3 00/12] pc: Support firmware configuration with -blockdev
 2019-03-08 13:41 UTC  (15+ messages)
` [Qemu-devel] [PATCH v3 01/12] qdev: Fix latent bug with compat_props and onboard devices
` [Qemu-devel] [PATCH v3 02/12] qom: Move compat_props machinery from qdev to QOM
` [Qemu-devel] [PATCH v3 03/12] vl: Fix latent bug with -global and onboard devices
` [Qemu-devel] [PATCH v3 04/12] sysbus: Fix latent bug with "
` [Qemu-devel] [PATCH v3 05/12] vl: Improve legibility of BlockdevOptions queue
` [Qemu-devel] [PATCH v3 06/12] vl: Factor configure_blockdev() out of main()
` [Qemu-devel] [PATCH v3 07/12] vl: Create block backends before setting machine properties
` [Qemu-devel] [PATCH v3 08/12] pflash_cfi01: Add pflash_cfi01_get_blk() helper
` [Qemu-devel] [PATCH v3 09/12] pc_sysfw: Remove unused PcSysFwDevice
` [Qemu-devel] [PATCH v3 10/12] pc_sysfw: Pass PCMachineState to pc_system_firmware_init()
` [Qemu-devel] [PATCH v3 11/12] pc: Support firmware configuration with -blockdev
` [Qemu-devel] [PATCH v3 12/12] docs/interop/firmware.json: Prefer -machine to if=pflash

[PATCH] ARM: dts: alt: Add DA9063 PMIC node
 2019-03-08 13:40 UTC  (7+ messages)

[PATCH net] net: selinux: fix memory leak in selinux_netlbl_socket_post_create()
 2019-03-08 13:39 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] phy: rcar: Add R-Car Gen3 PHY driver
 2019-03-08 13:40 UTC  (4+ messages)

[PATCH 0/3] selftest/ima: fail kexec_load syscall
 2019-03-08 13:39 UTC  (8+ messages)
` [PATCH 3/3] x86/ima: retry detecting secure boot mode

stable-rc/linux-3.18.y build: 185 builds: 5 failed, 180 passed, 38 errors, 2775 warnings (v3.18.136-56-g7334baf53412)
 2019-03-08 13:39 UTC 

[PATCH] drm/panel: panel-simple: Support panel-dpi
 2019-03-08 13:39 UTC  (4+ messages)

Support sample context in perf report
 2019-03-08 13:39 UTC  (7+ messages)
` [PATCH v4 02/15] perf tools script: Support insn output for normal samples
` [PATCH v4 03/15] perf tools script: Filter COMM/FORK/.. events by CPU

[PATCH] ARM: dts: r8a7792: blanche: Add IIC3 and DA9063 PMIC node
 2019-03-08 13:38 UTC  (3+ messages)

XenGT is still regressed on master
 2019-03-08 13:37 UTC  (3+ messages)

[PATCH v4 00/46] Libtraceevent MAN pages
 2019-03-08 13:36 UTC  (47+ messages)
` [PATCH v4 01/46] tools/lib/traceevent: Implement libtraceevent man pages
` [PATCH v4 02/46] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile
` [PATCH v4 03/46] tools/lib/traceevent: Add support for man pages with multiple names
` [PATCH v4 04/46] tools/lib/traceevent: libtraceevent Makefile "help" target
` [PATCH v4 05/46] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH v4 06/46] tools/lib/traceevent: Man page for tep_get_header_page_size()
` [PATCH v4 07/46] tools/lib/traceevent: Man page for tep_get_cpus() and tep_set_cpus()
` [PATCH v4 08/46] tools/lib/traceevent: Man page for tep_is_file_bigendian() and tep_set_file_bigendian()
` [PATCH v4 09/46] tools/lib/traceevent: Man page for tep_is_host_bigendian() and tep_set_host_bigendian()
` [PATCH v4 10/46] tools/lib/traceevent: Man page for tep_is_latency_format() and tep_set_latency_format()
` [PATCH v4 11/46] tools/lib/traceevent: Man page for tep_get_page_size() and tep_set_page_size()
` [PATCH v4 12/46] tools/lib/traceevent: Man page for tep_strerror()
` [PATCH v4 13/46] tools/lib/traceevent: Man page for tep_register_trace_clock()
` [PATCH v4 14/46] tools/lib/traceevent: Man pages for tep_register_event_handler() and tep_unregister_event_handler()
` [PATCH v4 15/46] tools/lib/traceevent: Man pages for tep_register_function() and tep_register_print_string()
` [PATCH v4 16/46] tools/lib/traceevent: Man pages for tep_register_print_function() and tep_unregister_print_function()
` [PATCH v4 17/46] tools/lib/traceevent: Man page for tep_read_number()
` [PATCH v4 18/46] tools/lib/traceevent: Man pages for tep_find_event(), tep_find_event_by_name() and tep_find_event_by_record()
` [PATCH v4 19/46] tools/lib/traceevent: Man page for tep_list_events()
` [PATCH v4 20/46] tools/lib/traceevent: Man pages for tep_print_event(), tep_print_event_data(), tep_event_info(), tep_print_event_task() and tep_print_event_time()
` [PATCH v4 21/46] tools/lib/traceevent: Man pages tep_get_first_event() and tep_get_events_count()
` [PATCH v4 22/46] tools/lib/traceevent: Man pages tep_find_common_field(), tep_find_field() and tep_find_any_field()
` [PATCH v4 23/46] tools/lib/traceevent: Man pages tep_get_any_field_val(), tep_get_common_field_val(), tep_get_field_val() and tep_get_field_raw()
` [PATCH v4 24/46] tools/lib/traceevent: Man pages for tep_print_field(), tep_print_fields(), tep_print_num_field() and tep_print_func_field()
` [PATCH v4 25/46] tools/lib/traceevent: Man page for tep_read_number_field()
` [PATCH v4 26/46] tools/lib/traceevent: Man pages for tep_event_common_fields() and tep_event_fields()
` [PATCH v4 27/46] tools/lib/traceevent: Man pages for tep_filter_alloc(), tep_filter_free() and tep_filter_reset()
` [PATCH v4 28/46] tools/lib/traceevent: Man page for tep_filter_add_filter_str()
` [PATCH v4 29/46] tools/lib/traceevent: Man page for tep_filter_strerror()
` [PATCH v4 30/46] tools/lib/traceevent: Man pages for tep_event_filtered() and tep_filter_remove_event()
` [PATCH v4 31/46] tools/lib/traceevent: Man page for tep_filter_match()
` [PATCH v4 32/46] tools/lib/traceevent: Man pages for tep_filter_copy() and tep_filter_compare()
` [PATCH v4 33/46] tools/lib/traceevent: Man page for tep_filter_make_string()
` [PATCH v4 34/46] tools/lib/traceevent: Man pages for tep_filter_event_has_trivial(), tep_update_trivial() and tep_filter_clear_trivial()
` [PATCH v4 35/46] tools/lib/traceevent: Man pages for tep_find_function() and tep_find_function_address()
` [PATCH v4 36/46] tools/lib/traceevent: Man pages for tep_set_function_resolver() and tep_reset_function_resolver()
` [PATCH v4 37/46] tools/lib/traceevent: Man pages for tep_parse_event() and tep_parse_format()
` [PATCH v4 38/46] tools/lib/traceevent: Man page for tep_parse_header_page()
` [PATCH v4 39/46] tools/lib/traceevent: Man pages for tep_load_plugins() and tep_unload_plugin()
` [PATCH v4 40/46] tools/lib/traceevent: Man page for tep_data_lat_fmt()
` [PATCH v4 41/46] tools/lib/traceevent: Man pages for tep_data_type(), tep_data_pid(), tep_data_preempt_count() and tep_data_flags()
` [PATCH v4 42/46] tools/lib/traceevent: Man pages for trace_seq_init() and trace_seq_destroy()
` [PATCH v4 43/46] tools/lib/traceevent: Man pages for trace_seq_do_fprintf() and trace_seq_do_printf()
` [PATCH v4 44/46] tools/lib/traceevent: Man pages for trace_seq_printf() and trace_seq_vprintf()
` [PATCH v4 45/46] tools/lib/traceevent: Man pages for trace_seq_putc() and trace_seq_puts()
` [PATCH v4 46/46] tools/lib/traceevent: Man pages for trace_seq_reset() and trace_seq_terminate()

[PATCH v2 0/8] Port am335 and am437 devices to sdhci-omap
 2019-03-08 13:36 UTC  (5+ messages)
` [PATCH v2 1/8] mmc: sdhci: Get rid of finish_tasklet

[CI 1/7] drm/i915: Track active engines within a context
 2019-03-08 13:37 UTC  (9+ messages)
` [CI 2/7] drm/i915: Split struct intel_context definition to its own header
` [CI 3/7] drm/i915: Store the intel_context_ops in the intel_engine_cs
` [CI 4/7] drm/i915: Move over to intel_context_lookup()
` [CI 5/7] drm/i915: Make context pinning part of intel_context_ops
` [CI 6/7] drm/i915: Track the pinned kernel contexts on each engine
` [CI 7/7] drm/i915: Introduce intel_context.pin_mutex for pin management
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/7] drm/i915: Track active engines within a context
` ✗ Fi.CI.SPARSE: "

[RFC PATCH 1/4] alsa: make hw_params negotiation infrastructure 'bclk_ratio aware'
 2019-03-08 13:37 UTC  (6+ messages)

[Qemu-devel] [PATCH v7] pflash: Require backend size to match device, improve errors
 2019-03-08 13:35 UTC  (4+ messages)

[PATCH 0/5] x86/percpu semantics and fixes
 2019-03-08 13:35 UTC  (6+ messages)
` [PATCH 1/5] x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}()

[PATCH nft] tests: shell: bogus EBUSY in set deletion after flush
 2019-03-08 13:35 UTC 

meta-qt5 - support for QT 5.12.1?
 2019-03-08 13:29 UTC 

[PATCH] drm/amdgpu: use ring/hash for fault handling on GMC9 v3
 2019-03-08 13:33 UTC 

[LTP] [PATCH 1/2 v2] Fix build with libnuma-dev on some distributions
 2019-03-08 13:33 UTC  (7+ messages)
` [LTP] [PATCH 2/2 v2] libs: Hook up libs into the build system

[PATCH] perf: synchronize unistd.h between libc-headers and perf source
 2019-03-08 13:31 UTC  (3+ messages)

[PATCH 0/7] drivers: firmware: psci: Some cleanup and refactoring
 2019-03-08 13:31 UTC  (15+ messages)
` [PATCH 5/7] drivers: firmware: psci: Simplify state node parsing

[PATCH v3 00/31] v4l: add support for multiplexed streams
 2019-03-08 13:31 UTC  (6+ messages)
` [PATCH v3 19/31] media: Documentation: Add GS_ROUTING documentation

[PATCH] nvmet-file: clamp-down file namespace lba_shift
 2019-03-08 13:30 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/2] lib/igt_kms: Add zpos plane property
 2019-03-08 13:30 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] kms_atomic: Add subtest for testing "

[PATCH v3] tidl-utils: add new features; change license checksum
 2019-03-08 13:29 UTC 

[PATCH 0/1] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-03-08 13:29 UTC  (4+ messages)
` [PATCH 1/1] RFC: initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK

[PATCH v7 1/4] can: m_can: Create a m_can platform framework
 2019-03-08 13:29 UTC  (4+ messages)

stable-rc/linux-4.4.y build: 187 builds: 10 failed, 177 passed, 42 errors, 4426 warnings (v4.4.176-81-g2ae754fc45be)
 2019-03-08 13:29 UTC 

[Qemu-devel] [PATCH v4 0/2] improve block-latency-histogram-set
 2019-03-08 13:29 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] qapi: move to QOM path for x-block-latency-histogram-set

[igt-dev] [PATCH i-g-t] HACK tests/kms_plane_multiple: add missed igt_display_commit2 after pipe change
 2019-03-08 13:29 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 1/4] dt: lm3532: Add lm3532 dt doc and update ti_lmu doc
 2019-03-08 13:28 UTC  (4+ messages)
` [PATCH 4/4] leds: lm3532: Introduce the lm3532 LED driver

[PATCH] kasan: fix variable 'tag' set but not used warning
 2019-03-08 13:28 UTC  (3+ messages)

[PATCH nf] netfilter: nf_tables: bogus EBUSY when deleting set after flush
 2019-03-08 13:27 UTC 

[PATCH] nvmet-fc: use zero-sized array and struct_size() in kzalloc()
 2019-03-08 13:27 UTC  (3+ messages)

[PATCH v2 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-03-08 13:27 UTC  (3+ messages)
` [PATCH v2 1/2] initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
` [PATCH v2 2/2] initmem: introduce CONFIG_INIT_ALL_HEAP

[Buildroot] [PATCH 1/2] package/tpm2-tss: rename tpm2-tss libraries in the help text
 2019-03-08 13:27 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/tpm2-abrmd: rename libsapi to libtss2-sys "

[PATCH V3] bpf: fix warning about using plain integer as NULL
 2019-03-08 13:26 UTC  (2+ messages)

[PATCH] nvmet: disable direct I/O when unavailable
 2019-03-08 13:26 UTC  (6+ messages)

[PATCH bpf 0/2] xsk: fix non-existing flag/option behavior
 2019-03-08 13:26 UTC  (7+ messages)
` [PATCH bpf 1/2] xsk: fix to reject invalid flags in xsk_bind

[PATCH] nvme-core: Share code between nvme_wait_ready() and nvme_shutdown_ctrl()
 2019-03-08 13:23 UTC  (3+ messages)

[PATCH] platform/x86: thinkpad_acpi: Read EC information on newer models
 2019-03-08 13:14 UTC 

[PATCH v3 bpf]: libbpf: fixing leak when kernel does not support btf
 2019-03-08 13:20 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: Add support for Y21x formats as well, v2
 2019-03-08 13:17 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/igt_fb: Add support for Y410/Y416 formats, v2

[PATCH] regulator: ab3100: Remove ab3100_regulators_remove function
 2019-03-08 13:16 UTC  (2+ messages)

[PATCH v4 armsoc/drivers/bus+gpio 0/5] Add Moxtet bus and GPIO over Moxtet bus
 2019-03-08 13:15 UTC  (11+ messages)
` [PATCH v4 armsoc/drivers/bus+gpio 1/5] bus: Add support for "
` [PATCH v4 armsoc/drivers/bus+gpio 3/5] bus: moxtet: Add sysfs and debugfs documentation
` [PATCH v4 armsoc/drivers/bus+gpio 5/5] dt-bindings: gpio: Document GPIOs via Moxtet bus

[PATCH 0/2] spi: spi-mem: stm32-qspi: add suspend support and fix
 2019-03-08 13:12 UTC  (11+ messages)
` [PATCH 1/2] spi: spi-mem: stm32-qspi: avoid memory corruption at low frequency
` [PATCH 2/2] spi: spi-mem: stm32-qspi: add suspend/resume support

[PATCH] doc: add boot protocol 2.13 description to Documentation/x86/boot.txt
 2019-03-08 13:12 UTC  (2+ messages)

Hackers know password from your account. Password must be changed now
 2019-03-08 13:12 UTC 

[Qemu-devel] [PATCH v2 0/2] block: Gluster 6 compatibility
 2019-03-08 13:11 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH] media: adv748x: Don't disable CSI-2 on link_setup
 2019-03-08 13:12 UTC  (5+ messages)

[PATCH v2 1/3] mmc: sdhci-of-arasan: Add DTS property to disable DCMDs
 2019-03-08 13:10 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: mmc: Add a new property disable-cqe-dcmd

[Qemu-devel] bundling edk2 platform firmware images with QEMU
 2019-03-08 13:09 UTC 

[PATCH 5.0 00/46] 5.0.1-stable review
 2019-03-08 12:50 UTC  (8+ messages)
` [PATCH 5.0 05/46] USB: serial: cp210x: add ID for Ingenico 3070
` [PATCH 5.0 24/46] qmi_wwan: Add support for Quectel EG12/EM12
` [PATCH 5.0 27/46] team: Free BPF filter when unregistering netdev
` [PATCH 5.0 34/46] applicom: Fix potential Spectre v1 vulnerabilities
` [PATCH 5.0 36/46] MIPS: irq: Allocate accurate order pages for irq stack
` [PATCH 5.0 43/46] selftests: firmware: fix verify_reqs() return value
` [PATCH 5.0 44/46] Bluetooth: btrtl: Restore old logic to assume firmware is already loaded

Question about real-time networking
 2019-03-08 13:08 UTC  (2+ messages)

[GIT PULL] arch/nios2 updates for v5.1
 2019-03-08 17:53 UTC 

Recent changes (master)
 2019-03-08 13:00 UTC 

[PATCH 4.20 00/76] 4.20.15-stable review
 2019-03-08 12:50 UTC  (17+ messages)
` [PATCH 4.20 07/76] driver core: Postpone DMA tear-down until after devres release
` [PATCH 4.20 10/76] staging: erofs: fix race of initializing xattrs of a inode at the same time
` [PATCH 4.20 15/76] staging: android: ion: fix sys heap pools gfp_flags
` [PATCH 4.20 18/76] ip6mr: Do not call __IP6_INC_STATS() from preemptible context
` [PATCH 4.20 22/76] net: mscc: Enable all ports in QSGMII
` [PATCH 4.20 26/76] sctp: call iov_iter_revert() after sending ABORT
` [PATCH 4.20 31/76] geneve: correctly handle ipv6.disable module parameter
` [PATCH 4.20 32/76] hv_netvsc: Fix IP header checksum for coalesced packets
` [PATCH 4.20 33/76] ipv4: Add ICMPv6 support when parse route ipproto
` [PATCH 4.20 41/76] net: phy: phylink: fix uninitialized variable in phylink_get_mac_state
` [PATCH 4.20 44/76] tipc: fix race condition causing hung sendto
` [PATCH 4.20 45/76] tun: fix blocking read
` [PATCH 4.20 59/76] net: sched: act_tunnel_key: fix NULL pointer dereference during init
` [PATCH 4.20 61/76] x86/boot/compressed/64: Do not read legacy ROM on EFI system
` [PATCH 4.20 69/76] gnss: sirf: fix premature wakeup interrupt enable
` [PATCH 4.20 70/76] USB: serial: cp210x: fix GPIO in autosuspend

[PATCH v2 00/24] rtw88: major fixes for 8822c to have stable functionalities
 2019-03-08 13:06 UTC  (5+ messages)

[PATCH 1/2] modified dir-iterator.c
 2019-03-08 13:06 UTC 

[PATCH v8] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-03-08 12:54 UTC  (2+ messages)

[PATCH] rtw88: RTL8822C: update rtw8822c_fw.bin to v5.0
 2019-03-08 12:55 UTC  (2+ messages)

[CI 1/7] drm/i915: Track active engines within a context
 2019-03-08 13:05 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/7] "

[Qemu-devel] [PATCH v4 00/15] pflash: Fixes and cleanups
 2019-03-08 13:04 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 13/15] mips_malta: Clean up definition of flash memory size somewhat


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.