Search results

Project Status Subject Author
linux [tip: x86/boot] x86/boot/e820: Call the PCI gap a 'gap' in the boot log printout tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Use 'u64' consistently instead of 'unsigned long long' tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Remove pointless early_panic() indirection tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Clean up confusing and self-contradictory verbiage around E820 related resource allocations tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Improve e820_print_type() messages tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Clean up __e820__range_add() a bit tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Clean up __refdata use a bit tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Remove unnecessary header inclusions tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Standardize e820 table index variable names under 'idx' tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Standardize e820 table index variable types under 'u32' tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Change struct e820_table::nr_entries type from __u32 to u32 tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bit tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Change e820_search_gap() to search for the highest-address PCI gap tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e820_search_gap() et al tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Simplify & clarify __e820__range_add() a bit tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Standardize __init/__initdata tag placement tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Simplify append_e820_table() and remove restriction on single-entry tables tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Remove e820__range_remove()'s unused return parameter tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Simplify the e820__range_remove() API tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Make sure e820_search_gap() finds all gaps tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [tip: x86/boot] x86/boot/e820: Use <linux/sizes.h> symbols for literals tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [PATCH RESEND] drm: xe: Replace sprintf() with sysfs_emit() Madhur Kumar 6 months, 2 weeks ago
linux [tip: x86/urgent] x86/platform/uv: Fix UBSAN array-index-out-of-bounds tip-bot2 for Kyle Meyer 6 months, 2 weeks ago
linux R [PATCH] soc: qcom: pd-mapper: Add support for SM7635 Alexander Koskovich 6 months, 2 weeks ago
linux [tip: sched/core] <linux/compiler_types.h>: Add the __signed_scalar_typeof() helper tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux [tip: sched/core] sched/fair: Fold the sched_avg update tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux [tip: sched/core] sched/fair: Avoid rq->lock bouncing in sched_balance_newidle() tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux [tip: sched/core] sched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference_sched_domain() tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux [tip: sched/core] sched/fair: Switch to rcu_dereference_all() tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux [tip: sched/core] sched/fair: Remove superfluous rcu_read_lock() tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux [tip: sched/core] sched/fair: Limit hrtick work tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux [tip: sched/core] sched/core: Add assertions to QUEUE_CLASS tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux O [tip: sched/core] sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*() tip-bot2 for Peter Zijlstra 6 months, 2 weeks ago
linux R O [tip: sched/core] sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux O [tip: sched/core] sched/fair: Clean up comments in 'struct cfs_rq' tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux O [tip: sched/core] sched/fair: Separate se->vlag from se->vprot tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux O [tip: sched/core] sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux O [tip: sched/core] sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper functions tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux O [tip: sched/core] sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers for wrapped-signed aritmetics tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux R O [tip: sched/core] sched/fair: Sort out 'blocked_load*' namespace noise tip-bot2 for Ingo Molnar 6 months, 2 weeks ago
linux [PATCH] rtl8723bs: Add kernel-doc comment for rtw_reset_continual_io_error in rtw_io.c cjz 6 months, 2 weeks ago
linux [PATCH] gpiolib: of: Only compile in MT2701 quirk when it is needed. Daniel Palmer 6 months, 2 weeks ago
linux [PATCH] scatterlist: remove ambiguous comment for public fields count of mapping iterator Takashi Sakamoto 6 months, 2 weeks ago
linux [PATCH v2 ath-current 0/2]] wifi: ath11k: add usecase firmware handling based on device compatible Miaoqing Pan 6 months, 2 weeks ago
linux [PATCH] rcu-tasks: Remove unnecessary smp_store operations in the cblist_init_generic() Zqiang 6 months, 2 weeks ago
linux [PATCH] vfs: fix break_lease() function signature in !CONFIG_FILE_LOCKING case Jeff Layton 6 months, 2 weeks ago
linux [GIT PULL] SCSI fixes for the 6.18+ merge window James Bottomley 6 months, 2 weeks ago
linux [PATCH] fbdev: geode: lxfb: Use devm_request_mem_region Swaraj Gaikwad 6 months, 2 weeks ago
linux [PATCH] fbdev: geode: gxfb: Use devm_request_mem_region Swaraj Gaikwad 6 months, 2 weeks ago
linux [PATCH] README: add AI Coding Assistants section Sasha Levin 6 months, 2 weeks ago