All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-30 06:51:18 to 2020-10-30 07:53:46 UTC [more...]

linux-next: build failure after merge of the drm-misc tree
 2020-10-30  7:53 UTC  (4+ messages)
  ` [Intel-gfx] "

Out-of-Process Device Emulation session at KVM Forum 2020
 2020-10-30  7:51 UTC  (9+ messages)

[Bug 209939] New: radeontop causes kernel panic
 2020-10-30  7:53 UTC  (2+ messages)
` [Bug 209939] "

[Buildroot] [PATCH] package/libgpiod: bump version to 1.6
 2020-10-30  7:53 UTC  (2+ messages)

[PATCH 00/33] ABI: add it to the documentation build system
 2020-10-30  7:52 UTC  (8+ messages)
` [PATCH 20/33] docs: ABI: testing: make the files compatible with ReST output
` [PATCH 30/33] docs: ABI: cleanup several ABI documents

linux-next: failure while fetching the pinctrl-samsung-fixes tree
 2020-10-30  7:41 UTC  (2+ messages)

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

ENQCMD
 2020-10-30  7:50 UTC 

[Buildroot] [PATCH 1/8] configs/qemu_arm_vexpress_tz_defconfig: enable CXX toolchain
 2020-10-30  7:50 UTC  (8+ messages)
` [Buildroot] [PATCH 2/8] boot/optee-os: bump to version 3.11.0
` [Buildroot] [PATCH 3/8] package/optee-client: "
` [Buildroot] [PATCH 4/8] package/optee-examples: "
` [Buildroot] [PATCH 5/8] package/optee-benchmark: "
` [Buildroot] [PATCH 6/8] package/optee-test: "
` [Buildroot] [PATCH 7/8] package/optee-test: add deps on openssl when enabled
` [Buildroot] [PATCH 8/8] configs/qemu_arm_vexpress_tz_defconfig: embed openssl library

[PATCH 00/36] Make qdev static property API usable by any QOM type
 2020-10-30  7:45 UTC  (24+ 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

[rcu] 44bad5b3cc: dmesg.INFO:rcu_preempt_detected_stalls_on_CPUs/tasks
 2020-10-30  7:47 UTC 

[PATCH] Documentation: Chinese translation of Documentation/arm64/perf.rst
 2020-10-30  7:44 UTC  (4+ messages)
` [PATCH v2] "

[Buildroot] [PATCH 2/3] package/libabseil-cpp: depend on gcc >= 4.9
 2020-10-30  7:48 UTC  (2+ messages)

[PATCH] fbdev/sh_mobile: Drop unused include
 2020-10-30  7:41 UTC  (3+ messages)

[PATCH v7 00/12] leds: pwm: Make automatic labels work
 2020-10-30  7:46 UTC  (5+ messages)
