linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-18 14:34:35 to 2022-03-18 16:20:32 UTC [more...]

[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
 2022-03-18 16:15 UTC  (16+ messages)
` [PATCH bpf-next v3 01/17] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v3 02/17] bpf: introduce hid program type
` [PATCH bpf-next v3 03/17] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v3 04/17] libbpf: add HID program type and API
` [PATCH bpf-next v3 05/17] HID: hook up with bpf
` [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v3 07/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v3 08/17] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v3 09/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v3 10/17] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v3 11/17] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers
` [PATCH bpf-next v3 13/17] HID: bpf: implement hid_bpf_get|set_bits
` [PATCH bpf-next v3 14/17] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v3 15/17] selftests/bpf: add tests for hid_{get|set}_bits helpers

[PATCH v2 0/8] iio: adc: ad_sigma_delta: Add sequencer support
 2022-03-18 16:27 UTC  (9+ messages)
` [PATCH v2 1/8] iio: adc: ad7124: Remove shift from scan_type
` [PATCH v2 2/8] iio: adc: ad7124: Add update_scan_mode
` [PATCH v2 3/8] iio: adc: ad7192: "
` [PATCH v2 4/8] iio: adc: ad_sigma_delta: Add sequencer support
` [PATCH v2 5/8] iio: adc: ad7124: add "
` [PATCH v2 6/8] iio: adc: ad7192: "
` [PATCH v2 7/8] iio: adc: ad7124: add disable_all() callback
` [PATCH v2 8/8] iio: adc: ad7192: "

[PATCH 0/2] locking/rwsem: Miscellaneous cleanup and fix
 2022-03-18 16:16 UTC  (3+ messages)
` [PATCH 1/2] locking/rwsem: No need to check for handoff bit if wait queue empty
` [PATCH 2/2] locking/rwsem: Wake readers in a reader-owned rwsem if first waiter is a reader

