summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64
AgeCommit message (Expand)Author
2016-01-14pc64: move idle() routine after CALL main(SB) as the comment suggestscinap_lenrek
2016-01-13pc/pc64: backing out new mp startup code (caused issues with ramnode)cinap_lenrek
2016-01-11pc/pc64: bring up ap's one after another, use idlehands() while waiting for t...cinap_lenrek
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-08-05pc, pc64: remove unused psaux driver, cleanup devkbdcinap_lenrek
2015-08-05devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove...cinap_lenrek
2015-07-10wifi: adjust transmit rate on error (for etheriwl), small mkfile changescinap_lenrek
2015-07-07pc64: use unsigned long for kmapindex and mmu counts avoiding signed integer ...cinap_lenrek
2015-07-07all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)cinap_lenrek
2015-06-28etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi (thanks...cinap_lenrek
2015-06-28pc, pc64: toggle bit 2 in port 0x61 to reset and enable PCI SERR# nmi's, prin...cinap_lenrek
2015-04-08pc, pc64: extend initial memory map for qemu multiboot datacinap_lenrek
2015-03-25pc, pc64: state dependency to usbehci.h in mkfilescinap_lenrek
2015-03-22usbohci: ensure Ed and Td alignment, fix for amd64cinap_lenrek
2015-02-20pc, pc64: simplify intrdisable()cinap_lenrek
2015-02-18pc, pc64: fix intrdisable() MaxIrqLAPIC -> MaxVectorAPIC (thanks mischief)cinap_lenrek
2015-02-14usbehci: initial support for usb on zynq, remove uncached.hcinap_lenrek
2015-02-07pc64: enable uartisa in default configstanley lieber
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]cinap_lenrek
2015-01-09igfx: implement hardware cursorcinap_lenrek
2015-01-09igfx: work in progress intel graphics drivercinap_lenrek
2014-12-22pc, pc64, xen: change return type of intrdisable() to voidcinap_lenrek
2014-12-22pc, pc64: fix intrdisable() to remove the Vctl entry even tho we can't disabl...cinap_lenrek
2014-12-22pc, pc64, xen: simplify #P/irqalloccinap_lenrek
2014-12-19pc64: enable devaoe and sdloop in kernel configurationcinap_lenrek
2014-12-19pc, pc64: adjust mpshutdown() comment to reflect the current statecinap_lenrek
2014-12-19pc, pc64: untangle acpireset() from mpshutdown()cinap_lenrek
2014-12-17pc, pc64: remove old B.COM command line parsing and just pass tokenized BOOTL...cinap_lenrek
2014-12-16kernel: remove obsolete comment regarding Mntcache size in */main.ccinap_lenrek
2014-12-14kernel: get rid of /boot/boot parametrizationcinap_lenrek
2014-12-13pc, pc64: untangle embedded controller (ec) dependency from devarchcinap_lenrek
2014-12-06pc, pc64: add and enable ethervirtio drivermischief
2014-11-20pc, pc64: preserve last KB of conventional memory (might contain bios tables)cinap_lenrek
2014-11-15pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.scinap_lenrek
2014-11-10pc64: fix comment description of pc64 kernel configurationcinap_lenrek
2014-11-10pc, pc64: provide access to embedded controller with #P/ec filecinap_lenrek
2014-11-09kernel: remove implicit Proc* argument from procctl()cinap_lenrek
2014-11-02pc, pc64: implement acpi reset (for efi)cinap_lenrek
2014-11-02pc, pc64: more sanity checking for lowraminit()cinap_lenrek
2014-11-01pc64: remove unused pdballoc and pdbfree counters from mach structurecinap_lenrek
2014-10-21pc, pc64: make mtrr() callable from interrupt context and before mpinitcinap_lenrek
2014-10-18pc, pc64: allow passing RSDT pointer in *acpi= boot parameter, early bootscre...cinap_lenrek
2014-09-24pc64: enable rtl8169 driver (thanks awabimakoto for testing)mischief
2014-09-21pc64: print "Plan 9" on boot, cleanup pccpu64 filescinap_lenrek
2014-08-22pc64: enable ether8139 in kernel config (thanks hiro)cinap_lenrek
2014-08-18pc, pc64: fix off by one error in _multibootentrycinap_lenrek
2014-08-07pc, pc64: make pc kaddr() check reject -KZERO address (thanks aiju)cinap_lenrek
2014-08-07pc64: fix wrong Ureg* argument on note handler (thanks _sl!)cinap_lenrek
2014-07-21pc64: cleanup syscallentry()cinap_lenrek