Age | Commit message (Expand) | Author |
2012-07-13 | More foundation goo for amd64 hibernate | Mike Larkin |
2012-07-13 | Starting point for amd64 hibernate ... some goo copied from i386. | Mike Larkin |
2012-07-12 | Enable hibernate (suspend-to-disk) support for i386. | Mike Larkin |
2012-07-09 | Remove apic_intrcount counting in the interrupt handlers. Not that useful | Theo de Raadt |
2012-07-09 | Remove a useless macro | Theo de Raadt |
2012-07-09 | After a resume, re-initialize the MTRR registers on the AP processors | Theo de Raadt |
2012-07-09 | Do not re-initialize ci_randseed on the primary cpu | Theo de Raadt |
2012-07-09 | unify com at cardbus attachments | Theo de Raadt |
2012-07-08 | The comment above amd64_mrinit_cpu() was way too specific and wrong. | Theo de Raadt |
2012-07-08 | Move the hibernate utility pages up to account for the MP tramp page. | Mike Larkin |
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 |