All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-10 17:24:08 to 2020-11-10 18:07:01 UTC [more...]

[PATCH] powerpc/pseries/hotplug-cpu: Fix memleak when cpus node not exist
 2020-11-10 17:47 UTC  (3+ messages)

[PATCH V8 0/5] Intel Platform Monitoring Technology
 2020-11-10 18:06 UTC  (4+ messages)
` [PATCH V8 2/5] mfd: Intel Platform Monitoring Technology support

[PATCH] arm64: mm: don't assume struct page is always 64 bytes
 2020-11-10 18:05 UTC 

[PATCH v2 0/9] xfsprogs: fixes for 5.10
 2020-11-10 18:04 UTC  (10+ messages)
` [PATCH 1/9] mkfs: allow users to specify rtinherit=0
` [PATCH 2/9] mkfs: clarify valid "inherit" option values
` [PATCH 3/9] mkfs: don't pass on extent size inherit flags when extent size is zero
` [PATCH 4/9] xfs: remove unnecessary parameter from scrub_scan_estimate_blocks
` [PATCH 5/9] xfs_db: report ranges of invalid rt blocks
` [PATCH 6/9] xfs_repair: skip the rmap and refcount btree checks when the levels are garbage
` [PATCH 7/9] xfs_repair: correctly detect partially written extents
` [PATCH 8/9] xfs_repair: directly compare refcount records
` [PATCH 9/9] libxfs-apply: don't add duplicate headers

[PATCH RESEND 1/2] perf test: Fix a typo in cs-etm testing
 2020-11-10 18:05 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/1] mbuf: move pool pointer in first half
 2020-11-10 18:05 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 0/2] move mbuf pool pointer
  ` [dpdk-dev] [PATCH v2 1/2] drivers: disable OCTEON TX2 in 32-bit build

[LTP] [PATCH v4] tcp_cmds/ping/ping02: Make it compatible with Busybox
 2020-11-10 18:05 UTC 

[igt-dev] [PATCH i-g-t v3] tests/api_intel_bb: Verify delta is properly added in emit relocation
 2020-11-10 18:05 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/api_intel_bb: Verify delta is properly added in emit relocation (rev3)

[ANNOUNCE] v5.10-rc2-rt4
 2020-11-10 18:05 UTC  (11+ messages)

[PATCH for-5.2 v2 0/4] hw/net/can/ctucan: fix Coverity and other issues
 2020-11-10 18:01 UTC  (3+ messages)
` [PATCH for-5.2 v2 1/4] hw/net/can/ctucan: Don't allow guest to write off end of tx_buffer

[Qemu-devel] [Bug 1736042] [NEW] qemu-system-x86_64 does not boot image reliably
 2020-11-10 17:54 UTC  (2+ messages)
` [Bug 1736042] "

Missing vardeps in meta/classes/roofs_rpm.bbclass?
 2020-11-10 18:03 UTC 

[Qemu-devel] [Bug 1732177] [NEW] SBSA ACS test freezes inside qemu-system-aarch64
 2020-11-10 17:50 UTC  (2+ messages)
` [Bug 1732177] "

[Qemu-devel] [Bug 1735082] [NEW] NVME pass through in th eguest VM
 2020-11-10 17:52 UTC  (2+ messages)
