summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-07-08apm_kqfilter() is gonePhilip Guenthe
2012-07-08Don't need to worry about the ATI driver here anymore.Mark Kettenis
2012-07-05Concatenating strings doesn't require __CONCAT() (and must not in standard C)Philip Guenthe
2012-07-02Does not need to pull in "the world" eitherTheo de Raadt
2012-07-01Increase default and maximum text, data and stack size limits; this is requiredMiod Vallat
2012-07-01Do not define XDC_DIAG if option SMALL_KERNEL; shaves about 14KB, and allowsMiod Vallat
2012-06-30Further research shows that fp@x,y device path components with x > 0 areMark Kettenis
2012-06-28Correctly register contiguous memory regions which start within the ARCBiosMiod Vallat
2012-06-27Change sparc64 to match the "fp" boot device path's parameter based onMatthew Dempsky
2012-06-26ALPHA_PGSHIFT -> PGSHIFT.Theo de Raadt
2012-06-26do not assume that sys/param.h is pulling in the world; pull in what isTheo de Raadt
2012-06-26param.h (like landisk and alpha before) was still trying to include tooTheo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-26Stop the song and dance where alpha param.h tries to include the world.Theo de Raadt
2012-06-25Turns out this file not need machine/float.h at all, since it definesTheo de Raadt
2012-06-24Code for the external L2 cache controller on Indy/Indigo2 R4600SC and IndyMiod Vallat
2012-06-24Bring in line with current cache_r{5,10}k.c style, and optimize slightly theMiod Vallat
2012-06-24Since the RM7000 cache behaves as a physically-indexed cache due to the setMiod Vallat
2012-06-24Get the L2 line size from the configuration register instead of hardcoding theMiod Vallat
2012-06-24Do not output unnecessary semicolons when expanding macros. No functional changeMiod Vallat
2012-06-24Add cache operation functions pointers to struct cpu_info; the variousMiod Vallat
2012-06-23Replace R5000 and R10000 family assembly cache routines with C equivalents,Miod Vallat
2012-06-23Fix ITLBNOPFIX macro definition on RM7000-capable kernels, and use itMiod Vallat
2012-06-21Only allow the memory and mmio regions to be mmap()'ed at their realMartin Pieuchot
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-06-20move to 5.2-betaTheo de Raadt
2012-06-20RIP mac68k. No one loves you anymore.Matthew Dempsky
2012-06-20Fix some hibernate issues on machines with > 3.5GB phys memMike Larkin
2012-06-17No longer restrict alloc_contiguous_pages() to memory in the low 4GB.Miod Vallat
2012-06-17Using the LLAddr register to store our curcpu() pointer on R10k SMP kernelsMiod Vallat
2012-06-17Remove leftover loongson or sgi references.Miod Vallat
2012-06-16fix bad grammar in a commentMiod Vallat
2012-06-11serial -> serial port; ok phessler@Otto Moerbeek
2012-06-10Document the "machine comaddr" command.Mark Kettenis
2012-06-10Document the "machine comaddr" command. Remove the text that (incorrectly)Mark Kettenis
2012-06-10Always allow serial console, even if the BIOS doesn't report the presence ofMark Kettenis
2012-06-05As specified in PA RISC 2.0 errata, the 16-byte alignment restriction doesJoel Sing
2012-06-05Implement actual mutexes for hppa64.Joel Sing
2012-06-04Fix serial port output.Marcus Glocker
2012-06-04Correct the backwards compatibility code for console device configuration.Joel Sing
2012-06-03Avoid the unlikely but possible use of an uninitialised variable.Joel Sing
2012-06-03Add support for serial consoles at non-standard addresses. This implementsMark Kettenis
2012-06-01Ansify function definitions, fix some style(9) and whitespace issues.Joel Sing
2012-05-30Correctly compute the IOC3 device mask on MENET boards.Miod Vallat
2012-05-29Make it possible to disable the Sync-on-Green signal by setting theMike Belopuhov
2012-05-29When writing the new volume header to disk, write back the wholeMatthew Dempsky
2012-05-29Remove unused define CHAR_CHS_FORCE.Marcus Glocker
2012-05-28The link state code does not work correctly on Indigo (IP20) and E++ GIO boardsMiod Vallat
2012-05-27Add a `L2 cache line size' member to struct cpu_info. This allows R4k code toMiod Vallat
2012-05-27Replace Loongson2F assembly cache routines with equivalent C code. This willMiod Vallat