All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-03 06:21:26 to 2023-10-03 07:06:56 UTC [more...]

[PATCH v5 00/12] sound: Use -EPROBE_DEFER instead of i915 module loading
 2023-10-03  6:55 UTC  (3+ messages)
` [PATCH v5 10/12] ASoC: Intel: Skylake: Move snd_hdac_i915_init to before probe_work

[OE-core][PATCH v2 1/3] rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
 2023-10-03  7:06 UTC  (3+ messages)
` [OE-core][PATCH v2 2/3] rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
` [OE-core][PATCH v2 3/3] oeqa/sdk/rust: Add build and run test of rust binary with SDK host

[PATCH RESEND v3 0/3] usb: ChipIdea: add Nuvoton NPCM UDC support
 2023-10-03  7:05 UTC  (7+ messages)

[XEN PATCH 0/7] Fix or deviate various instances of missing declarations
 2023-10-03  7:05 UTC  (7+ messages)
` [XEN PATCH 1/7] xen: add declarations for variables where needed
` [XEN PATCH 4/7] x86/grant: switch included header to make declarations visible

[PATCH v2 0/4] target/ppc: Prohibit target specific KVM prototypes on user emulation
 2023-10-03  7:04 UTC  (5+ messages)
` [PATCH v2 1/4] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
` [PATCH v2 2/4] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
` [PATCH v2 3/4] target/ppc: Restrict KVM objects to system emulation
` [PATCH v2 4/4] target/ppc: Prohibit target specific KVM prototypes on user emulation

[PATCH v3 1/4] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support
 2023-10-03  7:03 UTC  (3+ messages)

[PATCH v4 0/4] arm64: dts: renesas: Add R-Car S4 Starter Kit support
 2023-10-03  7:02 UTC  (3+ messages)
` [PATCH v4 1/4] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support

What's cooking in git.git (Oct 2023, #01; Mon, 2)
 2023-10-03  7:01 UTC  (2+ messages)

[PATCH v5 00/18] Add Cgroup support for SGX EPC memory
 2023-10-03  7:00 UTC  (7+ messages)
` [PATCH v5 02/18] cgroup/misc: Add SGX EPC resource type and export APIs for SGX driver
` [PATCH v5 09/18] x86/sgx: Store struct sgx_encl when allocating new VA pages

[PATCH v9 00/14] Add TPS25750 USB type-C PD controller support
 2023-10-03  7:01 UTC  (9+ messages)
` [PATCH v9 04/14] USB: typec: tps6598x: Load TPS25750 patch bundle
` [PATCH v9 08/14] USB: typec: tps6598x: Add interrupt support for TPS25750
` [PATCH v9 09/14] USB: typec: tps6598x: Refactor tps6598x port registration
` [PATCH v9 10/14] USB: typec: tps6598x: Add port registration for tps25750

