Search results

Project Status Subject Author
linux [PATCH] staging: atomisp: fix block comment style in circbuf.c Oskar Ray-Frayssinet 1 month ago
linux O [PATCH v2 0/2] tracing: preserve repeated boot-time parameters and drain deferred trigger frees Wesley Atwell 1 month ago
linux R [PATCH v2] mm/migrate_device: document folio_get requirement before frozen PMD split Usama Arif 1 month ago
QEMU G [PATCH] ati-vga: Fix sign extension in DEFAULT_SC_BOTTOM_RIGHT read Chad Jablonski 1 month ago
linux O [PATCH] platform/x86: dell-wmi-sysman: Clean up security buffer helpers Thorsten Blum 1 month ago
linux [PATCH] mtd: virt_concat: fix kdoc text Luca Ceresoli 1 month ago
linux O [PATCH v2 0/2] mmc: sdhci-of-dwcmshc: Add HPE GSC eMMC support nick.hawkins@hpe.com 1 month ago
linux [PATCH] crypto: artpec6 - use memcpy_and_pad to simplify prepare_hash Thorsten Blum 1 month ago
linux O [PATCH v2] staging: nvec: fix block comment style in nvec.c Oskar Ray-Frayssinet 1 month ago
linux O [PATCH v10 0/5] Enable Remote GPIO over RPMSG on i.MX Platform Shenwei Wang 1 month ago
linux R [PATCH v2] ACPI: video: Switch over to auxiliary bus type Rafael J. Wysocki 1 month ago
linux O [PATCH v1 0/4] drm/tyr: implement GPU reset API Onur Özkan 1 month ago
linux [PATCH] selftests: fix ARCH normalization to handle command-line argument Aleksei Oladko 1 month ago
linux [RFC v4 0/4] platform/x86/amd: Add AMD DPTCi driver for TDP control in devices without vendor-specific controls Antheas Kapenekakis 1 month ago
QEMU O G [PULL 00/18] Staging patches Peter Xu 1 month ago
linux [PATCH] integrity: Eliminate weak definition of arch_get_secureboot() Nathan Chancellor 1 month ago
linux [PATCH RFC v3 00/10] Improve Qualcomm EUD driver and platform support Elson Serrao 1 month ago
linux O [PATCH v2] staging: rtl8723bs: fix line length in rtw_pwrctrl.c Ayan Mahmood 1 month ago
linux [PATCH sched_ext/for-7.1] sched_ext: Replace system_unbound_wq with system_dfl_wq in scx_kobj_release() Tejun Heo 1 month ago
linux [tip: objtool/core] objtool: Use section/symbol type helpers tip-bot2 for Wentong Tian 1 month ago
linux [tip: objtool/core] objtool/klp: Remove redundant strcmp() in correlate_symbols() tip-bot2 for Song Liu 1 month ago
linux [tip: objtool/core] objtool/klp: Remove trailing '_' in demangle_name() tip-bot2 for Song Liu 1 month ago
linux [tip: objtool/core] objtool/klp: Use sym->demangled_name for symbol_name hash tip-bot2 for Song Liu 1 month ago
linux [tip: objtool/core] objtool/klp: Also demangle global objects tip-bot2 for Song Liu 1 month ago
linux [tip: objtool/core] objtool/klp: Remove .llvm suffix in demangle_name() tip-bot2 for Song Liu 1 month ago
linux [tip: objtool/core] objtool/klp: Match symbols based on demangled_name for global variables tip-bot2 for Song Liu 1 month ago
linux [tip: objtool/core] objtool/klp: Correlate locals to globals tip-bot2 for Song Liu 1 month ago
linux [tip: objtool/urgent] objtool/klp: Fix detection of corrupt static branch/call entries tip-bot2 for Josh Poimboeuf 1 month ago
linux [tip: objtool/urgent] objtool/klp: Disable unsupported pr_debug() usage tip-bot2 for Josh Poimboeuf 1 month ago
linux [tip: objtool/urgent] objtool/klp: Avoid NULL pointer dereference when printing code symbol name tip-bot2 for Josh Poimboeuf 1 month ago
linux R O [tip: objtool/urgent] objtool: Use HOSTCFLAGS for HAVE_XXHASH test tip-bot2 for HONG Yifan 1 month ago
linux [tip: objtool/urgent] objtool: Fix data alignment in elf_add_data() tip-bot2 for Josh Poimboeuf 1 month ago
linux [tip: objtool/urgent] objtool: Fix ERROR_INSN() error message tip-bot2 for Josh Poimboeuf 1 month ago
linux O [tip: objtool/urgent] objtool: Handle Clang RSP musical chairs tip-bot2 for Josh Poimboeuf 1 month ago
linux [tip: objtool/urgent] objtool: Fix another stack overflow in validate_branch() tip-bot2 for Josh Poimboeuf 1 month ago
linux R O [PATCH v8 0/1] PCI/IOV: Make pci_lock_rescan_remove() reentrant and protect sriov_add_vfs/sriov_del_vfs Ionut Nechita (Wind River) 1 month ago
linux [tip: locking/core] futex: add missing function parameter comments tip-bot2 for Randy Dunlap 1 month ago
linux R [tip: locking/core] rust: sync: atomic: Remove bound `T: Sync` for `Atomic::from_ptr()` tip-bot2 for Boqun Feng 1 month ago
linux R [tip: locking/core] rust: sync: atomic: Add example for Atomic::get_mut() tip-bot2 for FUJITA Tomonori 1 month ago
linux [tip: locking/core] rust: helpers: Generify the definitions of rust_helper_*_{read,set}* tip-bot2 for Boqun Feng 1 month ago
linux [tip: locking/core] rust: helpers: Generify the definitions of rust_helper_*_xchg* tip-bot2 for Boqun Feng 1 month ago
linux [tip: locking/core] rust: helpers: Generify the definitions of rust_helper_*_cmpxchg* tip-bot2 for Boqun Feng 1 month ago
linux R [tip: locking/core] rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMW tip-bot2 for Boqun Feng 1 month ago
linux R [tip: locking/core] rust: sync: atomic: Add Atomic<*{mut,const} T> support tip-bot2 for Boqun Feng 1 month ago
linux R [tip: locking/core] rust: sync: atomic: Add performance-optimal Flag type for atomic booleans tip-bot2 for FUJITA Tomonori 1 month ago
linux R [tip: locking/core] rust: list: Use AtomicFlag in AtomicTracker tip-bot2 for FUJITA Tomonori 1 month ago
linux R [tip: locking/core] rust: sync: atomic: Add atomic operation helpers over raw pointers tip-bot2 for Boqun Feng 1 month ago
linux R [tip: locking/core] rust: sync: atomic: Add fetch_sub() tip-bot2 for Andreas Hindborg 1 month ago
linux R [tip: locking/core] rust: sync: atomic: Update documentation for `fetch_add()` tip-bot2 for Andreas Hindborg 1 month ago
linux R [tip: locking/core] rust: atomic: Update a safety comment in impl of `fetch_add()` tip-bot2 for Andreas Hindborg 1 month ago