summaryrefslogtreecommitdiff
path: root/sys/src/9/bcm
AgeCommit message (Expand)Author
2019-05-03bcm: move fiq saved pc adjust into lexception.s so it can be shared with arm64cinap_lenrek
2019-05-03uartpl011: dont touch line control while uart is enabledcinap_lenrek
2019-04-11bcm: move CONFADDR parsing into bootargs.c, simplify initcode start() args ha...cinap_lenrek
2019-04-11bcm: don't use PADDR() to convert bus address to physical in vcorecinap_lenrek
2019-04-11kernel: get rid of KSTKSIZE alias for KSTACKcinap_lenrek
2019-04-11kernel: get rid of PTR2UINT() and UINT2PTR() macroscinap_lenrek
2019-04-11bcm: dont assume PHYSDRAM 0 in dmaaddr(), fix dmaioaddr()cinap_lenrek
2019-04-11bcm: add pl011 uart drivercinap_lenrek
2019-04-10bcm: move okay() from uartmini.c to devarch.ccinap_lenrek
2019-04-10bcm: add irq.c to mkfilecinap_lenrek
2019-04-10bcm: move interrupt handling out of trap.c into irq.ccinap_lenrek
2019-04-04bcm: remove obsolete TSTKTOP constantcinap_lenrek
2019-02-27kernel: remove ptclbsum dependencies from configscinap_lenrek
2019-02-27pi, pi2: remove ptclbsum dependency from configcinap_lenrek
2019-02-01bcm: include sdmmc in pi kernel configurationcinap_lenrek
2019-01-30devdraw: get rid of softscreen==0xa110c hack and make attachscreen() return M...cinap_lenrek
2019-01-30bcm: list devswap only once in devtab arraycinap_lenrek
2018-11-08bcm: intrenable() can happen from any cpu in case of dma interruptscinap_lenrek
2018-11-07bcm: cleanup timer codecinap_lenrek
2018-11-07bcm: simplify irq handling by having per cpu Vctl chaincinap_lenrek
2018-11-07bcm: speed up co-processor operations by avoiding i+d cache flush on each ope...cinap_lenrek
2018-11-04bcm: fix mysterious core clock resets under SMP (thanks richard miller)cinap_lenrek
2018-11-01bcm: fix mistake in mkfilecinap_lenrek
2018-10-31bcm: fix /dev/reboot text/data corruption (thanks richard miller)cinap_lenrek
2018-10-28bcm: provide /dev/cputemp in a format stats can understandcinap_lenrek
2018-10-28bcm: simplify reboot codecinap_lenrek
2018-10-28bcm: cleanup clock codecinap_lenrek
2018-10-28bcm: fix l2 cache maintenance routines for raspi3 (armv8)cinap_lenrek
2018-10-20bcm: import changes for raspi2/3 from richard millercinap_lenrek
2017-11-04kernel: introduce per process FPU struct (PFPU) for more flexible machine spe...cinap_lenrek
2017-10-29kernel: introduce devswap #ΒΆ to serve /dev/swap and handle swapfile encryptioncinap_lenrek
2017-07-20kernel: fix bounds check in screenputc()cinap_lenrek
2017-06-12kernel: add support for hardware watchpointsaiju
2017-03-11kernel: get rid of active.Lock and active.thunderbirdsargocinap_lenrek
2016-12-10devmouse: change msec argument of *mousetrack() to ulongcinap_lenrek
2016-11-19link loopbackmedium and netdevmedium in bcm/pif, sgi/indy and zynq kernelscinap_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-06-15kernel: add pagechaindone() to wakeup processes waiting for memorycinap_lenrek
2015-05-11emmc/pmmc: make all symbols staticcinap_lenrek
2015-04-07kernel: move arrow cursor definition to port/devmouse.ccinap_lenrek
2015-03-06devsd: always page align sd bufferscinap_lenrek
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]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-10-30bcm: fix baudrate setting for serial console (thanks to aap and hiro)cinap_lenrek
2014-07-08bcm: apply richards fix for mmukmap (from /n/sources/patch/bcm-mmukmap-bug)cinap_lenrek
2014-05-16added devgpio (thanks Krystian!). Also added getrevision() to vcore which all...Matthew Veety
2014-04-23nusb: resolve endpoint id conflict with different input and output typescinap_lenrek
2014-03-15kernel: interpret service= boot parameter to set "cpuserver" variablecinap_lenrek