All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-27 14:51:51 to 2018-07-27 15:40:27 UTC [more...]

[U-Boot] [PATCH 1/2] armv8: layerscape: spl: Initialize QSPI AHB for QSPI boot
 2018-07-27 15:40 UTC  (2+ messages)

[U-Boot] [RFC PATCH] spl: Add option SPL_PAYLOAD
 2018-07-27 15:39 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/23] tests: Compile-time format string checking for libqtest.h
 2018-07-27 15:39 UTC  (34+ messages)
` [Qemu-devel] [PATCH v2 01/23] libqtest: Document calling conventions
` [Qemu-devel] [PATCH v2 02/23] libqtest: Rename functions to send QMP messages
` [Qemu-devel] [PATCH v2 03/23] libqtest: Clean up how we read device_del messages
` [Qemu-devel] [PATCH v2 04/23] libqtest: Clean up how we read the QMP greeting
` [Qemu-devel] [PATCH v2 05/23] qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()
` [Qemu-devel] [PATCH v2 06/23] qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()
` [Qemu-devel] [PATCH v2 07/23] libqtest: Simplify qmp_fd_vsend() a bit
` [Qemu-devel] [PATCH v2 08/23] test-qobject-input-visitor: Avoid format string ambiguity
` [Qemu-devel] [PATCH v2 09/23] qobject: qobject_from_jsonv() is dangerous, hide it away
` [Qemu-devel] [PATCH v2 10/23] tests: Pass literal format strings directly to qmp_FOO()
` [Qemu-devel] [PATCH v2 11/23] tests: Clean up string interpolation into QMP input (simple cases)
` [Qemu-devel] [PATCH v2 12/23] cpu-plug-test: Don't pass integers as strings to device_add
` [Qemu-devel] [PATCH v2 13/23] tests: Clean up string interpolation around qtest_qmp_device_add()
` [Qemu-devel] [PATCH v2 14/23] migration-test: Make wait_command() return the "return" member
` [Qemu-devel] [PATCH v2 15/23] tests: New helper qtest_qmp_receive_success()
` [Qemu-devel] [PATCH v2 16/23] migration-test: Make wait_command() cope with '%'
` [Qemu-devel] [PATCH v2 17/23] migration-test: Clean up string interpolation into QMP, part 1
` [Qemu-devel] [PATCH v2 18/23] migration-test: Clean up string interpolation into QMP, part 2
` [Qemu-devel] [PATCH v2 19/23] migration-test: Clean up string interpolation into QMP, part 3
` [Qemu-devel] [PATCH v2 20/23] libqtest: Enable compile-time format string checking
` [Qemu-devel] [PATCH v2 21/23] libqtest: Remove qtest_qmp_discard_response() & friends
` [Qemu-devel] [PATCH v2 22/23] libqtest: Replace qtest_startf() by qtest_initf()
` [Qemu-devel] [PATCH v2 23/23] libqtest: Rename qtest_FOOv() to qtest_vFOO() for consistency

[U-Boot] [RFC PATCH 1/2] armv8: layerscape: Drop u-boot-with-spl.bin for selected boards
 2018-07-27 15:39 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 2/2] powerpc: mpc85xx: Drop u-boot-with-spl.bin on "

[PATCH] 9p: fix multiple NULL-pointer-dereferences
 2018-07-27 15:39 UTC  (2+ messages)

[PATCH resend] powerpc/64s: fix page table fragment refcount race vs speculative references
 2018-07-27 15:38 UTC  (4+ messages)

[PATCH] clk: Add functions to get optional clocks
 2018-07-27 15:38 UTC  (8+ messages)

[U-Boot] [PATCH] armv8: ls1046ardb: Enable IFC for SPL build
 2018-07-27 15:38 UTC  (2+ messages)

[PATCH v4 1/3] block: move ref_tag calculation func to the block layer
 2018-07-27 15:38 UTC  (5+ messages)

[U-Boot] [PATCH] drivers/ddr/fsl: fix '__hwconfig without a buffer' messages
 2018-07-27 15:36 UTC  (2+ messages)

[PATCH RT] arm64: fpsimd: use a local_lock() in addition to local_bh_disable()
 2018-07-27 15:35 UTC  (12+ messages)
        ` [PATCH RT v2] "
                ` [PATCH RT v3] arm64: fpsimd: use preemp_disable "

[U-Boot] [PATCH 1/4 v3] armv8: fsl: remove sata support
 2018-07-27 15:36 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/1] meson: Downgrade meson version requirement a notch
 2018-07-27 15:35 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/1] "

[U-Boot] [PATCH] armv8: layerscape: Enabled I-cache for SPL boot
 2018-07-27 15:35 UTC  (2+ messages)

[U-Boot] [PATCH] env: common: load read-only variables after reset
 2018-07-27 15:34 UTC 

[U-Boot] [PATCH] armv8: ls1046ardb: ls1046aqds: Move SPL macros to defconfig
 2018-07-27 15:34 UTC  (2+ messages)

[PATCH] x86/apic: fix two slight indenting
 2018-07-27 15:33 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: ls2088ardb: Move CONFIG_SPI_FLASH, CONFIG_SPI_FLASH_SPANSION to defconfig
 2018-07-27 15:33 UTC  (2+ messages)

[PATCH 0/4] x86/iommu: PVH Dom0 workarounds for missing RMRR/IRSV entries
 2018-07-27 15:31 UTC  (5+ messages)
` [PATCH 1/4] iommu: remove unneeded return from iommu_hwdom_init
` [PATCH 2/4] iommu: generalize iommu_inclusive_mapping
` [PATCH 3/4] x86/iommu: reorder conditions used in the inclusive iommu mappings
` [PATCH 4/4] x86/iommu: add PVH support to the inclusive options

[PATCH 01/16] oeqa/sdk: add test that CMake works
 2018-07-27 15:32 UTC  (16+ messages)
` [PATCH 02/16] libidn2: add new version
` [PATCH 03/16] gnutls: fix libidn dependencies
` [PATCH 04/16] curl: enable libidn
` [PATCH 05/16] ovmf: remove ossp-util from DEPENDS
` [PATCH 06/16] ossp-uuid: remove
` [PATCH 07/16] dbus-glib: merge bb and inc
` [PATCH 08/16] update-rc.d: move to git.yoctoproject.org
` [PATCH 09/16] unzip: fix symlink problem
` [PATCH 10/16] usbutils: upgrade to 010
` [PATCH 11/16] cups: depend on libusb1
` [PATCH 12/16] libusb-compat: remove
` [PATCH 13/16] gccmakedep: remove
` [PATCH 14/16] icon-naming-utils: remove
` [PATCH 15/16] oeqa/runtime/scanelf: remove
` [PATCH 16/16] pax-utils: remove

