All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-06 08:55:15 to 2018-09-06 09:19:32 UTC [more...]

[PATCH v2 0/4] i.MX PXP scaler/CSC driver
 2018-09-06  9:00 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: media: Add i.MX Pixel Pipeline binding
` [PATCH v2 3/4] media: imx-pxp: add i.MX Pixel Pipeline driver

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-06  9:19 UTC  (21+ messages)
` [PATCH 01/11] UAPI: drm: Fix use of C++ keywords as structural members [ver #2]
` [PATCH 02/11] UAPI: keys: "
` [PATCH 03/11] UAPI: virtio_net: "
` [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array "
` [PATCH 05/11] UAPI: coda: Move kernel internals out of public view "
` [PATCH 06/11] coda: Move internal defs out of include/linux/ "
` [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues "
` [PATCH 08/11] UAPI: nilfs2: Fix use of undefined byteswapping functions "
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers "
` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE "

[PATCH v6 00/14] Energy Aware Scheduling
 2018-09-06  9:18 UTC  (5+ messages)
` [PATCH v6 13/14] sched/topology: Make Energy Aware Scheduling depend on schedutil

[PATCH 00/42] mt76 patches 2018-09-06
 2018-09-06  9:18 UTC  (43+ messages)
  ` [PATCH 01/42] mt76x2: change mt76x2_tx_complete routine signature
  ` [PATCH 02/42] mt76: move mt76x2_tx_complete routine in mt76x02-lib module
  ` [PATCH 03/42] mt76: move mt76x2u_remove_dma_hdr "
  ` [PATCH 04/42] mt76: move mt76x2u_tx_complete_skb in mt76x02-lib moudule
  ` [PATCH 05/42] mt76: move mt76_qsel definition in dma.h
  ` [PATCH 06/42] mt76: move mt76x2u_set_txinfo in mt76x02-lib module
  ` [PATCH 07/42] mt76x0: introduce mt76x0_tx_prepare_skb routine
  ` [PATCH 08/42] mt76: move mt76x2u_tx_status_data in mt76x02-lib module
  ` [PATCH 09/42] mt76x0: init mt76_driver_ops callbacks
  ` [PATCH 10/42] mt76x0: use mt76_alloc_device for device allocation
  ` [PATCH 11/42] mt76x0: disable usb rx bulk aggregation
  ` [PATCH 12/42] mt76x0: mark device as running in mt76x0_start
  ` [PATCH 13/42] mt76x0: simplify mt76_mac_process_rx signature
  ` [PATCH 14/42] mt76x0: add mt76x0_queue_rx_skb routine
  ` [PATCH 15/42] mt76x0: unify tx/rx datapath with mt76x2u driver
  ` [PATCH 16/42] mt76x0: stop stat workqueue at hw stop
  ` [PATCH 17/42] mt76x0: set max fragments size
  ` [PATCH 18/42] mt76x0: remove unused dma.c source file
  ` [PATCH 19/42] mt76x0: remove unused stat work_queue
  ` [PATCH 20/42] mt76x0: remove unused {tx/rx}_queue definitions
  ` [PATCH 21/42] mt76x0: remove unused mt76x0_tx_status routine
  ` [PATCH 22/42] mt76x0: remove unused endpoint definitions
  ` [PATCH 23/42] mt76x0: remove unused stat_work
  ` [PATCH 24/42] mt76x0: enable per-sta tx queueing
  ` [PATCH 25/42] mt76x0: init hw capabilities
  ` [PATCH 26/42] mt76x0: trim rx skb to proper length
  ` [PATCH 27/42] mt76: remove unused MT76_MORE_STATS state
  ` [PATCH 28/42] mt76x0: remove mt76x0_stop_hardware routine
  ` [PATCH 29/42] mt76: move mt76 rate definitions in mt76x02-lib module
  ` [PATCH 30/42] mt76x0: alloc mcu buffers first in mt76x0_mcu_cmd_init
  ` [PATCH 31/42] mt76x0: fix memory leak during hw probe
  ` [PATCH 32/42] mt76x0: move stop related routines in mt76x0_mac_stop
  ` [PATCH 33/42] mt76x0: move mt76x0_init_hardware in mt76x0_register_device
  ` [PATCH 34/42] mt76x0: do not free/alloc buffers during suspend/resume
  ` [PATCH 35/42] mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_params
  ` [PATCH 36/42] mt76x0: use mt76_register_device for device registration
  ` [PATCH 37/42] mt76x0: inital split between pci and usb
  ` [PATCH 38/42] mt76: initial separation of mmio part
  ` [PATCH 39/42] mt76: move some irq code to common mmio module
  ` [PATCH 40/42] mt76x0: remove unused mt76x0_wcid
  ` [PATCH 41/42] mt76x0: remove some usb specific code from mt76x0_register_device
  ` [PATCH 42/42] mt76x0: make device allocation bus neutral

[PATCH/RFT] arm64: dts: renesas: r8a77995-draak: Add MSIOF ch2 pins support
 2018-09-06  9:18 UTC  (2+ messages)

[PATCH v2 0/6] x86/alternatives: text_poke() fixes
 2018-09-06  9:18 UTC  (8+ messages)
` [PATCH v2 4/6] x86/alternatives: initializing temporary mm for patching

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-06  9:18 UTC 

v12.2.8 Luminous released
 2018-09-06  9:17 UTC  (3+ messages)

POSIX violation by writeback error
 2018-09-06  9:17 UTC  (11+ messages)

[PATCH 0/5] xen: Fixes and improvements to HVM_PARAM handling
 2018-09-06  9:16 UTC  (7+ messages)
` [PATCH 1/5] x86/hvm: Switch hvm_allow_get_param() to use a whitelist
` [PATCH 2/5] x86/hvm: Switch hvm_allow_set_param() "
` [PATCH 3/5] x86/hvm: Make HVM_PARAM_{STORE, CONSOLE}_EVTCHN read-only to the guest

[PATCH] usb: Change usb_of_get_companion_dev() place to usb/common
 2018-09-06  4:42 UTC  (3+ messages)

[RFC PATCH 0/5] Fix the racy split index problem
 2018-09-06  9:15 UTC  (4+ messages)
` [RFC PATCH 4/5] t1700-split-index: date back files to avoid racy situations

[RFC PATCH 00/29] mm: remove bootmem allocator
 2018-09-06  9:15 UTC  (27+ messages)
` [RFC PATCH 21/29] memblock: replace alloc_bootmem with memblock_alloc
` [RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs
` [RFC PATCH 23/29] memblock: replace free_bootmem{_node} with memblock_free
` [RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late
` [RFC PATCH 25/29] memblock: rename free_all_bootmem to memblock_free_all
` [RFC PATCH 26/29] memblock: rename __free_pages_bootmem to memblock_free_pages
` [RFC PATCH 27/29] mm: remove nobootmem
` [RFC PATCH 28/29] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants

collectively rate limiting multiple classes
 2018-09-06  9:14 UTC  (2+ messages)

[PATCH] Fixes: fc2a69f3903d ("drm/atomic: Handling the case when, setting old crtc for plane")
 2018-09-06  4:39 UTC  (2+ messages)
  `  "

[Qemu-devel] [Bug 1755912] Update Released
 2018-09-06  8:57 UTC 

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-06  9:11 UTC  (20+ messages)
` [PATCH 3/7] vfio: add sdmdev support
` [PATCH 4/7] crypto: add hisilicon Queue Manager driver
` [PATCH 6/7] crypto: add sdmdev support to Hisilicon QM
` [PATCH 7/7] vfio/sdmdev: add user sample

[Qemu-devel] [PATCH v3] linux-user: add support for MADV_DONTNEED
 2018-09-06  9:12 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] x86: qemu-x86 requires CONFIG_SYS_HZ=2000
 2018-09-06  9:12 UTC  (5+ messages)

[Qemu-devel] [PATCH v10 0/6] Add support for TPM Physical Presence interface
 2018-09-06  9:11 UTC  (8+ messages)
` [Qemu-devel] [PATCH v10 6/6] tpm: add ACPI memory clear interface

[PATCH 00/21] DT cpu node iterator
 2018-09-06  9:12 UTC  (7+ messages)
` [PATCH 05/21] ARM: shmobile: use for_each_of_cpu_node iterator
` [PATCH 10/21] openrisc: "
    ` [OpenRISC] "

[PATCH v3 0/4] regmap: i2c block support
 2018-09-06  9:06 UTC  (4+ messages)
` [PATCH v3 4/4] regmap-i2c: Add smbus "

[PATCH 1/2] eventdev: fix eth Rx adapter hotplug incompatibility
 2018-09-06  9:11 UTC  (2+ messages)
` [PATCH 2/2] test/eventdev: remove eth Rx adapter vdev workaround

[PATCH 1/3] drm/i915/csr: keep firmware name and required version together
 2018-09-06  9:11 UTC  (6+ messages)
` [PATCH 3/3] drm/i915/csr: bypass firmware request on i915.dmc_firmware_path=""
` ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915/csr: keep firmware name and required version together
` ✗ Fi.CI.BAT: failure "

[PATCH] perf tools: use PTR_ERR_OR_ZERO inetead of return code
 2018-09-06  9:09 UTC  (2+ messages)

[PATCH v2 00/14] coresight: Implement device claim protocol
 2018-09-06  9:08 UTC  (30+ messages)
` [PATCH v2 01/14] coresight: Handle failures in enabling a trace path
` [PATCH v2 02/14] coresight: tmc-etr: Refactor for handling errors
` [PATCH v2 03/14] coresight: tmc-etr: Handle errors enabling CATU
` [PATCH v2 04/14] coresight: tmc-etb/etf: Prepare to handle errors enabling
` [PATCH v2 05/14] coresight: etm4x: Add support for handling errors
` [PATCH v2 06/14] coresight: etm3: "
` [PATCH v2 07/14] coresight: etb10: Handle errors enabling the device
` [PATCH v2 08/14] coresight: dynamic-replicator: Handle multiple connections
` [PATCH v2 09/14] coresight: Add support for CLAIM tag protocol
` [PATCH v2 10/14] coresight: etmx: Claim devices before use
` [PATCH v2 11/14] coresight: funnel: "
` [PATCH v2 12/14] coresight: catu: Claim device "
` [PATCH v2 13/14] coresight: dynamic-replicator: Claim device for use
` [PATCH v2 14/14] coreisght: tmc: Claim device before use

[PATCH 1/2] xf86-video-armada: Update to latest git
 2018-09-06  9:08 UTC  (2+ messages)
` [PATCH 2/2] linux-fslc: Update to 4.17.19

MLX5 should define the timestamp field in the doc
 2018-09-06  9:07 UTC  (6+ messages)

[pull request][net-next 0/9] Mellanox, mlx5 ethernet updates 2018-09-05
 2018-09-06  4:33 UTC  (10+ messages)
` [net-next 1/9] net/mlx5: Change flow counters addlist type to single linked list
` [net-next 2/9] net/mlx5: Add new list to store deleted flow counters
` [net-next 3/9] net/mlx5: Store flow counters in a list
` [net-next 4/9] net/mlx5: Add flow counters idr
` [net-next 5/9] net/mlx5e: Move mlx5e_priv_flags into en_ethtool.c
` [net-next 6/9] net/mlx5e: Move Q counters allocation and drop RQ to init_rx
` [net-next 7/9] net/mlx5e: Replace PTP clock lock from RW lock to seq lock
` [net-next 8/9] net/mlx5e: Set ECN for received packets using CQE indication
` [net-next 9/9] net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packets

[PATCH v2 1/2] PCI/ACPI: correct error message for ASPM disabling
 2018-09-06  9:05 UTC  (3+ messages)

[PATCH] printk/tracing: Do not trace printk_nmi_enter()
 2018-09-06  9:04 UTC  (3+ messages)

[PATCH 1/2] powerpc/process: fix nested output in show_user_instructions()
 2018-09-06  9:04 UTC  (3+ messages)

[PATCH] ARM: dts: stih410: change syntax of multiple DAI
 2018-09-06  9:03 UTC  (3+ messages)

[PATCH 1/1] ASoC: cs4265: fix MMTLR Data switch control
 2018-09-06  9:16 UTC 

[igt-dev] [PATCH i-g-t] lib/pm: Fail gracefully if CONFIG_PM is not built into the kernel
 2018-09-06  9:02 UTC  (5+ messages)

[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
 2018-09-06  9:02 UTC  (4+ messages)

[PATCH 1/2 dhowells/mount-api] staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)
 2018-09-06  9:01 UTC  (4+ messages)
` [PATCH 2/2 dhowells/mount-api] staging: erofs: update .mount and .remount_sb

[PATCH v3 0/4] i.MX PXP scaler/CSC driver
 2018-09-06  9:02 UTC  (4+ messages)
` [PATCH v3 1/4] dt-bindings: media: Add i.MX Pixel Pipeline binding
` [PATCH v3 2/4] ARM: dts: imx6ull: add pxp support
` [PATCH v3 4/4] MAINTAINERS: add entry for i.MX PXP media mem2mem driver

[Qemu-devel] [PATCH] qga: ignore non present cpus when handling qmp_guest_get_vcpus()
 2018-09-06  9:00 UTC  (5+ messages)
      ` [Qemu-devel] [libvirt] "

[PATCH] cpu/hotplug: Fix rollback during error-out in takedown_cpu()
 2018-09-06  9:00 UTC  (8+ messages)

[PATCH 1/8] python: Run pybench once for optimisation task in pgo
 2018-09-06  9:04 UTC  (5+ messages)
` [PATCH 7/8] busybox: Put klogd/syslogd alternative links in syslog package

[PATCH i-g-t 0/5] vmwgfx as a new driver for igt-gpu-tools
 2018-09-06  8:58 UTC  (4+ messages)
` [PATCH i-g-t 4/5] lib/igt_fb: Check for stride before creating cairo surface
  ` [igt-dev] [Intel-gfx] "

[PATCH 1/3] [RFC]drm: add syncobj timeline support v4
 2018-09-06  8:57 UTC  (3+ messages)
  ` [PATCH 2/3] drm: add support of syncobj timeline point wait v2
` [PATCH 3/3] drm: add timeline syncobj payload query ioctl

[PATCH 1/1] coresight: etm4x: Configure EL2 exception level when kernel is running in HYP
 2018-09-06  8:55 UTC  (4+ messages)

[PATCH 00/21] New GuC ABI
 2018-09-06  8:55 UTC  (3+ messages)
` [PATCH 06/21] drm/i915/guc: Use guc_class instead of engine_class in fw interface


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.