Linux EFI Development - Date Index
[Prev Page][Next Page]
- Re: [PATCHv12 4/9] x86/boot/compressed: Handle unaccepted memory, (continued)
- [efi:next] BUILD SUCCESS d86ff3333cb1d5f42d8898fb5fdb304e143c0237, kernel test robot
- [PATCH v2] efivarfs: expose used and total size,
Anisse Astier
- [PATCH] efi: fix missing prototype warnings,
Arnd Bergmann
- [PATCH 00/15] arm64: address -Wmissing-prototype warnings,
Arnd Bergmann
- [PATCH 01/15] arm64: xor-neon: mark xor_arm64_neon_*() static, Arnd Bergmann
- [PATCH 03/15] arm64: avoid prototype warnings for syscalls, Arnd Bergmann
- [PATCH 05/15] arm64: spectre: provide prototypes for internal functions, Arnd Bergmann
- [PATCH 04/15] arm64: move cpu_suspend_set_dbg_restorer() prototype to header, Arnd Bergmann
- [PATCH 02/15] arm64: add scs_patch_vmlinux prototype, Arnd Bergmann
- [PATCH 06/15] arm64: kvm: add prototypes for functions called in asm, Arnd Bergmann
- [PATCH 08/15] arm64: efi: add efi_handle_corrupted_x18 prototype, Arnd Bergmann
- [PATCH 07/15] arm64: cpuidle: fix #ifdef for acpi functions, Arnd Bergmann
- [PATCH 10/15] arm64: module-plts: inline linux/moduleloader.h, Arnd Bergmann
- [PATCH 11/15] arm64: flush: include linux/libnvdimm.h, Arnd Bergmann
- [PATCH 09/15] arm64: hide unused is_valid_bugaddr(), Arnd Bergmann
- [PATCH 13/15] arm64: signal: include asm/exception.h, Arnd Bergmann
- [PATCH 12/15] arm64: kaslr: add kaslr_early_init() declaration, Arnd Bergmann
- [PATCH 15/15] arm64: add alt_cb_patch_nops prototype, Arnd Bergmann
- [PATCH 14/15] arm64: move early_brk64 prototype to header, Arnd Bergmann
- Re: [PATCH 00/15] arm64: address -Wmissing-prototype warnings, Ard Biesheuvel
- Re: [PATCH 00/15] arm64: address -Wmissing-prototype warnings, Kees Cook
- Re: [PATCH 00/15] arm64: address -Wmissing-prototype warnings, Catalin Marinas
- [PATCHv11 0/9] mm, x86/cc, efi: Implement support for unaccepted memory,
Kirill A. Shutemov
- [PATCHv11 4/9] x86/boot/compressed: Handle unaccepted memory, Kirill A. Shutemov
- [PATCHv11 3/9] efi/libstub: Implement support for unaccepted memory, Kirill A. Shutemov
- [PATCHv11 2/9] efi/x86: Get full memory map in allocate_e820(), Kirill A. Shutemov
- [PATCHv11 1/9] mm: Add support for unaccepted memory, Kirill A. Shutemov
- [PATCHv11 8/9] x86/tdx: Refactor try_accept_one(), Kirill A. Shutemov
- [PATCHv11 5/9] efi: Provide helpers for unaccepted memory, Kirill A. Shutemov
- [PATCHv11 7/9] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub, Kirill A. Shutemov
- [PATCHv11 6/9] efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memory, Kirill A. Shutemov
- [PATCHv11 9/9] x86/tdx: Add unaccepted memory support, Kirill A. Shutemov
- Re: [PATCHv11 0/9] mm, x86/cc, efi: Implement support for unaccepted memory, Tom Lendacky
- [PATCH] efi/esrt: Allow ESRT access without CAP_SYS_ADMIN,
Nicholas Bishop
- [efi:next] BUILD SUCCESS 0153431c85af3d4470ac8c59a3f854a3926dff86, kernel test robot
- [PATCH v2 00/20] efi/x86: Avoid bare metal decompressor during EFI boot,
Ard Biesheuvel
- [PATCH v2 06/20] x86: decompressor: Call trampoline directly from C code, Ard Biesheuvel
- [PATCH v2 10/20] x86: efistub: Prefer EFI memory attributes protocol over DXE services, Ard Biesheuvel
- [PATCH v2 11/20] decompress: Use 8 byte alignment, Ard Biesheuvel
- [PATCH v2 14/20] x86: head_64: Store boot_params pointer in callee-preserved register, Ard Biesheuvel
- [PATCH v2 13/20] x86: decompressor: Factor out kernel decompression and relocation, Ard Biesheuvel
- [PATCH v2 12/20] x86: decompressor: Move global symbol references to C code, Ard Biesheuvel
- [PATCH v2 15/20] x86: head_64: Switch to kernel CS before enabling memory encryption, Ard Biesheuvel
- [PATCH v2 16/20] efi: libstub: Add limit argument to efi_random_alloc(), Ard Biesheuvel
- [PATCH v2 17/20] x86: efistub: Check SEV/SNP support while running in the firmware, Ard Biesheuvel
- [PATCH v2 20/20] x86: decompressor: Avoid magic offsets for EFI handover entrypoint, Ard Biesheuvel
- [PATCH v2 18/20] x86: efistub: Avoid legacy decompressor when doing EFI boot, Ard Biesheuvel
- [PATCH v2 19/20] x86: efistub: Clear BSS in EFI handover protocol entrypoint, Ard Biesheuvel
[PATCHv10 00/11] mm, x86/cc: Implement support for unaccepted memory,
Kirill A. Shutemov
- [PATCHv10 04/11] efi/x86: Implement support for unaccepted memory, Kirill A. Shutemov
- [PATCHv10 02/11] efi/x86: Get full memory map in allocate_e820(), Kirill A. Shutemov
- [PATCHv10 03/11] x86/boot: Add infrastructure required for unaccepted memory support, Kirill A. Shutemov
- [PATCHv10 09/11] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub, Kirill A. Shutemov
- [PATCHv10 10/11] x86/tdx: Refactor try_accept_one(), Kirill A. Shutemov
- [PATCHv10 06/11] x86/mm: Reserve unaccepted memory bitmap, Kirill A. Shutemov
- [PATCHv10 05/11] x86/boot/compressed: Handle unaccepted memory, Kirill A. Shutemov
- [PATCHv10 07/11] x86/mm: Provide helpers for unaccepted memory, Kirill A. Shutemov
- [PATCHv10 08/11] x86/mm: Avoid load_unaligned_zeropad() stepping into unaccepted memory, Kirill A. Shutemov
- [PATCHv10 01/11] mm: Add support for unaccepted memory, Kirill A. Shutemov
- [PATCHv10 11/11] x86/tdx: Add unaccepted memory support, Kirill A. Shutemov
[PATCH v5 0/4] generic and PowerPC SED Opal keystore,
gjoyce
[PATCH v4 0/3] sed-opal: keyrings, discovery, revert, key store,
gjoyce
[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support,
Ross Philipson
- [PATCH v6 01/14] x86/boot: Place kernel_info at a fixed offset, Ross Philipson
- [PATCH v6 03/14] x86: Secure Launch Kconfig, Ross Philipson
- [PATCH v6 04/14] x86: Secure Launch Resource Table header file, Ross Philipson
- [PATCH v6 05/14] x86: Secure Launch main header file, Ross Philipson
- [PATCH v6 02/14] Documentation/x86: Secure Launch kernel documentation, Ross Philipson
- [PATCH v6 06/14] x86: Add early SHA support for Secure Launch early measurements, Ross Philipson
- [PATCH v6 08/14] x86: Secure Launch kernel late boot stub, Ross Philipson
- [PATCH v6 07/14] x86: Secure Launch kernel early boot stub, Ross Philipson
- [PATCH v6 10/14] kexec: Secure Launch kexec SEXIT support, Ross Philipson
- [PATCH v6 09/14] x86: Secure Launch SMP bringup support, Ross Philipson
- [PATCH v6 13/14] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch, Ross Philipson
- [PATCH v6 11/14] reboot: Secure Launch SEXIT support on reboot paths, Ross Philipson
- [PATCH v6 14/14] x86: EFI stub DRTM launch support for Secure Launch, Ross Philipson
- [PATCH v6 12/14] x86: Secure Launch late initcall platform module, Ross Philipson
- Re: [PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support, Bagas Sanjaya
[GIT PULL] EFI updates for v6.4,
Ard Biesheuvel
[PATCH RFC 42/43] x86/pie: Allow kernel image to be relocated in top 512G, Hou Wenlong
[efi:next] BUILD SUCCESS 026b85796ab4d52af56f8a1c60d2613983ecd845, kernel test robot
[PATCH] efivarfs: expose used and total size,
Anisse Astier
[PATCH 0/2] arm64: Expose kernel code size to EFI zboot code,
Ard Biesheuvel
[PATCH 0/6] efi/x86: Avoid legacy decompressor during EFI boot,
Ard Biesheuvel
[efi:next] BUILD SUCCESS 4067a1265c976819d749b61b5406ab6bfacd3a08, kernel test robot
[PATCH v2 0/6] arm64/efi/zboot: Clean up and enable BTI annotation,
Ard Biesheuvel
[RFC PATCH 0/3] efi: Implement generic zboot support,
Ard Biesheuvel
[PATCH v3 2/6] efi/cper: Export cper_mem_err_unpack() for use by modules,
Terry Bowman
RE: [PATCH v3 2/6] efi/cper: Export cper_mem_err_unpack() for use by modules, Dan Williams
[efi:next] BUILD SUCCESS 8364f6d000ede4185a82b1f2514543ed172d4b51, kernel test robot
[PATCH 0/6] arm64/efi/zboot: Clean up and enable BTI annotation,
Ard Biesheuvel
[PATCH AUTOSEL 5.15 06/11] efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L, Sasha Levin
[PATCH AUTOSEL 6.1 10/24] efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L, Sasha Levin
[PATCH AUTOSEL 6.2 11/25] efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L, Sasha Levin
[PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory,
Kirill A. Shutemov
- [PATCHv9 02/14] mm: Add support for unaccepted memory, Kirill A. Shutemov
- [PATCHv9 01/14] x86/boot: Centralize __pa()/__va() definitions, Kirill A. Shutemov
- [PATCHv9 07/14] efi/x86: Implement support for unaccepted memory, Kirill A. Shutemov
- [PATCHv9 03/14] mm/page_alloc: Fake unaccepted memory, Kirill A. Shutemov
- [PATCHv9 05/14] efi/x86: Get full memory map in allocate_e820(), Kirill A. Shutemov
- [PATCHv9 04/14] mm/page_alloc: Add sysfs handle to accept accept_memory, Kirill A. Shutemov
- [PATCHv9 11/14] x86/mm: Avoid load_unaligned_zeropad() stepping into unaccepted memory, Kirill A. Shutemov
- [PATCHv9 13/14] x86/tdx: Refactor try_accept_one(), Kirill A. Shutemov
- [PATCHv9 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub, Kirill A. Shutemov
- [PATCHv9 09/14] x86/mm: Reserve unaccepted memory bitmap, Kirill A. Shutemov
- [PATCHv9 10/14] x86/mm: Provide helpers for unaccepted memory, Kirill A. Shutemov
- [PATCHv9 08/14] x86/boot/compressed: Handle unaccepted memory, Kirill A. Shutemov
- [PATCHv9 14/14] x86/tdx: Add unaccepted memory support, Kirill A. Shutemov
- [PATCHv9 06/14] x86/boot: Add infrastructure required for unaccepted memory support, Kirill A. Shutemov
- Re: [PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory, Vlastimil Babka
[PATCH v2 0/4] riscv: Introduce KASLR,
Alexandre Ghiti
[PATCH] efi: zboot: Ensure zboot PIC,
Pingfan Liu
[GIT PULL] EFI fixes for v6.3 #1,
Ard Biesheuvel
[efi:urgent] BUILD SUCCESS 0b1d9debe30304f35c1211e6dcdca1935ce67240, kernel test robot
Re: [PATCH v2 2/5] efi/cper: Export cper_mem_err_unpack() for CXL logging, Terry Bowman
[efi:urgent] BUILD SUCCESS 10e9aa1d82f64760fc41e4b994ca1689f4cee4ae, kernel test robot
[PATCH 0/3] arm64: efi: Use SMBIOS type 4 record for Altra quirk,
Ard Biesheuvel
[PATCH v2] efi: libstub: Use relocated version of kernel's struct screen_info,
Ard Biesheuvel
[efi:urgent] BUILD SUCCESS d06ecd29e69d087b3f2996dd411118a0376ffc3a, kernel test robot
[efi:next] BUILD SUCCESS bac363715a7c961076e568609a12f62003cd17b0, kernel test robot
[PATCH v2 0/3] efi: Allow initrd LoadFile2 proto on loaded image,
Ard Biesheuvel
[PATCH] efi/libstub: zboot: Add compressed image to make targets, Ard Biesheuvel
[efi:urgent] BUILD SUCCESS 5ed213dd64681f84a01ceaa82fb336cf7d59ddcf, kernel test robot
[efi:next] BUILD SUCCESS 1ca8f339d8693884feb0e14d2905f4b05418640b, kernel test robot
[efi:urgent 12/12] drivers/firmware/efi/libstub/efi-stub-helper.c:528 efi_load_initrd_lf2() error: uninitialized symbol 'dp'., Dan Carpenter
[efi:urgent] BUILD SUCCESS WITH WARNING 86237b46f2b202331c07e4c6c2633ce3d3ba7f13, kernel test robot
[efi:urgent 12/12] drivers/firmware/efi/libstub/efi-stub-helper.c:513:6: warning: variable 'dp' is used uninitialized whenever 'if' condition is false, kernel test robot
[efi:urgent] BUILD SUCCESS 03870ad6e047a922e761c07902e41b4ce43e744d, kernel test robot
kernel 6.2 stuck at boot (efi_call_rts) on arm64,
Andrea Righi
[efi:urgent] BUILD REGRESSION ef3efc2af044f6da5bb8c55e99f2398081d99c09, kernel test robot
[PATCH 1/2] efi: sysfb_efi: Fix DMI quirks not working for simpledrm,
Hans de Goede
[efi:urgent 5/5] ld.lld: error: undefined hidden symbol: __efistub__text, kernel test robot
[PATCH v5 00/27] x86_64: Improvements at compressed kernel stage,
Evgeniy Baskov
- [PATCH v5 01/27] x86/boot: Align vmlinuz sections on page size, Evgeniy Baskov
- [PATCH v5 09/27] x86/boot: Remove mapping from page fault handler, Evgeniy Baskov
- [PATCH v5 07/27] x86/build: Check W^X of vmlinux during build, Evgeniy Baskov
- [PATCH v5 10/27] efi/libstub: Move helper function to related file, Evgeniy Baskov
- [PATCH v5 08/27] x86/boot: Map memory explicitly, Evgeniy Baskov
- [PATCH v5 11/27] x86/boot: Make console interface more abstract, Evgeniy Baskov
- [PATCH v5 12/27] x86/boot: Make kernel_add_identity_map() a pointer, Evgeniy Baskov
- [PATCH v5 13/27] x86/boot: Split trampoline and pt init code, Evgeniy Baskov
- [PATCH v5 14/27] x86/boot: Add EFI kernel extraction interface, Evgeniy Baskov
- [PATCH v5 17/27] x86: decompressor: Remove the 'bugger off' message, Evgeniy Baskov
- [PATCH v5 16/27] x86/boot: Reduce lower limit of physical KASLR, Evgeniy Baskov
- [PATCH v5 19/27] x86/build: Cleanup tools/build.c, Evgeniy Baskov
- [PATCH v5 20/27] efi: x86: Use private copy of struct setup_header, Evgeniy Baskov
- [PATCH v5 03/27] x86/boot: Set cr0 to known state in trampoline, Evgeniy Baskov
- [PATCH v5 02/27] x86/build: Remove RWX sections and align on 4KB, Evgeniy Baskov
- [PATCH v5 06/27] x86/boot: Setup memory protection for bzImage code, Evgeniy Baskov
- [PATCH v5 05/27] x86/boot: Support 4KB pages for identity mapping, Evgeniy Baskov
- [PATCH v5 04/27] x86/boot: Increase boot page table size, Evgeniy Baskov
- [PATCH v5 22/27] x86/build: set type_of_loader for EFISTUB, Evgeniy Baskov
- [PATCH v5 27/27] efi/x86: don't try to set page attributes on 0-sized regions., Evgeniy Baskov
- [PATCH v5 24/27] x86/build: Make generated PE more spec compliant, Evgeniy Baskov
- [PATCH v5 26/27] efi/libstub: make memory protection warnings include newlines., Evgeniy Baskov
- [PATCH v5 23/27] efi/libstub: Don't set ramdisk_image/ramdisk_size, Evgeniy Baskov
- [PATCH v5 21/27] x86/build: Add SETUP_HEADER_OFFSET constant, Evgeniy Baskov
- [PATCH v5 25/27] efi/libstub: Use memory attribute protocol, Evgeniy Baskov
- [PATCH v5 15/27] efi/x86: Support extracting kernel from libstub, Evgeniy Baskov
- [PATCH v5 18/27] tools/include: Add simplified version of pe.h, Evgeniy Baskov
- Re: [PATCH v5 00/27] x86_64: Improvements at compressed kernel stage, Andy Lutomirski
[efi:urgent 5/5] efi-stub-entry.c:undefined reference to `screen_info', kernel test robot
[efi:urgent] BUILD REGRESSION 21f136ebfb9ef430ed614c3f10325876a12695d2, kernel test robot
[efi:urgent 5/5] ld.lld: error: undefined hidden symbol: __efistub__start,
kernel test robot
[PATCH] efi: libstub: Use relocated version of kernel's struct screen_info,
Ard Biesheuvel
[PATCH] efi: libstub: Always pass screen_info via config table,
Ard Biesheuvel
[PATCH] efi: earlycon: Reprobe after parsing config tables,
Ard Biesheuvel
[efi:urgent] BUILD SUCCESS 3c66bb1918c262dd52fb4221a8d372619c5da70a, kernel test robot
[PATCH 0/3] efi: arm64: Set NX compat flag where appropriate,
Ard Biesheuvel
[PATCH 0/2] efi: Allow initrd LoadFile2 proto on loaded image,
Ard Biesheuvel
[PATCH V2] efi/libstub: Call setup_graphics() before handle_kernel_image(),
Huacai Chen
[PATCH] efi/libstub: Call setup_graphics() before handle_kernel_image(),
Huacai Chen
[RFC PATCH 0/4] efi: x86: Use strict W^X mappings in PE/COFF header,
Ard Biesheuvel
[PATCH] efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failure, Ard Biesheuvel
[PATCH] cper-arm: Remove unnecessary aer.h include,
Bjorn Helgaas
[PATCH] efistub: LoongArch: Reimplement kernel_entry_address(),
Youling Tang
[efi:urgent] BUILD SUCCESS 112fd39a2722e1e872f1d30101aa2cca4de5ea86, kernel test robot
[PATCH AUTOSEL 4.14 2/3] efi: efivars: prevent double registration,
Sasha Levin
[PATCH AUTOSEL 4.19 2/3] efi: efivars: prevent double registration,
Sasha Levin
[PATCH AUTOSEL 5.4 2/4] efi: efivars: prevent double registration,
Sasha Levin
[PATCH AUTOSEL 5.10 2/5] efi: efivars: prevent double registration,
Sasha Levin
[PATCH AUTOSEL 5.15 4/6] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3, Sasha Levin
[PATCH AUTOSEL 5.15 2/6] efi: efivars: prevent double registration,
Sasha Levin
[PATCH AUTOSEL 6.1 4/6] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3, Sasha Levin
[PATCH AUTOSEL 6.2 4/6] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3, Sasha Levin
[PATCH AUTOSEL 6.1 2/6] efi: efivars: prevent double registration,
Sasha Levin
[PATCH AUTOSEL 6.2 2/6] efi: efivars: prevent double registration,
Sasha Levin
[PATCH] efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernel,
Huacai Chen
[efi:urgent] BUILD SUCCESS 5aed793ff011549535e20b7b15bc705e828223b1, kernel test robot
[PATCH] efi: make kobj_type structure constant, Thomas Weißschuh
[PATCH] efi: x86: make kobj_type structure constant,
Thomas Weißschuh
[PATCH] arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGN,
Ard Biesheuvel
[PATCH v3 3/3] efi: Add tee-based EFI variable driver,
Masahisa Kojima
[PATCH v3 1/3] efi: expose efivar generic ops register function, Masahisa Kojima
[PATCH v3 2/3] efi: Add EFI_ACCESS_DENIED status code, Masahisa Kojima
[GIT PULL] EFI updates for v6.3,
Ard Biesheuvel
[PATCH v2 4/4] efi: Add tee-based EFI variable driver,
Masahisa Kojima
[PATCH v2 2/4] efi: Add EFI_ACCESS_DENIED status code, Masahisa Kojima
[PATCH v2 1/4] efi: expose efivar generic ops register function, Masahisa Kojima
[efi:next] BUILD SUCCESS e1d447157f232c650e6f32c9fb89ff3d0207c69a, kernel test robot
[efi:next] BUILD SUCCESS 685c6689bdf8001cd0261b6210063ee0910bf368, kernel test robot
[PATCH] rtc: efi: Avoid spamming the log on RTC read failure,
Ard Biesheuvel
[PATCH v1] arm64: efi: Make efi_rt_lock a raw_spinlock,
Pierre Gondois
[PATCH 0/4] riscv: Introduce KASLR,
Alexandre Ghiti
[PATCH v2] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3,
Darrell Kavanagh
[PATCH] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3,
Darrell Kavanagh
[GIT PULL] EFI fixes for v6.2 #4,
Ard Biesheuvel
[efi:next] BUILD SUCCESS 45d5165426ae3ceb35e2c35ad675e7dacd2aa59e, kernel test robot
[PATCH] efi: Add mixed-mode thunk recipe for GetMemoryAttributes, Ard Biesheuvel
[efi:next] BUILD SUCCESS 93be2859e26c3be847780c65313da1b261833451, kernel test robot
[efi:urgent] BUILD SUCCESS 190233164cd77115f8dea718cbac561f557092c6, kernel test robot
[PATCH v2] arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max machines,
Darren Hart
[PATCH] arm64: efi: Force the use of SetVirtualAddressMap() on Altra Max machines,
Darren Hart
[PATCH v2 0/3] efi: Enable BTI for EFI runtimes services,
Ard Biesheuvel
[efi:next] BUILD SUCCESS f4412001b6521003e4938d710cbfae5c50f508ad, kernel test robot
[efi:urgent] BUILD SUCCESS 966d47e1f27c45507c5df82b2a2157e5a4fd3909, kernel test robot
[PATCH] efi/cper, cxl: Remove cxl_err.h,
Dan Williams
[GIT PULL] EFI fixes for v6.2 batch #3,
Ard Biesheuvel
[PATCH v2] efi: fix potential NULL deref in efi_mem_reserve_persistent, Anton Gusev
[PATCH] efi: fix potential NULL deref in efi_mem_reserve_persistent,
Anton Gusev
[efi:urgent] BUILD SUCCESS 636ab417a7aec4ee993916e688eb5c5977570836, kernel test robot
[PATCH v4 0/6] RISC-V kasan rework,
Alexandre Ghiti
[Index of Archives]
[Linux Kernel Development]
[Security]
[Linux ARM Kernel]
[Tools]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]