` [PATCH v7 08/12] ARM: dts: imx: Fix schema warnings for pwm-leds

[PATCH 2/5] ARM: dts: add Samsung's exynos4412-based p4note boards
 2020-10-30  7:41 UTC  (2+ messages)

[PATCH] upload-pack: allow stateless client EOF just prior to haves
 2020-10-30  7:47 UTC  (3+ messages)

[PATCH V2 0/4] pm80xx updates
 2020-10-30  7:44 UTC  (9+ messages)
` [PATCH V2 1/4] pm80xx: make mpi_build_cmd locking consistent
` [PATCH V2 2/4] pm80xx: make running_req atomic
` [PATCH V2 3/4] pm80xx: Avoid busywait in FW ready check
` [PATCH V2 4/4] pm80xx: make pm8001_mpi_set_nvmd_resp free of race condition

[PATCH v2 00/39] ABI: add it to the documentation build system
 2020-10-30  7:40 UTC  (44+ messages)
` [PATCH v2 01/39] scripts: get_abi.pl: change script to allow parsing in ReST mode
` [PATCH v2 02/39] scripts: get_abi.pl: fix parsing on "
` [PATCH v2 03/39] scripts: get_abi.pl: Allow optionally record from where a line came from
` [PATCH v2 04/39] scripts: get_abi.pl: improve its parser to better catch up indentation
` [PATCH v2 05/39] scripts: get_abi.pl: cleanup ABI cross-reference logic
` [PATCH v2 06/39] scripts: get_abi.pl: detect duplicated ABI definitions
` [PATCH v2 07/39] scripts: get_abi.pl: output users in ReST format
` [PATCH v2 08/39] scripts: get_abi.pl: prevent duplicated file names
` [PATCH v2 09/39] scripts: get_abi.pl: use bold font for ABI definitions
` [PATCH v2 10/39] scripts: get_abi.pl: auto-generate cross references
` [PATCH v2 11/39] docs: kernellog.py: add support for info()
` [PATCH v2 12/39] docs: kernel_abi.py: add a script to parse ABI documentation
` [PATCH v2 13/39] docs: kernel_abi.py: fix UTF-8 support
` [PATCH v2 14/39] docs: kernel_abi.py: make it compatible with Sphinx 1.7+
` [PATCH v2 15/39] docs: kernel_abi.py: use --enable-lineno for get_abi.pl
` [PATCH v2 16/39] docs: kernel_abi.py: Handle with a lazy Sphinx parser
` [PATCH v2 17/39] docs: add ABI documentation to the admin-guide book
` [PATCH v2 18/39] docs: ABI: README: specify that files should be ReST compatible
` [PATCH v2 19/39] docs: ABI: stable: make files "
` [PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
` [PATCH v2 21/39] docs: ABI: sysfs-uevent: make it "
` [PATCH v2 22/39] docs: ABI: make it parse ABI/stable as ReST-compatible files
` [PATCH v2 23/39] docs: ABI: create a 2-depth index for ABI
` [PATCH v2 24/39] docs: ABI: don't escape ReST-incompatible chars from obsolete and removed
` [PATCH v2 25/39] docs: abi-testing.rst: enable --rst-sources when building docs
` [PATCH v2 26/39] docs: Kconfig/Makefile: add a check for broken ABI files
` [PATCH v2 27/39] docs: ABI: convert testing/configfs-acpi to ReST
` [PATCH v2 28/39] docs: ABI: fix syntax to be parsed using ReST notation
` [PATCH v2 29/39] docs: ABI: vdso: use the right format for ABI
` [PATCH v2 30/39] docs: ABI: sysfs-bus-nvdimm: "
` [f2fs-dev] [PATCH v2 31/39] docs: ABI: cleanup several ABI documents
  `  "
` [PATCH v2 32/39] docs: ABI: change read/write attributes
` [PATCH v2 33/39] docs: ABI: stable: remove a duplicated documentation
` [PATCH v2 34/39] docs: ABI: unify /sys/class/leds/<led>/brightness documentation
` [PATCH v2 35/39] docs: ABI: sysfs-class-power: unify duplicated properties
` [PATCH v2 36/39] docs: ABI: sysfs-c2port: remove a duplicated entry
` [PATCH v2 37/39] docs: ABI: sysfs-class-backlight: unify ABI documentation
` [PATCH v2 38/39] docs: ABI: sysfs-class-led-trigger-pattern: remove hw_pattern duplication
` [PATCH v2 39/39] scripts: get_abi.pl: assume ReST format by default

[Buildroot] [PATCH 1/3] package/libabseil-cpp: enforce C++11
 2020-10-30  7:44 UTC  (2+ messages)

[PATCH] rtw88: RTL8822C: Update firmware to v9.9.4
 2020-10-30  7:42 UTC 

Yocto OS Creation on Linux Ubuntu 16.04 LTS #yocto #yocto
 2020-10-30  7:43 UTC 

[PATCH] drm/ast: Support 1600x900 with 108MHz PCLK
 2020-10-30  7:42 UTC 

[PATCH] arm64: dts: fsl: DPAA FMan DMA operations are coherent
 2020-10-30  7:39 UTC  (3+ messages)

[PATCH] treewide: Remove stringification from __alias macro definition
 2020-10-30  7:40 UTC  (2+ messages)

[dpdk-dev] Adding to mailing list
 2020-10-29 18:18 UTC  (3+ messages)

[dpdk-dev] Segfault when eal thread executing mlx5 nic's lsc event
 2020-10-29 16:42 UTC 

[PATCH v2 net] net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
 2020-10-30  7:37 UTC  (7+ messages)

excess bolding in html
 2020-10-30  7:37 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
 2020-10-30  7:36 UTC  (3+ messages)
` [drm/i915] b43515991b: WARNING:at_drivers/gpu/drm/i915/display/intel_display.c:#verify_crtc_state[i915]
  ` [Intel-gfx] "

[Intel-gfx] [PATCH] drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms
 2020-10-30  7:31 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] cpufreq: schedutil: set sg_policy->next_freq to the final cpufreq
 2020-10-30  7:21 UTC  (2+ messages)
` [PATCH] cpufreq: schedutil: Don't skip freq update if need_freq_update is set