` [Bug 1735082] "

stable-rc/linux-5.4.y build: 193 builds: 1 failed, 192 passed, 1 error, 105 warnings (v5.4.76)
 2020-11-10 18:02 UTC 

[PATCH] PM / reboot: Use S5 for reboot
 2020-11-10 18:02 UTC  (2+ messages)

Patch "btrfs: sysfs: init devices outside of the chunk_mutex" has been added to the 4.4-stable tree
 2020-11-10 18:03 UTC 

["BUG"] builtin add-interactive does not honor 'color.diff. frag'
 2020-11-10 18:01 UTC  (4+ messages)

[PATCH v2 00/24] xl / libxl: named PCI pass-through devices
 2020-11-10 17:51 UTC  (25+ messages)
` [PATCH v2 01/24] xl / libxl: s/pcidev/pci and remove DEFINE_DEVICE_TYPE_STRUCT_X
` [PATCH v2 02/24] libxl: use LIBXL_DEFINE_DEVICE_LIST for pci devices
` [PATCH v2 03/24] libxl: use LIBXL_DEFINE_DEVICE_LIST for nic devices
` [PATCH v2 04/24] libxl: s/detatched/detached in libxl_pci.c
` [PATCH v2 05/24] libxl: remove extraneous arguments to do_pci_remove() "
` [PATCH v2 06/24] libxl: stop using aodev->device_config in libxl__device_pci_add()
` [PATCH v2 07/24] libxl: generalise 'driver_path' xenstore access functions in libxl_pci.c
` [PATCH v2 08/24] libxl: remove unnecessary check from libxl__device_pci_add()
` [PATCH v2 09/24] libxl: remove get_all_assigned_devices() from libxl_pci.c
` [PATCH v2 10/24] libxl: make sure callers of libxl_device_pci_list() free the list after use
` [PATCH v2 11/24] libxl: add libxl_device_pci_assignable_list_free()
` [PATCH v2 12/24] libxl: use COMPARE_PCI() macro is_pci_in_array()
` [PATCH v2 13/24] libxl: add/recover 'rdm_policy' to/from PCI backend in xenstore
` [PATCH v2 14/24] libxl: Make sure devices added by pci-attach are reflected in the config
` [PATCH v2 15/24] docs/man: extract documentation of PCI_SPEC_STRING from the xl.cfg manpage
` [PATCH v2 16/24] docs/man: improve documentation of PCI_SPEC_STRING
` [PATCH v2 17/24] docs/man: fix xl(1) documentation for 'pci' operations
` [PATCH v2 18/24] libxl: introduce 'libxl_pci_bdf' in the idl
` [PATCH v2 19/24] libxlu: introduce xlu_pci_parse_spec_string()
` [PATCH v2 20/24] libxl: modify libxl_device_pci_assignable_add/remove/list/list_free()
` [PATCH v2 21/24] docs/man: modify xl(1) in preparation for naming of assignable devices
` [PATCH v2 22/24] xl / libxl: support "
` [PATCH v2 23/24] docs/man: modify xl-pci-configuration(5) to add 'name' field to PCI_SPEC_STRING
` [PATCH v2 24/24] xl / libxl: support 'xl pci-attach/detach' by name

Bluetooth RPA timeout related intialisation failure
 2020-11-10 18:01 UTC  (2+ messages)

[PATCH 0/5] rt-tests: Mostly signaltest clean up
 2020-11-10 18:00 UTC  (6+ messages)
` [PATCH 1/5] cyclictest: Only report the first incident
` [PATCH 2/5] signaltest: Remove drunk code
` [PATCH 3/5] signaltest: Don't expect trace interface at /proc
` [PATCH 4/5] signaltest: Fix break value argument
` [PATCH 5/5] signaltest: Add tracing bits

git rebase/git rebase --abort cause inconsistent state
 2020-11-10 17:59 UTC  (6+ messages)

[GIT PULL] turbostat: update to version 20.09.30
 2020-11-10 18:00 UTC 

How to enable auto-suspend by default
 2020-11-10 18:00 UTC  (7+ messages)

[PATCH v3 00/41] Mirror map JIT memory for TCG
 2020-11-10 17:57 UTC  (7+ messages)
` [PATCH v3 15/41] accel/tcg: Support split-wx for linux with memfd
` [PATCH v3 16/41] accel/tcg: Support split-wx for darwin/iOS with vm_remap

[PATCH v2 0/8] Nexus 7 and A500 device-tree improvements
 2020-11-10 17:59 UTC  (4+ messages)
` [PATCH v2 7/8] ARM: tegra: nexus7: Set video decoder clock rate to 408MHz

[Linux-kernel-mentees] [PATCH v2 net] rose: Fix Null pointer dereference in rose_send_frame()
 2020-11-10 17:58 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH v3 "

[PATCH v2 0/8] RFC Support hot device unplug in amdgpu
 2020-11-10 17:59 UTC  (17+ messages)
` [PATCH v2 2/8] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v2 5/8] drm/amdgpu: Refactor sysfs removal

[PATCH] drm/amdgpu: enable 48-bit IH timestamp counter
 2020-11-10 17:57 UTC  (2+ messages)

[PATCH net-next] net: kcov: don't select SKB_EXTENSIONS when there is no NET
 2020-11-10 17:57 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: Introduce intel_cursor.c
 2020-11-10 17:56 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Fix checkpatch warns in cursor code

[PATCH v2] coresight: tmc-etr: Assign boolean values to a bool variable
 2020-11-10 17:56 UTC  (2+ messages)

[PATCH v2 0/2] Add drivers for Intel Keem Bay SoC watchdog
 2020-11-10 17:53 UTC  (3+ messages)
