Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | kernel: change active.machs from bitmap to char array to support up to 64 ↵ | cinap_lenrek | |
cpus on pc64 | |||
2015-11-30 | kernel: cleanup exit()/shutdown()/reboot() code | cinap_lenrek | |
introduce cpushutdown() function that does the common operation of initiating shutdown, returning once all cpu's got the message and are about to shutdown. this avoids duplicated code which isnt really machine specific. automatic reboot on panic only when *debug= is not set and the machine is a cpu server or has no display, otherwise just hang. | |||
2015-06-15 | zynq: remove unused PTE typedef | cinap_lenrek | |
all the mmu code uses ulong, so get rid of the typeded. | |||
2015-06-15 | zynq: remove unused statistics fields from Mach structure | cinap_lenrek | |
2015-03-06 | zynq: sdio support | cinap_lenrek | |
2014-12-29 | zymq: lilu dallas, multicore | cinap_lenrek | |
implement multiprocessor support. | |||
2014-12-24 | added zynq kernel | aiju | |