[PATCH 0/1] debugfs: Add a helper to export atomic64_t values
 2020-10-30  7:30 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/5] drm/tidss: Use new connector model for tidss
 2020-10-30  7:30 UTC  (6+ messages)
` [PATCH 3/5] drm: bridge: Propagate the bus flags from bridge->timings

[PATCH v4 1/2] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module
 2020-10-30  7:29 UTC  (4+ messages)
` [PATCH v4 2/2] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH-for-5.2 0/3] Bug-fixes for the generic-fuzzer
 2020-10-30  7:27 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/enic: fix header sizes when copying flow patterns
 2020-10-30  7:27 UTC 

[PATCH -V2 0/2] autonuma: Migrate on fault among multiple bound nodes
 2020-10-30  7:27 UTC  (5+ messages)
` [PATCH -V2 1/2] mempolicy: Rename MPOL_F_MORON to MPOL_F_MOPRON

[dpdk-dev] [PATCH] net/mlx5: fix incorrect group value of sample suffix flow
 2020-10-30  7:26 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "
  ` [dpdk-dev] [PATCH v2] net/mlx5: "

[f2fs-dev] [PATCH v2] f2fs: move ioctl interface definitions to separated file
 2020-10-30  7:26 UTC  (2+ messages)
`  "

[patch V2 00/18] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-10-30  7:25 UTC  (6+ messages)

[PATCH] arm: mvebu: puzzle-m801: Add a maintainer
 2020-10-30  7:26 UTC  (2+ messages)

[PATCH v5 0/4] add NXP imx8mp usb support
 2020-10-30  7:23 UTC  (3+ messages)

[PATCH] spi: sprd: add runtime pm for transfer message
 2020-10-30  7:24 UTC 

U-Boot is broken on real N900 HW (Was: Re: [PATCH 00/11] Fixes for Nokia RX-51)
 2020-10-30  7:24 UTC  (15+ messages)
  ` U-Boot is broken on real N900 HW
              ` U-Boot i2c bus num 1 is broken on Nokia N900 (Was: Re: U-Boot is broken on real N900 HW)
                  ` U-Boot i2c bus num 1 is broken on Nokia N900

[PATCH] Revert "ath: add support for special 0x0 regulatory domain"
 2020-10-30  7:20 UTC  (3+ messages)

[PATCH] kunit: tool: fix --raw_output to actually show output
 2020-10-30  7:22 UTC  (2+ messages)

[PATCH v2 1/1] scsi: ufs: Fix unexpected values get from ufshcd_read_desc_param()
 2020-10-30  7:19 UTC  (3+ messages)
    `  "

[PATCH] kunit: tool: fix extra trailing \n in parsed test output
 2020-10-30  7:22 UTC  (4+ messages)

[PATCH-for-5.2] hw/rx/rx-gdbsim: Fix memory leak
 2020-10-30  7:21 UTC  (3+ messages)

[mm] e6e88712e4: stress-ng.tmpfs.ops_per_sec -69.7% regression
 2020-10-30  7:17 UTC 

[PATCH 1/2] scsi: scsi_vpd_lun_id(): fix designator priorities
 2020-10-30  7:17 UTC  (4+ messages)
` [PATCH 2/2] scsi: scsi_vpd_lun_id: replace while-loop by for-loop

[PATCH] KVM: x86: Filter out more Intel-specific PMU MSRs in kvm_init_msr_list()
 2020-10-30  7:17 UTC  (2+ messages)

[PATCH v8 00/11] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-10-30  7:15 UTC  (3+ messages)
` [PATCH v8 07/11] hw/block/nvme: Support "

[tip:x86/seves] BUILD SUCCESS 2411cd82112397bfb9d8f0f19cd46c3d71e0ce67
 2020-10-30  7:15 UTC 

[PATCH] i40e: Fix memory leak in i40e_probe
 2020-10-30  7:14 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] staging: vt6655: Remove useless else
 2020-10-30  7:12 UTC  (5+ messages)

[PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles
 2020-10-30  7:11 UTC  (3+ messages)

[RFC PATCH 0/3] Add Microchip PolarFire Soc Support
 2020-10-30  7:11 UTC  (5+ messages)
` [RFC PATCH 2/3] RISC-V: Initial DTS for Microchip ICICLE board

