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