| Project |
Status |
Subject |
Author |
|
| linux |
|
[PATCH] tracing: Fix warning in trace_buffered_event_disable()
|
Zheng Yejian
|
2 years, 6 months ago |
| linux |
|
[PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
|
Petr Tesarik
|
2 years, 6 months ago |
| linux |
O
|
[PATCH v4 0/5] variable-order, large folios for anonymous memory
|
Ryan Roberts
|
2 years, 6 months ago |
| Xen |
R
G
|
[PATCH v2] x86/cpu-policy: Advertise MSR_ARCH_CAPS to guests by default
|
Andrew Cooper
|
2 years, 6 months ago |
| linux |
|
[RFC PATCH] sched/fair: Skip idle CPU search on busy system
|
Shrikanth Hegde
|
2 years, 6 months ago |
| Xen |
R
G
|
[XEN PATCH v2] xen: use parameter name 'mcs' in arch_do_multicall_call()
|
Federico Serafini
|
2 years, 6 months ago |
| linux |
|
[PATCH -next] ext4: NULL check before some freeing functions is not needed
|
Li Zetao
|
2 years, 6 months ago |
| linux |
O
|
[PATCH v3] i2c: imx-lpi2c: directly return ISR when detect a NACK
|
carlos.song@nxp.com
|
2 years, 6 months ago |
| linux |
R
|
[PATCH v5] i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work
|
carlos.song@nxp.com
|
2 years, 6 months ago |
| linux |
O
|
[PATCH RESEND] dmaengine: milbeaut-hdmac: Fix potential deadlock on &mc->vc.lock
|
Chengfeng Ye
|
2 years, 6 months ago |
| linux |
O
|
[PATCH 0/7] Add pinctrl driver support for Realtek DHC SoCs
|
TY Chang
|
2 years, 6 months ago |
| linux |
|
[RFC] IIO: MPU6050: fix level-triggered IRQ support caused crash
|
Andrea Merello
|
2 years, 6 months ago |
| linux |
O
|
[PATCH] dmaengine: milbeaut-hdmac: Fix potential deadlock on &mc->vc.lock
|
Chengfeng Ye
|
2 years, 6 months ago |
| linux |
O
|
[PATCH RFC net] bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
|
tglozar@redhat.com
|
2 years, 6 months ago |
| linux |
?
O
|
[PATCH v3 00/11] Introduce STM32 Firewall framework
|
Gatien Chevallier
|
2 years, 6 months ago |
| Xen |
G
|
[XEN PATCH] xen/event: address violations of MISRA C:2012 Rules 8.2 and 8.3
|
Federico Serafini
|
2 years, 6 months ago |
| linux |
|
[PATCH v3 0/6] drm/mediatek: Small mtk-dpi cleanups
|
AngeloGioacchino Del Regno
|
2 years, 6 months ago |
| QEMU |
G
|
[RFC PATCH] target/i386: Truncate ESP when exiting from long mode
|
Ard Biesheuvel
|
2 years, 6 months ago |
| linux |
O
|
[PATCH V1 0/2] regulator: aw37503: add regulator driver for AWINIC AW37503
|
like@awinic.com
|
2 years, 6 months ago |
| linux |
|
[PATCH net] net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs
|
Duoming Zhou
|
2 years, 6 months ago |
| linux |
|
[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
|
Peng Zhang
|
2 years, 6 months ago |
| linux |
R
O
|
[PATCH net-next v1] rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODE
|
Lin Ma
|
2 years, 6 months ago |
| linux |
|
[PATCH v2 0/2] i2c: designware: Handle invalid SMBus block data response length value
|
Tam Nguyen
|
2 years, 6 months ago |
| linux |
R
|
[PATCH] ARM: dts: imx: Set default tuning step for imx6sx usdhc
|
Xiaolei Wang
|
2 years, 6 months ago |
| linux |
R
|
[PATCH net v3] rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
|
Lin Ma
|
2 years, 6 months ago |
| linux |
|
[PATCH v4 00/11] mtd: spi-nor: spansion: Add support for Infineon S28HS02GT
|
Tudor Ambarus
|
2 years, 6 months ago |
| EDK2 |
R
G
|
[edk2-devel] [Patch V3] UefiCpuPkg: Decouple the SEV-ES functionality.
|
Yuanhao Xie
|
2 years, 6 months ago |
| linux |
R
|
[PATCH v2] regulator: dt-bindings: add missing unevaluatedProperties for each regulator
|
Krzysztof Kozlowski
|
2 years, 6 months ago |
| QEMU |
R
G
|
[PATCH v2] block/blkio: do not use open flags in qemu_open()
|
Stefano Garzarella
|
2 years, 6 months ago |
| linux |
|
[PATCH] RISC-V: Use GCC __builtin_prefetch() to implement prefetch()
|
wang_yang
|
2 years, 6 months ago |
| Libvirt |
R
G
|
[PATCH] remote: handle partial data transmission
|
Oleg Vasilev
|
2 years, 6 months ago |
| EDK2 |
O
G
|
[edk2-devel] [Patch V2] UefiCpuPkg: Decouple the SEV-ES functionality.
|
Yuanhao Xie
|
2 years, 6 months ago |
| linux |
|
[PATCH] RISC-V: Use GCC __builtin_prefetch() to implement prefetch(). GCC's __builtin_prefetch() was introduced a long time ago, all supported GCC versions have it.So this patch is to use it for implementing the prefetch. RISC-V Cache Management Operation instructions has been supported by GCC last year.you can refer to https://github.com/gcc-mirror/gcc/commit/3df3ca9014f94fe4af07444fea19b4ab29ba8e73 It is worth noting that CPU based on RISC-V should support Zicbop extension. This has been already done on other architectures (see the commit: https://github.com/torvalds/linux/commit/0453fb3c528c5eb3483441a466b24a4cb409eec5).
|
wang_yang
|
2 years, 6 months ago |
| QEMU |
R
G
|
[RESEND PATCH v3 0/1] target/riscv: Add Zihintntl extension ISA string to DTS
|
Jason Chien
|
2 years, 6 months ago |
| linux |
|
[PATCH v2] security: Fix ret values doc for security_inode_init_security()
|
Roberto Sassu
|
2 years, 6 months ago |
| linux |
|
[PATCH v1 0/2] Static PD restart support and remote heap management redesign
|
Ekansh Gupta
|
2 years, 6 months ago |
| linux |
R
|
[PATCH v7 0/2] Fixing check patch styling issues
|
Raghu Halharvi
|
2 years, 6 months ago |
| linux |
|
[PATCH] smaps: Fix the abnormal memory statistics obtained through /proc/pid/smaps
|
liubo
|
2 years, 6 months ago |
| Xen |
O
G
|
[XEN PATCH] xen: use parameter name 'mcs' in arch_do_multicall_call()
|
Federico Serafini
|
2 years, 6 months ago |
| EDK2 |
R
G
|
[edk2-devel] [PATCH] BaseTools: Add FMMT BinPipWrappers
|
Yuwei Chen
|
2 years, 6 months ago |
| linux |
O
|
[PATCH v5 0/2] Add Richtek RTQ2208 SubPMIC support
|
Alina Yu
|
2 years, 6 months ago |
| linux |
|
[PATCH] samples/bpf: Update sockex2: get the expected output results
|
George Guo
|
2 years, 6 months ago |
| QEMU |
O
G
|
[PATCH] semihosting/uaccess.c: Replaced a malloc call with g_malloc.
|
dinglimin
|
2 years, 6 months ago |
| linux |
R
|
[PATCH v1] tools/nolibc/stdio: add setvbuf() to set buffering mode
|
Ryan Roberts
|
2 years, 6 months ago |
| linux |
|
[PATCH] ASoC: loongson: mark OF related data as maybe unused
|
YingKun Meng
|
2 years, 6 months ago |
| linux |
|
[PATCH v2] dt-bindings: net: rockchip-dwmac: fix {tx|rx}-delay defaults/range in schema
|
Eugen Hristev
|
2 years, 6 months ago |
| linux |
R
|
[PATCH] AMR: dts: renesas: r8a7740-armadillo: switch to enable-gpios
|
Krzysztof Kozlowski
|
2 years, 6 months ago |
| linux |
R
|
[PATCH v3 0/2] Add MAIN CPSW2G DT support for J721S2
|
Siddharth Vadapalli
|
2 years, 6 months ago |
| QEMU |
G
|
[PATCH] os-sys.c:do_freebsd_sysctl The unuser_lock for hnewp and hnamep is missing
|
dinglimin
|
2 years, 6 months ago |
| linux |
|
[PATCH] LoongArch: eBPF: Restrict bpf_probe_read{, str}() only to archs where they work
|
zhaochenguang
|
2 years, 6 months ago |