Age | Commit message (Expand) | Author |
2012-07-18 | Attach non-frame buffer GIO devices with ga_product being the id gathered by | Miod Vallat |
2012-07-18 | Hopefully correctly recognize GIO boards with a 8-bit only ID register, which | Miod Vallat |
2012-07-18 | regen | Miod Vallat |
2012-07-18 | A couple more device IDs, thanks to Martin Boehme for donating boards! | Miod Vallat |
2012-07-18 | According to Linux, and just verified the hard way, the 8254 timer does not | Miod Vallat |
2012-07-16 | Forgot these files during the recent clock churning. | Miod Vallat |
2012-07-14 | A known errata of R4000 and R4400 processors, is that reading the internal | Miod Vallat |
2012-07-14 | Split the existing mips64 clock code into time-of-day and generic duties in | Miod Vallat |
2012-07-13 | extraneous comment (corresponding code was removed a while back) | Mike Larkin |
2012-07-13 | Make hppa64 kernel compile again. | Joel Sing |
2012-07-13 | Improve diffability with amd64 | Mike Larkin |
2012-07-13 | Make amd64 look like i386 for hibernate resume | Mike Larkin |
2012-07-13 | typo | Theo de Raadt |
2012-07-13 | Make amd64 like i386 for hibernate support in acpi_sleep_machdep | Mike Larkin |
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 |