Age | Commit message (Expand) | Author |
2015-03-07 | kernel: catch address overflow in syssegfree() | cinap_lenrek |
2015-03-06 | zynq: sdio support | cinap_lenrek |
2015-03-06 | devsd: always page align sd buffers | cinap_lenrek |
2015-03-06 | zynq: do mpinit() early so cpu1 debug prints do not intermix | cinap_lenrek |
2015-03-05 | zynq: fix usb by implementing delay() and give proper port speed in portstatus | cinap_lenrek |
2015-03-03 | kernel: fix physical segment handling | cinap_lenrek |
2015-03-01 | devmnt: remove unused mntstats fields from Mntrpc | cinap_lenrek |
2015-02-20 | devusb: check for nil hp->dump and hp->seprintep | cinap_lenrek |
2015-02-20 | pc, pc64: simplify intrdisable() | cinap_lenrek |
2015-02-20 | devusb: fix debug ctl nil crash | cinap_lenrek |
2015-02-18 | pc, pc64: fix intrdisable() MaxIrqLAPIC -> MaxVectorAPIC (thanks mischief) | cinap_lenrek |
2015-02-14 | usbehci: initial support for usb on zynq, remove uncached.h | cinap_lenrek |
2015-02-14 | zynq: do fixed mapping for ocm memory on boot and make kaddr() and paddr() wo... | cinap_lenrek |
2015-02-07 | pc64: enable uartisa in default config | stanley lieber |
2015-02-07 | zynq: fix print format warning in screeninit() | cinap_lenrek |
2015-02-07 | kernel: make pagereclaim() a bit less stupid | cinap_lenrek |
2015-02-07 | kernel: reduce Page structure size by changing Page.cachectl[] | cinap_lenrek |
2015-01-30 | kernel: increase size of palloc.mem[] user page bank array | cinap_lenrek |
2015-01-30 | wifi: fix recvbeacon() | cinap_lenrek |
2015-01-30 | wifi: ignore truncated tlv in beacon/probes | cinap_lenrek |
2015-01-27 | devmnt: handle rpc buffer exhaustion on mntflushalloc() | cinap_lenrek |
2015-01-23 | pc: dont handle pending floating point exception in fpsave thru FPOFF | cinap_lenrek |
2015-01-17 | igfx: remove hardware cursor support for X60t, does not work | cinap_lenrek |
2015-01-17 | iwl: add "reset" ctl message to software tigger device reset | cinap_lenrek |
2015-01-16 | igfx: determine amount of preallocated stolen graphics memory for hw cursor | cinap_lenrek |
2015-01-16 | devvga: use uintptr for VGAscr.paddr and VGAscr.storage | cinap_lenrek |
2015-01-12 | igfx: reverting previous change, pci id is for the second graphics controller... | cinap_lenrek |
2015-01-12 | igfx: support for X200 (thanks bigato) | cinap_lenrek |
2015-01-10 | igfx: use mmio to access registers instead of pio, fix wrong igfxmmio segment... | cinap_lenrek |
2015-01-09 | igfx: implement hardware cursor | cinap_lenrek |
2015-01-09 | igfx: aaaand the kernel part :( | cinap_lenrek |
2015-01-09 | igfx: work in progress intel graphics driver | cinap_lenrek |
2015-01-04 | sdide: add vid/did for 82801IIH Intel Q35 IDE controller (thanks kenji) | cinap_lenrek |
2015-01-04 | sdiahci: sanitize ahci pci bar | cinap_lenrek |
2015-01-03 | devvga: disable hardware blanking when switching drivers, check softscreen | cinap_lenrek |
2015-01-02 | devdraw: remove broken color palette blanking | cinap_lenrek |
2015-01-02 | devvga: better way to prevent blank hwaccel race | cinap_lenrek |
2015-01-02 | vgavesa: get rid of the vesa kproc | cinap_lenrek |
2015-01-01 | zynq: differentiate various pagefault types in faultarm() | cinap_lenrek |
2014-12-30 | zynq: enable branch prediction | cinap_lenrek |
2014-12-30 | zynq: implement µs() | cinap_lenrek |
2014-12-30 | zynq: enable prefetch hints and drop-prefetch | cinap_lenrek |
2014-12-29 | zymq: lilu dallas, multicore | cinap_lenrek |
2014-12-26 | vga, vesa: revert. this needs to be in aux/vga instead | ftrvxmtrx |
2014-12-26 | vga, vesa: scaling modes | ftrvxmtrx |
2014-12-25 | zynq: only tmpmap() while splhi(), remove unneeded coherence() after tmpunmap... | cinap_lenrek |
2014-12-25 | zynq: dont do install target by default in the mkfile | cinap_lenrek |
2014-12-24 | zynq: fpsave() and fpclear() both need to disable the fpu | cinap_lenrek |
2014-12-24 | zynq: active.machs = 1 | cinap_lenrek |
2014-12-24 | zynq: set mainmem->maxsize so kernel malloc() wont fail after 4MB | cinap_lenrek |