Age | Commit message (Expand) | Author |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff |
2005-12-13 | Deal with ki2c(4) controllers with multiple i2c busses. | Mark Kettenis |
2005-12-13 | Prevent recursive interrupts. Solves kernel stack overflow on i386 under | Aaron Campbell |
2005-12-13 | Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDER | Todd C. Miller |
2005-12-13 | Add acpibat device but keep it disabled. | Marco Peereboom |
2005-12-13 | It would seem that some cards do not get reset correctly if RESET is | Uwe Stuehler |
2005-12-13 | the status field for power supplies is different to the rest of the | David Gwynne |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl |
2005-12-13 | Pchip0 PCI memory starts at 0x80000000000, correct and use | Martin Reindl |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-12 | Correct uvm_km_suballoc() arguments, do not make phys_map pageable. | Miod Vallat |
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat |
2005-12-12 | Move the MC88410 support code to a specific .c function instead of heavy | Miod Vallat |
2005-12-12 | One procfs.h leftover there, too. | Miod Vallat |
2005-12-12 | Remove unused code. | Miod Vallat |
2005-12-12 | Nuke unused pmap_from_phys_address(). | Miod Vallat |
2005-12-12 | Nuke leftover references to procfs_mem.h. | Miod Vallat |
2005-12-12 | Pass interrupt type and level in the correct order. | Mark Kettenis |
2005-12-12 | some bioses screw the order so be extra careful to counters; been in snaps fo... | Michael Shalayeff |
2005-12-12 | Drop clause 3/4 as per i386 version this was based on. | Jonathan Gray |
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat |
2005-12-11 | Remove unused includes. | Miod Vallat |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat |
2005-12-11 | Fix ROMCR defines. | Miod Vallat |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-12-11 | Fix mixer for machines that have lineout and/or don't have headphone. | Mark Kettenis |
2005-12-11 | Remove some dead code spotted by lint. | Kenneth R Westerback |
2005-12-11 | On halt, wait for a keypress on the console and reboot; allows one to have | Miod Vallat |
2005-12-11 | add a few Intel PCI-ISA bridges. | Brad Smith |
2005-12-10 | Only initialize the CMMUs tied to our running CPU on startup. | Miod Vallat |
2005-12-10 | Just poll for PMU_INT_ADB_AUTO and PMU_INT_ADB interrupts when resetting | Pedro Martelletto |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat |
2005-12-10 | , after end of last enum entry is bogus | Theo de Raadt |
2005-12-10 | Kill MCA related includes. | Kenneth R Westerback |
2005-12-09 | Add support for cpu voltage slewing. | Mark Kettenis |
2005-12-09 | Add hook for voltage slewing the G5. | Mark Kettenis |
2005-12-09 | Drop clause 3/4 as per i386 version. | Jonathan Gray |
2005-12-09 | disable ipmi in GENERIC until such times as it works everywhere | Bob Beck |
2005-12-08 | Remove unused pcbb define. | Miod Vallat |
2005-12-08 | Do not reset the IPL of the new process context frame in cpu_fork(). | Miod Vallat |
2005-12-07 | Better use of the scheduler lock; no functional change on UP kernels. | Miod Vallat |
2005-12-07 | Sprinkle holds and releases of the kernel lock whenever necessary; no functional | Miod Vallat |
2005-12-07 | Add dsdt to GENERIC | Jordan Hargrave |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-12-06 | typo | Pedro Martelletto |
2005-12-05 | Remove duplicate declaration. | Miod Vallat |
2005-12-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler |
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat |
2005-12-04 | In the 188 interrupt handler, only fiddle with the PSR once in the main loop. | Miod Vallat |