Age | Commit message (Expand) | Author |
2013-03-21 | Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a | Theo de Raadt |
2013-03-21 | Already have sys/param.h, don't need machine/param.h | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-03-21 | style(9) | Kurt Miller |
2013-03-21 | Detect on-die temp sensor for Atom E6xx on amd64. Adapted from | Kurt Miller |
2013-03-21 | move kernel after 16MB. needed for additional growth that might come in a | Theo de Raadt |
2013-03-21 | - remove two now-unused macros. | Jasper Lievisse Adriaanse |
2013-03-21 | fix detection of the MAC address by reading it from the correct address, | Jasper Lievisse Adriaanse |
2013-03-21 | use boot_info->config_flags to determine if we're running on a host that has | Jasper Lievisse Adriaanse |
2013-03-21 | - remove an unused variable (octeon_configuration) | Jasper Lievisse Adriaanse |
2013-03-21 | no newlines at end | Theo de Raadt |
2013-03-20 | Previous commit to acpi_machdep.c broke suspend because the IPI to save the | Mark Kettenis |
2013-03-19 | use __func__ to print the function name, fixes a bunch of pastos along the way. | Jasper Lievisse Adriaanse |
2013-03-19 | implement octeon_cpuspeed() | Jasper Lievisse Adriaanse |
2013-03-19 | instead of treating boot_info->cf_common_addr special, save the whole of boot... | Jasper Lievisse Adriaanse |
2013-03-19 | in acpi_sleep_mp() properly flush fpu and halt the AP's | Theo de Raadt |
2013-03-17 | Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS | Mark Kettenis |
2013-03-17 | We don't do mcontext, so remove this unused header. | Mark Kettenis |
2013-03-17 | Avoid namespace pollution from <powerpc/cpu.h>. | Mark Kettenis |
2013-03-15 | print a dump of structs boot_info/boot_desc which contain useful information | Jasper Lievisse Adriaanse |
2013-03-15 | add some board types which will be used later to identify particular boards | Jasper Lievisse Adriaanse |
2013-03-15 | save a copy of the address at which the CF bus can be found, and use this in ... | Jasper Lievisse Adriaanse |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov |
2013-03-13 | Allow octeon to reboot by poking the right address for a soft cpu reset. | Jasper Lievisse Adriaanse |
2013-03-12 | Fake 'SMBIOS detection' for the Soekris boxes, by Matt Dainty | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-10 | this ramdisk is just for one machine | Theo de Raadt |
2013-03-10 | Do not try to scan the ADB bus for devices if the device-tree does not | Martin Pieuchot |
2013-03-09 | RAMDISKC wil be needed for alphabook1 | Theo de Raadt |
2013-03-09 | remove unneccessary needs-flag | Theo de Raadt |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot |
2013-03-09 | turn off debug features we do not need | Theo de Raadt |
2013-03-09 | First steps towards alphabook1 support; from netbsd | Theo de Raadt |
2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. | Miod Vallat |
2013-03-08 | Always initialize the direct DMA window, instead of relying upon SRM to do so; | Miod Vallat |
2013-03-07 | Use switch statement for determining when to configure the L2 cache. | Brad Smith |
2013-03-07 | Reword some wrong comments and some improperly formatted comments and add | Mike Larkin |
2013-03-02 | Replace magic numbers with more meaningful (1 << interrupt#) constructs. | Miod Vallat |
2013-03-02 | When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASID | Philip Guenther |
2013-03-02 | Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTREL | Miod Vallat |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2013-03-02 | Properly conditionalize adding wscons to the list of consoles on | Mark Kettenis |
2013-03-02 | The last use of the int $80 syscall entry was in 5.1, so we no longer | Philip Guenther |
2013-02-20 | Increase maximum text and data size limits, and double the default data size | Miod Vallat |
2013-02-19 | Introduce a new cmmu method to return the preferred cache mode bits for the | Miod Vallat |
2013-02-19 | Introduce `option M88410', to be added to 88110 system designs making use of the | Miod Vallat |
2013-02-17 | Replace assembly statement triggering 88410 commands with a proper volatile | Miod Vallat |
2013-02-17 | Constify struct cmmu. | Miod Vallat |
2013-02-17 | Missing end-of-comment | Miod Vallat |
2013-02-17 | We deprecated returning to %g7 after a successful system call long ago. | Mark Kettenis |