[dpdk-dev] [PATCH 1/2] net/bnxt: log failure for switch domain free
 2020-10-30  7:03 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] net/bnxt: pass dev args by reference

[PATCH] drm/amdgpu: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()
 2020-10-30  7:11 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH] PM / reboot: Use S5 for reboot
 2020-10-30  7:09 UTC  (2+ messages)

[PATCH v1] xsysace: use platform_get_resource() and platform_get_irq_optional()
 2020-10-30  7:08 UTC  (5+ messages)

[PATCH] drm/panfrost: Move the GPU reset bits outside the timeout handler
 2020-10-30  7:08 UTC  (2+ messages)

[PATCH v5 1/2] arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards
 2020-10-30  7:02 UTC  (3+ messages)

hfi1 broken due to dma_device changes in ib_register
 2020-10-30  7:03 UTC  (4+ messages)

[PATCH 0/2] zbd: Fix test case #48 failure
 2020-10-30  7:03 UTC  (4+ messages)

[tglx-devel:highmem 17/18] include/linux/highmem.h:265:2: error: implicit declaration of function '__kunmap_local'
 2020-10-30  7:03 UTC 

[PATCH] f2fs: move ioctl interface definitions to separated file
 2020-10-30  7:00 UTC  (3+ messages)

[Regression] "tpm: Require that all digests are present in TCG_PCR_EVENT2 structures" causes null pointer dereference
 2020-10-30  6:41 UTC  (5+ messages)
` [PATCH] tpm: efi: Don't create binary_bios_measurements file for an empty log

[PATCH] mm/vmscan: Fix NR_ISOLATED_FILE corruption on 64-bit
 2020-10-30  7:00 UTC  (4+ messages)

[PATCH 00/11] sockets: Attempt to drain the abstract socket swamp
 2020-10-30  6:58 UTC  (7+ messages)
` [PATCH 07/11] sockets: Fix default of UnixSocketAddress member @tight

[PATCH] memory: pl353-smc: fix compile test on !ARM_AMBA
 2020-10-30  6:59 UTC  (3+ messages)

<重要>【三井住友カード】ご利用確認のお願い
 2020-10-30  7:57 UTC 

[PATCH v2 0/2] zbd: Fix test case #48 failure
 2020-10-30  6:57 UTC  (3+ messages)
` [PATCH v2 1/2] zbd: Avoid excessive zone resets
` [PATCH v2 2/2] t/zbd: Fix test target size of test case #48

[dpdk-dev] [PATCH v2 0/2] raw/ifpga: fix coverity defects
 2020-10-30  6:56 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 1/2] raw/ifpga: terminate string filled by readlink with null
` [dpdk-dev] [PATCH v2 2/2] raw/ifpga: use trusted buffer to free

[PATCH v2 0/6] fix iproc driver to handle master read request
 2020-10-30  6:53 UTC  (14+ messages)
` [PATCH v2 1/6] i2c: iproc: handle Master aborted error
` [PATCH v2 2/6] i2c: iproc: handle only slave interrupts which are enabled
` [PATCH v2 3/6] i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)
` [PATCH v2 4/6] i2c: iproc: fix typo in slave_isr function
` [PATCH v2 5/6] i2c: iproc: handle master read request
` [PATCH v2 6/6] i2c: iproc: handle rx fifo full interrupt

[PATCH] amdgpu: Add mmhub MGCG and MGLS for vangogh
 2020-10-30  6:54 UTC 

[PATCH v2] drm/amd/display: Tune min clk values for MPO for RV
 2020-10-30  6:55 UTC 

[PATCH v4 0/6] crypto: lib/sha256 - cleanup/optimization
 2020-10-30  6:53 UTC  (2+ messages)

[PATCH v2 00/12] ARM: dts: imx: Board compatibles cleanup
 2020-10-30  6:51 UTC  (3+ messages)

[PATCH] crypto: talitos - Fix return type of current_desc_hdr()
 2020-10-30  6:48 UTC  (2+ messages)


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.