Age | Commit message (Expand) | Author |
2017-03-11 | pc kernel: give cpu servers as many image cache strctures as processes | cinap_lenrek |
2017-03-11 | pc kernel: avoid AP's spinning in syncclock(), don't wait for thunderbirdsargo | cinap_lenrek |
2017-03-11 | pc kernel: assume tsc and lapic clock rate on application processors is the s... | cinap_lenrek |
2017-03-11 | pc kernel: don't use active.thunderbirdsargo in vunmap() tlb flush code | cinap_lenrek |
2017-03-11 | teg2: fix format string warning in mmu.c | cinap_lenrek |
2017-03-01 | pc64: enable cputemp driver | mischief |
2017-03-01 | pc, pc64: bump Qmax in devarch | mischief |
2017-02-21 | ether8169: add support for RTL8106E (thanks _potato) | cinap_lenrek |
2017-02-20 | ether82563: work arround phyprobe() failing on 82579LM without cable plugged ... | cinap_lenrek |
2017-02-19 | ether82563: support for i219 (tested on t460p, thanks aiju) | cinap_lenrek |
2017-02-16 | wifi: timestamps in debug print, flush queue on deassoc, shorter roam timeout... | cinap_lenrek |
2017-02-16 | etheriwl: add support for Centrino Advanced-N 6030, 6235 (thanks khm, openbsd) | cinap_lenrek |
2017-02-13 | wifi: handle short preamble and short time slot capabilities | cinap_lenrek |
2017-01-22 | pc/pc64: get rid of timerset(0) case, was used with "i8253set off" ctl | cinap_lenrek |
2017-01-22 | sgi: get rid of timerset(0) case | cinap_lenrek |
2017-01-22 | sgi: cleanup timer code | cinap_lenrek |
2017-01-12 | sgi: change definition of tas() to take void* like the rest | cinap_lenrek |
2017-01-12 | kernel: make the mntcache robust against fileserver like fossil that do not c... | cinap_lenrek |
2017-01-12 | kernel: add "close" ctl message for tcp connection to gracefully hang up a co... | cinap_lenrek |
2016-12-29 | vgaigfx: enable softscreen by default | cinap_lenrek |
2016-12-17 | pc: modify cpu0 page tables in patwc() instead of current cpu ones | cinap_lenrek |
2016-12-17 | pat write combinding support for 386 kernel, honor cpuid bits | cinap_lenrek |
2016-12-15 | pc64: implement simple write combining for framebuffers with the PAT | cinap_lenrek |
2016-12-14 | xen: fix build by adding missing rdrandbuf() function | cinap_lenrek |
2016-12-11 | devmouse: remove unused static map[] array | cinap_lenrek |
2016-12-10 | devmouse: change msec argument of *mousetrack() to ulong | cinap_lenrek |
2016-12-05 | audioac97: support for ICH4-ICH7 based cards with memory mapped registers (th... | cinap_lenrek |
2016-11-29 | devmouse: various bugfixes, simplify | cinap_lenrek |
2016-11-29 | omap: cleanup mouse.c, just a dummy for mousectl() | cinap_lenrek |
2016-11-29 | omap: fix format string warning %d for long | cinap_lenrek |
2016-11-19 | link loopbackmedium and netdevmedium in bcm/pif, sgi/indy and zynq kernels | cinap_lenrek |
2016-11-17 | devtls: remove unused get32() function | cinap_lenrek |
2016-11-17 | pc64: check if vmap() range fits in VMAPLEN window, remove unneeded vmapsync(... | cinap_lenrek |
2016-11-16 | ip/tcp: never raise the mss over the link mtu < 1280 for v6 | cinap_lenrek |
2016-11-15 | ip: get rid of update_mtucache() and restrict_mtu() prototypes | cinap_lenrek |
2016-11-15 | ip/pktmedium: no mintu, no maclen... thi is ip packets | cinap_lenrek |
2016-11-15 | ip/pktmedium: fix wrong hsize, theres no ethernet header on packet media | cinap_lenrek |
2016-11-15 | ip/tcp: only calculae mss from interface mtu when directly reachable for v6 | cinap_lenrek |
2016-11-12 | kernel/qio: make readblist() offset of type ulong as the rest | cinap_lenrek |
2016-11-12 | kernel/qio: get rid of unused qcopycnt debug variable | cinap_lenrek |
2016-11-09 | kernel/qio: implement concatblock() with pullupblock() | cinap_lenrek |
2016-11-08 | kernel/ip: fix typo (rfc -> ifc) | cinap_lenrek |
2016-11-08 | gre: check nil for pullupblock() | cinap_lenrek |
2016-11-08 | devbridge: simplify etherwrite() as we dont deal with block lists | cinap_lenrek |
2016-11-08 | kernel/ip: remove nil checks for allocb() and padblock() | cinap_lenrek |
2016-11-08 | kernel/qio: maintain Block.next pointer in padblock() | cinap_lenrek |
2016-11-08 | kernel/qio: fix comments, fix qiwrite() on close queue, remove debug setmallo... | cinap_lenrek |
2016-11-08 | devcons: simplify putstrn0() | cinap_lenrek |
2016-11-07 | devbridge: various bugfixes and improvements from charles forsyth | cinap_lenrek |
2016-11-07 | kernel/qio: big cleanup of qio functions | cinap_lenrek |