[U-Boot] [PATCH v2] configs: Disable 4k erase sector size for spansion "s25fs512s" flash
 2018-07-27 15:32 UTC  (2+ messages)

[U-Boot] [PATCH] LS1088ARDB: Secure Boot:Change load address of dpl header in SD
 2018-07-27 15:31 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: ls2080ardb: update copyright claim
 2018-07-27 15:31 UTC  (2+ messages)

[PATCH] drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_config
 2018-07-27 15:30 UTC 

[U-Boot] [PATCH] LS1043ARBD: Fix SD Boot issue with PPA
 2018-07-27 15:31 UTC  (2+ messages)

[PATCH] drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_config
 2018-07-27 15:30 UTC 

[PATCH] bq25890_charger.c : add the BQ25896 part
 2018-07-27 15:30 UTC  (8+ messages)
` [PATCH v2 0/4] Add the BQ25896 charger IC
  ` [PATCH v2 2/4] power: bq25890_charger.c: Remove unused table
  ` [PATCH v2 4/4] power: bq25890_charger.c: Read back the current battery voltage

[U-Boot] [PATCH][v2] armv8: ls1088a: change dpl load command from apply to lazyapply
 2018-07-27 15:30 UTC  (2+ messages)

[PATCH v2 0/5] blk-mq: Enable runtime power management
 2018-07-27 15:29 UTC  (7+ messages)
` [PATCH v2 4/5] block, scsi: Rework "

[PATCH v3 00/23] Add multi-channel support to Armada thermal driver
 2018-07-27 15:29 UTC  (6+ messages)
` [PATCH v3 01/23] thermal: armada: add a function that sanitizes the thermal zone name

[Qemu-devel] [PATCH v3 00/40] Add nanoMIPS support to QEMU
 2018-07-27 15:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 23/40] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair

[PATCH v2 0/5] Make sure .device_run is always called in non-atomic context
 2018-07-27 15:29 UTC  (10+ messages)
` [PATCH v2 1/5] v4l2-mem2mem: Fix missing v4l2_m2m_try_run call

[PATCH] rtc: sh: remove unused variable rtc_dev
 2018-07-27 15:28 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: reset: Add PDC reset binding for SDM845 SoCs
 2018-07-27 15:28 UTC  (4+ messages)
` [PATCH 2/4] reset: qcom: PDC (Power Domain Controller) reset controller
` [PATCH 3/4] remoteproc: qcom: q6v5-pil: Explicitly get mss_restart line
` [PATCH 4/4] remoteproc: qcom: q6v5-pil: Add PDC restart for modem on SDM845 SoCs

[PATCH v2 0/4] Add support for MSCC Ocelot SPI
 2018-07-27 15:26 UTC  (4+ messages)
` [PATCH v2 2/4] spi: dw-mmio: add MSCC Ocelot support

