All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-16 17:01:52 to 2019-12-16 17:20:27 UTC [more...]

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2019-12-16 17:20 UTC 

[PULL 00/62] Misc patches for 2019-12-16
 2019-12-16 16:28 UTC  (18+ messages)
` [PULL 26/62] xen: convert "-machine igd-passthru" to an accelerator property
` [PULL 31/62] object: Improve documentation of interfaces
` [PULL 42/62] configure: set $PYTHON to a full path
` [PULL 43/62] configure: simplify vhost condition with Kconfig
` [PULL 44/62] i386: conditionally compile more files
` [PULL 47/62] pci-stub: add more MSI functions
` [PULL 48/62] x86: move SMM property to X86MachineState
` [PULL 50/62] x86: move more x86-generic functions out of PC files
` [PULL 51/62] acpi: move PC stubs out of stubs/
` [PULL 52/62] pc: stubify x86 iommu
` [PULL 53/62] hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
` [PULL 54/62] hw/i386: Simplify ioapic_init_gsi()
` [PULL 56/62] hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string
` [PULL 59/62] hyperv: Use auto rcu_read macros
` [PULL 60/62] qsp: Use WITH_RCU_READ_LOCK_GUARD
` [PULL 61/62] memory: use RCU_READ_LOCK_GUARD
` [PULL 62/62] colo: fix return without releasing RCU

[PATCH 1/6] usb: musb: jz4740: Suppress useless field in priv structure
 2019-12-16 17:19 UTC  (2+ messages)

[RFC PATCH v2 0/5] target/arm/kvm: Adjust virtual time
 2019-12-16 16:52 UTC  (7+ messages)
` [RFC PATCH v2 3/5] target/arm/kvm: Implement virtual time adjustment
` [RFC PATCH v2 5/5] target/arm/cpu: Add the kvm-no-adjvtime CPU property

[PATCH RDMA/netlink v2] RDMA/netlink: Adhere to returning zero on success
 2019-12-16 17:20 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/djwong/xfs-linux
 2019-12-16 17:19 UTC 

[PATCH 00/55] Improve wfx driver
 2019-12-16 17:04 UTC  (91+ messages)
` [PATCH 01/55] staging: wfx: fix the cache of rate policies on interface reset
` [PATCH 02/55] staging: wfx: fix case of lack of tx_retry_policies
` [PATCH 03/55] staging: wfx: fix counter overflow
` [PATCH 05/55] staging: wfx: firmware does not support more than 32 total retries
` [PATCH 04/55] staging: wfx: use boolean appropriately
` [PATCH 06/55] staging: wfx: fix rate control handling
` [PATCH 07/55] staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1Mbps
` [PATCH 09/55] staging: wfx: fix hif_set_mfp() with big endian hosts
` [PATCH 08/55] staging: wfx: detect race condition in WEP authentication
` [PATCH 10/55] staging: wfx: fix wrong error message
` [PATCH 11/55] staging: wfx: increase SPI bus frequency limit
` [PATCH 12/55] staging: wfx: don't print useless error messages
` [PATCH 14/55] staging: wfx: improve error message on unexpected confirmation
` [PATCH 13/55] staging: wfx: avoid double warning when no more tx policy are available
` [PATCH 15/55] staging: wfx: take advantage of IS_ERR_OR_NULL()
` [PATCH 16/55] staging: wfx: uniformize naming rule
` [PATCH 18/55] staging: wfx: remove useless include
` [PATCH 17/55] staging: wfx: use meaningful names for CFG_BYTE_ORDER_*
` [PATCH 20/55] staging: wfx: make conditions easier to read
` [PATCH 19/55] staging: wfx: simplify variable assignment
` [PATCH 21/55] staging: wfx: ensure that traces never modify arguments
` [PATCH 23/55] staging: wfx: fix typo in "num_of_ssi_ds"
` [PATCH 22/55] staging: wfx: ensure that received hif messages are never modified
` [PATCH 25/55] staging: wfx: fix name of struct hif_req_start_scan_alt
` [PATCH 24/55] staging: wfx: fix typo in "num_i_es"
` [PATCH 27/55] staging: wfx: better naming for hif_req_join->short_preamble
` [PATCH 26/55] staging: wfx: improve API of hif_req_join->infrastructure_bss_mode
` [PATCH 28/55] staging: wfx: better naming for hif_mib_set_association_mode->greenfield
` [PATCH 29/55] staging: wfx: simplify handling of tx_lock in wfx_do_join()
` [PATCH 31/55] staging: wfx: declare wfx_set_pm() static
` [PATCH 30/55] staging: wfx: firmware already handle powersave mode during scan
` [PATCH 33/55] staging: wfx: remove redundant test while calling wfx_update_pm()
` [PATCH 32/55] staging: wfx: drop useless argument from wfx_set_pm()
` [PATCH 34/55] staging: wfx: drop unnecessary wvif->powersave_mode
` [PATCH 35/55] staging: wfx: do not try to save call to hif_set_pm()
` [PATCH 37/55] staging: wfx: simplify wfx_conf_tx()
` [PATCH 36/55] staging: wfx: fix pm_mode timeout
` [PATCH 39/55] staging: wfx: simplify hif_set_uapsd_info() usage
` [PATCH 38/55] staging: wfx: prefer a bitmask instead of an array of boolean
` [PATCH 41/55] staging: wfx: drop struct wfx_edca_params
` [PATCH 40/55] staging: wfx: simplify hif_set_pm() usage
` [PATCH 42/55] staging: wfx: remove unnecessary EDCA initialisation
` [PATCH 43/55] staging: wfx: simplify hif_set_edca_queue_params() usage
` [PATCH 44/55] staging: wfx: hif_scan() never fails
` [PATCH 45/55] staging: wfx: device already handle sleep mode during scan
` [PATCH 47/55] staging: wfx: simplify hif_scan() usage
` [PATCH 46/55] staging: wfx: drop useless wfx_scan_complete()
` [PATCH 49/55] staging: wfx: simplify hif_set_template_frame() usage
` [PATCH 48/55] staging: wfx: introduce update_probe_tmpl()
` [PATCH 50/55] staging: wfx: rewrite wfx_hw_scan()
` [PATCH 52/55] staging: wfx: delayed_unjoin cannot happen
` [PATCH 51/55] staging: wfx: workaround bug with "iw scan"
` [PATCH 53/55] staging: wfx: delayed_link_loss cannot happen
` [PATCH 54/55] staging: wfx: implement cancel_hw_scan()
` [PATCH 55/55] staging: wfx: update TODO