[xilinx-xlnx:xlnx_rebase_v6.1_LTS 327/1370] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-ctrl-type-hdr (if the link has no caption the label must precede a section header)
 2023-10-03  6:56 UTC 

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2023-10-03  6:57 UTC  (3+ messages)
` [Bug 217965] "

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-10-03  6:24 UTC  (38+ messages)
` [PATCH v12 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v12 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v12 03/37] x86/msr: Add the WRMSRNS instruction support
` [PATCH v12 04/37] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v12 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v12 06/37] Documentation/x86/64: Add a documentation for FRED
` [PATCH v12 07/37] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v12 08/37] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v12 09/37] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v12 10/37] x86/fred: Disable FRED by default in its early stage
` [PATCH v12 11/37] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v12 12/37] x86/objtool: Teach objtool about ERET[US]
` [PATCH v12 13/37] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v12 14/37] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v12 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v12 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v12 17/37] x86/fred: Add a new header file for FRED definitions
` [PATCH v12 18/37] x86/fred: Reserve space for the FRED stack frame
` [PATCH v12 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v12 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v12 21/37] x86/fred: No ESPFIX needed "
` [PATCH v12 22/37] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v12 23/37] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v12 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v12 25/37] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v12 26/37] x86/fred: Add a NMI "
` [PATCH v12 27/37] x86/fred: Add a machine check "
` [PATCH v12 28/37] x86/fred: FRED entry/exit and dispatch code
` [PATCH v12 29/37] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v12 30/37] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v12 31/37] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v12 32/37] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v12 33/37] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v12 34/37] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v12 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v12 36/37] x86/fred: Add FRED initialization functions
` [PATCH v12 37/37] x86/fred: Invoke FRED initialization code to enable FRED

[igt-dev] [PATCH i-g-t] RFC: tests/intel/kms_pm_dc: Add new test to validate PKGC-8
 2023-10-03  6:58 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✗ Fi.CI.BAT: failure "

[PATCH v5 0/2] migration: Update error description outside migration.c
 2023-10-03  6:55 UTC  (3+ messages)
` [PATCH v5 1/2] migration/vmstate: Introduce vmstate_save_state_with_err
` [PATCH v5 2/2] migration: Update error description outside migration.c

[vbabka:slab-remove-slab-v1r0 7/14] mm/kasan/quarantine.c:145:23: warning: unused variable 'flags'
 2023-10-03  6:56 UTC 

[Intel-gfx] [PATCH] drm/i915: Add wrapper for getiing display step
 2023-10-03  6:52 UTC  (2+ messages)
` [Intel-gfx] [PATCH] drm/i915: Add wrapper for getting "

[bitbake-devel] [PATCH] hashserv: Fix read-only mode
 2023-10-03  6:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/3] Introduce event link profiles
 2023-10-03  6:55 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] eventdev: introduce "

[PATCH v12 0/7] Wave5 codec driver
 2023-10-03  6:54 UTC  (10+ messages)
` [PATCH v12 5/7] media: chips-media: wave5: Add the v4l2 layer

[Intel-gfx] [PATCH 0/3] drm/i915: nuke i915->gt0
 2023-10-03  6:54 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/mocs: use to_gt() instead of direct &i915->gt
` [Intel-gfx] [PATCH 2/3] drm/i915: allocate i915->gt0 dynamically

[PATCH v1] iio: adc: aspeed: Support deglitch feature
 2023-10-03  6:52 UTC  (6+ messages)

[PATCH 1/1] of: address: Fix address translation when address-size is greater than 2
 2023-10-03  6:52 UTC 

[LTP] [PATCH] doc: Correct the reference to kernel documentation
 2023-10-03  6:52 UTC 

[PATCH bpf-next] selftests/bpf: add options and ZC mode to xdp_hw_metadata
 2023-10-03  6:44 UTC  (3+ messages)

[PATCH v6 0/7] arm64: ti: k3-j7: Add the ESM & main domain watchdog nodes
 2023-10-03  6:50 UTC  (10+ messages)
` [PATCH v6 1/7] arm64: dts: ti: k3-j721s2: Add ESM instances
` [PATCH v6 2/7] arm64: dts: ti: k3-j784s4: "
` [PATCH v6 4/7] arm64: dts: ti: k3-j784s4-main: Add the main domain watchdog instances

[PATCH 00/13] Pass data temperature information to zoned UFS devices
 2023-10-03  6:49 UTC  (3+ messages)
` [PATCH 08/13] scsi_debug: Reduce code duplication

[PATCH] md/raid5: release batch_last before waiting for another stripe_head
 2023-10-03  6:48 UTC  (3+ messages)

[PATCH V5 1/3] tools/perf: Add text_end to "struct dso" to save .text section size
 2023-10-03  6:46 UTC  (4+ messages)

VENDORS EOI
 2023-10-02 22:07 UTC 

[net-next PATCH 1/4] netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule
 2023-10-03  5:21 UTC  (3+ messages)
