summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-01-14Halt secondary CPUs when shutting down or rebooting. This should preventJoel Sing
2011-01-14Implement a function to broadcast IPIs to all running CPUs.Joel Sing
2011-01-14Provide an IPI to halt a CPU.Joel Sing
2011-01-13if the BIOS tells us to suspend at the same time that we notice a lidTheo de Raadt
2011-01-13move to 4.9-currentTheo de Raadt
2011-01-13Fix link edition without 'option SUN4V'. ok kettenis@Matthieu Herrb
2011-01-13Spin forever when waiting for completion of an FPU shootdown instead ofMark Kettenis
2011-01-13set lkm_end to the end of the jumpable virtual space; tested by me and marcoMike Belopuhov
2011-01-12Add crypto(4) and hifn(4).Mark Kettenis
2011-01-12Provide a specific rw_cas() function for MP kernels; stolen from m88k.Mark Kettenis
2011-01-12Make __cpu_simple_lock implementation actually work.Mark Kettenis
2011-01-12use explicit_bzero() for the session, in drivers where struct sessionTheo de Raadt
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2011-01-10Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devic...Mark Kettenis
2011-01-09Check in resettodr() if inittodr() has been called, otherwise we end upJasper Lievisse Adriaanse
2011-01-09Only use memory mapped extended PCIe config space access for the bussesMark Kettenis
2011-01-08forward decl struct procTheo de Raadt
2011-01-08rename imask[] to cpu_imask[] to because imask is too loud as far asTheo de Raadt
2011-01-08The Ubiquiti WiFiStation EXT works on the Sun Blade 1500.Damien Bergamini
2011-01-07do not special case ep0 at pci/eisa. ep* will be fine. We should notTheo de Raadt
2011-01-07increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis.Ted Unangst
2011-01-07Detect wether a disk image is an ISO image and set the media type toMark Kettenis
2011-01-07Fix malloc(9) call with swapped type and flags arguments.Mark Kettenis
2011-01-06Add support for the vDisk 1.1 protocol. Improve Solaris vtoc/disklabelMark Kettenis
2011-01-06Solaris insists on getting the right sequence numbers in DRING_DATA messagesMark Kettenis
2011-01-06enable athn at uhubDamien Bergamini
2011-01-05Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/whatever,Miod Vallat
2011-01-05Minor optimizations:Miod Vallat
2011-01-05Make copypage() and zeropage() per-cpu function pointers, and use aMiod Vallat
2011-01-05Now that pmap_copy_page() no longer needs to flush a couple contiguous tlbMiod Vallat
2011-01-05- remove unused headers wrapped in #if defined(DDB)Jasper Lievisse Adriaanse
2011-01-04Support machdep.lidsuspend support in apm(4) land, at least on thinkpadsTheo de Raadt
2011-01-04Add support for Memory Mapped Configuration space access. This gives usMark Kettenis
2011-01-04Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map()Miod Vallat
2011-01-04Introduce pmap_uncache_page(), created from the guts of pmap_kenter_cache()Miod Vallat
2011-01-04It is actually possible to run CoolThreads servers with a graphics console,Mark Kettenis
2011-01-04XVR-300 is boring. For starters it has a very dull looking OpenPROM logo.Mark Kettenis
2011-01-04- de-register. no binary change.Jasper Lievisse Adriaanse
2011-01-03remove unused fileAlexandr Shadchin
2011-01-03Rework backtrace code, and try to cope with variadic functions betterMiod Vallat
2011-01-02More changes to pacify the Solaris virtual disk client. ImplementMark Kettenis
2011-01-02Make need_resched() call cpu_unidle() such that we wake up a process running onMark Kettenis
2011-01-02Figure out how much L2 cache is available on 88410-blessed designs, andMiod Vallat
2011-01-02Enable udl(4) on hppa, together with rasops and rawkbd for Xorg.Matthieu Herrb
2011-01-02Kill pmap_table_t typedef.Miod Vallat
2011-01-02Fix dump to work with PMAP_DIRECT, as done on mvme88k.Miod Vallat
2011-01-02Only store bus/dev/func numbers when the corresponding pointer argumentJasper Lievisse Adriaanse
2011-01-02- move resettodr and inittodr to clock.c, like the other clock related functionsJasper Lievisse Adriaanse
2011-01-02We need db_machdep.h even when TRAPDEBUG is enabled.Joel Sing
2011-01-02Include files.bluetooth so that hppa64 compiles.Joel Sing