All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-22 13:15:06 to 2022-04-22 13:46:43 UTC [more...]

[PATCH v7 00/64] nios2 fixes, cleanups, shadow reg sets
 2022-04-22 13:26 UTC  (23+ messages)
` [PATCH v7 09/64] target/nios2: Remove user-only nios2_cpu_do_interrupt
` [PATCH v7 10/64] target/nios2: Remove nios2_cpu_record_sigsegv
` [PATCH v7 11/64] target/nios2: Build helper.c for system only
` [PATCH v7 12/64] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
` [PATCH v7 37/64] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH v7 43/64] target/nios2: Split out named structs for [IRJ]_TYPE
` [PATCH v7 44/64] target/nios2: Split out helpers for gen_* translate macros
` [PATCH v7 53/64] target/nios2: Introduce shadow register sets
` [PATCH v7 56/64] target/nios2: Implement EIC interrupt processing
` [PATCH v7 63/64] tests/tcg/nios2: Add semihosting multiarch tests
` [PATCH v7 64/64] tests/tcg/nios2: Add test-shadow-1

[PATCH] arm64/mm: Compute PTRS_PER_[PMD|PUD] independently of PTRS_PER_PTE
 2022-04-22 13:45 UTC  (3+ messages)

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-04-19 16:38 UTC  (40+ messages)
` [PATCH 01/48] ARM: pxa: split mach/generic.h
` [PATCH 02/48] ARM: pxa: make mainstone.h private
` [PATCH 03/48] ARM: pxa: make mach/regs-uart.h private
` [PATCH 04/48] ARM: pxa: remove mach/dma.h
` [PATCH 06/48] ARM: pxa: stop using mach/bitfield.h
` [PATCH 07/48] ARM: pxa: move mach/sound.h to linux/platform_data/
` [PATCH 08/48] ARM: pxa: move regs-lcd.h into driver
` [PATCH 09/48] watchdog: sa1100: use platform device registration
` [PATCH 10/48] ARM: pxa: pxa2xx-ac97-lib: use IRQ resource
` [PATCH 11/48] ARM: pxa: move pcmcia board data into mach-pxa
` [PATCH 12/48] ARM: pxa: make addr-map.h header local
` [PATCH 13/48] ARM: pxa: use pdev resource for palmld mmio
` [PATCH 14/48] ARM: pxa: maybe fix gpio lookup tables
` [PATCH 15/48] ARM: pxa: tosa: use gpio descriptor for audio
` [PATCH 16/48] ARM: pxa: poodle: use platform data for poodle asoc driver
` [PATCH 17/48] ARM: pxa: corgi: use gpio descriptors for audio
` [PATCH 18/48] ARM: pxa: hx4700: "
` [PATCH 19/48] ARM: pxa: lubbock: pass udc irqs as resource
` [PATCH 20/48] ARM: pxa: spitz: use gpio descriptors for audio
` [PATCH 21/48] ARM: pxa: eseries: use gpio lookup "
` [PATCH 22/48] ARM: pxa: z2: use gpio lookup for audio device
` [PATCH 23/48] ARM: pxa: magician: use platform driver for audio
` [PATCH 24/48] ARM: pxa: mainstone-wm97xx: use gpio lookup table
` [PATCH 25/48] ARM: pxa: zylonite: use gpio lookup instead mfp header
` [PATCH 26/48] input: touchscreen: mainstone: fix pxa2xx+pxa3xx configuration
` [PATCH 27/48] input: touchscreen: mainstone: sync with zylonite driver
` [PATCH 28/48] Input: touchscreen: use wrapper for pxa2xx ac97 registers
` [PATCH 29/48] Input: wm97xx - switch to using threaded IRQ
` [PATCH 30/48] Input: wm97xx - get rid of irq_enable method in wm97xx_mach_ops
` [PATCH 31/48] ASoC: pxa: use pdev resource for FIFO regs
` [PATCH 32/48] ASoC: pxa: ac97: use normal MMIO accessors
` [PATCH 33/48] ASoC: pxa: i2s: "
` [PATCH 34/48] ARM: pxa: pcmcia: move smemc configuration back to arch
` [PATCH 35/48] ARM: pxa: remove get_clk_frequency_khz()
` [PATCH 36/48] cpufreq: pxa3: move clk register access to clk driver
` [PATCH 37/48] ARM: pxa: move smemc register access from clk to platform
` [PATCH 38/48] ARM: pxa: move clk register definitions to driver
` [PATCH 39/48] power: tosa: simplify probe function
` [PATCH 40/48] ARM: pxa: tosa: use gpio lookup for battery

[GIT PULL] MHI fixes for v5.18
 2022-04-22 13:46 UTC  (2+ messages)

[PATCH] led: Configure LED default-state on boot
 2022-04-22 13:46 UTC  (11+ messages)

[PATCH] scsi: ufs: wb: Add Manual Flush sysfs and cleanup toggle functions
 2022-04-22 13:46 UTC  (2+ messages)

[xen-unstable test] 169608: tolerable FAIL
 2022-04-22 13:45 UTC 

[PATCH 1/3] dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag
 2022-04-22 13:45 UTC  (6+ messages)
` [PATCH 2/3] led: Mark device instance with DM_FLAG_PROBE_AFTER_BIND
` [PATCH 3/3] led: gpio: Check device compatible string to determine the top level node

[BUG REPORT] usb: dwc3: Bug: Rock Pi 4 as gadget not working without intervention
 2022-04-22 13:45 UTC 

[PATCH v9 00/12] Add soundcard support for sc7280 based platforms
 2022-04-22 13:44 UTC  (7+ messages)
` [PATCH v9 02/12] arm64: dts: qcom: sc7280: Enable digital codecs and soundwire for CRD 1.0 and CRD 2.0
` [PATCH v9 03/12] arm64: dts: qcom: sc7280: Enable digital codecs and soundwire for CRD 3.0/3.1

[PATCH] tty: vt: consolemap: Add missing kfree() in con_do_clear_unimap()
 2022-04-22 13:44 UTC  (2+ messages)

KRETPROBES are broken since the commit 73f9b911faa7
 2022-04-22 13:43 UTC  (4+ messages)
` [PATCH] x86/kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is set

