linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 14:52:24 to 2022-02-24 16:08:42 UTC [more...]

linux-next: manual merge of the net-next tree with the net tree
 2022-02-24 16:06 UTC 

[kvalo-ath:pending 37/42] drivers/net/wireless/ath/ath11k/wow.c:467:5: error: redefinition of 'ath11k_wow_init'
 2022-02-24 16:07 UTC  (2+ messages)

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-24 16:04 UTC  (11+ messages)
` [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop

[csky-linux:riscv_compat_v6 17/20] arch/riscv/kernel/vdso.c:221:22: error: 'compat_vdso_info' undeclared; did you mean 'compat_sysinfo'?
 2022-02-24 16:01 UTC 

[PATCH 00/13] Introduction of STM32MP13 RCC driver (Reset Clock Controller)
 2022-02-24 16:01 UTC  (9+ messages)
` [PATCH 01/13] dt-bindings: rcc: stm32: add new compatible for STM32MP13 SoC
` [PATCH 02/13] clk: stm32: Introduce STM32MP13 RCC drivers (Reset Clock Controller)
` [PATCH 03/13] clk: stm32mp13: add stm32_mux clock management
` [PATCH 04/13] clk: stm32mp13: add stm32_gate management
` [PATCH 05/13] clk: stm32mp13: add stm32 divider clock
` [PATCH 06/13] clk: stm32mp13: add composite clock
` [PATCH 07/13] clk: stm32mp13: manage secured clocks
` [PATCH 08/13] clk: stm32mp13: add all STM32MP13 peripheral clocks

[PATCH v2 00/39] x86: Kernel IBT
 2022-02-24 16:01 UTC  (46+ messages)
` [PATCH v2 01/39] kbuild: Fix clang build
` [PATCH v2 02/39] static_call: Avoid building empty .static_call_sites
` [PATCH v2 03/39] x86/module: Fix the paravirt vs alternative order
` [PATCH v2 04/39] objtool: Add --dry-run
` [PATCH v2 05/39] x86: Base IBT bits
` [PATCH v2 06/39] x86/ibt: Add ANNOTATE_NOENDBR
` [PATCH v2 07/39] x86/entry: Sprinkle ENDBR dust
` [PATCH v2 08/39] x86/linkage: Add ENDBR to SYM_FUNC_START*()
` [PATCH v2 09/39] x86/ibt,paravirt: Sprinkle ENDBR
` [PATCH v2 10/39] x86/ibt,crypto: Add ENDBR for the jump-table entries
` [PATCH v2 11/39] x86/ibt,kvm: Add ENDBR to fastops
` [PATCH v2 12/39] x86/ibt,ftrace: Search for __fentry__ location
` [PATCH v2 13/39] x86/livepatch: Validate "
` [PATCH v2 14/39] x86/ibt,ftrace: Make function-graph play nice
` [PATCH v2 15/39] x86/ibt,kprobes: Fix more +0 assumptions
` [PATCH v2 16/39] x86/bpf: Add ENDBR instructions to prologue and trampoline
` [PATCH v2 17/39] x86/ibt,ftrace: Add ENDBR to samples/ftrace
` [PATCH v2 18/39] x86/ibt: Add IBT feature, MSR and #CP handling
` [PATCH v2 19/39] x86: Disable IBT around firmware
` [PATCH v2 20/39] x86/bugs: Disable Retpoline when IBT
` [PATCH v2 21/39] x86/ibt: Annotate text references
` [PATCH v2 22/39] x86/ibt,ftrace: Annotate ftrace code patching
` [PATCH v2 23/39] x86/ibt,sev: Annotations
` [PATCH v2 24/39] x86/text-patching: Make text_gen_insn() IBT aware
` [PATCH v2 25/39] x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()
` [PATCH v2 26/39] x86/entry: Cleanup PARAVIRT
` [PATCH v2 27/39] x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()
` [PATCH v2 28/39] x86/ibt,xen: Sprinkle the ENDBR
` [PATCH v2 29/39] objtool: Rename --duplicate to --lto
` [PATCH v2 30/39] Kbuild: Allow whole module objtool runs
` [PATCH v2 31/39] objtool: Read the NOENDBR annotation
` [PATCH v2 32/39] x86/ibt: Dont generate ENDBR in .discard.text
` [PATCH v2 33/39] objtool: Add IBT/ENDBR decoding
` [PATCH v2 34/39] objtool: Validate IBT assumptions
` [PATCH v2 35/39] objtool: IBT fix direct JMP/CALL
` [PATCH v2 36/39] objtool: Find unused ENDBR instructions
` [PATCH v2 37/39] x86/ibt: Finish --ibt-fix-direct on module loading
` [PATCH v2 38/39] x86/ibt: Ensure module init/exit points have references
` [PATCH v2 39/39] x86/alternative: Use .ibt_endbr_sites to seal indirect calls

