All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-29 22:03:51 to 2020-10-29 22:34:00 UTC [more...]

[patch V2 00/18] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-10-29 22:18 UTC  (43+ messages)
` [patch V2 01/18] sched: Make migrate_disable/enable() independent of RT
` [patch V2 02/18] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V2 03/18] highmem: Provide generic variant of kmap_atomic*
` [patch V2 04/18] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V2 05/18] arc/mm/highmem: "
` [patch V2 06/18] ARM: highmem: Switch to generic kmap atomic
` [patch V2 07/18] csky/mm/highmem: "
` [patch V2 08/18] microblaze/mm/highmem: "
` [patch V2 09/18] mips/mm/highmem: "
` [patch V2 10/18] nds32/mm/highmem: "
` [patch V2 11/18] powerpc/mm/highmem: "
` [patch V2 12/18] sparc/mm/highmem: "
` [patch V2 13/18] xtensa/mm/highmem: "
` [patch V2 14/18] mm/highmem: Remove the old kmap_atomic cruft
` [patch V2 15/18] io-mapping: Cleanup atomic iomap
` [patch V2 16/18] sched: highmem: Store local kmaps in task struct
` [patch V2 17/18] mm/highmem: Provide kmap_local*
` [patch V2 18/18] io-mapping: Provide iomap_local variant

[tip:x86/entry] BUILD SUCCESS c8d5ed67936fddbe2ae845fc80397718006322d7
 2020-10-29 22:32 UTC 

[PATCH 0/4] x86: Remove direct use of MSR_IA32_ENERGY_PERF_BIAS
 2020-10-29 22:32 UTC  (7+ messages)
` [PATCH 1/4] tools/power/cpupower: Read energy_perf_bias from sysfs

[PATCH 0/5] drm/tidss: Use new connector model for tidss
 2020-10-29 22:31 UTC  (3+ messages)
` [PATCH 4/5] drm/bridge: tfp410: Support format negotiation

[PATCH v10 0/6] Add support for KeemBay DRM driver
 2020-10-29 22:31 UTC  (13+ messages)
` [PATCH v10 1/6] dt-bindings: display: Add support for Intel KeemBay Display
` [PATCH v10 2/6] dt-bindings: display: bridge: Intel KeemBay DSI
` [PATCH v10 3/6] drm/kmb: Keem Bay driver register definition
` [PATCH v10 4/6] drm/kmb: Add support for KeemBay Display
` [PATCH v10 5/6] drm/kmb: Mipi DSI part of the display driver
` [PATCH v10 6/6] drm/kmb: Build files for KeemBay Display driver

[PATCH 00/34] fs: idmapped mounts
 2020-10-29 21:58 UTC  (2+ messages)

[PATCH 00/36] Make qdev static property API usable by any QOM type
 2020-10-29 22:02 UTC  (38+ messages)
