All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-18 13:23:07 to 2018-06-18 14:17:04 UTC [more...]

[PATCH] drm/i915/execlists: Pull the w/a LRI emission into a helper
 2018-06-18 14:16 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] tty: use 64-bit timstamp
 2018-06-18 14:16 UTC 

[PATCH 0/5] RFC: Mezzanine handling for 96boards
 2018-06-18 14:15 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH 00/10] Add a 'x-blockdev-reopen' QMP command
 2018-06-18 14:15 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 05/10] block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()

[PATCH v5 0/5] ASoC: add driver for Atmel I2S controller
 2018-06-18 14:12 UTC  (20+ messages)
` [PATCH v5 1/5] dt-bindings: clk: at91: add an I2S mux clock
` [PATCH v5 2/5] clk: at91: add I2S clock mux driver
` [PATCH v5 3/5] ARM: dts: at91: sama5d2: add I2S clock muxing nodes
` [PATCH v5 4/5] ARM: dts: at91: sama5d2: add nodes for I2S controllers
` [PATCH v5 5/5] ARM: dts: at91: sama5d2 Xplained: add pin muxing for I2S

Pending payments
 2018-06-18 10:20 UTC 

[PATCH 0/3]: hwrng: Add support for qcpm v2 hwrng
 2018-06-18 14:12 UTC  (4+ messages)
` [PATCH 1/3] hwrng: msm - Move hwrng to a table
` [PATCH 2/3] dt-bindings: rng: Add new compatible qcom,prng-v2
` [PATCH 3/3] hwrng: msm - Add support for prng v2

[PATCH v5 0/6] mtd: rawnand: add NVIDIA Tegra NAND flash support
 2018-06-18 14:11 UTC  (5+ messages)

[meta-networking][PATCH] spice: Uprev to fix compile errors from gcc 8.1.0
 2018-06-18 14:09 UTC  (3+ messages)

[PATCH v6 0/4] mfd/regulator/clk/input: bd71837: ROHM BD71837 PMIC driver
 2018-06-18 14:10 UTC  (3+ messages)
` [PATCH v6 3/4] clk: bd71837: Add driver for BD71837 PMIC clock

[PATCH] mtd: rawnand: mxc: set spare area size register explicitly
 2018-06-18 14:09 UTC  (4+ messages)
` [PATCH v2] "

[meta-networking][PATCH] spice: Uprev to latest and add opus PKGCONFIG
 2018-06-18 14:09 UTC 

[Qemu-devel] [PULL 0/7] monitor: Thread safety improvements
 2018-06-18 14:08 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] monitor: rename out_lock to mon_lock
` [Qemu-devel] [PULL 2/7] monitor: protect mon->fds with mon_lock
` [Qemu-devel] [PULL 3/7] monitor: more comments on lock-free elements
` [Qemu-devel] [PULL 4/7] monitor: fix comment for monitor_lock
` [Qemu-devel] [PULL 5/7] monitor: remove event_clock_type
` [Qemu-devel] [PULL 6/7] monitor: move init global earlier
` [Qemu-devel] [PULL 7/7] monitor: add lock to protect mon_fdsets

[PATCH v2] regulator: core: Enable voltage balancing
 2018-06-18 14:08 UTC  (3+ messages)
  ` [PATCH] regulator: core: Pass max_uV value to regulator_set_voltage_rdev

[PATCH 1/3] posix-timers: fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME
 2018-06-18 14:08 UTC  (3+ messages)
` [PATCH 2/3] time: use ktime_get_real_seconds() in time syscall
` [PATCH 3/3] timekeeping: use ktime_get_real_ts64() instead of getnstimeofday64()

[Qemu-devel] [PULL SUBSYSTEM s390x v2 0/7] pxelinux.cfg-style booting for the s390x bios
 2018-06-18 14:08 UTC  (2+ messages)
` [Qemu-devel] [PULL SUBSYSTEM s390x v2 7/7] pc-bios/s390-ccw: Update the s390-netboot.img binary

[U-Boot] [PATCH v8 00/30] efi: Enable sandbox support for EFI loader
 2018-06-18 14:08 UTC  (31+ messages)