[PATCH v4 00/16] Multiple addition and improvement to ipq8064 gcc
 2022-02-24 16:01 UTC  (13+ messages)
` [PATCH v4 05/16] clk: qcom: gcc-ipq806x: convert parent_names to parent_data
` [PATCH v4 07/16] clk: qcom: gcc-ipq806x: drop hardcoded pxo and cxo source clk
` [PATCH v4 08/16] clk: qcom: gcc-ipq806x: add additional freq nss cores
` [PATCH v4 12/16] dt-bindings: clock: add ipq8064 ce5 clk define

[REMINDER] LSF/MM/BPF: 2022: Call for Proposals
 2022-02-24 15:59 UTC 

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

[PATCH v2 0/3] soundwire: qcom: add pm runtime support
 2022-02-24 15:58 UTC  (6+ messages)
` [PATCH v2 1/3] soundwire: qcom: add runtime pm support
` [PATCH v2 3/3] soundwire: qcom: add in-band wake up interrupt support

[PATCH v2] dt-bindings: arm: at91: add Kontron's new KSwitches
 2022-02-24 15:56 UTC  (2+ messages)

[PATCH v1 0/4] NVIDIA Tegra ARM32 device-tree improvements for 5.18
 2022-02-24 15:56 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: writing-schema: Install from PyPI repository
 2022-02-24 15:55 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: example: Extend with typical case (int-array and disallowed prop)

[PATCH RFC v2 0/2] Handle UEFI NX-restricted page tables
 2022-02-24 15:43 UTC  (3+ messages)
` [PATCH RFC v2 1/2] libstub: declare DXE services table
` [PATCH RFC v2 2/2] libstub: ensure allocated memory to be executable

[GIT PULL] dtpm for v5.18-rc1
 2022-02-24 15:54 UTC 

[PATCHv3 0/2] perf/bpf: Replace deprecated code
 2022-02-24 15:52 UTC  (3+ messages)
` [PATCH 1/2] perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
` [PATCH 2/2] perf tools: Remove bpf_map__set_priv/bpf_map__priv usage

[csky-linux:riscv_compat_v6 6/20] arch/arm64/include/asm/compat.h:69:8: error: redefinition of 'struct compat_statfs'
 2022-02-24 15:51 UTC 

[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-24 15:50 UTC  (13+ messages)
` [PATCH v2 14/18] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH v2 15/18] KVM: x86/mmu: rename kvm_mmu_new_pgd, introduce variant that calls get_guest_pgd
` [PATCH v2 16/18] KVM: x86: introduce KVM_REQ_MMU_UPDATE_ROOT

[PATCH] 1/3] ARM: dts: at91: sama7g5: Restrict ns_sram
 2022-02-24 15:50 UTC  (4+ messages)

[PATCH] ARM: dts: at91: sama7g5: Add NAND support
 2022-02-24 15:49 UTC  (3+ messages)

[PATCH v1 0/6] Add TDX Guest Attestation support
 2022-02-24 15:48 UTC  (3+ messages)

[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-24 15:47 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v2 00/16] ASoC: codecs: add pm runtime support for Qualcomm codecs
 2022-02-24 15:29 UTC  (3+ messages)
` [PATCH v2 14/16] ASoC: codecs: wsa881x: add runtime pm support

[PATCH v2 0/2] wmon: (adm1275) Add sample averaging binding support
 2022-02-24 15:43 UTC  (3+ messages)
` [PATCH v2 1/2] hwmon: (adm1275) Allow setting sample averaging
` [PATCH v2 2/2] dt-bindings: hwmon: Add sample averaging property for ADM1275

[RFC PATCH 0/6] RLIMIT_NPROC in ucounts fixups
 2022-02-24 15:41 UTC  (10+ messages)
      ` How should rlimits, suid exec, and capabilities interact?
                ` [PATCH] ucounts: Fix systemd LimigtNPROC with private users regression

[PATCH] tracing: Dump stacktrace trigger to the corresponding instance
 2022-02-24 15:41 UTC  (2+ messages)

[csky-linux:riscv_compat_v6 13/20] arch/riscv/kernel/process.c:102:35: error: use of undeclared identifier 'SR_UXL'
 2022-02-24 15:40 UTC 

[PATCH] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
 2022-02-24 15:38 UTC  (5+ messages)

[PATCH v15 00/10] Add support for audio on SC7280 based targets
 2022-02-24 15:36 UTC  (7+ messages)
` [PATCH v15 01/10] ASoC: qcom: SC7280: Update config for building codec dma drivers
` [PATCH v15 06/10] ASoC: qcom: Add regmap config support for codec dma driver
  ` [PATCH v15 6/10] "