` [PATCH 01/36] cs4231: Get rid of empty property array
` [PATCH 02/36] cpu: Move cpu_common_props to hw/core/cpu.c
` [PATCH 03/36] qdev: Move property code to qdev-properties.[ch]
` [PATCH 04/36] qdev: Check dev->realized at set_size()
` [PATCH 05/36] sparc: Check dev->realized at sparc_set_nwindows()
` [PATCH 06/36] qdev: Don't use dev->id on set_size32() error message
` [PATCH 07/36] qdev: Make PropertyInfo.print method get Object* argument
` [PATCH 08/36] qdev: Make bit_prop_set() "
` [PATCH 09/36] qdev: Make qdev_get_prop_ptr() get Object* arg
` [PATCH 10/36] qdev: Make qdev_find_global_prop() get Object* argument
` [PATCH 11/36] qdev: Make check_prop_still_unset() "
` [PATCH 12/36] qdev: Make error_set_from_qdev_prop_error() "
` [PATCH 13/36] qdev: Wrap getters and setters in separate helpers
` [PATCH 14/36] qdev: Move dev->realized check to qdev_property_set()
` [PATCH 15/36] qdev: Make PropertyInfo.create return ObjectProperty*
` [PATCH 16/36] qdev: Make qdev_class_add_property() more flexible
` [PATCH 17/36] qdev: Separate generic and device-specific property registration
` [PATCH 18/36] qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
` [PATCH 19/36] qdev: Move array property creation/registration to separate functions
` [PATCH 20/36] qdev: Reuse object_property_add_static() when adding array elements
` [PATCH 21/36] qom: Add allow_set callback to ObjectProperty
` [PATCH 22/36] qdev: Make qdev_prop_allow_set() a property allow_set callback
` [PATCH 23/36] qdev: Make qdev_propinfo_get_uint16() static
` [PATCH 24/36] qdev: Rename qdev_propinfo_* to object_propinfo_*
` [PATCH 25/36] qdev: Rename qdev_get_prop_ptr() to object_static_prop_ptr()
` [PATCH 26/36] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH 27/36] qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
` [PATCH 28/36] qdev: Move core static property code to QOM
` [PATCH 29/36] qdev: Move qdev_prop_tpm declaration to tpm_prop.h
` [PATCH 30/36] qdev: Rename qdev_prop_* to prop_info_*
` [PATCH 31/36] qdev: Stop using error_set_from_qdev_prop_error() for UUID property
` [PATCH 32/36] qdev: Move base property types to qom/property-types.c
` [PATCH 33/36] tests: Use static properties at check-qom-proplist test case
` [PATCH 34/36] machine: Use DEFINE_PROP_STRING for string properties
` [PATCH 35/36] machine: Use DEFINE_PROP_BOOL for boolean properties
` [PATCH 36/36] qom: Include static property API reference in documentation

[PATCH v2 0/7] platform/chrome: cros_ec_typec: Register partner PD information
 2020-10-29 22:27 UTC  (8+ messages)
` [PATCH v2 1/7] platform/chrome: cros_ec_typec: Relocate set_port_params_v*() functions
` [PATCH v2 2/7] platform/chrome: cros_ec_typec: Fix remove partner logic
` [PATCH v2 3/7] platform/chrome: cros_ec_typec: Clear partner identity on device removal
` [PATCH v2 4/7] platform/chrome: cros_ec: Import Type C host commands
` [PATCH v2 5/7] platform/chrome: cros_ec_typec: Introduce TYPEC_STATUS
` [PATCH v2 6/7] platform/chrome: cros_ec_typec: Parse partner PD ID VDOs
` [PATCH v2 7/7] platform/chrome: cros_ec_typec: Register partner altmodes

[PATCH v2 iproute2-next] bridge: add support for L2 multicast groups
 2020-10-29 22:28 UTC  (2+ messages)
` [Bridge] "

[RESEND][PATCH v4 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-10-29 22:28 UTC  (5+ messages)
` [PATCH v4 7/7] dma-buf: system_heap: Add a system-uncached heap re-using the system heap

include/linux/spinlock.h:404:9: sparse: sparse: context imbalance in 'ehci_turn_off_all_ports' - unexpected unlock
 2020-10-29 22:28 UTC 

[PATCH 00/13] PCI: dwc: Another round of clean-ups
 2020-10-29 22:26 UTC  (29+ messages)