[PATCH v3 00/46] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-03-18 16:15 UTC  (4+ messages)
` [PATCH v3 07/46] media: sun6i-csi: Use runtime pm for clocks and reset

[PATCH] i2c: add support for microchip fpga i2c controllers
 2022-03-18 16:15 UTC  (3+ messages)

[PATCH 5.10 00/23] 5.10.107-rc1 review
 2022-03-18 16:14 UTC  (3+ messages)

[PATCH] drm: of: Properly try all possible cases for bridge/panel detection
 2022-03-18 16:10 UTC  (7+ messages)

[PATCH v2 00/16] Modernize rest of the krait drivers
 2022-03-18 16:08 UTC  (17+ messages)
` [PATCH v2 01/16] clk: introduce clk_hw_get_index_of_parent new API
` [PATCH v2 02/16] clk: qcom: gcc-ipq806x: skip pxo/cxo fixed clk if already present
` [PATCH v2 03/16] clk: qcom: gcc-ipq806x: add PXO_SRC in clk table
` [PATCH v2 04/16] clk: qcom: clk-hfpll: use poll_timeout macro
` [PATCH v2 05/16] clk: qcom: kpss-xcc: convert to parent data API
` [PATCH v2 06/16] clk: qcom: clk-krait: unlock spin after mux completion
` [PATCH v2 07/16] clk: qcom: clk-krait: add hw_parent check for div2_round_rate
` [PATCH v2 08/16] clk: qcom: krait-cc: convert to parent_data API
` [PATCH v2 09/16] clk: qcom: krait-cc: drop pr_info and register qsb only if needed
` [PATCH v2 10/16] clk: qcom: krait-cc: drop hardcoded safe_sel
` [PATCH v2 11/16] clk: qcom: krait-cc: force sec_mux to QSB
` [PATCH v2 12/16] clk: qcom: clk-krait: add apq/ipq8064 errata workaround
` [PATCH v2 13/16] clk: qcom: clk-krait: add enable disable ops
` [PATCH v2 14/16] dt-bindings: clock: Convert qcom,krait-cc to yaml
` [PATCH v2 15/16] ARM: dts: qcom: qcom-ipq8064: add missing krait-cc compatible and clocks
` [PATCH v2 16/16] dt-bindings: arm: msm: Convert kpss driver Documentation to yaml

[REGRESSION] Right touchpad button disabled on Dell 7750
 2022-03-18 16:05 UTC  (6+ messages)

[PATCHv7 00/30] TDX Guest: TDX core support
 2022-03-18 16:05 UTC  (34+ messages)
` [PATCHv7 01/30] x86/tdx: Detect running as a TDX guest in early boot
` [PATCHv7 02/30] x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
` [PATCHv7 03/30] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
` [PATCHv7 04/30] x86/tdx: Extend the confidential computing API to support TDX guests
` [PATCHv7 05/30] x86/tdx: Exclude shared bit from __PHYSICAL_MASK
` [PATCHv7 06/30] x86/traps: Refactor exc_general_protection()
` [PATCHv7 07/30] x86/traps: Add #VE support for TDX guest
` [PATCHv7 08/30] x86/tdx: Add HLT support for TDX guests
` [PATCHv7 09/30] x86/tdx: Add MSR "
` [PATCHv7 10/30] x86/tdx: Handle CPUID via #VE
` [PATCHv7 11/30] x86/tdx: Handle in-kernel MMIO
` [PATCHv7 12/30] x86/tdx: Detect TDX at early kernel decompression time
` [PATCHv7 13/30] x86: Adjust types used in port I/O helpers
` [PATCHv7 14/30] x86: Consolidate "
` [PATCHv7 15/30] x86/boot: Port I/O: allow to hook up alternative helpers
  ` [PATCHv7.1 "
` [PATCHv7 16/30] x86/boot: Port I/O: add decompression-time support for TDX
  ` [PATCHv7.1 "
` [PATCHv7 17/30] x86/tdx: Port I/O: add runtime hypercalls
` [PATCHv7 18/30] x86/tdx: Port I/O: add early boot support
` [PATCHv7 19/30] x86/tdx: Wire up KVM hypercalls
` [PATCHv7 20/30] x86/boot: Add a trampoline for booting APs via firmware handoff
` [PATCHv7 21/30] x86/acpi, x86/boot: Add multiprocessor wake-up support
` [PATCHv7 22/30] x86/boot: Set CR0.NE early and keep it set during the boot
` [PATCHv7 23/30] x86/boot: Avoid #VE during boot for TDX platforms
` [PATCHv7 24/30] x86/topology: Disable CPU online/offline control for TDX guests
` [PATCHv7 25/30] x86/tdx: Make pages shared in ioremap()
` [PATCHv7 26/30] x86/mm/cpa: Add support for TDX shared memory
` [PATCHv7 27/30] x86/mm: Make DMA memory shared for TD guest
` [PATCHv7 28/30] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCHv7 29/30] ACPICA: Avoid cache flush inside virtual machines
` [PATCHv7 30/30] Documentation/x86: Document TDX kernel architecture

[PATCH v5 00/20] Rust support
 2022-03-18 16:04 UTC  (4+ messages)
` [PATCH v5 12/20] vsprintf: add new `%pA` format specifier

[PATCH 0/3] drm/msm/gpu: More system suspend fixes
 2022-03-18 16:04 UTC  (14+ messages)
` [PATCH 2/3] drm/msm/gpu: Park scheduler threads for system suspend

[PATCH] Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"
 2022-03-18 16:03 UTC  (3+ messages)

[PATCH 0/6] introduce fwnode in the I2C subsystem
 2022-03-18 16:00 UTC  (14+ messages)
` [PATCH 1/6] property: add fwnode_property_read_string_index()
` [PATCH 2/6] i2c: fwnode: add fwnode_find_i2c_adapter_by_node()
` [PATCH 3/6] i2c: of: use fwnode_get_i2c_adapter_by_node()
` [PATCH 4/6] i2c: mux: pinctrl: remove CONFIG_OF dependency and use fwnode API
` [PATCH 5/6] i2c: mux: add support for fwnode
` [PATCH 6/6] net: sfp: "

[PATCH v2] drm: of: Properly try all possible cases for bridge/panel detection
 2022-03-18 16:02 UTC 

[PATCH -next] jbd2: use the correct print format
 2022-03-18 15:56 UTC 

[PATCH 0/6] Add new HW variants and fix few minor issues
 2022-03-18 15:55 UTC  (7+ messages)
` [PATCH 1/6] ALSA: hda/cs8409: Fix Warlock using dual mic configuration
` [PATCH 2/6] ALSA: hda/cs8409: Re-order quirk table into ascending order
` [PATCH 3/6] ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants
` [PATCH 4/6] ALSA: hda/cs8409: Support new Warlock MLK Variants
` [PATCH 5/6] ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg
` [PATCH 6/6] ALSA: hda/cs8409: Add new Dolphin HW variants

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-2022-03 233/9999] arch/arm64/kvm/perf.c:58:43: error: implicit declaration of function 'perf_num_counters'; did you mean 'dec_mm_counter'?
 2022-03-18 15:54 UTC 