` [net-next PATCH 2/4] netdev: make napi_schedule return bool on NAPI successful schedule

[PATCH 0/2] hw/intc/apic: QOM cleanup
 2023-10-03  6:45 UTC  (2+ messages)

[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG
 2023-10-03  6:44 UTC  (2+ messages)

[RFC PATCH 1/1] riscv: add Kconfig.vdso
 2023-10-03  6:39 UTC  (3+ messages)

[PATCH] accel/ivpu: Don't enter d0i3 during FLR
 2023-10-03  6:42 UTC 

[PATCH v3 0/6] Implement proper sysreset ability for Tegra SoCs and some PMICs
 2023-10-03  6:40 UTC  (7+ messages)
` [PATCH v3 1/6] sysreset: tegra: create arch specific sysreset driver
` [PATCH v3 2/6] arm: mach-tegra: enable "
` [PATCH v3 3/6] sysreset: implement MAX77663 sysreset functions
` [PATCH v3 4/6] sysreset: implement TPS80031 "
` [PATCH v3 5/6] sysreset: implement TPS65910 "
` [PATCH v3 6/6] sysreset: implement PALMAS "

[PATCH V2] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-03  6:40 UTC  (5+ messages)

[PATCH v1 1/3] rust: core abstractions for network PHY drivers
 2023-10-03  6:40 UTC  (6+ messages)

[PATCH v3 00/16] General tegra and board improvements
 2023-10-03  6:36 UTC  (17+ messages)
` [PATCH v3 01/16] ARM: dts: p1801-t: separate from common transformers tree
` [PATCH v3 02/16] ARM: dts: tf600t: "
` [PATCH v3 03/16] configs: transformer_t30: support booting from USB
` [PATCH v3 04/16] ARM: dts: tf201: configure dock USB phy
` [PATCH v3 05/16] board: asus: transformer-t30: remove PMIC GPIOs configuration
` [PATCH v3 06/16] configs: transformer_t30: convert bootmenu option
` [PATCH v3 07/16] ARM: dts: transformer-t30: complete missing bindings
` [PATCH v3 08/16] ARM: dts: endeavoru: "
` [PATCH v3 09/16] ARM: dts: lg-x3: "
` [PATCH v3 10/16] ARM: dts: grouper: "
` [PATCH v3 11/16] configs: grouper: drop I2C_MUX
` [PATCH v3 12/16] ARM: tegra114: enable base voltages setup from board
` [PATCH v3 13/16] ARM: tegra20: tegra30: support EBTUPDATE on non-encrypted devices
` [PATCH v3 14/16] ARM: tegra: board2: add generic late init
` [PATCH v3 15/16] board: tegra30: remove nvidia_board_late_init calls
` [PATCH v3 16/16] board: asus: lg: move config fragments into device boards

[PATCH net-next v3 0/3] I3C MCTP net driver
 2023-10-03  6:36 UTC  (8+ messages)
` [PATCH net-next v3 1/3] dt-bindings: i3c: Add mctp-controller property
` [PATCH net-next v3 2/3] i3c: Add support for bus enumeration & notification
` [PATCH net-next v3 3/3] mctp i3c: MCTP I3C driver