` [U-Boot] [PATCH v8 01/30] efi: Don't allow CMD_BOOTEFI_SELFTEST on sandbox
` [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v8 03/30] sandbox: smbios: Update to support sandbox
` [U-Boot] [PATCH v8 04/30] efi: sandbox: Add distroboot support
` [U-Boot] [PATCH v8 05/30] efi: sandbox: Add relocation constants
` [U-Boot] [PATCH v8 06/30] efi: sandbox: Enable EFI loader build for sandbox
` [U-Boot] [PATCH v8 07/30] efi: Split out test init/uninit into functions
` [U-Boot] [PATCH v8 08/30] efi: sandbox: Add a simple 'bootefi test' command
` [U-Boot] [PATCH v8 09/30] efi: Create a function to set up for running EFI code
` [U-Boot] [PATCH v8 10/30] efi: Rename bootefi_test_finish() to bootefi_run_finish()
` [U-Boot] [PATCH v8 11/30] sandbox: Align RAM buffer to the machine page size
` [U-Boot] [PATCH v8 12/30] sandbox: Try to start the RAM buffer at a particular address
` [U-Boot] [PATCH v8 13/30] sandbox: Add support for calling abort()
` [U-Boot] [PATCH v8 14/30] efi: Don't build sandbox with __attribute__((ms_abi))
` [U-Boot] [PATCH v8 15/30] vsprintf: Handle NULL with %pU
` [U-Boot] [PATCH v8 16/30] efi_selftest: Clean up a few comments and messages
` [U-Boot] [PATCH v8 17/30] sandbox: Enhance map_to_sysmem() to handle foreign pointers
` [U-Boot] [PATCH v8 18/30] efi: Add a call to exit() along with why we can't use it
` [U-Boot] [PATCH v8 19/30] efi: Relocate FDT to 127MB instead of 128MB
` [U-Boot] [PATCH v8 20/30] efi: Tidy up device-tree-size calculation in copy_fdt()
` [U-Boot] [PATCH v8 21/30] efi_loader: Use map_sysmem() in bootefi command
` [U-Boot] [PATCH v8 22/30] efi: sandbox: Tidy up copy_fdt() to work with sandbox
` [U-Boot] [PATCH v8 23/30] efi: Drop error return in efi_carve_out_dt_rsv()
` [U-Boot] [PATCH v8 24/30] efi: Adjust memory handling to support sandbox
` [U-Boot] [PATCH v8 25/30] efi: Add more debugging for memory allocations
` [U-Boot] [PATCH v8 26/30] efi_loader: Use compiler constants for image loader
` [U-Boot] [PATCH v8 27/30] efi_loader: efi_allocate_pages is too restrictive
` [U-Boot] [PATCH v8 28/30] efi_loader: Disable miniapps on sandbox
` [U-Boot] [PATCH v8 29/30] efi_loader: Pass address to fs_read()
` [U-Boot] [PATCH v8 30/30] efi: sandbox: Enable selftest command

[PATCH 1/3] powerpc: mac: fix rtc read functions
 2018-06-18 14:05 UTC  (3+ messages)
` [PATCH 2/3] m68k: mac: use time64_t in RTC handling
` [PATCH 3/3] m68k: remove unused set_clock_mmss() helpers

[PATCH net] ipvlan: call dev_change_flags when reset ipvlan mode
 2018-06-18 14:04 UTC 

[Qemu-devel] [PATCH v5 00/14] block/mirror: Add active-sync mirroring
 2018-06-18 14:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 02/14] block/mirror: Convert to coroutines

[rocko] ipumm-fw: Update to 3.00.15.00
 2018-06-18 14:03 UTC 

[Qemu-devel] enabling smart-http git protocol on git.qemu.org
 2018-06-18 14:02 UTC  (5+ messages)

[Xenomai] xenomai modules - xeno_rtdm, xeno_hal, xeno_nucleus. not getting installed
 2018-06-18 14:00 UTC  (2+ messages)

[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
 2018-06-18 14:00 UTC  (4+ messages)

[RFA] A-MPDU EOF bit
 2018-06-18 13:59 UTC  (3+ messages)
` [ADOPTION] "

[PATCH] m68k: fix "bad page state" oops on ColdFire boot
 2018-06-18 13:59 UTC  (3+ messages)

[PATCH v4] platform/x86: touchscreen_dmi: Add info for the ONDA V891W Dual OS tablet
 2018-06-18 13:59 UTC  (4+ messages)

[Xenomai] ipipe-4.4.y LTS
 2018-06-18 13:59 UTC  (2+ messages)

[PATCHv3 00/17] MKTME enabling
 2018-06-18 13:59 UTC  (11+ messages)
` [PATCHv3 15/17] x86/mm: Implement sync_direct_mapping()
` [PATCHv3 16/17] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCHv3 17/17] x86: Introduce CONFIG_X86_INTEL_MKTME

Endianness of particular fields?
 2018-06-18 13:58 UTC  (3+ messages)

[meta-selinux][PATCH] libsemanage.inc: add libsemanage-utils package
 2018-06-18 13:59 UTC 

[PATCH] mtd: rawnand: fix return value check for bad block status
 2018-06-18 13:57 UTC  (3+ messages)

[PATCH v3 0/5] bitmap: Introduce alloc/free helpers
 2018-06-18 13:57 UTC  (4+ messages)
