plan9fox/sys/src/9/port
cinap_lenrek 8a3b388ffe kernel: implement separate wait queues for page allocation
give kernel processes and local disk file servers (procs
having noswap flag set) a clear advantage for page allocation
under starved condition by giving them ther own wait queue so
they get readied as soon as pages become available.
2015-06-15 16:05:00 +02:00
..
alarm.c kernel: simplify procalarm() 2014-01-03 02:16:18 +01:00
alloc.c pc64: fix poolsummary() string format 2014-02-07 23:02:56 +01:00
allocb.c kernel: replace ulong with uintptr in ucallocb() and fix unneeded parentheses 2014-12-16 09:41:05 +01:00
aoe.h aoe: updating aoe driver from erik quanstros 9atom 2013-05-01 18:50:07 +02:00
audioif.h
auth.c kernel: apply uintptr for ulong when a pointer is stored 2014-01-20 00:47:55 +01:00
cache.c kernel: get rid of auxpage() and preserve cache index bits in Page.va in mount cache 2015-03-16 05:46:08 +01:00
chan.c kernel: more nil vs 0 cleanup in chan.c 2014-08-08 17:02:10 +02:00
cis.c
debugalloc.c
dev.c
devaoe.c kernel: new pagecache, remove Lock from page, use cmpswap for Ref instead of Lock 2014-06-22 15:12:45 +02:00
devaudio.c audiohda: allow manual pin routing, more verbose audiostat, initial mute of al widgets 2013-09-29 15:44:26 +02:00
devbridge.c
devcap.c
devcons.c devcons: avoid division by zero reading Qsysstat 2014-09-28 02:42:33 +02:00
devdraw.c devdraw: remove broken color palette blanking 2015-01-02 18:48:22 +01:00
devdup.c kernel: avoid inconsistent reads in /proc/#/fd and /proc/#/ns 2014-12-21 04:46:22 +01:00
devenv.c devenv: prevent non-hostowner from creating or removing variables in '#ec', cleanup 2014-08-13 23:09:47 +02:00
devflash.c
devfs.c devfs: remove useless ~OTRUNC mask for openmode 2015-06-07 17:41:43 +02:00
devkprof.c kernel: apply uintptr for ulong when a pointer is stored 2014-01-20 00:47:55 +01:00
devloopback.c devloopback: fix potential channel leak on allocation error (from eriks 9atom) 2013-05-01 18:31:13 +02:00
devmnt.c devmnt: remove unused mntstats fields from Mntrpc 2015-03-01 18:56:45 +01:00
devmouse.c kernel: move arrow cursor definition to port/devmouse.c 2015-04-07 22:05:48 +02:00
devpipe.c devpipe: fix channel and queue leaks (from erik quanstroms 9atom) 2013-05-01 19:03:56 +02:00
devpnp.c
devproc.c kernel: add segio() function for reading/writing segments 2015-04-16 00:45:25 +02:00
devroot.c
devsd.c devsd: always page align sd buffers 2015-03-06 16:16:45 +01:00
devsdp.c kernel: kproc error and exit 2013-11-22 22:28:20 +01:00
devsegment.c devsegment: fix parsecmd() memory leak 2015-06-09 03:33:37 +02:00
devshr.c devshr, devaudio: openmode()/devopen() error handling 2013-08-27 23:27:46 +02:00
devsrv.c devsrv, devshr: wstat permissions 2013-06-18 22:09:40 +02:00
devssl.c devssl: use parsecmd() to process control message to get rid of 128 byte stack buffer limit 2013-12-16 10:06:34 +01:00
devtls.c devtls: ignore UnrecogniedName (112) alert message (for SNI) 2015-06-01 01:32:57 +02:00
devuart.c
devusb.c devusb: check for nil hp->dump and hp->seprintep 2015-02-20 18:56:22 +01:00
devwd.c
ecc.c
edf.c
edf.h
error.h kernel: make noswap flag exclude processes from killbig() if not eve, reset noswap flag on exec 2014-08-17 00:50:20 +02:00
fault.c kernel: avoid posting note to kernel process in faulterror() 2015-04-16 15:31:51 +02:00
flashif.h
initcode.c
led.c
led.h
lib.h kernel: fix declaration of getcallerpc() 2014-01-19 03:32:50 +01:00
log.c
master.local
mkbootrules
mkdevc kernel: generate dummy bootscreeninit() function when building without vga device 2014-12-13 05:29:51 +01:00
mkdevlist add experimental pc64 kernel 2014-02-01 10:25:10 +01:00
mkerrstr
mkextract
mkfile
mkfilelist
mkroot
mkrootall
mkrootc
mksystab kernel: apply uintptr for ulong when a pointer is stored 2014-01-20 00:47:55 +01:00
mul64fract.c
nandecc.h
netif.c netif: fix wrong qid in 3rd level stats/ifstats files (thanks burnzez) 2014-01-11 16:07:35 +01:00
netif.h
page.c kernel: implement separate wait queues for page allocation 2015-06-15 16:05:00 +02:00
parse.c
pgrp.c kernel: new pagecache, remove Lock from page, use cmpswap for Ref instead of Lock 2014-06-22 15:12:45 +02:00
portclock.c pc64: amd64 kernel reboot support 2014-03-16 20:22:59 +01:00
portdat.h kernel: implement separate wait queues for page allocation 2015-06-15 16:05:00 +02:00
portfns.h kernel: implement separate wait queues for page allocation 2015-06-15 16:05:00 +02:00
portmkfile kernel: state errstr.h dependency for proc.acid target (fixes acid kinit() on cleaned kernel source tree) 2015-05-11 05:09:31 +02:00
portusbehci.h
print.c
proc.c kernel: fix accounttime() for HZ >= 1000 2015-06-12 14:28:31 +02:00
qio.c kernel: make use of nil vs 0 consistent in qio.c (sorry) 2014-11-13 16:46:41 +01:00
qlock.c kernel: dont use atomic increment for Proc.nlocks, maintain Lock.m for lock(), use uintptr intstead of long for pc values 2014-06-05 21:54:32 +02:00
random.c kernel: kproc error and exit 2013-11-22 22:28:20 +01:00
rdb.c
rebootcmd.c pc64: amd64 kernel reboot support 2014-03-16 20:22:59 +01:00
sd.h devsd: always page align sd buffers 2015-03-06 16:16:45 +01:00
sdaoe.c sdaoe: allow aoedev= shorthand for id!lun -> id!#æ/aoe/lun 2014-12-19 02:37:40 +01:00
sdloop.c sdloop: hardcode Enotup[] string to avoid devaoe dependency 2014-12-19 02:38:36 +01:00
sdmmc.c add ricoh pci sdmmc host controller driver for X230 2013-07-14 01:33:07 +02:00
sdscsi.c devsd: don't raise Enomem error if sdmalloc() fails, instead wait for the memory to become available 2013-05-19 20:59:55 +02:00
segment.c kernel: dont use smalloc() to allocate pte array in ibrk() 2015-06-13 17:50:26 +02:00
semaphore.p
swap.c kernel: implement separate wait queues for page allocation 2015-06-15 16:05:00 +02:00
swcursor.c dont flush screen when hiding software cursor 2014-11-08 11:48:38 +01:00
syscallfmt.c pc64: syscallfmt for nsec syscall 2014-09-20 01:37:11 +02:00
sysfile.c kernel: use nil for pointers instead of 0, zero channel umc and dirrock in newchan() 2014-08-08 16:44:41 +02:00
sysproc.c kernel: fixed segment support (for fpga experiments) 2015-04-12 22:30:30 +02:00
taslock.c kernel: dont use atomic increment for Proc.nlocks, maintain Lock.m for lock(), use uintptr intstead of long for pc values 2014-06-05 21:54:32 +02:00
thwack.c
thwack.h
tod.c kernel: fix todfix() race 2014-08-16 21:04:41 +02:00
ucalloc.c
ucallocb.c kernel: replace ulong with uintptr in ucallocb() and fix unneeded parentheses 2014-12-16 09:41:05 +01:00
unthwack.c
usb.h nusb: resolve endpoint id conflict with different input and output types 2014-04-23 20:03:01 +02:00
usbehci.c usbehci: initial support for usb on zynq, remove uncached.h 2015-02-14 03:00:31 +01:00
xalloc.c kernel: print addresses in hex and sizes in decimal in xallocsummary 2014-12-18 23:06:39 +01:00