:p
atchew
Login
Patchew
search ""
Search results
Project
Status
Subject
Author
Age
Age
Replied
linux
O
[PATCH 0/6] Enable USB audio offloading on Fairphone 4 smartphone
Luca Weiss
1 year ago
linux
R
O
[PATCH v11 00/35] Refactor TI K3 R5, DSP and M4 Remoteproc Drivers
Beleswar Padhi
1 year ago
linux
R
[PATCH v2 0/2] Clean up split_huge_pmd_locked() and remove unnecessary folio pointers
Gavin Guo
1 year ago
linux
[RFC PATCH 0/2] Implement concurrent buffered write with folio lock
Chi Zhiling
1 year ago
linux
[PATCH] ALSA: hda: Apply volume control on speaker+lineout for HP EliteStudio AIO
Chris Chiu
1 year ago
linux
O
[PATCH v4 00/23] drm/connector: hdmi: Allow using the YUV420 output format
Cristian Ciocaltea
1 year ago
linux
[PATCH] mm: memblock: Fix arguments passed to memblock_set_node()
Bernardo C. Gutierrez Cantu
1 year ago
linux
[PATCH v2] dt-bindings: usb: generic-ehci: Add VIA/WonderMedia compatible
Alexey Charkov
1 year ago
linux
[PATCH v2 0/2] PCI: Configure max payload size on pci_host_probe
Hans Zhang
1 year ago
linux
[PATCH v4 0/7] drm/msm/mdp4: rework LVDS/LCDC panel support
Dmitry Baryshkov
1 year ago
linux
[PATCH] f2fs: support FAULT_TIMEOUT
Chao Yu
1 year ago
linux
O
[PATCH] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora
Haoran Jiang
1 year ago
QEMU
R
O
G
[PATCH v2 0/2] Extend and configure PMP region count
Jay Chang
1 year ago
linux
O
[PATCH v7 0/8] drm/i915: Add drm_panic support
Jocelyn Falempe
1 year ago
QEMU
G
[PATCH] target/sparc: don't set FSR_NVA when comparing unordered floats
Clément Chigot
1 year ago
linux
O
[PATCH v2 0/4] arm64: qcom: x1e80100-qcp: Add power supply and sideband signals for PCIe RC
Wenbin Yao
1 year ago
linux
O
[PATCH v5 00/19] Add GCE support for MT8196
Jason-JH Lin
1 year ago
linux
O
[PATCH] securityfs: fix missing of d_delete() in securityfs_remove()
alexjlzheng@gmail.com
1 year ago
linux
[PATCH v2] net: dsa: qca8k: fix led devicename when using external mdio bus
George Moussalem via B4 Relay
1 year ago
linux
[PATCH] tracing/osnoise: Allow arbitrarily long CPU string
Tomas Glozar
1 year ago
linux
[PATCH 0/3] pinctrl: bcm: convert GPIO chips to using new value setters
Bartosz Golaszewski
1 year ago
linux
[PATCH 0/5] pinctrl: mediatek: convert GPIO chips to using new value setters
Bartosz Golaszewski
1 year ago
linux
O
[RESEND PATCH v3 0/8] General updates and two new drivers for HiSilicon Uncore PMU
Yicong Yang
1 year ago
linux
[PATCH v2 0/8] Phase out hybrid PCI devres API
Philipp Stanner
1 year ago
linux
O
[PATCH v3 00/12] Enable jpeg enc & dec multi-hardwares for MT8196
Kyrie Wu
1 year ago
linux
R
O
[PATCH] xfs: allow ro mounts if rtdev or logdev are read-only
Hans Holmberg
1 year ago
linux
O
[PATCH] sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash
Omar Sandoval
1 year ago
QEMU
R
O
G
[PULL 00/50] vfio queue
Cédric Le Goater
1 year ago
linux
[PATCH 0/4] Add vcc-supply to SPI flash on Pine64 devices + Rock 5B
Diederik de Haas
1 year ago
linux
R
O
[RFC PATCH 0/15] x86: Remove support for TSC-less and CX8-less CPUs
Ingo Molnar
1 year ago
linux
O
[PATCH v3 00/14] MSR code cleanup part one
Xin Li (Intel)
1 year ago
Xen
O
G
[PATCH v3 00/14] MSR code cleanup part one
Xin Li (Intel)
1 year ago
linux
O
[PATCH v4 0/9] SLUB percpu sheaves
Vlastimil Babka
1 year ago
linux
R
O
[PATCH 0/3] ASoC: mediatek: mt8183-afe-pcm: Shorten source code
Chen-Yu Tsai
1 year ago
linux
[PATCH v3 0/4] AsoC: Phase out hybrid PCI devres
Philipp Stanner
1 year ago
linux
O
[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
David Hildenbrand
1 year ago
linux
R
[PATCH v2 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
Christian Brauner
1 year ago
linux
O
[PATCH v3 0/5] Add DisplayPort sound support for Fairphone 5 smartphone
Luca Weiss
1 year ago
linux
[PATCH] block: make bio_check_eod work for zero sized devices
Kevin Paul Reddy Janagari
1 year ago
linux
O
[PATCH bpf-next] bpf: Allow some trace helpers for all prog types
Feng Yang
1 year ago
linux
O
[PATCH V3 0/1] KVM: TDX: Decrease TDX VM shutdown time
Adrian Hunter
1 year ago
linux
[PATCH] x86/cpu: Replace deprecated strcpy() with strscpy()
Thorsten Blum
1 year ago
linux
[PATCH] MIPS: Replace strcpy() with strscpy() in vpe_elfload()
Thorsten Blum
1 year ago
linux
R
[PATCH] mm/memory: fix mapcount / refcount sanity check for mTHP reuse
Kairui Song
1 year ago
linux
O
[PATCH v2] drm/xe: Allow building as kernel built-in
Harry Austen
1 year ago
linux
O
[PATCH v3 0/3] Additional improvements for dma coherent allocator
Abdiel Janulgue
1 year ago
linux
[PATCH] net: call inet_twsk_put() on TIMEWAIT sockets It is possible for a pointer of type struct inet_timewait_sock to be returned from the functions __inet_lookup_established() and __inet6_lookup_established(). This can cause a crash when the returned pointer is of type struct inet_timewait_sock and sock_put() is called on it. The following is a crash call stack that shows sk->sk_wmem_alloc being accessed in sk_free() during the call to sock_put() on a struct inet_timewait_sock pointer. To avoid this issue, use inet_twsk_put() instead of sock_put() when sk->sk_state is TCP_TIME_WAIT.
Shiming Cheng
1 year ago
linux
R
[PATCH] btrfs: get rid of goto in alloc_test_extent_buffer()
Daniel Vacek
1 year ago
linux
R
[PATCH v4] bus: mhi: host: pci: Disable runtime PM for QDU100
Vivek Pernamitta
1 year ago
linux
[PATCH 0/3] Some small improvements for kernel-doc generation
Mauro Carvalho Chehab
1 year ago
1
2
3
...
1485
1486
1487
1488
1489
1490
...