summaryrefslogtreecommitdiff
path: root/sys/src/9
AgeCommit message (Expand)Author
2015-03-07kernel: catch address overflow in syssegfree()cinap_lenrek
2015-03-06zynq: sdio supportcinap_lenrek
2015-03-06devsd: always page align sd bufferscinap_lenrek
2015-03-06zynq: do mpinit() early so cpu1 debug prints do not intermixcinap_lenrek
2015-03-05zynq: fix usb by implementing delay() and give proper port speed in portstatuscinap_lenrek
2015-03-03kernel: fix physical segment handlingcinap_lenrek
2015-03-01devmnt: remove unused mntstats fields from Mntrpccinap_lenrek
2015-02-20devusb: check for nil hp->dump and hp->seprintepcinap_lenrek
2015-02-20pc, pc64: simplify intrdisable()cinap_lenrek
2015-02-20devusb: fix debug ctl nil crashcinap_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-14zynq: do fixed mapping for ocm memory on boot and make kaddr() and paddr() wo...cinap_lenrek
2015-02-07pc64: enable uartisa in default configstanley lieber
2015-02-07zynq: fix print format warning in screeninit()cinap_lenrek
2015-02-07kernel: make pagereclaim() a bit less stupidcinap_lenrek
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]cinap_lenrek
2015-01-30kernel: increase size of palloc.mem[] user page bank arraycinap_lenrek
2015-01-30wifi: fix recvbeacon()cinap_lenrek
2015-01-30wifi: ignore truncated tlv in beacon/probescinap_lenrek
2015-01-27devmnt: handle rpc buffer exhaustion on mntflushalloc()cinap_lenrek
2015-01-23pc: dont handle pending floating point exception in fpsave thru FPOFFcinap_lenrek
2015-01-17igfx: remove hardware cursor support for X60t, does not workcinap_lenrek
2015-01-17iwl: add "reset" ctl message to software tigger device resetcinap_lenrek
2015-01-16igfx: determine amount of preallocated stolen graphics memory for hw cursorcinap_lenrek
2015-01-16devvga: use uintptr for VGAscr.paddr and VGAscr.storagecinap_lenrek
2015-01-12igfx: reverting previous change, pci id is for the second graphics controller...cinap_lenrek
2015-01-12igfx: support for X200 (thanks bigato)cinap_lenrek
2015-01-10igfx: use mmio to access registers instead of pio, fix wrong igfxmmio segment...cinap_lenrek
2015-01-09igfx: implement hardware cursorcinap_lenrek
2015-01-09igfx: aaaand the kernel part :(cinap_lenrek
2015-01-09igfx: work in progress intel graphics drivercinap_lenrek
2015-01-04sdide: add vid/did for 82801IIH Intel Q35 IDE controller (thanks kenji)cinap_lenrek
2015-01-04sdiahci: sanitize ahci pci barcinap_lenrek
2015-01-03devvga: disable hardware blanking when switching drivers, check softscreencinap_lenrek
2015-01-02devdraw: remove broken color palette blankingcinap_lenrek
2015-01-02devvga: better way to prevent blank hwaccel racecinap_lenrek
2015-01-02vgavesa: get rid of the vesa kproccinap_lenrek
2015-01-01zynq: differentiate various pagefault types in faultarm()cinap_lenrek
2014-12-30zynq: enable branch predictioncinap_lenrek
2014-12-30zynq: implement µs()cinap_lenrek
2014-12-30zynq: enable prefetch hints and drop-prefetchcinap_lenrek
2014-12-29zymq: lilu dallas, multicorecinap_lenrek
2014-12-26vga, vesa: revert. this needs to be in aux/vga insteadftrvxmtrx
2014-12-26vga, vesa: scaling modesftrvxmtrx
2014-12-25zynq: only tmpmap() while splhi(), remove unneeded coherence() after tmpunmap...cinap_lenrek
2014-12-25zynq: dont do install target by default in the mkfilecinap_lenrek
2014-12-24zynq: fpsave() and fpclear() both need to disable the fpucinap_lenrek
2014-12-24zynq: active.machs = 1cinap_lenrek
2014-12-24zynq: set mainmem->maxsize so kernel malloc() wont fail after 4MBcinap_lenrek