` [PATCH 03/13] PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
` [PATCH 05/13] PCI: dwc: Ensure all outbound ATU windows are reset
` [PATCH 07/13] PCI: dwc: Drop the .set_num_vectors() host op
` [PATCH 08/13] PCI: dwc: Move MSI interrupt setup into DWC common code
` [PATCH 09/13] PCI: dwc: Rework MSI initialization
` [PATCH 10/13] PCI: dwc: Move link handling into common code
` [PATCH 11/13] PCI: dwc: Move dw_pcie_msi_init() into core

A note from the maintainer
 2020-10-29 22:27 UTC 

What's cooking in git.git (Oct 2020, #05; Thu, 29)
 2020-10-29 22:26 UTC 

[ANNOUNCE] Git v2.29.2
 2020-10-29 22:26 UTC 

[Buildroot] [PATCHv2] toolchain-wrapper: Disable -ftree-loop-distribute-patterns when building for microblaze with gcc >= 10
 2020-10-29 22:26 UTC  (2+ messages)

[Buildroot] [git commit] package/unscd: bump version to 0.54
 2020-10-29 22:26 UTC 

[PATCH v4 0/5] Bluetooth: Add new MGMT interface for advertising add
 2020-10-29 22:25 UTC  (4+ messages)

[PATCH net-next v2 0/5] Support for RollBall 10G copper SFP modules
 2020-10-29 22:25 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall "
` [PATCH net-next v2 2/5] net: phylink: allow attaching phy for SFP modules on 802.3z mode
` [PATCH net-next v2 3/5] net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY release
` [PATCH net-next v2 4/5] net: phy: marvell10g: change MACTYPE if underlying MAC does not support it
` [PATCH net-next v2 5/5] net: sfp: add support for multigig RollBall transceivers

[Buildroot] [git commit branch/2020.08.x] toolchain/toolchain-wrapper: disable -ftree-loop-distribute-patterns when building for microblaze with gcc >= 10
 2020-10-29 22:25 UTC 

[PATCH] libbpf hashmap: Avoid undefined behavior in hash_bits
 2020-10-29 22:24 UTC  (2+ messages)

Use after free in bcm2835_spi_remove()
 2020-10-29 22:24 UTC  (8+ messages)

[Buildroot] [git commit] DEVELOPERS: update email address
 2020-10-29 22:24 UTC 

[PATCH][next] nl80211/cfg80211: fix potential infinite loop
 2020-10-29 22:24 UTC 

[PATCH V8 00/14] Bail out if transaction can cause extent count to overflow
 2020-10-29 22:22 UTC  (5+ messages)
` [PATCH V8 12/14] xfs: Compute bmap extent alignments in a separate function
` [PATCH V8 13/14] xfs: Process allocated extent "

[Buildroot] [PATCH] package/nginx: use /run instead of /var/run
 2020-10-29 22:22 UTC  (2+ messages)

[net] tipc: add stricter control of reserved service types
 2020-10-29 22:11 UTC  (2+ messages)

[PATCH 0/6] An alternative series for asymmetric AArch32 systems
 2020-10-29 22:20 UTC  (14+ messages)
` [PATCH 2/6] arm64: Allow mismatched 32-bit EL0 support

[RFC PATCH v3 0/9] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2020-10-29 22:22 UTC  (10+ messages)
` [RFC PATCH v3 9/9] ipu3-cio2: Add functionality "

[PATCH 00/17 V3] vhost: fix scsi cmd handling and cgroup support
 2020-10-29 22:19 UTC  (4+ messages)

[Buildroot] [PATCH v2, 1/1] package/openvpn: add mbedtls support
 2020-10-29 22:20 UTC 

stable-rc/queue/4.4 build: 190 builds: 2 failed, 188 passed, 2 errors, 13 warnings (v4.4.241-4-g71c7677aa3c2)
 2020-10-29 22:20 UTC 

Using USB Mass Storage on AM335X
 2020-10-29 22:19 UTC 

stable-rc/linux-4.19.y build: 206 builds: 1 failed, 205 passed, 79 warnings (v4.19.153)
 2020-10-29 22:19 UTC 

[Buildroot] [git commit branch/2020.08.x] package/nginx: use /run instead of /var/run
 2020-10-29 22:19 UTC 

[PATCH net] cadence: force nonlinear buffers to be cloned
 2020-10-29 22:18 UTC  (2+ messages)

hfi1 broken due to dma_device changes in ib_register
 2020-10-29 22:17 UTC  (3+ messages)

Using local git repo for recipe development
 2020-10-29 22:12 UTC  (5+ messages)

[PATCH v2 1/2] init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT description
 2020-10-29 22:16 UTC  (4+ messages)
` [PATCH v2 2/2] init/Kconfig: Increase default log buffer size from 128 KB to 512 KB

[PATCH v5 0/6] spi: cadence-quadspi: Add QSPI controller support for Intel LGM SoC
 2020-10-29 22:14 UTC  (4+ messages)
` [PATCH v5 5/6] dt-bindings: spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml

[PATCH v5 00/22] Updates the gstreamer to version 1.18.0
 2020-10-29 22:14 UTC  (10+ messages)
` [PATCH v5 01/22] gstreamer1.0: Fix reproducibility issue around libcap
  ` [OE-core] "
` [PATCH v5 05/22] gstreamer1.0-plugins-good: upgrade to version 1.18.0
  ` [OE-core] "
  ` [OE-core] [PATCH v5 02/22] gstreamer1.0: "

