index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
2025-12-14
x86/boot/e820: Make sure e820_search_gap() finds all gaps
Ingo Molnar
2025-12-14
x86/boot/e820: Simplify the e820__range_remove() API
Ingo Molnar
2025-12-14
x86/boot/e820: Remove e820__range_remove()'s unused return parameter
Ingo Molnar
2025-12-14
x86/boot/e820: Simplify append_e820_table() and remove restriction on single-...
Ingo Molnar
2025-12-14
x86/boot/e820: Standardize __init/__initdata tag placement
Ingo Molnar
2025-12-14
x86/boot/e820: Simplify & clarify __e820__range_add() a bit
Ingo Molnar
2025-12-14
x86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e8...
Ingo Molnar
2025-12-14
x86/boot/e820: Change e820_search_gap() to search for the highest-address PCI...
Ingo Molnar
2025-12-14
x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bit
Ingo Molnar
2025-12-14
x86/boot/e820: Standardize e820 table index variable types under 'u32'
Ingo Molnar
2025-12-14
x86/boot/e820: Standardize e820 table index variable names under 'idx'
Ingo Molnar
2025-12-14
x86/boot/e820: Remove unnecessary header inclusions
Ingo Molnar
2025-12-14
x86/boot/e820: Clean up __refdata use a bit
Ingo Molnar
2025-12-14
x86/boot/e820: Clean up __e820__range_add() a bit
Ingo Molnar
2025-12-14
x86/boot/e820: Improve e820_print_type() messages
Ingo Molnar
2025-12-14
x86/boot/e820: Clean up confusing and self-contradictory verbiage around E820...
Ingo Molnar
2025-12-14
x86/boot/e820: Remove pointless early_panic() indirection
Ingo Molnar
2025-12-14
x86/boot/e820: Use 'u64' consistently instead of 'unsigned long long'
Ingo Molnar
2025-12-14
x86/boot/e820: Call the PCI gap a 'gap' in the boot log printout
Ingo Molnar
2025-12-14
x86/boot/e820: Print E820_TYPE_RAM entries as ... RAM entries
Ingo Molnar
2025-12-14
x86/boot/e820: Make the field separator space character part of e820_print_ty...
Ingo Molnar
2025-12-14
x86/boot/e820: Print gaps in the E820 table
Ingo Molnar
2025-12-14
x86/boot/e820: Mark e820__print_table() static
Ingo Molnar
2025-12-14
x86/boot/e820: Simplify the PPro Erratum #50 workaround
Ingo Molnar
2025-12-14
x86/boot/e820: Simplify e820__print_table() a bit
Ingo Molnar
2025-12-14
x86/boot/e820: Remove inverted boolean logic from the e820_nomerge() function...
Ingo Molnar
2025-12-14
x86/acpi/boot: Correct acpi_is_processor_usable() check again
Yazen Ghannam
2025-12-13
x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
Thorsten Blum
2025-12-10
x86/fpu: Fix FPU state core dump truncation on CPUs with no extended xfeatures
Yongxin Liu
2025-12-09
x86/unwind/orc: Support reliable unwinding through BPF stack frames
Josh Poimboeuf
2025-12-09
Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-12-06
Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-12-06
Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-12-05
mshv: Cleanly shutdown root partition with MSHV
Praveen K Paladugu
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-12-03
objtool: Remove newlines and tabs from annotation macros
Josh Poimboeuf
2025-12-03
x86/asm: Remove ANNOTATE_DATA_SPECIAL usage
Josh Poimboeuf
2025-12-03
x86/alternative: Remove ANNOTATE_DATA_SPECIAL usage
Josh Poimboeuf
2025-12-02
Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-12-02
Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-12-02
Merge tag 'x86_sgx_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-12-02
Merge tag 'x86_bugs_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-12-02
Merge tag 'x86_cleanups_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-12-02
Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-12-02
Merge tag 'x86_microcode_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-12-02
Merge tag 'ras_core_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
[prev]
[next]