[PATCH 2/2] wireless: Initial driver submission for pureLiFi STA devices
 2022-02-24 15:35 UTC  (2+ messages)

[PATCH] USB: serial: pl2303: Add IBM device IDs
 2022-02-24 15:34 UTC 

[PATCH v16 0/9] Add support for audio on SC7280 based targets
 2022-02-24 15:33 UTC  (10+ messages)
` [PATCH v16 1/9] ASoC: qcom: Move lpass_pcm_data structure to lpass header
` [PATCH v16 2/9] ASoC: qcom: lpass: Add dma fields for codec dma lpass interface
` [PATCH v16 3/9] ASoC: qcom: Add helper function to get dma control and lpaif handle
` [PATCH v16 4/9] ASoC: qcom: Add register definition for codec rddma and wrdma
` [PATCH v16 5/9] ASoC: qcom: Add regmap config support for codec dma driver
` [PATCH v16 6/9] ASoC: qcom: Add "
` [PATCH v16 7/9] ASoC: qcom: Add lpass CPU driver for codec dma control
` [PATCH v16 8/9] ASoC: dt-bindings: Add SC7280 lpass cpu bindings
` [PATCH v16 9/9] ASoC: qcom: lpass-sc7280: Add platform driver for lpass audio

[RFC 00/10] add support for fwnode in i2c mux system and sfp
 2022-02-24 15:33 UTC  (4+ messages)

[ammarfaizi2-block:google/android/kernel/common/android12-kiwi-5.10 8861/9999] kernel/kcov.c:296:14: warning: conflicting types for built-in function '__sanitizer_cov_trace_switch'; expected 'void(long long unsigned int, void *)'
 2022-02-24 15:30 UTC 

[csky-linux:riscv_compat_v6 13/20] arch/riscv/kernel/process.c:102:49: error: 'SR_UXL' undeclared; did you mean 'SR_XS'?
 2022-02-24 15:30 UTC 

[PATCH] random: do crng pre-init loading in worker rather than irq
 2022-02-24 15:29 UTC  (6+ messages)
        ` [PATCH v2] "

[PATCH] clk: COMMON_CLK_LAN966X should depend on SOC_LAN966
 2022-02-24 15:29 UTC 

[PATCH] tools/power/x86/intel-speed-select: Remove unneeded semicolon
 2022-02-24 15:27 UTC  (2+ messages)

[RFC PATCH 0/5] introduce sched-idle balancing
 2022-02-24 15:29 UTC  (3+ messages)

[PATCH] KVM: x86: Do not change ICR on write to APIC_SELF_IPI
 2022-02-24 15:28 UTC  (2+ messages)

[PATCH v3 0/8] Add RISC-V asm/insn.h header
 2022-02-24 15:24 UTC  (9+ messages)
` [PATCH v3 1/8] riscv: Avoid unaligned access when relocating modules
` [PATCH v3 2/8] riscv: Remove unneeded definitions from asm/module.h
` [PATCH v3 3/8] riscv: Remove unneeded definitions from asm/ftrace.h
` [PATCH v3 4/8] riscv: Add asm/insn.h header
` [PATCH v3 5/8] riscv: Use asm/insn.h for module relocations
` [PATCH v3 6/8] riscv: Use asm/insn.h to generate plt entries
` [PATCH v3 7/8] riscv: Use asm/insn.h for jump labels
` [PATCH v3 8/8] riscv: Use asm/insn.h for dynamic ftrace

