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