summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-06-30Add "sd" to be specifiedit as "rootdev=" boot parameter.YASUOKA Masahiko
2015-06-29enable vexpressJonathan Gray
2015-06-29Implement membar_* for armv7 with the dmb instruction. The previousJonathan Gray
2015-06-29Fix trap setup for double faults; error pointed out by Wei Liu a few monthsMike Larkin
2015-06-29Remove some unused #definesMike Larkin
2015-06-28Force the return to userspace from execve to go through iretq to get allPhilip Guenther
2015-06-28enable octdwctwo and add umassJonathan Matthew
2015-06-28LDT is gone and not coming backPhilip Guenther
2015-06-28Split AST handling from trap() into ast() and get rid of T_ASTFLT.Philip Guenther
2015-06-28Split AST handling from trap() into ast() and get rid of T_ASTFLTPhilip Guenther
2015-06-27Pass bus_space tag and handles to the QE_{WR,RD}CR macros, instead of assumingMiod Vallat
2015-06-27Memory leak in attach if uballoc() fails; Brainy/Maxime VillardMiod Vallat
2015-06-27MP_LOCKDEBUG code should only be compiled if MULTIPROCESSOR is definedDavid Gwynne
2015-06-26remove __cpu_cas and use atomic_cas_ulong instead.David Gwynne
2015-06-26rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_David Gwynne
2015-06-26move the ppc mplock implementation from macppc to powerpc.David Gwynne
2015-06-26Do not compare against a null string. When ofw_find_keyboard() is runMartin Pieuchot
2015-06-25OF_getprop() returns an int, so comparing its return value against sizeof castsMiod Vallat
2015-06-25Re-enable memory above 256mb now that uvm_pmr_get1page() has been fixed.Jonathan Matthew
2015-06-25Use a single event counter for IPIs like other archs do.Martin Pieuchot
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-06-25you need to include ddb/db_output.h so you know how to call db_printfDavid Gwynne
2015-06-25fix format string in MP_LOCKDEBUG codeDavid Gwynne
2015-06-24Make ARM_KERNEL_BASE explicitely unsignedMiod Vallat
2015-06-24Remove unused KERNEL_PD_SIZE macro which performs unsafe signed shift ofMiod Vallat
2015-06-24Uninitialized variables; pedro@Miod Vallat
2015-06-24fauls -> faultsMiod Vallat
2015-06-24Attempt to explain how this device works. Based upon a private mail I wroteMiod Vallat
2015-06-24Do not quiesce the firmware on Quad G5 to let it manage the fans.Martin Pieuchot
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-24Remove a couple of unused and old #defines that discussed phys and virtMike Larkin
2015-06-23Disable some of the pmap_emulate_reference() DEBUG checks if optionMiod Vallat
2015-06-23In the copy(9) function, make sure to remember curproc accross the bcopy()Miod Vallat
2015-06-23If the kernel symbols fit completely into the 2 MB alignment holeAlexander Bluhm
2015-06-23delete more p==NULL checks; discussed with miod, kettenis, dlg beforeTheo de Raadt
2015-06-22Add an #ifdef HIBERNATE to allow to build a kernel without hibernate butAlexander Bluhm
2015-06-22Make it possible to create write combing mappings through /dev/mem. This isMark Kettenis
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-06-21Count transmitted packets.Mark Kettenis
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-06-17crank to 5.8-betaTheo de Raadt
2015-06-17Make kernel text read-only and unreadable from userland, and remove the bogusMiod Vallat
2015-06-16alloc_contiguous_pages() is supposed to round the allocation size to a pageMiod Vallat
2015-06-16Clear the PIC `write request' memory at initialization time. There isMiod Vallat
2015-06-14Bring a few routines from libkern in order to avoid linking against libgcc.Miod Vallat
2015-06-14Build required bits from libkern rather than importing them from libgcc.Miod Vallat
2015-06-14Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, insteadMiod Vallat
2015-06-14correct the uart irq numbersJonathan Gray
2015-06-14add a driver for the ARM PrimeCell PL031 RTCJonathan Gray