` [PATCH v3 1/5] md: Avoid namespace collision with bitmap API

fatal: could not reset submodule index
 2018-06-18 13:57 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/5] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller
 2018-06-18 13:56 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller
` [U-Boot] [PATCH v2 2/5] net: eth-uclass: Fix for DM USB ethernet support
` [U-Boot] [PATCH v2 3/5] cmd: Add bind/unbind commands to bind a device to a driver from the command line
` [U-Boot] [PATCH v2 4/5] drivers: uclass: Add dev_get_uclass_index() to get the uclass/index of a device
` [U-Boot] [PATCH v2 5/5] dm: print the index of the device when dumping the dm tree

[RFA v2] HE support
 2018-06-18 13:56 UTC 

what trees/branches to test on syzbot
 2018-06-18 13:54 UTC  (13+ messages)

[PATCH v3 0/3] mtd: rawnand: denali: add new clocks and improve setup_data_interface
 2018-06-18 13:53 UTC  (4+ messages)
` [PATCH v3 3/3] mtd: rawnand: denali: optimize timing parameters for data interface

[Qemu-devel] [PATCH] compiler: add a sizeof_field() macro
 2018-06-18 13:53 UTC  (3+ messages)

Atheros AR9462 - 5Ghz not working
 2018-06-18 13:53 UTC  (2+ messages)

[U-Boot] [PATCH v1 1/2] x86: zImage: Move subarch assignment out of cmd_line check
 2018-06-18 13:52 UTC  (9+ messages)
` [U-Boot] [PATCH v1 2/2] x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters

[PATCH 1/3] ARM: dts: imx53: Add 'ARM platform' node
 2018-06-18 13:52 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: imx53: Add a label for the PMU node
` [PATCH 3/3] ARM: mx5: Set the DBGEN bit in ARM_GPC register

shiftfs status and future development
 2018-06-18 13:49 UTC  (6+ messages)

[PATCH] Coccinelle: add atomic_as_refcounter script
 2018-06-18 13:47 UTC  (5+ messages)
      ` [Cocci] "

[PATCH 4.16 000/279] 4.16.17-stable review
 2018-06-18 13:48 UTC  (3+ messages)

[PATCH] gstreamer1.0-plugins-base: Remove append for version 1.14.0
 2018-06-18 13:47 UTC 

[PATCH] __poll_t regressions this cycle
 2018-06-18 13:47 UTC 

[PATCH] bdi: Fix another oops in wb_workfn()
 2018-06-18 13:46 UTC 

[PATCH 0/3] bcache: Fix variable assignment in if condition in super.c
 2018-06-18 13:45 UTC  (7+ messages)
` [PATCH 1/3] bcache: do not assign in if condition register_bcache()
` [PATCH 2/3] bcache: do not assign in if condition in bcache_init()
` [PATCH 3/3] bcache: do not assign in if condition in bcache_device_init()

[PATCH BlueZ v3 00/11] Extended Adv, Scan, Connection and PHY support
 2018-06-18 13:44 UTC  (3+ messages)
` [PATCH BlueZ v3 04/11] btmgmt: Add PHY configuration get/set commands

[igt-dev] [PATCH i-g-t] igt/gem_sync: Alternate stress for nop+sync
 2018-06-18 13:43 UTC 

general protection fault in find_device
 2018-06-18 13:43 UTC  (4+ messages)

[meta-selinux][PATCH 1/2] libselinux: refresh patches to remove fuzz
 2018-06-18 13:42 UTC  (2+ messages)
` [meta-selinux][PATCH 2/2] libsemanage: "

[Bug 106949] Mandatory amdgpu DC on Polaris
 2018-06-18 13:41 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] Add authorization support to all network services
 2018-06-18 13:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/6] migration: add support for a "tls-authz" migration parameter

[RFC][PATCH 0/6] Use printk_safe context for TTY and UART port locks
 2018-06-18 13:38 UTC  (2+ messages)

powerpc: use time64_t in read_persistent_clock
 2018-06-18 13:38 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/9] spapr: Clean up pagesize handling
 2018-06-18 13:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/9] spapr: Compute effective capability values earlier

[PATCH] ARM: NOMMU: Use instr_sync instead of plain isb in common code
 2018-06-18 13:37 UTC  (3+ messages)

[PATCH v11 00/10] drivers/qcom: add RPMH communication support
 2018-06-18 13:37 UTC  (11+ messages)