[PATCH 00/18] xfrm: Add compat layer
 2018-07-27 14:51 UTC  (9+ messages)

[PATCH v4 0/4] Refactor free_area_init_core and add free_area_init_core_hotplug
 2018-07-27 15:24 UTC  (3+ messages)
` [PATCH v4 4/4] mm/page_alloc: Introduce free_area_init_core_hotplug

socket poll related cleanups
 2018-07-27 14:02 UTC  (6+ messages)
` [PATCH 1/5] net: remove bogus RCU annotations on socket.wq
` [PATCH 2/5] net: simplify sock_poll_wait
` [PATCH 3/5] net: don not detour through struct sock to find the poll waitqueue
` [PATCH 4/5] net: remove sock_poll_busy_loop
` [PATCH 5/5] net: remove sock_poll_busy_flag

[PATCH 2/3] dmapool: improve scalability of dma_pool_free
 2018-07-27 15:23 UTC  (7+ messages)

[PATCH v7 16/22] s390: vfio-ap: implement mediated device open callback
 2018-07-27 15:23 UTC 

[PATCH v3 0/6] Add coredump support for Q6v5 Modem remoteproc
 2018-07-27 15:20 UTC  (7+ messages)
` [PATCH v3 1/6] remoteproc: Introduce custom dump function for each remoteproc segment
` [PATCH v3 2/6] remoteproc: Add mechanism for custom dump function assignment
` [PATCH v3 3/6] remoteproc: qcom: q6v5-pil: Refactor mba load/unload sequence
` [PATCH v3 4/6] remoteproc: qcom: q6v5-pil: Add custom dump function for modem
` [PATCH v3 5/6] remoteproc: qcom: q6v5-pil: Register segments/dumpfn for coredump
` [PATCH v3 6/6] remoteproc: qcom: q6v5-pil: Assign the relocated address

[RFC PATCH 0/5] format-patch: automate cover letter range-diff
 2018-07-27 15:18 UTC  (7+ messages)
` [RFC PATCH 2/5] format-patch: add --range-diff option to embed diff in cover letter

the editing
 2018-07-27 11:38 UTC 

[PATCH 0/2] partitions/aix: fix problems due to disk corruption
 2018-07-27 15:17 UTC  (2+ messages)

[PATCH i-g-t] igt/gem_eio: Measure reset delay from thread
 2018-07-27 15:16 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH 0/9] bcache patches for Linux v4.19
 2018-07-27 15:16 UTC  (2+ messages)

[PATCH v2 0/3] Staging: octeon-usb fixes for coding style, SPDX and readability
 2018-07-27 15:15 UTC  (3+ messages)
` [PATCH 2/3] Staging: octeon-usb: Change coding style of CVMX_WAIT_FOR_FIELD32 marco
  ` [PATCH v2 "

[PATCH 0/6] nvme-cli ANA update
 2018-07-27 15:15 UTC  (3+ messages)
` [PATCH 5/6] nvme-cli: Implement ana log page support

[PATCH xf86-video-ati] glamor: Use glamor_egl_create_textured_pixmap_from_gbm_bo when possible
 2018-07-27 15:15 UTC  (3+ messages)
  ` [PATCH v2 "

[lkp-robot] [brd] 316ba5736c: aim7.jobs-per-min -11.2% regression
 2018-07-27 15:14 UTC  (5+ messages)
` [LKP] "

[Qemu-devel] [PATCH] macio/pmu: Fix missing vmsd terminator
 2018-07-27 15:14 UTC  (5+ messages)

[PATCH V2] nvmet: use Retain Async Event bit to clear AEN
 2018-07-27 15:14 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH 0/6] Clock and power gating support
 2018-07-27 15:12 UTC  (3+ messages)

[PATCH v8 00/10] soundwire: Add multi link support
 2018-07-27 15:12 UTC  (2+ messages)

[PATCH] block: reset bi_iter.bi_done after splitting bio
 2018-07-27 15:12 UTC  (2+ messages)

[Qemu-devel] [PATCH for-3.0 0/3] Fix query-blockstats with -blockdev
 2018-07-27 15:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-3.0 1/3] block/qapi: Add 'qdev' field to query-blockstats result
` [Qemu-devel] [PATCH for-3.0 2/3] block/qapi: Include anonymous BBs in query-blockstats
` [Qemu-devel] [PATCH for-3.0 3/3] qemu-iotests: Test query-blockstats with -drive and -blockdev

[RESEND PATCH] linux-firmware: mediatek: add MT7622 Bluetooth firmwares and license file
 2018-07-27 15:11 UTC  (3+ messages)

[PATCH v2] backlight: pwm_bl: switch to using "atomic" PWM API
 2018-07-27 15:11 UTC  (2+ messages)

