summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-08-28The PDE covering the APTE space should not confer exec permissions.Mike Larkin
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-08-27Access the image of the floating point registers via p_md.md_regs, instead ofMiod Vallat
2015-08-26Kill code that tries to handle 32-bit code that we're never going to use.Mark Kettenis
2015-08-26MBR must have priority over GPT.Kenneth R Westerback
2015-08-25typo in commentMike Larkin
2015-08-25Put the device name into the timeout message. OK jsg@Brandon Mercer
2015-08-25Enforce kernel w^x policy by properly setting NX (as needed) forMike Larkin
2015-08-25Re-enabling GPT on amd64 and i386. Discussed with and OK krw@Brandon Mercer
2015-08-24Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau onMartin Pieuchot
2015-08-23Add support for the Secure-PLT ABI variant. This will give us better W^XMark Kettenis
2015-08-22catch up to macppc genassym.cf; regarding C mutexesTheo de Raadt
2015-08-22delete a wrong commentMike Larkin
2015-08-22delete some wrong commentsMike Larkin
2015-08-21use vaddr_t for kernel va range calculation instead of paddr_t. No binaryMike Larkin
2015-08-20Use the IPD Clock Count register as a timecounter, making the clockVisa Hankala
2015-08-20remove unused vesafb code, had been commented out and not compiled in forMike Larkin
2015-08-20Remove an unused #include file from i386 and amd64 pmap.hMike Larkin
2015-08-19Prevent mips64 FPU emulation from corrupting the page queuesVisa Hankala
2015-08-19Halt extra cores on SP kernel, to avoid trashing the system if thereVisa Hankala
2015-08-18Fix inconsistent spelling of `inconsistent'Miod Vallat
2015-08-18Unbreak Octeon kernel config after r1.25 of files.mips64.Visa Hankala
2015-08-15Some bits for Loongson 3A support.Miod Vallat
2015-08-15typoMiod Vallat
2015-08-15Remove orphaned debug code.Miod Vallat
2015-08-15If the SRM has explicitely set up some ISA interrupts level-triggered,Miod Vallat
2015-08-15Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'sMiod Vallat
2015-08-15No need to cargo-cult include <alpha/pci/sioreg.h> here.Miod Vallat
2015-08-15Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take anMiod Vallat
2015-08-15Enable AlphaBook 1 support in bsd.rd tooMiod Vallat
2015-08-15When resetting the hwrpb after a succesfull secondary processor spinup,Miod Vallat
2015-08-15Increase the size of the masks used in i386 ldscript to account for largerMike Larkin
2015-08-14replace the asm mutexes with a c implementation.David Gwynne
2015-08-12Use a linker script when building i386 kernels to allow section padding onMike Larkin
2015-08-12Fix a free of an uninitialized variable in an error path.Mike Larkin
2015-08-12Incorrect comparison when accessing cpuid extended function 0x80000007.Mike Larkin
2015-08-11Remove unnecessary pmap == NULL checks in mips64 pmap.Visa Hankala
2015-08-10Explicitly NULL-terminate mpbios_icu_table as required by the code whichTheo de Raadt
2015-08-10Explicitly NULL-terminate mpbios_icu_table as required by the code whichTheo de Raadt
2015-08-05Add octrtc(4) to RAMDISK.Paul Irofti
2015-08-04Remove some ancient code in PAE mode that was part of supporting > 4GBMike Larkin
2015-08-03On mips64, enable IPIs before calling refreshcreds() in trap(), toVisa Hankala
2015-08-03add amdcf(4) here too; unbreaks RAMDISKJasper Lievisse Adriaanse
2015-07-30Make mips64 pmap prepared for the unlocked reaper.Visa Hankala
2015-07-2917 years ago, setfault() was modified to save the status register in theMiod Vallat
2015-07-29Acquire the kernel lock in pmap_remove(). The reasons for this can't beMiod Vallat
2015-07-27Allow coalescing of IPI requests on mips64, to make IPI sendingVisa Hankala
2015-07-27Always #include <sys/mutex.h>: need struct mutex for struct vm_page_mdPhilip Guenther
2015-07-26Make sure pci_intr_map() will perform proper interrupt swizzling for devicesMiod Vallat
2015-07-25Only store mod/ref flags in the vm_page_md struct, not in every pv_entry.Miod Vallat