[PATCH 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC
 2022-02-24 15:25 UTC  (5+ messages)
` [PATCH 2/2] pwm: jz4740: Add support "

[PATCH] firmware: arm_scmi: Remove clear channel call on the TX channel
 2022-02-24 15:24 UTC 

[RFC RFT PATCH v2 2/2] mtd: core: introduce of support for dynamic partitions
 2022-02-24 15:23 UTC  (2+ messages)
` [mtd] 8d892a300a: BUG:kernel_NULL_pointer_dereference,address

[PATCH] ARM: dts: at91: Use the generic "crypto" node name for the crypto IPs
 2022-02-24 15:23 UTC  (2+ messages)

[RFC RFT PATCH v3 0/2] Add nvmem support for dynamic partitions
 2022-02-24 15:20 UTC  (3+ messages)
` [RFC RFT PATCH v3 1/2] dt-bindings: mtd: partitions: Document new partition-dynamic nodes
` [RFC RFT PATCH v3 2/2] mtd: core: introduce of support for dynamic partitions

[davidhildenbrand:cow_fixes_part_2 21/27] mm/hugetlb.c:6051 follow_hugetlb_page() error: uninitialized symbol 'unshare'
 2022-02-24 15:19 UTC 

[PATCH v2 00/13] Implement livepatch on PPC32 and more
 2022-02-24 15:17 UTC  (6+ messages)
` [PATCH v2 02/13] tracing: Fix selftest config check for function graph start up test

[PATCH] x86/fpu: Correct pkru/xstate inconsistency
 2022-02-24 15:16 UTC  (3+ messages)
` [PATCH stable 5.4,5.10] "

[PATCH v2 5/5] spi: tegra210-quad: combined sequence mode
 2022-02-24 15:14 UTC  (2+ messages)

[PATCH v4] ARM: dts: at91: sama7g5: Add crypto nodes
 2022-02-24 15:14 UTC  (2+ messages)

[RFC PATCH 0/2] Handle AMD threshold interrupt storms
 2022-02-24 15:14 UTC  (5+ messages)
` [RFC PATCH 1/2] x86/mce: "
    ` [PATCH 1/2] x86/mce: Remove old CMCI storm mitigation code

[PATCH 0/2] x86/boot: Fix setup_indirect support
 2022-02-24 15:13 UTC  (8+ messages)
` [PATCH 1/2] x86/boot: Fix memremap of setup_indirect structures

[PATCH] ARM: dts: at91: remove status = "okay" from soc specific dtsi
 2022-02-24 15:12 UTC  (2+ messages)

[PATCH v2] ARM: dts: at91: sama5d2: Fix PMERRLOC resource size
 2022-02-24 15:10 UTC  (2+ messages)

linux-next: Tree for Feb 22
 2022-02-24 15:08 UTC  (5+ messages)
` linux-next: Tree for Feb 22 (NFSD_V2_ACL)

[PATCH] ath9k: make array voice_priority static const
 2022-02-24 15:08 UTC  (3+ messages)

[PATCH 0/5] slab cleanups
 2022-02-24 15:08 UTC  (5+ messages)
` [PATCH 3/5] mm/slab: Do not call kmalloc_large() for unsupported size

[PATCH v7 00/14] Convert powerpc to default topdown mmap layout
 2022-02-24 15:05 UTC  (3+ messages)
` [PATCH v7 05/14] sizes.h: Add SZ_1T macro

[PATCH] kernel/sched: Update schedstats when migrating threads
 2022-02-24 15:05 UTC  (10+ messages)
            ` [PATCH v2] "

[btrfs] 0ac06c96a6: BUG:KASAN:use-after-free_in_btrfs_drop_snapshot
 2022-02-24 15:03 UTC 

[PATCH v3 1/3] mips: dts: ingenic: x1000: Add TCU clock to tcu device node
 2022-02-24 15:03 UTC  (3+ messages)
` [PATCH v3 2/3] mips: dts: ingenic: x1830: "
` [PATCH v3 3/3] clk: ingenic-tcu: Fix missing TCU clock for X1000 SoC

[chenxing:msc313_mainlining 46/93] drivers/gpio/gpiolib.c:1166 gpiochip_hierarchy_irq_domain_alloc() warn: variable dereferenced before check 'd->parent' (see line 1155)
 2022-02-24 15:02 UTC 

[csky-linux:riscv_compat_v6 6/20] arch/arm64/include/asm/compat.h:69:8: error: redefinition of 'compat_statfs'
 2022-02-24 14:59 UTC 

[PATCH 0/8] ARM: at91: add cpu idle and cpufreq opps for sama7g5
 2022-02-24 14:59 UTC  (3+ messages)
` [PATCH 6/8] ARM: dts: at91: sama7g5: add opps

[PATCH 00/11] KVM: x86: Prep work for VMX IPI virtualization
 2022-02-24 14:58 UTC  (2+ messages)

[PATCH v2] pinctrl: ingenic: Fix regmap on X series SoCs
 2022-02-24 14:58 UTC 

[PATCH v7] ARM: dts: add DT for lan966 SoC and 2-port board pcb8291
 2022-02-24 14:55 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: phy: qcom,qmp: Mark '#clock-cells' as a 'optional' property
 2022-02-24 14:52 UTC  (2+ messages)

[PATCH] ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM
 2022-02-24 14:51 UTC 


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).