master - Add BSD 2-Clause License
 2018-07-27 15:10 UTC 

[PATCH v8 1/6] drm/i915/guc: Avoid wasting memory on incorrect GuC pin bias
 2018-07-27 15:09 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v8,1/6] "

2018-06-01-stable - Add BSD 2-Clause License
 2018-07-27 15:09 UTC 

[PATCH] ASoC: soc-pcm: Use delay set in pointer function
 2018-07-27 15:09 UTC  (3+ messages)
` [alsa-devel] "

[PATCH 00/10] staging: gasket: logging cleanups
 2018-07-27 15:08 UTC  (5+ messages)
` [PATCH 01/10] staging: gasket: save struct device for a gasket device
` [PATCH 06/10] staging: gasket: sysfs: convert to standard logging

[PATCH] readahead: stricter check for bdi io_pages
 2018-07-27 15:08 UTC  (2+ messages)

[PATCH v2 0/3] memmap_init_zone improvements
 2018-07-27 15:07 UTC  (5+ messages)
` [PATCH v2 2/3] mm: calculate deferred pages after skipping mirrored memory

[PATCH] mem2mem: Remove excessive try_run call
 2018-07-27 13:43 UTC  (3+ messages)

DPDK and forked processes
 2018-07-27 15:03 UTC  (4+ messages)

(No subject)
 2018-07-27 15:03 UTC  (3+ messages)

[PATCH] net/rds/Kconfig: Correct the RDS depends
 2018-07-27 15:03 UTC  (2+ messages)

[PATCH] backlight: pwm_bl: switch to using "atomic" PWM API
 2018-07-27 15:03 UTC  (4+ messages)

[PATCH] block: fix NPE when resuming SCSI devices using blk-mq
 2018-07-27 15:03 UTC  (7+ messages)

[PATCH] fmc: Fix memory leak and NULL pointer dereference
 2018-07-27 15:02 UTC 

company photos
 2018-07-27 11:03 UTC 

[PATCH net-next] bnxt_en: combine 'else if' and 'else' into single branche
 2018-07-27 15:02 UTC  (2+ messages)

[Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation
 2018-07-27 15:02 UTC  (7+ messages)
` [Qemu-devel] [PATCH hack dontapply v2 7/7] pc: HACK: acpi: tie in _CST object to Processor

[PATCH v2 00/10] powerpc: Modernize unhandled signals message
 2018-07-27 14:58 UTC  (11+ messages)
` [PATCH v2 01/10] powerpc/traps: Print unhandled signals in a separate function
` [PATCH v2 02/10] powerpc/traps: Return early in show_signal_msg()
` [PATCH v2 03/10] powerpc/reg: Add REG_FMT definition
` [PATCH v2 04/10] powerpc/traps: Use REG_FMT in show_signal_msg()
` [PATCH v2 05/10] powerpc/traps: Print VMA for unhandled signals
` [PATCH v2 06/10] powerpc/traps: Print signal name "
` [PATCH v2 07/10] powerpc: Do not call __kernel_text_address() in show_instructions()
` [PATCH v2 08/10] powerpc: Add stacktrace.h header
` [PATCH v2 09/10] powerpc/traps: Show instructions on exceptions
` [PATCH v2 10/10] powerpc/traps: Add line prefix in show_instructions()

[PATCH v6 0/8] Cedrus driver for the Allwinner Video Engine, using media requests
 2018-07-27 14:58 UTC  (6+ messages)
` [PATCH v6 4/8] media: platform: Add Cedrus VPU decoder driver
  ` [linux-sunxi] "

[Qemu-devel] [PATCH v1] s390x/cpu_models: Add "-cpu max" support
 2018-07-27 14:57 UTC  (7+ messages)
          ` [Qemu-devel] [qemu-s390x] "

[PATCH] drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function
 2018-07-27 14:57 UTC 

[PATCH 2/5] rhashtable: don't hold lock on first table throughout insertion
 2018-07-27 14:57 UTC  (11+ messages)

ath9k and 16 VAP interfaces?
 2018-07-27 13:35 UTC 

[Qemu-devel] [PATCH] block/file-posix: add bdrv_attach_aio_context callback for host dev and cdrom
 2018-07-27 14:54 UTC  (6+ messages)
      ` [Qemu-devel] [Qemu-block] "

[PATCH] ALSA: memalloc: declare snd_sgbuf_aligned_pages() unconditionally
 2018-07-27 14:54 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC for-3.0-rc3 0/3] qemu-img: Disable copy offloading by default
 2018-07-27 14:52 UTC  (4+ messages)

[PATCH v3 0/2] clk: meson: add a sub EMMC clock controller support
 2018-07-27 14:52 UTC  (6+ messages)
` [PATCH v3 2/2] clk: meson: add sub MMC clock controller driver


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.