]> git.proxmox.com Git - grub2.git/shortlog
grub2.git
2019-05-14 Colin WatsonImport grub2_2.04~rc1.orig.tar.xz
2019-04-09 Vladimir SerbinenkoRelease 2.04~rc1
2019-04-09 Vladimir SerbinenkoChange fs functions to add fs_ prefix
2019-04-08 Vladimir SerbinenkoA workaround for clang problem assembling startup_raw.S
2019-04-04 Eric Snowbergieee1275: NULL pointer dereference in grub_ieee1275_enc...
2019-04-02 Daniel Kiperdocs/grub-dev: Change comments rules
2019-04-02 Andrew Jeddelohloader/i386/linux: Calculate the setup_header length
2019-04-02 Eric Snowbergefidisk: NULL pointer dereference in grub_efidisk_get_d...
2019-04-02 Eric Snowbergefidisk: NULL pointer dereference in is_child()
2019-04-02 Eric Snowbergefidisk: Write to NULL pointer ldp
2019-04-02 Vladimir Serbinenkoclang: Pair -Qn with -Qunused-arguments.
2019-03-28 John Paul Adrian... ieee1275: Fix path reference in comment of sparc64...
2019-03-28 John Paul Adrian... ieee1275: Include a.out header in assembly of sparc64...
2019-03-26 Vladimir SerbinenkoPropagate GNU_PRINTF from gnulib vfprintf
2019-03-26 Vladimir Serbinenkoefi/tpm.c: Add missing casts
2019-03-26 Vladimir SerbinenkoPOTFILES: Don't include gnulib in grub.pot
2019-03-26 Vladimir Serbinenkoconfigure.ac: Use nostdlib when checking for nostdinc
2019-03-25 Vladimir Serbinenkoefi/tpm.h: Fix hash_log_extend_event definition.
2019-03-25 Vladimir SerbinenkoRename grub_disk members
2019-03-25 Vladimir Serbinenkogrub-mkimagexx: Fix RISCV error message
2019-03-25 Vladimir Serbinenkokern/emu/misc.c: Don't include config-util.h when runni...
2019-03-25 Vladimir SerbinenkoSupport R_PPC_PLTREL24
2019-03-20 Daniel Kipersparc: Enable __clzsi2() and __clzdi2()
2019-03-20 Daniel Kipermips: Enable __clzsi2()
2019-03-20 Daniel Kiperverifiers: MIPS fallout cleanup
2019-03-20 Daniel Kiperverifiers: PowerPC fallout cleanup
2019-03-20 Daniel Kiperverifiers: IA-64 fallout cleanup
2019-03-20 Colin Watsonposix_wrap: Flesh out posix_wrap/limits.h a little...
2019-03-19 Marek Marczykowski... xen: Look for Xen notes in section headers too
2019-03-19 Colin Watsongetroot: Save/restore CWD more reliably on Unix
2019-03-12 Andrei Borzenkovnet/dhcp: Add explicit net_dhcp command
2019-03-12 Andrei Borzenkovnet/dhcp: Actually send out DHCPv4 DISCOVER and REQUEST...
2019-03-12 Andrei Borzenkovnet/dhcp: Allow receiving DHCP OFFER and ACK packets
2019-03-12 Andrei Borzenkovnet/dhcp: Use DHCP options for name and bootfile
2019-03-12 Andrei Borzenkovnet/dhcp: Introduce per-interface timeout
2019-03-12 Andrei Borzenkovnet/dhcp: Make grub_net_process_dhcp() take an interface
2019-03-12 Andrei Borzenkovnet/dhcp: Refactor DHCP packet transmission into separa...
2019-03-12 Andrei Borzenkovnet/dhcp: Allow overloading legacy bootfile and name...
2019-03-12 Andrei Borzenkovnet/dhcp: Replace parse_dhcp_vendor() with find_dhcp_op...
2019-03-12 Andrei Borzenkovnet/dhcp: Remove dead code
2019-03-12 Jesús Diéguez... msr: Add new MSR modules (rdmsr/wrmsr)
2019-03-12 Jesús Diéguez... asm: Replace "__asm__ __volatile__" with "asm volatile"
2019-03-12 Eric Snowbergsparc64: Add bios boot partition support
2019-03-12 Eric Snowbergieee1275: obdisk driver
2019-03-12 Paul MenzelMakefile: Allow to set file systems modules for default...
2019-03-07 Vladimir Serbinenkowindows/platform.c: Fix compilation errors
2019-03-05 Colin Watsongnulib: Upgrade Gnulib and switch to bootstrap tool
2019-03-05 Colin Watsonsyslinux: Fix syslinux_test in out-of-tree builds
2019-03-05 Colin Watsonutil: Detect more I/O errors
2019-03-05 James Clarkeosdep/freebsd: Fix partition calculation for EBR entries
2019-02-26 Steve McIntyregrub-install: Check for arm-efi as a default target
2019-02-26 Daniel KiperRevert "grub-install: Check for arm-efi as a default...
2019-02-25 Alexander Graftravis: Add Travis CI config file
2019-02-25 Steve McIntyregrub-install: Check for arm-efi as a default target
2019-02-25 Leif Lindholmarm64/efi: Fix grub_efi_get_ram_base()
2019-02-25 Paul Menzelnormal/menu: Do not treat error values as key presses
2019-02-25 Alexander Graffdt: Treat device tree file type like ACPI
2019-02-25 Alexander GrafRISC-V: Add to build system
2019-02-25 Alexander GrafRISC-V: Add libgcc helpers for clz
2019-02-25 Alexander GrafRISC-V: Add auxiliary files
2019-02-25 Alexander GrafRISC-V: Add awareness for RISC-V reloations
2019-02-25 Alexander GrafRISC-V: Add Linux load logic
2019-02-25 Alexander GrafRISC-V: Add early startup code
2019-02-25 Alexander GrafRISC-V: Add setjmp implementation
2019-02-25 Alexander Grafelf.h: Add RISC-V definitions
2019-02-25 Alexander GrafPE: Add RISC-V definitions
2019-02-25 Alexander Grafefi: Rename armxx to arch
2019-02-06 Alexander Grafmkimage: Clarify file alignment in efi case
2019-02-06 Alexander Grafmkimage: Align efi sections on 4k boundary
2019-02-06 Alexander Grafmkimage: Use EFI32_HEADER_SIZE define in arm-efi case
2019-02-06 Guillaume GARDETarm: Move initrd upper to leave more space for kernel
2019-01-23 Leif Lindholmlinux, efi, arm*, fdt: Break FDT extra allocation space...
2019-01-22 Cristian Ciocalteauboot: Add the missing disk write operation support
2019-01-21 Max Tottenhamtpm: Fix bug in GRUB2 TPM module
2019-01-14 Colin Watsonpgp: Fix emu build and tests after pgp module renaming
2019-01-14 Peter Großegrub-mkconfig/20_linux_xen: Support multiple early...
2019-01-14 Heinrich Schuchardtgrub-core/loader/efi/fdt.c: Do not copy random memory
2018-12-12 Matthew Garrettverifiers: Add TPM documentation
2018-12-12 Matthew Garrettverifiers: Core TPM support
2018-12-12 Matthew Garrettverifiers: Verify commands executed by grub
2018-12-12 Juergen Grossxen_pvh: Add support to configure
2018-12-12 Juergen Grossxen_pvh: Support grub-install for xen_pvh
2018-12-12 Juergen Grossxen_pvh: Support building a standalone image
2018-12-12 Juergen Grossxen: Use elfnote defines instead of plain numbers
2018-12-12 Hans van Kranenburggrub-module-verifier: Ignore all_video for xen_pvh
2018-12-12 Juergen Grossxen_pvh: Add build runes for grub-core
2018-12-12 Juergen Grossxen: Init memory regions for PVH
2018-12-12 Juergen Grossxen: Setup Xen specific data for PVH
2018-12-12 Juergen Grossxen: Get memory map from hypervisor for PVH
2018-12-12 Juergen Grossxen: Setup hypercall page for PVH
2018-12-12 Juergen Grossxen: Add PVH boot entry code
2018-12-12 Juergen Grossxen: Add basic hooks for PVH in current code
2018-12-12 Juergen Grossxen: Add PVH specific defines to offset.h
2018-12-12 Juergen Grossxen: Modify grub_xen_ptr2mfn() for Xen PVH
2018-12-12 Juergen Grossxen: Rearrange xen/init.c to prepare it for Xen PVH...
2018-12-12 Juergen Grossxen: Add some dummy headers for PVH mode
2018-12-12 Juergen Grossxen: Prepare common code for Xen PVH support
2018-12-12 Juergen Grossxen: Carve out grant tab initialization into dedicated...
2018-12-12 Juergen Grossloader/linux: Support passing RSDP address via boot...
2018-12-12 Juergen Grossxen: Add some Xen headers
next