` [PATCH v2 1/2] watchdog: Add watchdog driver for Intel Keembay Soc
` [PATCH v2 2/2] dt-bindings: watchdog: Add bindings for Intel Keem Bay SoC

[RFC v1 00/10] i386 cleanup
 2020-11-10 17:55 UTC  (10+ messages)
` [RFC v1 09/10] i386: split cpu.c and defer x86 models registration

[dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env
 2020-11-10 17:55 UTC  (3+ messages)

[PATCH v3] poky-tiny: enable section removal
 2020-11-10 17:55 UTC  (3+ messages)
` [poky] "

[dpdk-dev] [PATCH] net/i40e: fix build for log format specifier
 2020-11-10 17:54 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v4] hwmon: pwm-fan: Fix RPM calculation
 2020-11-10 17:54 UTC 

[PATCH] ACPI: DPTF: Support Alder Lake
 2020-11-10 17:54 UTC  (2+ messages)

[tip: ras/core] x86/mce: Enable additional error logging on certain Intel CPUs
 2020-11-10 17:52 UTC  (13+ messages)
        ` [PATCH] x86/mce: Check for hypervisor before enabling additional error logging

[ovmf test] 156606: all pass - PUSHED
 2020-11-10 17:51 UTC 

[PATCH v2 0/6] SCMIv3.0 Sensor Extensions
 2020-11-10 17:50 UTC  (6+ messages)
` [PATCH v2 2/6] firmware: arm_scmi: add SCMIv3.0 Sensors descriptors extensions

[PATCH] Documentation: ACPI: fix spelling mistakes
 2020-11-10 17:50 UTC  (2+ messages)

[PATCH v4 bpf-next 0/5] Integrate kernel module BTF support
 2020-11-10 17:49 UTC  (3+ messages)
` [PATCH v4 bpf-next 1/5] bpf: add in-kernel split "

[PATCH] ASoC: Fix 7/8 spaces indentation in Kconfig
 2020-11-10 17:49 UTC  (2+ messages)

[PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers
 2020-11-10 17:50 UTC  (11+ messages)
` [tip: x86/apic] "
              ` [EXTERNAL] "
        ` [tip: x86/apic] x86/ioapic: Correct the PCI/ISA trigger type selection

[dunfell][PATCH] jsoncpp: Fix broken handling of escape characters
 2020-11-10 17:49 UTC 

[Linux-kernel-mentees] [PATCH v2] Documentation: include sign off for reverts
 2020-11-10 17:40 UTC  (4+ messages)
`  "

[PATCH v2 0/2] phy: phy-brcm-sata: Allow configuration SATA AFE TX amplitude
 2020-11-10 17:48 UTC  (2+ messages)

QOM address space handling
 2020-11-10 17:46 UTC  (4+ messages)

stable/linux-5.4.y baseline: 208 runs, 1 regressions (v5.4.76)
 2020-11-10 17:48 UTC 

[Linux-kernel-mentees] [PATCH v3] Documentation: include sign off for reverts
 2020-11-10 17:47 UTC  (2+ messages)
`  "

[PATCH v6 22/25] x86/asm: annotate indirect jumps
 2020-11-10 17:46 UTC  (12+ messages)

[PATCH] libical: backport a patch to fix build with ICU 68.1
 2020-11-10 17:46 UTC  (2+ messages)
` [OE-core] "

[PATCH for-next] RDMA/hns: Create QP/CQ with selected QPN/CQN for bank load balance
 2020-11-10 17:46 UTC  (6+ messages)

[PATCH net-next] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO
 2020-11-10 17:45 UTC 

[PATCH 0/3] vhost-user: ./configure improvements for 5.2
 2020-11-10 17:44 UTC  (3+ messages)
` [PATCH 3/3] configure: mark vhost-user Linux-only

