]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
2012-05-31 Kevin O'ConnorRemove "noinline" declarations from keyboard/mouse...
2012-05-31 Kevin O'ConnorUse the extra stack for 16bit USB and PS2 keyboard...
2012-05-31 Kevin O'ConnorRun all hardware irq handlers on the extra stack.
2012-05-29 Kevin O'ConnorAutomatically hop off the extra stack when far calling...
2012-05-29 Kevin O'ConnorMake the extra stack re-entrant and "hop back" to check...
2012-05-29 Kevin O'ConnorReplace 32bit->16bit farcall system with regular calls.
2012-05-29 Kevin O'ConnorMove farcall16 code from util.c to stacks.c and reorg...
2012-05-29 Kevin O'ConnorRename call16 to farcall16.
2012-05-29 Kevin O'ConnorDon't restrict VISIBLEx C functions to only x mode.
2012-05-29 Kevin O'ConnorRename wait_irq to yield_toirq.
2012-05-25 Kevin O'ConnorMisc conversions to GET/SET_LOWFLAT().
2012-05-25 Kevin O'ConnorConvert virtio code to use GET/SET_LOWFLAT().
2012-05-25 Kevin O'ConnorConvert AHCI code to use GET/SET_LOWFLAT().
2012-05-25 Kevin O'ConnorRemove disk GET/SET_INT13DPT and GET/SET_INT13EXT macros.
2012-05-25 Kevin O'ConnorUse inline functions instead of macros for GET/SET_SEG...
2012-05-24 Kevin O'ConnorMinor - verify UMB dummy optionrom header size doesn...
2012-05-23 Gerd Hoffmannpci: init all devices
2012-05-21 Kevin O'ConnorAllow optionroms and "low mem" to share space.
2012-05-21 Kevin O'ConnorConvert GET/SET_FLATPTR() accesses to "low mem" to...
2012-05-20 Kevin O'ConnorEBDA cleanups.
2012-05-20 Kevin O'ConnorConvert disk code EBDA variables to VARLOW variables.
2012-05-20 Kevin O'ConnorConvert USB keyboard code EBDA variables to VARLOW...
2012-05-20 Kevin O'ConnorConvert ps2 code EBDA variables to VARLOW variables.
2012-05-20 Kevin O'ConnorConvert boot code EBDA variables to VARLOW variables.
2012-05-20 Kevin O'ConnorConvert timer code EBDA variables to VARLOW variables.
2012-05-20 Kevin O'ConnorAdd mechanism to declare variables as "low mem" and...
2012-05-14 Kevin O'ConnorUse the e-segment instead of the 9-segment for bios...
2012-05-14 Kevin O'ConnorAutomatically reboot after 60 second delay on failed...
2012-05-12 Gerd Hoffmannpci: handle bridge irq mapping
2012-05-12 Kevin O'ConnorRevert "Fix 64bit PCI issues on Windows"
2012-04-30 Marc JonesAdd IASL definition to the Makefile.
2012-04-27 Kevin O'Connorpciinit: Simplify list manipulation in pci_region_migra...
2012-04-27 Kevin O'Connorpciinit: Minor white space changes.
2012-04-27 Alexey KorolevFix 64bit PCI issues on Windows
2012-04-27 Alexey Korolevpciinit: Migrate 64bit entries to 64bit pci regions
2012-04-27 Alexey Korolevpciinit: Calculate pci region stats on demand
2012-04-27 Alexey Korolevpciinit: 64bit capability discovery for pci bridges
2012-04-27 Alexey Korolevpciinit: Add pci_region structure.
2012-04-27 Alexey Korolevpciinit: Switch to 64bit variable types.
2012-04-27 Alexey Korolevpciinit: bridges can have two regions too
2012-04-27 Kevin O'Connorpciinit: Track region alignment explicitly.
2012-04-27 Alexey Korolevpciinit: Use sorted order allocation
2012-04-27 Alexey Korolevpciinit: Remove size element from pci_bus->r structure
2012-04-27 Alexey Korolevpciinit: Move bus bar asignment
2012-04-27 Alexey Korolevpciinit: Introduction of pci_region_entry structure
2012-04-17 Kevin O'Connorvgabios: Improve Kconfig descriptions for the vga card...
2012-04-16 Kevin O'Connorbuildversion: Don't rely on bash syntax.
2012-04-15 Kevin O'ConnorMisc compile fixes for gcc v3.4. rel-1.7.0
2012-04-05 Igor MammedovReplace level gpe event with edge gpe event for hot...
2012-04-01 Michael S.... seabios: readd Makefile rule for ACPI
2012-03-25 Kevin O'ConnorMark disk.c functions that take an address of a stack...
2012-03-24 Ian Campbelltest-gcc: do not truncate stderr
2012-03-24 Kevin O'ConnorUse "git describe" in the build generated version descr...
2012-03-21 Gleb NatapovDrop FIX_RTC flag from FADT.
2012-03-21 Paolo Bonziniata: send TEST UNIT READY correctly
2012-03-17 Paolo Bonzinivirtio-scsi: Fix virtio-scsi after cdb_is_read changes.
2012-03-17 Gleb Natapovif HPET is not present do not report it in DSDT
2012-03-15 Kevin O'ConnorUse OUT mode for all zero byte "scsi" transfers.
2012-03-15 Kevin O'ConnorWhitespace changes - replace handful of tabs in core...
2012-03-12 Kevin O'Connorps2: Enable keyboard at end of PS2 port irq.
2012-03-11 Kevin O'ConnorIncrease the debug level of several frequent dprintf...
2012-03-11 Kevin O'ConnorUpdate drive type default boot order.
2012-03-11 Kevin O'Connorusb: Remove QH_MULT_SHIFT flag from qh.info1.
2012-03-11 Kevin O'Connorusb: Fix barrier() placement in OHCI interrupt schedule...
2012-03-11 Kevin O'Connorusb: Populate OHCI endpoint descriptor info at pipe...
2012-03-11 Kevin O'Connorusb: Move EHCI tt_* fields to EHCI controller code.
2012-03-11 Kevin O'Connorusb: Move code around in usb.c.
2012-03-11 Kevin O'Connorusb: Generalize controller alloc_async_pipe / alloc_int...
2012-03-11 Kevin O'Connorusb: Move code around in usb controller code.
2012-03-11 Kevin O'Connorusb: Pass 'struct usbdevice_s' to controller alloc_intr...
2012-03-11 Kevin O'Connorusb: Pass 'struct usbdevice_s' into controller alloc_as...
2012-03-11 Kevin O'Connorusb: Pass usbdevice_s to alloc_async_pipe.
2012-03-11 Kevin O'Connorusb: Build path via chain of usbdevice_s.
2012-03-11 Kevin O'Connorusb: Push 'struct usbdevice_s' usage through to pipe...
2012-03-11 Kevin O'Connorusb: Introduce 'struct usbdevice_s' to describe info...
2012-03-06 Kevin O'Connorusb: Obtain free list items in main code.
2012-03-06 Kevin O'Connorusb: Remove cntl->defaultpipe cache.
2012-03-06 Kevin O'Connorusb: Centralize pipe free list code.
2012-03-06 Kevin O'ConnorBatch free USB pipes on EHCI controllers.
2012-03-06 Kevin O'ConnorBatch free USB pipes on UHCI controllers.
2012-03-06 Kevin O'ConnorBatch free USB pipes on OHCI controllers.
2012-03-06 Paolo Bonziniadd virtio-scsi driver
2012-03-06 Paolo Bonziniscsi: do not send MODE SENSE except to QEMU disks
2012-03-06 Julian Pidancetvgabios: Fetch _rom_header_size from the global segment...
2012-03-06 Kevin O'Connorvgabios: Initial support for fixing up assembler to...
2012-03-06 Kevin O'ConnorDon't compile with -mrtd.
2012-03-06 Kevin O'Connorvgabios: int1009 handler bug limits count to 256 charac...
2012-03-06 Kevin O'Connorvgabios: Fixup clext far return instruction.
2012-03-06 Kevin O'Connoroutput: Add 64bit hex print support.
2012-03-06 Kevin O'ConnorFixup missing includes.
2012-02-20 Kevin O'ConnorUse "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.
2012-02-20 Kevin O'ConnorFree USB MSC pipes on error.
2012-02-18 Kevin O'ConnorRegister drives directly in scsi_init_drive().
2012-02-18 Gleb NatapovRunning vgabios during resume from S3 on QEMU by default
2012-02-16 Kevin O'ConnorFix missing NULL pointer checks causing boot failure...
2012-02-14 Kevin O'Connorvgabios: Some tweaks to optimize stack space.
2012-02-12 Kevin O'Connorvgabios: Minor vgabios fixes.
2012-02-12 Kevin O'Connorvgabios: Claim VBE 3 support; minor VBE cleanups.
2012-02-11 Kevin O'Connorvgabios: Add version string to debug output.
2012-02-11 Kevin O'ConnorDirect compile 16bit C code instead of including via...
next