| Age | Commit message (Expand) | Author | |
|---|---|---|---|
| 2023-01-24 | efi: arm64: enter with MMU and caches enabled | Ard Biesheuvel | |
| 2022-12-07 | arm64: efi: Limit allocations to 48-bit addressable physical region | Ard Biesheuvel | |
| 2022-11-18 | efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memory | Ard Biesheuvel | |
| 2022-11-09 | efi/arm64: libstub: Split off kernel image relocation for builtin stub | Ard Biesheuvel | |
| 2022-11-09 | efi: libstub: Factor out min alignment and preferred kernel load address | Ard Biesheuvel | |
| 2022-11-09 | arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel() | Ard Biesheuvel | |
| 2022-10-09 | Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | |
| 2022-09-27 | efi/arm64: libstub: avoid SetVirtualAddressMap() when possible | Ard Biesheuvel | |
| 2022-09-27 | efi: libstub: install boot-time memory map as config table | Ard Biesheuvel | |
| 2022-09-26 | efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap | Ard Biesheuvel | |
| 2022-09-09 | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names | Mark Brown | |
| 2022-05-03 | efi/arm64: libstub: run image in place if randomized by the loader | Ard Biesheuvel | |
| 2022-05-03 | efi: libstub: pass image handle to handle_kernel_image() | Ard Biesheuvel | |
| 2022-01-23 | efi/libstub: arm64: Fix image check alignment at entry | Mihai Carabas | |
| 2021-08-03 | efi/libstub: arm64: Double check image alignment at entry | Ard Biesheuvel | |
| 2021-08-03 | efi/libstub: arm64: Warn when efi_random_alloc() fails | Ard Biesheuvel | |
| 2021-08-03 | efi/libstub: arm64: Relax 2M alignment again for relocatable kernels | Ard Biesheuvel | |
| 2021-08-03 | efi/libstub: arm64: Force Image reallocation if BSS was not reserved | Ard Biesheuvel | |
| 2021-03-10 | arm64/mm: Fix __enable_mmu() for new TGRAN range values | James Morse | |
| 2021-01-21 | efi/arm64: Update debug prints to reflect other entropy sources | Mark Brown | |
| 2020-10-12 | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | |
| 2020-10-12 | Merge branch 'efi/urgent' into efi/core, to pick up fixes | Ingo Molnar | |
| 2020-09-29 | efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure | Ard Biesheuvel | |
| 2020-09-16 | efi/libstub: arm32: Use low allocation for the uncompressed kernel | Ard Biesheuvel | |
| 2020-09-07 | arm64: get rid of TEXT_OFFSET | Ard Biesheuvel | |
| 2020-07-13 | efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLR | Will Deacon | |
| 2020-05-01 | efi/libstub: Move pr_efi/pr_efi_err into efi namespace | Arvind Sankar | |
| 2020-04-24 | efi/libstub: Drop __pure getters for EFI stub options | Ard Biesheuvel | |
| 2020-04-24 | efi/libstub/arm64: Switch to ordinary page allocator for kernel image | Ard Biesheuvel | |
| 2020-04-23 | efi/libstub/arm64: Simplify randomized loading of kernel image | Ard Biesheuvel | |
| 2020-04-23 | efi/libstub/arm64: Replace 'preferred' offset with alignment check | Ard Biesheuvel | |
| 2020-04-09 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | |
| 2020-04-01 | arm64: remove CONFIG_DEBUG_ALIGN_RODATA feature | Ard Biesheuvel | |
| 2020-03-29 | efi/libstub/arm64: Avoid image_base value from efi_loaded_image | Ard Biesheuvel | |
| 2020-02-23 | efi/libstub: Use hidden visibility for all source files | Ard Biesheuvel | |
| 2020-02-22 | efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypoint | Ard Biesheuvel | |
| 2019-12-25 | efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive | Ard Biesheuvel | |
| 2019-12-25 | efi/libstub: Remove 'sys_table_arg' from all function prototypes | Ard Biesheuvel | |
| 2019-12-25 | efi/libstub: Drop sys_table_arg from printk routines | Ard Biesheuvel | Felipe Zimmerle |
| Simplify the sysfs ABI of the wusb-cbaf (Cable Based Association) driver: use one value per file and cause the write of the CHID to fetch the CDID (instead of requiring a separate read). Update the example wusb-cbaf script to work with this revised ABI. Signed-off-by: Felipe Zimmerle <felipe.zimmerle@indt.org.br> Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | uwb: add symlinks in sysfs between radio controllers and PALs | David Vrabel | |
| Add a facility for PALs to have symlinks to their radio controller (and vice-versa) and make WUSB host controllers use this. Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | wusb: fix bmRequestType for Abort RPipe request | Anderson Lizardo | |
| WUSB 1.0 (Table 8-4) mentions that Abort RPipe requests must have bmRequestType equal to 0x25, although current implementation sets bmRequestType to 0xa5. This patch fixes this typo. Signed-off-by: Anderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | wusb: fix error path for wusb_set_dev_addr() | Anderson Lizardo | |
| Error path for wusb_set_dev_addr() was handled incorrectly. Fix it by considering error only when return value is negative. Signed-off-by: Anderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | wusb: add the Wire Adapter (WA) core | Inaky Perez-Gonzalez | |
| Common code for supporting Host Wire Adapters and Device Wire Adapters. Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | wusb: add the USB wusb-cbaf driver | Inaky Perez-Gonzalez | |
| Add a driver for cable based associated of (Wireless) USB devices. Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | wusb: add the Wireless USB core (build-system) | Greg Kroah-Hartman | |
| Add the WUSB build system (Kconfig and Kbuild) files. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | wusb: add the Wireless USB core (security) | Inaky Perez-Gonzalez | |
| Add the WUSB security (authentication) code. Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | wusb: add the Wireless USB core (protocol) | Inaky Perez-Gonzalez | |
| Add the WUSB protocol (MMC management and device connection) code. Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
| 2008-09-17 | wusb: add the Wireless USB core | Inaky Perez-Gonzalez | |
| Add support for Ceritified Wireless USB 1.0 to the USB stack. This has been split into several patches for easier review. core (this patch): - host controller infrastructure - cluster reservation - UWB PAL registration - fake root hub protocol: - MMC management (start/stop, managing IEs) - device connection security: - device authentication and authorization build-system: - Kconfig and Kbuild files Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