[PATCH v4 0/8] arm64: Automatic system register definition generation
 2022-04-22 13:42 UTC  (5+ messages)
` [PATCH v4 8/8] arm64/sysreg: Generate definitions for SCTLR_EL1

[igt-dev] [PATCH 0/4] Add Negative tests to VRR
 2022-04-22 13:43 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Add Negative tests to VRR (rev5)

[PATCH] s390: disable -Warray-bounds
 2022-04-22 13:43 UTC 

[PATCH] arm64: document the boot requirements for MTE
 2022-04-22 13:42 UTC  (4+ messages)

[PATCH v1] random: block in /dev/urandom
 2022-04-22 13:42 UTC  (5+ messages)

[PATCH] devcoredump : Serialize devcd_del work
 2022-04-22 13:41 UTC  (2+ messages)

[PATCH] led: Drop led_default_state()
 2022-04-22 13:41 UTC 

[PATCH 0/3] Misc AC97 clean ups
 2022-04-22 13:14 UTC  (4+ messages)
` [PATCH 3/3] hw/audio/ac97: Remove unneeded local variables
` [PATCH 2/3] hw/audio/ac97: Remove unimplemented reset functions
` [PATCH 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors

[PATCH net] net: sched: act_mirred: Reset ct info when mirror/redirect skb
 2022-04-22 13:41 UTC  (7+ messages)

[PATCH liburing 0/7] run tests in parallel
 2022-04-22 13:40 UTC  (3+ messages)
` [PATCH liburing 6/7] test: add make targets for each test

Is it possible to disable wireguard on specific Wi-Fi ?
 2022-04-22 13:40 UTC  (4+ messages)

[PATCH 0/3] Rockchip RK3328 VDEC support
 2022-04-22 13:38 UTC  (12+ messages)
` [PATCH 1/3] media: dt-bindings: media: rockchip-vdec: Add RK3328 compatible
` [PATCH 2/3] arm64: dts: rockchip: Rename vdec_mmu node for RK3328
` [PATCH 3/3] arm64: dts: rockchip: Add vdec support "

[PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
 2022-04-22 13:32 UTC  (2+ messages)

patch "usb: dwc3: core: Only handle soft-reset in DCTL" added to usb-linus
 2022-04-22 13:39 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-22 13:38 UTC 

[PATCH] usb: rework usb_maxpacket() and remove its third argument
 2022-04-22 13:38 UTC  (3+ messages)
` [PATCH v4 0/9] "

[PATCH] show-branch: fix SEGFAULT on both --current & --reflog
 2022-04-22 13:38 UTC 

[PULL v2 00/13] Dump patches
 2022-04-22 13:16 UTC  (2+ messages)

[PATCH] qapi: Fix malformed "Since:" section tags
 2022-04-22 13:28 UTC 

memory access op ideas
 2022-04-22 13:38 UTC  (4+ messages)

[PATCH 0/8] nvmem: sfp: binding updates and additions
 2022-04-22 13:36 UTC  (4+ messages)
` [PATCH 2/8] dt-bindings: nvmem: sfp: Add clock properties

[Intel-gfx] [RFC] drm/i915/rc6: Access RC6 regs with forcewake
 2022-04-22 13:37 UTC 

-Warray-bounds fun again
 2022-04-22 13:36 UTC  (3+ messages)

[PATCH] fuse: avoid unnecessary spinlock bump
 2022-04-22 13:36 UTC  (2+ messages)

[PATCH 00/41] OMAP1 full multiplatform conversion
 2022-04-21  6:17 UTC  (9+ messages)
` [PATCH 17/41] ARM: omap1: move 32k counter from plat-omap to mach-omap1
` [PATCH 26/41] ARM: omap1: relocate static I/O mapping
` [PATCH 40/41] [TO BE REBASED] ARM: OMAP1: clock: Convert to CCF

[PATCH v4 0/4] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-04-22 13:35 UTC  (6+ messages)
` [PATCH v4 1/4] PCI: Clean up pci_scan_slot()
` [PATCH v4 2/4] PCI: Move jailhouse's isolated function handling to pci_scan_slot()
` [PATCH v4 3/4] PCI: Extend isolated function probing to s390
` [PATCH v4 4/4] s390/pci: allow zPCI zbus without a function zero

[PATCH v13 0/3] media: mediatek: support mdp3 on mt8183 platform
 2022-04-22 13:33 UTC  (5+ messages)
` [PATCH v13 1/3] dt-binding: mt8183: add Mediatek MDP3 dt-bindings

[RFC PATCH 0/5] Apple Macs machine-level ASoC driver
 2022-04-22 12:53 UTC  (15+ messages)

[PATCH] usb: common: debug: Hex dump non-standard control requests
 2022-04-22 13:34 UTC  (2+ messages)

[PATCH] led: gpio: Use NOP uclass driver for top-level node
 2022-04-22 13:34 UTC 

[PATCH] [v4] m68k: coldfire: drop ISA_DMA_API support
 2022-04-22  7:48 UTC  (2+ messages)

[PATCH 0/3] Enable audio output on AM62-SK
 2022-04-21 13:49 UTC  (2+ messages)

[PATCH v3 0/5] memblock tests: update style of comments
 2022-04-22 13:33 UTC  (6+ messages)
` [PATCH v3 1/5] memblock tests: update style of comments for memblock_add_*() functions
` [PATCH v3 2/5] memblock tests: update style of comments for memblock_reserve_*() functions
` [PATCH v3 3/5] memblock tests: update style of comments for memblock_remove_*() functions
` [PATCH v3 4/5] memblock tests: update style of comments for memblock_free_*() functions
` [PATCH v3 5/5] memblock tests: remove completed TODO item

cip-gitlab/ci/pavel/linux-test build: 193 builds: 6 failed, 187 passed, 2 errors, 30 warnings (v4.19.233-516-ge5e741fbfc87) #kernelci
 2022-04-22 13:33 UTC 

[PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-20 17:12 UTC  (3+ messages)
` [PATCH v7 01/12] driver: platform: Add helper for safer setting of driver_override

[PATCH V2 0/4] PASID support for Intel IOMMU
 2022-04-22 13:08 UTC  (3+ messages)
` [PATCH V2 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function

[PATCH] cpu: 83xx: Add missing dependency on CPU_MPC83XX
 2022-04-22 13:32 UTC 

[PATCH] configure: make fortify_source=yes by default
 2022-04-22 13:27 UTC  (2+ messages)

[RFC PATCH 0/4] USB: gadget: Create a bus for gadgets
 2022-04-22 13:30 UTC  (2+ messages)

[PATCH v2 0/5] media: Add ST VGXY61 camera sensor driver
 2022-04-22 13:29 UTC  (7+ messages)
` [PATCH v2 5/5] media: i2c: Add driver for ST VGXY61 camera sensor

RTT-PROBE: lore-subspace-rtt
 2022-04-22 13:28 UTC 

[PULL] u-boot-usb/master
 2022-04-22 13:27 UTC 

[PATCH 00/20] hwmon: check return value after calling platform_get_resource()
 2022-04-22 13:27 UTC  (2+ messages)

[PATCH v2 0/6] meson: add clk and adc support for JetHub D1 (j100)
 2022-04-22 13:27 UTC  (13+ messages)
` [PATCH v2 1/6] clk: meson: add minimal driver for axg-ao clocks
` [PATCH v2 2/6] clk: meson: fix driver name for g12a-ao clocks
` [PATCH v2 3/6] clk: meson: update driver "
` [PATCH v2 4/6] adc: meson-saradc: add AXG variant
` [PATCH v2 5/6] board: amlogic: jethub j100: enable saradc in dts
` [PATCH v2 6/6] board: amlogic: jethub j100: enable saradc in config

[PATCH v3 0/2] adding new branch.autosetupmerge option "simple"
 2022-04-22 13:27 UTC  (11+ messages)
` [PATCH v4] merge: new autosetupmerge option 'simple' for matching branches

[dm-devel] [dm-5.19 PATCH 00/21] dm: changes staged for 5.19
 2022-04-22 13:26 UTC  (5+ messages)
` [dm-devel] [dm-5.19 PATCH 21/21] dm: improve abnormal bio processing

[PATCH v8 0/4] Add soundcard support for sc7280 based platforms
 2022-04-22 13:26 UTC  (7+ messages)
` [PATCH v8 2/4] arm64: dts: qcom: sc7280: Add nodes for wcd9385 and max98360a codec

[PATCH 0/1] dt-bindings: timer: mediatek: Convert binding to YAML
 2022-04-22 13:17 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCHv4 3/8] efi/x86: Implement support for unaccepted memory
 2022-04-22 13:26 UTC  (11+ messages)

[PATCH v2] random: avoid mis-detecting a slow counter as a cycle counter
 2022-04-22 13:24 UTC  (5+ messages)

drivers/net/wireless/ath/ath11k/qmi.c:2031 ath11k_qmi_load_file_target_mem() error: uninitialized symbol 'ret'
 2022-04-22 13:23 UTC 

[PATCH] regulator: dt-bindings: Revise the rt5190a buck/ldo description
 2022-04-22 13:23 UTC  (2+ messages)

[PATCH] ASoC: wm8524: remove constraint for FE-BE
 2022-04-22 13:21 UTC 

[PATCH 0/5] Qcom UFS driver updates
 2022-04-22 13:21 UTC  (6+ messages)
` [PATCH 1/5] scsi: ufs: qcom: Fix acquiring the optional reset control line
` [PATCH 2/5] scsi: ufs: qcom: Simplify handling of devm_phy_get()
` [PATCH 3/5] scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled
` [PATCH 4/5] scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()
` [PATCH 5/5] scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PM

[PATCH v5 01/11] aach: arm: mach-hpe: Introduce the HPE GXP architecture
 2022-04-22 13:20 UTC  (10+ messages)
` [PATCH v5 01/11] archh: "
` [PATCH v5 04/11] clocksource/drivers: Add HPE GXP timer
` [PATCH v5 10/11] arch: arm: boot: dts: Introduce HPE GXP Device tree

[PATCH] random: vary jitter iterations based on cycle counter speed
 2022-04-22 13:20 UTC 

[PATCH 0/6] dt-bindings: YAMLify pci/qcom,pcie schema
 2022-04-22 13:20 UTC  (6+ messages)
` [PATCH 5/6] arm64: dts: qcom: stop using snps,dw-pcie falback
` [PATCH 6/6] arm: "

[PATCH net-next] nfp: VF rate limit support
 2022-04-22 13:19 UTC 

[PATCH 01/10] microblaze: start.S: remove unused code
 2022-04-22 13:18 UTC  (3+ messages)
` [PATCH 07/10] microblaze: cache: introduce flush_cache_all()

[PATCH V4 00/31] x86/sgx and selftests/sgx: Support SGX2
 2022-04-22 13:17 UTC  (10+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-22 13:17 UTC 

[PATCH RESEND v3 00/13] Introduction of STM32MP13 RCC driver (Reset Clock Controller)
 2022-04-22 13:16 UTC  (9+ messages)
` [PATCH RESEND v3 12/13] ARM: dts: stm32: enable optee firmware and SCMI support on STM32MP13
` [PATCH RESEND v3 13/13] ARM: dts: stm32: add RCC on STM32MP13x SoC family

[PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
 2022-04-22 13:15 UTC  (13+ messages)
                    `  "

[PATCH v1] drm/bridge: Fix it6505 Kconfig DRM_DP_AUX_BUS dependency
 2022-04-22 13:15 UTC  (2+ messages)

[PATCH] gpio: Request interrupts after IRQ is initialized
 2022-04-22 13:15 UTC  (7+ messages)

[PATCH v2 0/1] Fix regression in 5.18 for GPIO
 2022-04-22 13:14 UTC  (2+ messages)
` [PATCH v2 1/1] gpio: Request interrupts after IRQ is initialized

[PATCH] rcu: Put panic_on_rcu_stall() after expedited RCU CPU stall warnings
 2022-04-22 13:15 UTC 

[PATCH] spi: img-spfi: Fix pm_runtime_get_sync() error checking
 2022-04-22 13:14 UTC  (2+ messages)


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.