All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-11 01:11:09 to 2021-11-11 02:16:17 UTC [more...]

[RFC PATCH v4 0/8] Adds support for PHY LEDs with offload triggers
 2021-11-11  2:16 UTC  (10+ messages)
` [RFC PATCH v4 1/8] leds: add support for hardware driven LEDs
` [RFC PATCH v4 2/8] leds: document additional use of blink_set for hardware control
` [RFC PATCH v4 3/8] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [RFC PATCH v4 4/8] leds: trigger: netdev: rename and expose NETDEV trigger enum and struct
` [RFC PATCH v4 5/8] leds: trigger: netdev: add hardware control support
` [RFC PATCH v4 6/8] leds: trigger: add hardware-phy-activity trigger
` [RFC PATCH v4 7/8] net: dsa: qca8k: add LEDs support
` [RFC PATCH v4 8/8] dt-bindings: net: dsa: qca8k: add LEDs definition example

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-11  2:07 UTC  (57+ messages)
` [PATCH v4 01/17] perf: Protect perf_guest_cbs with RCU
` [PATCH v4 02/17] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v4 03/17] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v4 04/17] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v4 05/17] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v4 06/17] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v4 07/17] perf: Add wrappers for invoking guest callbacks
` [PATCH v4 08/17] perf: Force architectures to opt-in to "
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v4 10/17] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v4 11/17] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v4 12/17] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v4 13/17] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v4 14/17] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v4 15/17] KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y
` [PATCH v4 16/17] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c
` [PATCH v4 17/17] perf: Drop guest callback (un)register stubs

[PATCH v3 1/2] erofs: add sysfs interface
 2021-11-11  2:15 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] erofs: add sysfs node to control sync decompression strategy

[PATCH 0/3] rtw89: fix crash when loading firmware file on certain platforms
 2021-11-11  2:14 UTC  (4+ messages)
` [PATCH 1/3] rtw89: update partition size of firmware header on skb->data
` [PATCH 2/3] rtw89: add const in the cast of le32_get_bits()
` [PATCH 3/3] rtw89: use inline function instead macro to set H2C and CAM

[PATCH 0/2] ARM: dts: device tree for YADRO VEGMAN BMC
 2021-11-11  2:13 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: aspeed: add "
  ` [External] "

[PATCH] erofs-utils: mkfs: fix integer overflow in erofs_blob_remap
 2021-11-11  2:11 UTC  (2+ messages)

[PATCH v2] auto-t: replace ifconfig with ip commands
 2021-11-11  2:12 UTC 

[PATCH net v2] bpf: Fix build when CONFIG_BPF_SYSCALL is disabled
 2021-11-11  2:11 UTC  (7+ messages)

[RFC PATCH 0/1] drm: selftest: Convert to KUnit
 2021-11-11  2:11 UTC  (3+ messages)
` [RFC PATCH 1/1] drm: selftest: convert drm_damage_helper selftest "

[PATCH] ptp: ptp_clockmatrix: repair non-kernel-doc comment
 2021-11-11  2:09 UTC  (3+ messages)

[PATCH v1 1/2] hamradio: defer ax25 kfree after unregister_netdev
 2021-11-11  2:09 UTC  (5+ messages)
` [PATCH v1 2/2] hamradio: defer 6pack "
      `  "

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-11-11  2:08 UTC  (4+ messages)
` [PATCH v3 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH v6] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-11  2:04 UTC  (3+ messages)

[PATCH V1 2/2] mm/damon: Add 'age' of region tracepoint support
 2021-11-11  2:04 UTC  (2+ messages)

[PATCH] m68k: Enable memtest kernel parameter
 2021-11-11  2:04 UTC  (2+ messages)

[RFC PATCH v2 00/30] Add Loongarch softmmu support
 2021-11-11  1:35 UTC  (31+ messages)