[Intel-gfx] [PATCH v2 rebased 01/11] drm: Add __drm_atomic_helper_crtc_state_reset() & co
 2019-12-16 17:19 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 rebased 06/11] drm/i915/display: Share intel_connector_needs_modeset()
` [Intel-gfx] [PATCH v2 rebased 07/11] drm/i915/tgl: Select master transcoder for MST stream

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2019-12-16 17:19 UTC 

[PATCHv4 00/36] AFBC support for Rockchip
 2019-12-16 17:19 UTC  (7+ messages)
` [PATCHv4 03/36] drm/gem-fb-helper: Allow drivers to allocate struct drm_framebuffer on their own
` [PATCHv4 04/36] drm/gem-fb-helper: Add special version of drm_gem_fb_size_check
` [PATCHv4 05/36] drm/gem-fb-helper: Add generic afbc size checks

[PATCH 1/3] drm/amdgpu: wait for all rings to drain before runtime suspending
 2019-12-16 17:18 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu/pm_runtime: update usage count in fence handling
` [PATCH 3/3] drm/amdgpu: Enter low power state if CRTC active

[PATCH v2] hugetlbfs: Disable softIRQ when taking hugetlb_lock
 2019-12-16 17:18 UTC  (10+ messages)
          ` [PATCH v2] mm/hugetlb: defer free_huge_page() to a workqueue

[PATCH] ACPI/IORT: fix the iort_id_map function
 2019-12-16 17:17 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2019-12-16 17:17 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2019-12-16 17:16 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2019-12-16 17:16 UTC 

[PATCH 0/6] x86/mce: Various fixes and cleanups for MCE handling
 2019-12-16 17:15 UTC  (3+ messages)
` [PATCH 2/6] x86/mce: Make mce=nobootlog work again

[Xen-devel] [PATCH v3 00/22] generated Go libxl bindings using IDL
 2019-12-16 17:15 UTC  (5+ messages)
` [Xen-devel] [PATCH v3 01/22] golang/xenlight: generate enum types from IDL
` [Xen-devel] [PATCH v3 07/22] golang/xenlight: define Mac builtin type

[PATCH v2 0/4] drivers: Add Tiger Lake hardware IDs to support acpi,
 2019-12-16 17:15 UTC  (10+ messages)
` [PATCH v2 2/4] acpi: fan: Add new Tiger Lake hardware ID to support fan driver in acpi
` [PATCH v2 3/4] platform/x86: intel-hid: Add new Tiger Lake hardware ID to support HID driver
` [PATCH v2 4/4] thermal: int340x_thermal: Add new Tiger Lake hardware IDs to support thermal driver

