Search results

Project Status Subject Author
linux R [PATCH][next] drm/nouveau: svm: Avoid -Wflex-array-member-not-at-end warning Gustavo A. R. Silva 1 year, 1 month ago
linux [PATCH 0/2] selftests/nolibc: only consider XARCH for CFLAGS when requested Thomas Weißschuh 1 year, 1 month ago
QEMU G [PATCH-for-10.1] hw/intc: Build TYPE_M68K_IRQC with common system objects Philippe Mathieu-Daudé 1 year, 1 month ago
linux [for-linus][PATCH 0/2] tracing: More fixes for v6.15 Steven Rostedt 1 year, 1 month ago
linux O [RFC PATCH 0/2] sched/fair: Reorder scheduling related structs to reduce cache misses Zecheng Li 1 year, 1 month ago
linux R [PATCH][next] drm/nouveau: fence: Avoid -Wflex-array-member-not-at-end warning Gustavo A. R. Silva 1 year, 1 month ago
QEMU ? O [PATCH-for-10.1 v2 00/43] tcg: philmd's queue Philippe Mathieu-Daudé 1 year, 1 month ago
linux O [PATCH v1] perf pmu: Avoid segv for missing name/alias_name in wildcarding Ian Rogers 1 year, 1 month ago
QEMU O G [PATCH-for-10.1 00/43] tcg: philmd's queue Philippe Mathieu-Daudé 1 year, 1 month ago
linux R [PATCH] mm/hugetlb: use separate nodemask for bootmem allocations Frank van der Linden 1 year, 1 month ago
linux O [tip: x86/mm] x86/idle: Remove CONFIG_AS_TPAUSE tip-bot2 for Uros Bizjak 1 year, 1 month ago
QEMU R G [PATCH-for-10.0?] target/riscv: Do not expose rv128 CPU on user mode emulation Philippe Mathieu-Daudé 1 year, 1 month ago
linux [PATCH v3] transform strncpy into strscpy Baris Can Goral 1 year, 1 month ago
linux R [PATCH v2] zsmalloc: prefer the the original page's node for compressed data Nhat Pham 1 year, 1 month ago
linux [tip: x86/mm] x86/idle: Standardize argument types for MONITOR{,X} and MWAIT{,X} instruction wrappers on 'u32' tip-bot2 for Uros Bizjak 1 year, 1 month ago
linux O [tip: x86/mm] x86/idle: Use MONITOR and MWAIT mnemonics in <asm/mwait.h> tip-bot2 for Uros Bizjak 1 year, 1 month ago
linux O [tip: x86/mm] x86/idle: Remove .s output beautifying delimiters from simpler asm() templates tip-bot2 for Uros Bizjak 1 year, 1 month ago
linux O [tip: x86/mm] x86/idle: Remove CONFIG_AS_TPAUSE tip-bot2 for Uros Bizjak 1 year, 1 month ago
linux R [PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues David Hildenbrand 1 year, 1 month ago
linux [tip: x86/mm] x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() tip-bot2 for Andrew Cooper 1 year, 1 month ago
linux O [PATCH v2] hwmon: (pmbus): Introduce page_change_delay William A. Kennington III 1 year, 1 month ago
linux O [PATCH v2] erofs: lazily initialize per-CPU workers and CPU hotplug hooks Sandeep Dhavale 1 year, 1 month ago
linux [PATCH] tools/include: make uapi/linux/types.h usable from assembly Mark Brown 1 year, 1 month ago
linux R [PATCH v3 0/5] NMI warning and debug improvements Ian Rogers 1 year, 1 month ago
linux [[PATCH v2]] transform strncpy into strscpy Baris Can Goral 1 year, 1 month ago
linux O [[PATCH v2]] transform strncpy into strscpy Baris Can Goral 1 year, 1 month ago
linux O [tip: x86/mm] x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() tip-bot2 for Andrew Cooper 1 year, 1 month ago
linux O [PATCH] hwmon: (pmbus): Introduce page_change_delay William A. Kennington III 1 year, 1 month ago
linux R O [PATCH] cxl: core/region - ignore interleave granularity when ways=1 Gregory Price 1 year, 1 month ago
linux [PATCH v4 0/5] iio: light: Modernize al3010 and al3320a codebase David Heidelberg via B4 Relay 1 year, 1 month ago
linux O [PATCH v2] ublk: improve detection and handling of ublk server exit Uday Shankar 1 year, 1 month ago
linux O [PATCH RFC] arm64: vdso: Use __arch_counter_get_cntvct() Breno Leitao 1 year, 1 month ago
linux O [PATCH v3 0/5] iio: light: Modernize al3010 and al3320a codebase David Heidelberg via B4 Relay 1 year, 1 month ago
linux [PATCH sched_ext/for-6.15-fixes] tools/sched_ext: Sync with scx repo Tejun Heo 1 year, 1 month ago
linux [PATCH] zswap/zsmalloc: prefer the the original page's node for compressed data Nhat Pham 1 year, 1 month ago
linux O [PATCH v4 0/7] Input: synaptics-rmi4 - add quirks for third party touchscreen controllers David Heidelberg via B4 Relay 1 year, 1 month ago
linux R [PATCH] sched/wait: Use guard() for wq_head->lock K Prateek Nayak 1 year, 1 month ago
linux [PATCH v1] perf jevents: Allow duplicate metrics with different PMUs Ian Rogers 1 year, 1 month ago
linux O [PATCH v3 0/6] x86/bugs: RSB mitigation fixes and documentation Josh Poimboeuf 1 year, 1 month ago
linux [PATCH bcachefs-testing] bcachefs: use nonblocking variant of print_string_as_lines in error path Bharadwaj Raju 1 year, 1 month ago
linux [PATCH v2] exit: move and extend sched_process_exit() tracepoint Andrii Nakryiko 1 year, 1 month ago
linux [PATCH v2 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature Sergio Lopez 1 year, 1 month ago
linux O [PATCH v3 00/54] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y Jim Cromie 1 year, 1 month ago
linux [PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90 goralbaris 1 year, 1 month ago
linux O [PATCH v2] tools build: Use -fzero-init-padding-bits=all Leo Yan 1 year, 1 month ago
Libvirt R G [PATCH] bhyve: support interface type 'network' Roman Bogorodskiy 1 year, 1 month ago
linux O [PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90 goralbaris 1 year, 1 month ago
linux [PATCH v2] x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR Andrew Cooper 1 year, 1 month ago
Libvirt G [PATCH] build: clang stack frame size handling improvement Roman Bogorodskiy 1 year, 1 month ago
linux R [PATCH net-next] configs/debug: run and debug PREEMPT Stanislav Fomichev 1 year, 1 month ago