summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/booke
AgeCommit message (Expand)Author
2023-05-10powerpc: Use config_detach_children to reduce error branch bugs.riastradh
2023-04-17Trailing whitespaceskrll
2023-04-17KNF.skrll
2023-04-07Spaces to TABskrll
2022-10-26MI PMAP hardware page table walker support.skrll
2022-09-25Rename pmap_segtab_t *stp to stb for consistency with a futureskrll
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-07-22Normalize how motoi2c controllers are attached.thorpej
2022-07-22Split the i2c controller into 2 separate instances. This aligns withthorpej
2022-07-22Stop using deprecated proplib functions.thorpej
2022-07-22Drop using deprecated proplib functions.thorpej
2022-07-05fix various typos in comments.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-07Downgrade pq3pci_intrsources_lock and pq3pci_msigroups_lock fromrin
2022-05-07Obsolete mdio_lock for pq3mdio_mii_{read,write}reg().rin
2022-05-07Make this assemble correctly with clang.rin
2022-03-16s/paniced/panicked/ and s/borken/broken/ in comments.andvar
2022-01-11fix few typos in comments.andvar
2021-10-02Pass the pmap in tlb_set_asid for the benefit of aarch64.skrll
2021-10-02Use KERNEL_PID instead of 0. NFC.skrll
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-22Fix rnd(9) support; events were not sampled actually in the previous.rin
2021-03-30- Write-back msgbuf and update bootstr for reboot from halt.rin
2021-03-19Support pmap_growkernel and KASAN shadow mapping of the new KVA.skrll
2021-03-06For booke and ibm4xx, switch to software-based single-stepping for PT_STEPrin
2021-01-24Add rnd(9) support.rin
2021-01-24Switch to if_percpuq_enqueue() from if_input().rin
2021-01-06Sort headers. Also, use <ddb/ddb.h> instead of db_interface.h andrin
2021-01-06Fix pmap_procwr() for powerpc/booke:rin
2020-12-20Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap)skrll
2020-11-12pq3pci_msi_claim(): remove KASSERT that is valid when allocating MSIrin
2020-11-12Oops, forget to commit local change necessary to support nvme(4) on RB800;rin
2020-09-10Fix build with UVMHIST; stop passing string literal to UVMHIST_LOG(),rin
2020-07-15For booke and ibm4xx, emulate m[ft]msr in user mode, in the samerin
2020-07-15Do not use curlwp twice. No functional changes.rin
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-07-07Revert previous; tmpfs should be fixed instead.rin
2020-07-07For booke, fix signo and other siginfo returned for userland byrin
2020-07-07Do not clear pcb_onfault for error path of setfault().rin
2020-07-07For booke, restore callee saved registers when recovery for page faultrin
2020-07-07Fix kernel panic due to tmpfs.rin
2020-07-06Drop unused opt_flash.h.rin
2020-07-06Include required opt_*.h for sure.rin
2020-07-06Include missing opt_altivec.h for PPC_HAVE_SPE.rin
2020-07-06Include missing opt_multiprocessor.h and opt_pmap.h.rin