` [PATCH v11 01/10] drivers: qcom: rpmh-rsc: add RPMH controller for QCOM SoCs
` [PATCH v11 02/10] dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs
` [PATCH v11 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE
` [PATCH v11 04/10] drivers: qcom: rpmh: add RPMH helper functions
` [PATCH v11 05/10] drivers: qcom: rpmh-rsc: write sleep/wake requests to TCS
` [PATCH v11 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS
` [PATCH v11 07/10] drivers: qcom: rpmh: cache sleep/wake state requests
` [PATCH v11 08/10] drivers: qcom: rpmh: allow requests to be sent asynchronously
` [PATCH v11 09/10] drivers: qcom: rpmh: add support for batch RPMH request
` [PATCH v11 10/10] drivers: qcom: rpmh-rsc: allow active requests from wake TCS

[RFC PATCH 0/2] mtd: rawnand: support MT29F1G08ABAFAWP-ITE:F
 2018-06-18 13:37 UTC  (3+ messages)
` [RFC PATCH 2/2] mtd: rawnand: marvell: Support page size of 2048 with 8-bit ECC

[PATCH 0/2] Documentation/sphinx: add "nodocs" directive
 2018-06-18 13:36 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] docs/idr: use "

[PATCH v2 1/5] md: Avoid namespace collision with bitmap API
 2018-06-18 13:36 UTC  (4+ messages)

wmi: usercopy: Kernel memory overwrite attempt detected to spans multiple pages (offset 0, size 4104)
 2018-06-18 13:34 UTC  (6+ messages)

[DPU PATCH v2 00/14] Atomic resource management
 2018-06-18 13:32 UTC  (15+ messages)
  ` [DPU PATCH v2 01/14] drm/msm/dpu: remove scalar config definitions
  ` [DPU PATCH v2 02/14] drm/msm/dpu: remove resource pool manager
  ` [DPU PATCH v2 03/14] drm/msm/dpu: remove ping pong split topology variables
  ` [DPU PATCH v2 04/14] drm/msm/dpu: program master-slave encoders explicitly
  ` [DPU PATCH v2 05/14] drm/msm/dpu: use kms stored hw mdp block
  ` [DPU PATCH v2 06/14] drm/msm/dpu: remove stale encoder code
  ` [DPU PATCH v2 07/14] drm/msm/dpu: iterate for assigned hw ctl in virtual encoder
  ` [DPU PATCH v2 08/14] drm/msm/dpu: avoid querying for hw intf before assignment
  ` [DPU PATCH v2 09/14] drm/msm/dpu: move hw resource tracking to crtc state
  ` [DPU PATCH v2 10/14] drm/msm/dpu: rename hw_ctl to lm_ctl
  ` [DPU PATCH v2 11/14] drm/msm/dpu: remove topology name
  ` [DPU PATCH v2 12/14] drm/msm/dpu: remove display H_TILE from encoder
  ` [DPU PATCH v2 13/14] drm/msm/dpu: add atomic private object to dpu kms
  ` [DPU PATCH v2 14/14] drm/msm/dpu: use private obj to track hw resources

[PATCH 00/11] Port the FSL QSPI driver to the SPI framework
 2018-06-18 13:32 UTC  (16+ messages)
` [PATCH 03/11] spi: Add a driver for the Freescale/NXP QuadSPI controller

KASAN: use-after-free Read in ipv6_gso_pull_exthdrs
 2018-06-18 13:31 UTC 

[PATCH v7 0/8] Enable Bluetooth functionality for WCN3990
 2018-06-18 13:29 UTC  (3+ messages)
` [PATCH v7 1/8] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn3990

[PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
 2018-06-18 13:27 UTC  (15+ messages)
` [Qemu-devel] "
        ` [virtio-dev] "
                `  "
                      ` [Qemu-devel] [virtio-dev] "

[PATCH 1/2] drm/i915/gtt: Enable full-ppgtt by default everywhere
 2018-06-18 13:27 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH] audit: fix use-after-free in audit_add_watch
 2018-06-18 13:27 UTC 

[PATCH v8 5/5 RESEND] ipc: Add a new ipcmni_compat sysctl to fall back to old behavior
 2018-06-18 13:25 UTC  (2+ messages)

[V5][PATCH] bind: update to 9.12.1
 2018-06-18 13:25 UTC 

[GIT PULL 2/2] Kconfig updates for v4.18
 2018-06-18 13:25 UTC  (2+ messages)

[PATCH 0/2] xfs: symlink and inode writeback issues
 2018-06-18 13:24 UTC  (5+ messages)
` [PATCH 1/2] xfs: zero length symlinks are not valid
` [PATCH 2/2] xfs: xfs_iflush_abort() can be called twice on cluster writeback failure

[patch 0/4] dm-writecache patches
 2018-06-18 13:23 UTC  (6+ messages)
` [patch 1/4] x86: optimize memcpy_flushcache
    ` [PATCH v2] "
      ` [PATCH v2 RESEND] "


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.