` [RFC PATCH v2 01/30] target/loongarch: Update README
` [RFC PATCH v2 02/30] target/loongarch: Add CSR registers definition
` [RFC PATCH v2 03/30] target/loongarch: Add basic vmstate description of CPU
` [RFC PATCH v2 04/30] target/loongarch: Define exceptions for LoongArch
` [RFC PATCH v2 05/30] target/loongarch: Implement qmp_query_cpu_definitions()
` [RFC PATCH v2 06/30] target/loongarch: Add stabletimer support
` [RFC PATCH v2 07/30] target/loongarch: Add MMU support for LoongArch CPU
` [RFC PATCH v2 08/30] target/loongarch: Add LoongArch CSR/IOCSR instruction
` [RFC PATCH v2 09/30] target/loongarch: Add TLB instruction support
` [RFC PATCH v2 10/30] target/loongarch: Add other core instructions support
` [RFC PATCH v2 11/30] target/loongarch: Add LoongArch interrupt and exception handle
` [RFC PATCH v2 12/30] target/loongarch: Add timer related instructions support
` [RFC PATCH v2 13/30] target/loongarch: Add gdb support
` [RFC PATCH v2 14/30] target/loongarch: Implement privilege instructions disassembly
` [RFC PATCH v2 15/30] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson Platform
` [RFC PATCH v2 16/30] hw/loongarch: Add a virt LoongArch 3A5000 board support
` [RFC PATCH v2 17/30] hw/loongarch: Add LoongArch cpu interrupt support(CPUINTC)
` [RFC PATCH v2 18/30] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [RFC PATCH v2 19/30] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v2 20/30] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [RFC PATCH v2 21/30] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [RFC PATCH v2 22/30] hw/loongarch: Add irq hierarchy for the system
` [RFC PATCH v2 23/30] hw/loongarch: Add some devices support for 3A5000
` [RFC PATCH v2 24/30] hw/loongarch: Add LoongArch ls7a rtc device support
` [RFC PATCH v2 25/30] hw/loongarch: Add default bios startup support
` [RFC PATCH v2 26/30] hw/loongarch: Add -kernel and -initrd options support
` [RFC PATCH v2 27/30] hw/loongarch: Add LoongArch smbios support
` [RFC PATCH v2 28/30] hw/loongarch: Add LoongArch acpi support
` [RFC PATCH v2 29/30] hw/loongarch: Add machine->possible_cpus
` [RFC PATCH v2 30/30] hw/loongarch: Add Numa support

[PATCH V2 1/1] block: avoid to touch unloaded module instance when opening bdev
 2021-11-11  2:03 UTC 

[PATCH] man7: unify socket examples
 2021-11-11  2:03 UTC 

[PATCH 2/2] parse-options.c: use "enum parse_opt_result" for parse_nodash_opt()
 2021-11-11  2:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Fix the j-core SOC build
 2021-11-11  2:01 UTC  (5+ messages)

[PATCH v2 net] net: fix premature exit from NAPI state polling in napi_disable()
 2021-11-11  2:00 UTC  (2+ messages)

[PATCH] packfile: avoid overflowing shift during decode
 2021-11-11  1:58 UTC  (2+ messages)

[PATCH net-next v2 0/6] MCTP I2C driver
 2021-11-11  1:55 UTC  (7+ messages)
` [PATCH net-next v2 1/6] i2c: core: Allow 255 byte transfers for SMBus 3.x
` [PATCH net-next v2 2/6] i2c: dev: Handle 255 byte blocks for i2c ioctl
` [PATCH net-next v2 3/6] i2c: aspeed: Allow 255 byte block transfers
` [PATCH net-next v2 4/6] i2c: npcm7xx: Allow 255 byte block SMBus transfers
` [PATCH net-next v2 5/6] dt-bindings: net: New binding mctp-i2c-controller
` [PATCH net-next v2 6/6] mctp i2c: MCTP I2C binding driver

[PATCH v4 0/4] arm: aspeed: Add eSPI support
 2021-11-11  1:55 UTC  (5+ messages)
` [PATCH v4 4/4] ARM: dts: aspeed: Add eSPI node

[PATCH 0/2] clocksource: Avoid incorrect hpet fallback
 2021-11-11  1:53 UTC  (8+ messages)

[PATCH v2] mctp.7: Add man page for Linux MCTP support
 2021-11-11  1:53 UTC 

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-11  1:49 UTC  (13+ messages)

❌ FAIL: Test report for kernel 5.15.0 (mainline.kernel.org-clang, debe436e)
 2021-11-11  1:47 UTC 

[PATCH bpf-next 00/10] Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
 2021-11-11  1:47 UTC  (6+ messages)

[Virtio-fs] [PATCH v7 0/7] fuse,virtiofs: support per-file DAX
 2021-11-11  1:46 UTC  (5+ messages)
` [Virtio-fs] [PATCH v7 6/7] fuse: mark inode DONT_CACHE when per inode DAX hint changes
    `  "

[dtor-input:next] BUILD SUCCESS 744d0090a5f6dfa4c81b53402ccdf08313100429
 2021-11-11  1:44 UTC 

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-11  1:44 UTC  (6+ messages)
` [RFC 11/19] KVM: x86/mmu: Factor shadow_zero_check out of make_spte

[PATCH net] net: fix premature exit from NAPI state polling in napi_disable()
 2021-11-11  1:44 UTC  (5+ messages)

[PATCH 1/2] dt/bindings: rtc: rx8900: Add an entry for RX8804
 2021-11-11  1:43 UTC  (4+ messages)