[PATCH] tests/avocado: Re-enable MIPS Malta tests (GitLab issue #1884 fixed)
 2023-10-03  6:38 UTC 

[PATCH v2 2/2] event/sw: add selftest for ordered history list
 2023-10-03  6:38 UTC  (3+ messages)
` [PATCH v3 1/2] event/sw: fix ordering corruption with op release

[Patch v4 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-10-03  6:36 UTC  (8+ messages)
` [Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event

[PATCH] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-03  6:34 UTC  (5+ messages)

[PATCH v3 0/2] tegra_mmc: get tap and trim from dts
 2023-10-03  6:33 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: tegra210: set default-tap and default-trim values in sdhci nodes
` [PATCH v3 2/2] mmc: tegra: get default-tap and default-trim from device tree

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-10-03  6:33 UTC  (3+ messages)
` [PATCH RFC V2 31/37] physmem,gdbstub: Common helping funcs/changes to *unrealize* vCPU

[Intel-wired-lan] [PATCH net-next 0/4] dpll: add phase-offset and phase-adjust
 2023-10-03  6:32 UTC  (12+ messages)
` [Intel-wired-lan] [PATCH net-next 3/4] dpll: netlink/core: add support for pin-dpll signal phase offset/adjust
            `  "

[PATCH 0/7] Coresight for Kernel panic and watchdog reset
 2023-10-03  6:31 UTC  (6+ messages)
` [PATCH 1/7] dt-bindings: arm: coresight-tmc: Add "memory-region" property
    ` [EXT] "

[PATCH v7 0/8] Add support for PMICs used on Tegra 3 devices
 2023-10-03  6:29 UTC  (9+ messages)
` [PATCH v7 1/8] power: pmic: palmas: support TI TPS65913 PMIC
` [PATCH v7 2/8] power: regulator: palmas: fix ldoln and ldousb detection
` [PATCH v7 3/8] power: pmic: add the base MAX77663 PMIC support
` [PATCH v7 4/8] power: regulator: max77663: add regulator support
` [PATCH v7 5/8] power: pmic: add the base TPS80031 PMIC support
` [PATCH v7 6/8] power: regulator: tps80031: add regulator support
` [PATCH v7 7/8] power: pmic: tps65910: add TPS65911 PMIC support
` [PATCH v7 8/8] power: regulator: tps65911: add regulator support

[PATCH v2] docs: submitting-patches: encourage direct notifications to commenters
 2023-10-03  6:30 UTC 

[PATCH] tipc: fix a potential deadlock on &tx->lock
 2023-10-03  6:29 UTC  (3+ messages)

[PATCH 0/3] mfd: maxim: Convert to use maple tree cache
 2023-10-03  6:29 UTC  (5+ messages)
` [PATCH 2/3] mfd: max77686: Convert to use maple tree register cache
` [PATCH 3/3] mfd: max8907: "

[PATCH 2/5] mm: Introduce pudp/p4dp/pgdp_get() functions
 2023-10-03  6:25 UTC  (4+ messages)

[PATCH] ARM: multi_v7_defconfig: add AHCI_DWC driver
 2023-10-03  6:25 UTC  (3+ messages)

[PATCH] ARM: multi_v7_defconfig: make Exynos related PHYs modules
 2023-10-03  6:26 UTC  (3+ messages)

[PATCH] ARM: exynos_defconfig: replace SATA_AHCI_PLATFORM with AHCI_DWC driver
 2023-10-03  6:25 UTC  (3+ messages)

[PATCH v3 0/3] Video: Keep fixed/gpio regulator counter in balance
 2023-10-03  6:25 UTC  (4+ messages)
` [PATCH v3 1/3] video: pwm_backlight: use regulator_set_enable_if_allowed
` [PATCH v3 2/3] video: simple_panel: "
` [PATCH v3 3/3] video: tegra20: dsi: "

[PATCH 0/2] Add eventdev tests to test suites
 2023-10-03  6:23 UTC  (3+ messages)
` [PATCH 1/2] event/sw: add self tests to fast tests

[PATCH] xlnx-bbram: hw/nvram: Remove deprecated device reset
 2023-10-03  6:23 UTC  (2+ messages)

[PATCH 0/2] update for versal net platform
 2023-10-03  6:21 UTC  (6+ messages)
` [PATCH 1/2] drivers: clk: zynqmp: calculate closest mux rate
` [PATCH 2/2] drivers: clk: zynqmp: update divider round rate logic

linux-next: duplicate patch in the samsung-krzk tree
 2023-10-03  6:22 UTC  (3+ messages)

[PATCH v4 0/4] General regulator and pmic uclass improvements
 2023-10-03  6:21 UTC  (5+ messages)
` [PATCH v4 1/4] power: regulator: expand basic reference counter onto all uclass
` [PATCH v4 2/4] test: dm: regulator: test counter in set_enable_if_allowed test
` [PATCH v4 3/4] power: regulator: Perform regulator setup inside uclass
` [PATCH v4 4/4] test: dm: regulator: provide test of auto setup

[PATCH v2 0/6] arm64: ti: Enable audio on AM62A
 2023-10-03  6:20 UTC  (3+ messages)
` [PATCH v2 5/6] arm64: dts: ti: k3-am62a7-sk: "


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.