[PATCH v2 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-16 17:12 UTC  (8+ messages)
` [PATCH v2 2/7] perf/core: open access for CAP_SYS_PERFMON privileged process
      ` [Intel-gfx] "

[RFC 00/11] GMSL: Initial RDACM21 support
 2019-12-16 17:16 UTC  (12+ messages)
` [RFC 01/11] fixup! DNI: Debug
` [RFC 02/11] fixup! arm64: dts: renesas: salvator-x: Add MAX9286 expansion board
` [RFC 03/11] fixup! arm64: dts: renesas: eagle: Provide Eagle FAKRA dynamic overlay
` [RFC 04/11] fixup! arm64: dts: renesas: eagle: Provide MAX9286 GMSL deserialiser
` [RFC 05/11] fixup! dt-bindings: media: i2c: Add bindings for IMI RDACM20
` [RFC 06/11] media: i2c: Break out max9271 from rdacm20 driver
` [RFC 07/11] media: i2c: max9286: Move notifiers operations
` [RFC 08/11] media: i2c: max9286: Move link setup to completion
` [RFC 09/11] media: i2c: max9286: Expand reverse chanenl amplitude
` [RFC 10/11] WIP: media: i2c: rdacm20: Add RDACM21 support
` [RFC 11/11] arm64: boot: dts: Eagle: Enable RDACM21

[PATCH v2] usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows
 2019-12-16 17:14 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 7 warnings (v4.19.89-138-g7825029ce41a)
 2019-12-16 17:13 UTC 

[tpm2] tpm2-pcs11: Release 1.0-RC0
 2019-12-16 17:13 UTC 

qemu-project git server not utf-8 clean?
 2019-12-16 16:29 UTC 

How to use SMB Direct
 2019-12-16 17:11 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/3] i915 fixes to handle hotplug cases on 8K tiled monitor
 2019-12-16 17:11 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset

[PATCH v2] drm/modes: Apply video parameters with only reflect option
 2019-12-16 17:10 UTC 

[PATCH] dt-bindings: stm32: convert mlahb to json-schema
 2019-12-16 17:10 UTC  (5+ messages)

[PATCH] lib: Check for migrate_disable only on SMP systems
 2019-12-16 17:09 UTC  (9+ messages)
          ` [PATCH RT] "

[PATCH v2 1/1] arch: arm: Program GIC LPI configuration table
 2019-12-16 17:09 UTC 

[PATCH v5 0/5] add dsa switch support for ar9331
 2019-12-16 17:09 UTC  (3+ messages)
` [PATCH v5 5/5] net: dsa: add support for Atheros AR9331 built-in switch

ftrace histogram sorting broken on BE architecures
 2019-12-16 17:06 UTC  (7+ messages)

[PATCH v4 00/15] soundwire: intel: implement new ASoC interfaces
 2019-12-16 17:07 UTC  (11+ messages)
` [PATCH v4 08/15] soundwire: add initial definitions for sdw_master_device
        ` [alsa-devel] "

[dm-crypt] LUKS2 support for null/plaintext target
 2019-12-16 17:08 UTC  (8+ messages)

[PATCH 1/3] dt-bindings: clocks: Convert Allwinner DE2 clocks to a schema
 2019-12-16 17:08 UTC  (4+ messages)
` [PATCH 3/3] dt-bindings: clocks: Convert Allwinner A80 DE "

Tracking down severe regression in 5.3-rc4/5.4 for TU116 - assistance needed
 2019-12-16 17:08 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/sunxi/linux
 2019-12-16 17:08 UTC 

[PATCH v21 0/2] drm/bridge: PS8640 MIPI-to-eDP bridge
 2019-12-16 17:07 UTC  (6+ messages)
` [PATCH v21 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

post-receive: pub/scm/linux/kernel/git/soc/soc
 2019-12-16 17:07 UTC 

[PATCH resend 0/2] drm/connector: Add support for specifying panel_orientation on the kernel cmdline
 2019-12-16 17:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

NVMe WARN with DEBUG_TEST_DRIVER_REMOVE
 2019-12-16 17:06 UTC  (2+ messages)

[PATCH v3] iommu: fix KASAN use-after-free in iommu_insert_resv_region
 2019-12-16 17:03 UTC  (5+ messages)

[PATCH] reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()
 2019-12-16 17:05 UTC  (3+ messages)

[alsa-devel] Free-running MMAP Mode
 2019-12-16 17:04 UTC 

[PATCH net-next mlxsw v1 00/10] Add a new Qdisc, ETS
 2019-12-16 17:01 UTC  (9+ messages)
` [PATCH net-next mlxsw v1 03/10] mlxsw: spectrum: Rename MLXSW_REG_QEEC_HIERARCY_* enumerators
` [PATCH net-next mlxsw v1 04/10] net: sch_ets: Add a new Qdisc
` [PATCH net-next mlxsw v1 05/10] net: sch_ets: Make the ETS qdisc offloadable
` [PATCH net-next mlxsw v1 06/10] mlxsw: spectrum_qdisc: Generalize PRIO offload to support ETS
` [PATCH net-next mlxsw v1 07/10] mlxsw: spectrum_qdisc: Support offloading of ETS Qdisc
` [PATCH net-next mlxsw v1 08/10] selftests: forwarding: Move start_/stop_traffic from mlxsw to lib.sh
` [PATCH net-next mlxsw v1 09/10] selftests: forwarding: sch_ets: Add test coverage for ETS Qdisc
` [PATCH net-next mlxsw v1 10/10] selftests: qdiscs: "

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2019-12-16 17:04 UTC 

[PATCH v3 1/6] um: Migrate pcap to vector IO
 2019-12-16 17:03 UTC  (6+ messages)
` [PATCH v3 2/6] um: vector: Add UCAST and MCAST trasnports
` [PATCH v3 3/6] um: Migrate socket transport to Vector backend
` [PATCH v3 4/6] um: Enable GRO by default when using raw in pcap compat mode
` [PATCH v3 5/6] um: vector: Add dynamic tap interfaces and scripting
` [PATCH v3 6/6] um: Migrate tap to vector IO


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.