[PATCH v12 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value
 2020-11-10 17:43 UTC  (12+ messages)

[PATCH 1/2] dt-bindings: Fix entry name for I/O High Voltage property
 2020-11-10 17:44 UTC  (2+ messages)

[PATCH v2 0/5] net: qrtr: Add distant node support
 2020-11-10 17:44 UTC  (6+ messages)

kernel oops in generic/013 on an rdma mount (over either soft roce or iwarp)
 2020-11-10 17:44 UTC  (7+ messages)

[PATCH] mmc: sdhci-of-arasan: Allow configuring zero tap values
 2020-11-10 17:42 UTC  (2+ messages)

[linux-linus test] 156595: regressions - trouble: broken/fail/pass
 2020-11-10 17:43 UTC 

[dpdk-dev] [PATCH v5 0/1] vfio: modify spapr iommu support to use static window sizing
 2020-11-10 17:43 UTC  (3+ messages)
` [dpdk-dev] [PATCH v7 "
  ` [dpdk-dev] [PATCH v7 1/1] "

[PATCH -next v2] clk: pm_clock: provide stubs for pm_clk_runtime_suspend/_resume
 2020-11-10 17:43 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/tap: Allow all-zero checksum for UDP over IPv4
 2020-11-10 17:42 UTC  (4+ messages)

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-11-10 17:42 UTC  (16+ messages)
` [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug

[dpdk-dev] [PATCH] install: fix flattening of examples directory
 2020-11-10 17:42 UTC  (3+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH v3 0/2] security: add fault injection to LSM hooks
 2020-11-10 17:42 UTC  (3+ messages)
` [PATCH v3 1/2] security: add fault injection capability

[PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console
 2020-11-10 17:42 UTC  (2+ messages)

[PATCH] regualtor: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200}
 2020-11-10 17:41 UTC  (3+ messages)
  ` [PATCH v2] regulator: "

[Buildroot] [PATCH 1/1] package/guile: disable jit for host and target gcc < 5
 2020-11-10 17:41 UTC 

[PATCH v4 0/5] media: staging: Add bcm2835-unicam driver
 2020-11-10 17:40 UTC  (6+ messages)
` [PATCH v4 1/5] media: uapi: Add MEDIA_BUS_FMT_CUSTOM_SENSOR_DATA
` [PATCH v4 2/5] dt-bindings: media: Document BCM283x CSI2/CCP2 receiver
` [PATCH v4 3/5] media: bcm2835-unicam: Driver for CCP2/CSI2 camera interface
` [PATCH v4 4/5] ARM: dts: bcm2711: Add Unicam DT nodes
` [PATCH v4 5/5] media: bcm2835-unicam: Add TODO file

[PATCH] arm64: tegra: Fix GIC400 missing GICH/GICV register regions
 2020-11-10 17:39 UTC  (3+ messages)

[linux-next:master 2917/4551] drivers/scsi/ufs/ufshcd.c:4931 ufshcd_uic_cmd_compl() error: we previously assumed 'hba->active_uic_cmd' could be null (see line 4919)
 2020-11-10 17:40 UTC 

[PATCH v2] arm64: tegra: Wrong hsp_aon reg property size
 2020-11-10 17:39 UTC  (2+ messages)

[PATCH v7 0/2] Add Intel LGM soc DMA support
 2020-11-10 17:39 UTC  (5+ messages)
` [PATCH v7 1/2] dt-bindings: dma: Add bindings for intel LGM SOC

[Cocci] [PATCH Python 10] bundles/pyml: Remove bindings for PyObject_As(Char|Read|Write)Buffer
 2020-11-10 17:37 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: misc: convert fsl,dpaa2-console from txt to YAML
 2020-11-10 17:35 UTC  (7+ messages)
` [PATCH v2 2/2] dt-bindings: misc: convert fsl,qoriq-mc "
  ` [PATCH v2 2/2] dt-bindings: misc: convert fsl, qoriq-mc "

[PATCH] drm/tegra: sor: Ensure regulators are disabled on teardown
 2020-11-10 17:37 UTC  (3+ messages)

[PATCH 0/4] Venus stateful encoder compliance
 2020-11-10 17:37 UTC  (7+ messages)
` [PATCH 3/4] venus: venc: Handle reset encoder state

[Bug 1903752] [NEW] qemu-system-avr error: qemu-system-avr: execution left flash memory
 2020-11-10 17:21 UTC 

[PATCH v3 00/26] coresight: Support for ETM system instructions
 2020-11-10 17:35 UTC  (11+ messages)
` [PATCH v3 22/26] coresight: etm4x: Add necessary synchronization for sysreg access
` [PATCH v3 23/26] coresight: etm4x: Detect system instructions support

[PATCH v2 0/3] crypto: Add Keem Bay OCS HCU driver
 2020-11-10 17:36 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: Add Keem Bay OCS HCU bindings

[PATCH v3] reboot: allow to specify reboot mode via sysfs
 2020-11-10 17:36 UTC  (3+ messages)

[PATCHv2 net 0/2] Remove unused test_ipip.sh test and add missed ip6ip6 test
 2020-11-10 17:35 UTC  (3+ messages)
` [PATCHv3 bpf "

[PATCH] arm64: tegra186: Add missing CPU PMUs
 2020-11-10 17:36 UTC  (2+ messages)

[PATCH AUTOSEL 5.9 01/55] ASoC: mediatek: mt8183-da7219: fix DAPM paths for rt1015
 2020-11-10 17:35 UTC  (4+ messages)
` [PATCH AUTOSEL 5.9 53/55] seq_file: add seq_read_iter

[PATCH] rfkill: Fix use-after-free in rfkill_resume()
 2020-11-10 17:35 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] arm: MMU extentions to enable litmus7
 2020-11-10 17:36 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm: Add mmu_get_pte() to the MMU API