[dm-devel] [PATCH] multipath-tools: Violin and Nexsan were bought by StorCentric
 2020-10-29 22:13 UTC 

[Buildroot] [PATCH] package/moarvm: bump to version 2020.10
 2020-10-29 22:13 UTC  (4+ messages)

[Intel-gfx] [CI] drm: Quieten [zero] EDID carping
 2020-10-29 22:13 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] [v2] x86: apic: avoid -Wshadow warning in header
 2020-10-29 22:12 UTC  (9+ messages)

[PATCH v2 0/2] get rid of GCC __attribute__((optimize)) for BPF
 2020-10-29 22:13 UTC  (10+ messages)
` [PATCH v2 1/2] bpf: don't rely on GCC __attribute__((optimize)) to disable GCSE

stable-rc/queue/4.14 build: 201 builds: 1 failed, 200 passed, 66 warnings (v4.14.203-3-g96ad6f5436f2)
 2020-10-29 22:12 UTC 

[PATCH 0/7] platform/chrome: cros_ec_typec: Register partner PD information
 2020-10-29 22:11 UTC  (3+ messages)
` [PATCH 7/7] platform/chrome: cros_ec_typec: Register partner altmodes

[PATCH 00/33] ABI: add it to the documentation build system
 2020-10-29 22:11 UTC  (3+ messages)
` [PATCH 33/33] docs: ABI: unify /sys/class/leds/<led>/max_brightness documentation

[dpdk-dev] [RFC 0/1] lib/ring: add scatter gather and serial dequeue APIs
 2020-10-29 22:11 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 0/8] lib/ring: add zero copy APIs

[PATCH v4 00/16] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-10-29 22:11 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for HDCP 2.2 and HDCP 1.4 Gen12 DP MST support (rev2)

PCI trouble on mvebu (Turris Omnia)
 2020-10-29 22:09 UTC  (8+ messages)

[Buildroot] [PATCH] package/python-urllib3: bump to version 1.25.11
 2020-10-29 22:10 UTC 

[PATCH] kunit: tool: print out stderr from make (like build warnings)
 2020-10-29 22:09 UTC 

[Buildroot] [PATCH] package/python-idna: bump to version 2.10
 2020-10-29 22:09 UTC 

[OE-core][dunfell 0/2] Patch review
 2020-10-29 22:09 UTC  (3+ messages)
` [OE-core][dunfell 1/2] qemu: fix CVE-2019-20175
` [OE-core][dunfell 2/2] nasm: update 2.14.02 -> 2.15.03 for CVE fixes

[Buildroot] [PATCH] package/python-certifi: bump to version 2020.6.20
 2020-10-29 22:09 UTC 

pm/testing sleep: 5 runs, 1 regressions (v5.10-rc1-24-g5e00eb5f6209)
 2020-10-29 22:08 UTC 

[PATCH v1] media: ipu3-cio2: Use macros from mm.h
 2020-10-29 22:08 UTC  (2+ messages)

[tip:sched/core] BUILD SUCCESS WITH WARNING d8fcb81f1acf651a0e50eacecca43d0524984f87
 2020-10-29 22:07 UTC 

[dpdk-dev] [PATCH 1/8] examples/fips_validation: enhance getopt_long usage
 2020-10-29 22:07 UTC  (2+ messages)

[tip:perf/core] BUILD SUCCESS 306e3e91edf1c6739a55312edd110d298ff498dd
 2020-10-29 22:07 UTC 

[PATCH V2 00/23] IOREQ feature (+ virtio-mmio) on Arm
 2020-10-29 22:06 UTC  (5+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915: Guard debugfs against invalid access without display
 2020-10-29 22:06 UTC  (3+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915: remove some debug-only registers from MCHBAR

[GIT PULL] Allwinner Fixes for 5.10
 2020-10-29 22:03 UTC  (4+ messages)

[PATCH V3 0/2] Add support to configure DWC for ECRC
 2020-10-29 22:03 UTC  (3+ messages)
` [PATCH V3 2/2] PCI: dwc: Add support to configure "


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.