` [PATCH 2/2] rtc: rv8803: Add support for the Epson RX8804 RTC

[RESEND PATCH] regmap: allow to define reg_update_bits for no bus configuration
 2021-11-11  1:41 UTC 

[PATCH] recipe-graphics: Add depends on cmake-native
 2021-11-11  1:41 UTC  (2+ messages)
` [OE-core] "

[PATCH] fuse: fix possible write position calculation error
 2021-11-11  1:40 UTC  (5+ messages)

[PATCH v3 0/3] Update VMware maintainer entries
 2021-11-11  1:39 UTC  (4+ messages)
` [PATCH v3 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[PATCH] fuse: add a dev ioctl for recovery
 2021-11-11  1:38 UTC  (8+ messages)

[RFC PATCH 0/2] xfsprogs: add error tags for log attribute replay test
 2021-11-11  1:37 UTC  (2+ messages)

[PATCH 1/3] systemd: Revert inappropriate use of ${systemd_system_unitdir}
 2021-11-11  1:36 UTC  (3+ messages)
` [PATCH 2/3] systemd-conf: "
` [PATCH 3/3] systemd-bootchart: "

[dpdk-dev] [PATCH v17 00/13] eal: Add EAL API for threading
 2021-11-11  1:33 UTC  (10+ messages)
` [PATCH v18 0/8] "
  ` [PATCH v18 1/8] eal: add basic threading functions
  ` [PATCH v18 2/8] eal: add thread attributes
  ` [PATCH v18 3/8] eal/windows: translate Windows errors to errno-style errors
  ` [PATCH v18 4/8] eal: implement functions for thread affinity management
  ` [PATCH v18 5/8] eal: implement thread priority management functions
  ` [PATCH v18 6/8] eal: add thread lifetime management
  ` [PATCH v18 7/8] eal: implement functions for thread barrier management
  ` [PATCH v18 8/8] eal: implement functions for mutex management

[PATCH] net: add macro for VLAN header length
 2021-11-11  1:34 UTC  (2+ messages)

[PATCH 0/5] CXL: Read CDAT and DSMAS data from the device
 2021-11-11  1:31 UTC  (4+ messages)
` [PATCH 3/5] cxl/pci: Add DOE Auxiliary Devices

[PATCH net-next 0/7] mptcp: improve accept() and disconnect()
 2021-11-11  1:31 UTC  (3+ messages)
` [PATCH net-next 7/7] mptcp: add disconnect selftests

[Intel-gfx] [PATCH v4 0/3] Introduce new i915 macros for checking PTEs
 2021-11-11  1:30 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Introduce new i915 macros for checking PTEs (rev4)

stable-rc/linux-4.4.y baseline: 98 runs, 1 regressions (v4.4.291-20-g17cdd7c2c6dc)
 2021-11-11  1:29 UTC 

[PATCH] cpufreq: qcom-hw: Fix exposed stack contents
 2021-11-11  1:25 UTC  (3+ messages)

[for-linus][PATCH 0/2] tracing: A couple of fixes for 5.16
 2021-11-11  1:22 UTC  (3+ messages)
` [for-linus][PATCH 1/2] ring-buffer: Protect ring_buffer_reset() from reentrancy
` [for-linus][PATCH 2/2] ftrace/direct: Fix lockup in modify_ftrace_direct_multi

❌ FAIL: Test report for kernel 5.15.0 (mainline.kernel.org-clang, 5147da90)
 2021-11-11  1:22 UTC 

Unreliable disk detection order in 5.x
 2021-11-11  1:16 UTC  (6+ messages)

[Intel-gfx] [PATCH v2] drm/i915/dsi: transmit brightness command in HS state
 2021-11-11  1:14 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3] "

[RFC PATCH 0/5] Firmware Upload Framework
 2021-11-11  1:13 UTC  (6+ messages)
` [RFC PATCH 1/5] firmware: Create firmware upload framework
` [RFC PATCH 2/5] firmware: upload: Enable firmware uploads
` [RFC PATCH 3/5] firmware: upload: Signal eventfd when complete
` [RFC PATCH 4/5] firmware: upload: Add status ioctl
` [RFC PATCH 5/5] firmware: upload: Enable cancel of firmware upload

RFC: A configuration design for future-proofing fsync() configuration
 2021-11-11  0:57 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add macfb driver to Macintosh section
 2021-11-11  1:10 UTC 

[PATCH 0/4] Improve pylibfdt python packaging
 2021-11-11  1:11 UTC  (5+ messages)
  ` [PATCH 1/4] pylibfdt: Use setuptools instead of distutils
  ` [PATCH 2/4] pylibfdt: Use setuptools_scm for the version
  ` [PATCH 3/4] pylibfdt: Split setup.py author name and email
  ` [PATCH 4/4] pylibfdt: Move setup.py to the top level

[Bug 213829] Intel AX210 Bluetooth controller doesn't start from warm boot
 2021-11-11  1:11 UTC 


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.