[PATCH v3 0/2] Fix RPM calculation in pwm-fan
 2020-11-10 17:35 UTC  (6+ messages)
` [PATCH v3 2/2] hwmon: pwm-fan: Fix RPM calculation

[PATCH] ath10k: add option for chip-id based BDF selection
 2020-11-10 17:33 UTC  (5+ messages)

[OE-core] [master] openssh: whitelist CVE-2014-9278
 2020-11-10 17:34 UTC 

[dm-crypt] unlock via password and device
 2020-11-10 17:34 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/1] tests/kms_plane_scaling: Don't run plane scaler tests on each output
 2020-11-10 17:32 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 0/1] tests/kms_plane_scaling: Don't run plane scaler
  ` [igt-dev] [PATCH i-g-t 1/1] tests/kms_plane_scaling: Don't run plane scaler tests on each output

[PATCH-for-5.2 v4 00/17] ci: Move various jobs from Travis to GitLab CI
 2020-11-10 17:29 UTC  (3+ messages)
` [PATCH-for-6.0 v4 13/17] tests/docker: Install lttng-ust-devel package in Fedora image

Bug (?) report for secilc and CIL semantics: some unexpected behaviours
 2020-11-10 17:31 UTC  (2+ messages)

[PATCH 1/6] regulator: core: validate selector against linear_min_sel
 2020-11-10 17:30 UTC  (3+ messages)

[PATCH] compat/bswap.h: Simplify MSVC endianness detection
 2020-11-10 17:30 UTC  (10+ messages)
` [PATCH v2] compat/bswap.h: simplify "

[PATCH v4 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2020-11-10 17:27 UTC  (5+ messages)
` [PATCH v4 2/4] Jobs based on custom runners: build environment docs and playbook

[PATCH 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2020-11-10 17:30 UTC  (5+ messages)
` [PATCH 1/5] misc: "

[tip: locking/core] lockdep: Fix usage_traceoverflow
 2020-11-10 17:28 UTC  (3+ messages)
` [PATCH 1/2] lockdep: Avoid to modify chain keys in validate_chain()

[RFC PATCH] docs: ABI: ABI documentation for procfs attribute files used by multiple LSMs
 2020-11-10 17:28 UTC 

[PATCH v2 0/4] cpufreq: intel_pstate: Handle powersave governor correctly in the passive mode with HWP
 2020-11-10 17:27 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] cpufreq: Introduce governor flags
  ` [PATCH v3 2/4] cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGET
  ` [PATCH v3 3/4] cpufreq: Add strict_target to struct cpufreq_policy
  ` [PATCH v3 4/4] cpufreq: intel_pstate: Take CPUFREQ_GOV_STRICT_TARGET into account

[dpdk-dev] [PATCH 00/10] Examples compilation fixes
 2020-11-10 17:27 UTC  (4+ messages)
` [dpdk-dev] [PATCH 09/10] devtools: compile all examples with pkg-config

[PATCH 0/2] seccomp: Add arm and arm64 bitmap support
 2020-11-10 17:26 UTC  (4+ messages)
` [PATCH 1/2] arm64: Enable seccomp architecture tracking

[gtk+3][zeus] building only with wayland backend, no x11
 2020-11-10 17:26 UTC  (4+ messages)
` [yocto] "

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-10 17:25 UTC  (3+ messages)
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND

With phosphor-pid-control OEM-IPMI Commands to talk to Phosphor-pid-control Manual Mode
 2020-11-10 17:23 UTC 

[PATCH net V3] Exempt multicast addresses from five-second neighbor lifetime
 2020-11-10 17:23 UTC 

[PATCH v8 0/5] RDMA: Add dma-buf support
 2020-11-10 17:23 UTC  (9+ messages)
` [PATCH v8 1/5] RDMA/umem: Support importing dma-buf as user memory region


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.