[RFC PATCH 00/16] Introduce SCMI test driver and related Kselftest
 2022-03-18 15:49 UTC  (5+ messages)
` [RFC PATCH 07/16] debugfs: Add signed versions of debugfs_create_u32/64 helpers

[RFC v1 00/10] roadtest: a driver testing framework
 2022-03-18 15:49 UTC  (4+ messages)
` [RFC v1 07/10] iio: light: opt3001: add roadtest

linux-next: Fixes tag needs some work in the spi tree
 2022-03-18 15:48 UTC  (4+ messages)

[PATCH v2 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-18 15:45 UTC  (4+ messages)
` [PATCH v2 net-next 4/4] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[PATCH] drm/amd/display: Fixed the unused-but-set-variable warning
 2022-03-18 15:44 UTC  (3+ messages)

[broonie-misc:arm64-sysreg-gen 6/9] arch/arm64/include/asm/sysreg.h:125:10: fatal error: 'generated/asm/sysreg.h' file not found
 2022-03-18 15:41 UTC  (4+ messages)

[PATCH 03/30] ath6kl: fix typos in comments
 2022-03-18 15:39 UTC  (2+ messages)

[PATCH V2] ath9k: Use platform_get_irq() to get the interrupt
 2022-03-18 15:38 UTC  (2+ messages)

[PATCH V2,2/2] mm: madvise: skip unmapped vma holes passed to process_madvise
 2022-03-18 15:37 UTC  (11+ messages)

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-18 15:36 UTC  (2+ messages)
` [tip: x86/core] kbuild: Fixup the IBT kbuild changes

[PATCHv6 00/30] TDX Guest: TDX core support
 2022-03-18 15:36 UTC  (12+ messages)
` [PATCHv6 07/30] x86/traps: Add #VE support for TDX guest
` [PATCHv6 16/30] x86/boot: Port I/O: add decompression-time support for TDX

[PATCHv3 00/10] ext4: Improve FC trace events
 2022-03-18 15:32 UTC  (8+ messages)
` [PATCHv3 02/10] ext4: Fix ext4_fc_stats trace point

[PATCH net-next v4 0/2] af_vsock: add two new tests for SOCK_SEQPACKET
 2022-03-18 15:30 UTC  (2+ messages)

[syzbot] WARNING in inc_nlink (3)
 2022-03-18 15:29 UTC  (2+ messages)

[fixup! EXP srcu] 7bf8d644f8: WARNING:at_kernel/rcu/srcutree.c:#process_srcu
 2022-03-18 15:28 UTC  (7+ messages)

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-03-18 15:25 UTC  (20+ messages)

[PATCH] PCI: fu740: Drop to 2.5GT/s to fix initial device probing on some boards
 2022-03-18 15:25 UTC  (2+ messages)

[PATCH] thunderbolt: Make iommu_dma_protection more accurate
 2022-03-18 15:23 UTC  (13+ messages)

[V3] PCI: fu740: Drop to 2.5GT/s to fix initial device probing on some boards
 2022-03-18 15:24 UTC 

[PATCH] platform/x86/dell: add buffer allocation/free functions for SMI calls
 2022-03-18 15:22 UTC  (2+ messages)

[RFC PATCH v4 0/5] Renesas RZ/G2L IRQC support
 2022-03-18 15:15 UTC  (6+ messages)
` [RFC PATCH v4 2/5] irqchip: Add RZ/G2L IA55 Interrupt Controller driver
` [RFC PATCH v4 3/5] gpio: gpiolib: Allow free() callback to be overridden

[PATCH] RISC-V: Increase range and default value of NR_CPUS
 2022-03-18 15:14 UTC  (3+ messages)

[PATCH] mm: compaction: fix compiler warning when CONFIG_COMPACTION=n
 2022-03-18 15:11 UTC  (2+ messages)

[PATCH 0/3] drm/msm: Add comm/cmdline override
 2022-03-18 15:06 UTC  (6+ messages)
` [PATCH 3/3] drm/msm: Add a way to override processes comm/cmdline

[PATCH 0/3] MIPS: Modify early_parse_mem()
 2022-03-18 15:05 UTC  (4+ messages)
` [PATCH 1/3] MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()
` [PATCH 2/3] MIPS: Return -EINVAL if mem parameter is invalid "
` [PATCH 3/3] MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMA

[PATCH] pstore: zone: remove unnecessary memset
 2022-03-18 15:03 UTC 

[PATCH v3] rcu: Only boost rcu reader tasks with lower priority than boost kthreads
 2022-03-18 14:57 UTC  (7+ messages)

[PATCH] scsi: elx: efct: remove unnecessary memset in efct_io
 2022-03-18 14:52 UTC 

[PATCH 00/10] Removal of most do_exit calls
 2022-03-18 14:52 UTC  (13+ messages)
` [PATCH 0/8] signal: Cleanup of the signal->flags
  ` [PATCH 00/17] exit: Making task exiting a first class concept
    ` [PATCH 00/13] Removing tracehook.h
      ` [PATCH 0/2] ptrace: Making the ptrace changes atomic
        ` [PATCH 1/2] ptrace: Move setting/clearing ptrace_message into ptrace_stop
        ` [PATCH 2/2] ptrace: Return the signal to continue with from ptrace_stop

[PATCH v4 13/20] netfs: Add a netfs inode context
 2022-03-18 14:48 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 00/20] netfs: Prep for write helpers

[PATCH v2 0/8] Add memory shrinker to VirtIO-GPU DRM driver
 2022-03-18 14:47 UTC  (6+ messages)
` [PATCH v2 8/8] drm/panfrost: Switch to generic memory shrinker

[PATCH v4 00/22] Add driver nodes for MT8192 SoC
 2022-03-18 14:45 UTC  (23+ messages)
` [PATCH v4 01/22] arm64: dts: mt8192: Add pwrap node
` [PATCH v4 02/22] arm64: dts: mt8192: Add spmi node
` [PATCH v4 03/22] arm64: dts: mt8192: Add gce node
` [PATCH v4 04/22] arm64: dts: mt8192: Add SCP node
` [PATCH v4 05/22] arm64: dts: mt8192: Add usb-phy node
` [PATCH v4 06/22] arm64: dts: mt8192: Add xhci node
` [PATCH v4 07/22] arm64: dts: mt8192: Add audio-related nodes
` [PATCH v4 08/22] arm64: dts: mt8192: Add infracfg_rst node
` [PATCH v4 09/22] arm64: dts: mt8192: Add PCIe node
` [PATCH v4 10/22] arm64: dts: mt8192: Fix nor_flash status disable typo
` [PATCH v4 11/22] arm64: dts: mt8192: Add efuse node
` [PATCH v4 12/22] arm64: dts: mt8192: Add mmc device nodes
` [PATCH v4 13/22] arm64: dts: mt8192: Add mipi_tx node
` [PATCH v4 14/22] arm64: dts: mt8192: Add m4u and smi nodes
` [PATCH v4 15/22] arm64: dts: mt8192: Add H264 venc device node
` [PATCH v4 16/22] arm64: dts: mt8192: Add vcodec lat and core nodes
` [PATCH v4 17/22] arm64: dts: mt8192: Add dpi node
` [PATCH v4 18/22] arm64: dts: mt8192: Add display nodes
` [PATCH v4 19/22] arm64: dts: mt8192: Add the mmsys reset bit to reset the dsi0
` [PATCH v4 20/22] arm64: dts: mt8192: Add dsi node
` [PATCH v4 21/22] arm64: dts: mt8192: Add gce info for display nodes
` [PATCH v4 22/22] arm64: dts: mt8192: Add pwm node

[PATCH v2 0/2] phy: mediatek: Add PCIe PHY driver
 2022-03-18 14:45 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY

[PATCH 1/8] perf vendor events: Update events for CascadelakeX
 2022-03-18 14:44 UTC  (3+ messages)

RCU: undefined reference to irq_work_queue
 2022-03-18 14:42 UTC  (9+ messages)

ucsi_acpi: probe of USBC000:00 fails with ioremap error
 2022-03-18 14:37 UTC  (2+ messages)

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2022-03-18 14:34 UTC  (6+ messages)
` [PATCH 12/43] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN

[PATCH v4] PCI: qcom: Add system PM support
 2022-03-18 14:34 UTC  (2+ messages)

[PATCH v2 0/5] drm: Fix monochrome conversion for sdd130x
 2022-03-18 14:33 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).