linux icon indicating copy to clipboard operation
linux copied to clipboard

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/

Results 537 linux issues
Sort by recently updated
recently updated
newest added

### Describe the bug Noted when reviewing imx258, and logging so we don't forget. https://patchwork.linuxtv.org/project/linux-media/patch/[email protected]/ Start the sensor and ```__v4l2_ctrl_handler_setup``` will set all the registers for all controls. Change ```V4L2_CID_VBLANK```...

### Describe the bug I'm trying to use RGB24 format with TC358743 instead of UYVY, and noticed that it produces BGR sequence in the raw data instead of RGB. I...

I added Image Process Control ID to be able to add RSTn markers to the generated JPEG file. Tested on a live example. Example of use: ```C++ v4l2_control controls; controls.id...

This MR contains the PiSP BE mainline version as per https://lore.kernel.org/linux-media/[email protected]/ https://lore.kernel.org/linux-media/[email protected]/ backported to rpi-6.6.y with re-introduction of multi-context support that has been dropped from the mainline kernel version. I...

A collection of patches that add transmit-only and receive-only support to the DW SPI drivers, as used on RP1. The port from an older kernel tree was moderately painful, so...

### Describe the bug As reported in the RaspberryMatic project (https://github.com/jens-maus/RaspberryMatic/issues/2780), the latest 6.6.31 (stable_20240529) rpi kernel seems to run into a kernel panic with `Unexpected kernel BRK exception at...

Steps to reproduce: 1) Use Raspberry Pi Zero 2W device with latest raspi os bookworm 64 ```Linux rpi2w 6.6.31+rpt-rpi-v8 raspberrypi/bookworm-feedback#1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux``` 2) Run ```dmesg...

**Describe the bug** Writing to a USB3 SSD disk results in kernel out of memory reaper killing random processes **To reproduce** Boot Pi 4 from SATAII SSD HDD on USB3...