summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r319871:""Luiz Souza2018-02-231-7/+7
* Revert "Revert "MFC r319873:""Luiz Souza2018-02-231-4/+5
* Merge remote-tracking branch 'origin/RELENG_2_4-meltdown' into RELENG_2_4Luiz Souza2018-02-233-36/+15
|\
| * MFC r325530 (jeff), r325566 (kib), r325588 (kib):markj2018-02-213-36/+15
* | Revert "MFC r319873:"Luiz Souza2018-02-211-5/+4
* | Revert "MFC r319871:"Luiz Souza2018-02-211-7/+7
|/
* MFC r319871:kib2018-02-191-7/+7
* MFC r319873:kib2018-02-191-4/+5
* Fix indentation for r323068jpaetzel2017-11-031-1/+1
* Allow kldload tcpmd5jpaetzel2017-11-031-0/+1
* MFC efivar(8) (by imp):kib2017-05-201-0/+14
* MFC r314370,r318130,r318167:jhibbits2017-05-202-11/+3
* MFC: r314097marius2017-05-101-38/+0
* MFC r310146,r311912,r312369,r312617,r312614,r312659,r312974,r312977,r313005,r...jhibbits2017-04-016-11/+17
* MFC r314885:jhibbits2017-04-011-1/+14
* MFC r311305 (by asomers):mav2017-03-232-6/+6
* MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080,mjg2017-03-161-0/+123
* MFC r308186, r308188, r308231, r308232:ian2017-03-012-1600/+0
* MFC r313194:kib2017-02-111-2/+0
* MFC 307332,312086: Drop support for using mmap() with /dev/kmem.jhb2017-01-181-2/+0
* MFC r309309,r310150:jhibbits2016-12-231-193/+323
* MFC r308669:jhibbits2016-12-231-2/+2
* MFC r307598:jhibbits2016-12-231-2/+2
* MFC r305677:jhibbits2016-12-231-0/+1
* MFC r304052:jhibbits2016-12-233-1/+19
* MFC r305320,r306702:jhibbits2016-12-232-13/+6
* MFC r304047,r304068:jhibbits2016-12-232-8/+82
* Partial MFC r303693:jhibbits2016-12-226-132/+154
* MFC r309167:jhibbits2016-12-091-1/+1
* MFC 303522,303647,303860,303880,304168,304169,304170,304479,304485,305549:jhb2016-10-031-0/+1
* Remove GENERIC-NODEBUG kernel configurations, missed duringgjb2016-07-141-38/+0
* Turn off WITNESS, INVARIANTS, etc., in the powerpc GENERIC64gjb2016-07-101-8/+0
* - Remove debugging from GENERIC* kernel configurationsgjb2016-07-081-8/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-062-7/+3
* Remove SoC-specific integrations from dTSEC, to make it SoC agnostic.jhibbits2016-07-057-43/+3
* Unbreak the LBC driver, broken with the large RMan and 36-bit physical addres...jhibbits2016-07-051-21/+32
* Fix fat-fingering: #if AIM should have been #ifdef AIM to avoid failures onnwhitehorn2016-06-291-1/+1
* Do not rely on firmware having pre-enabled the MMU in a reasonable way fornwhitehorn2016-06-292-1/+13
* Enter 64-bit mode as early as possible in the 64-bit PowerPC boot sequence.nwhitehorn2016-06-262-11/+8
* Update comments for the MD functions managing contexts for newkib2016-06-162-4/+4
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-223-7/+7
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-5/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-142-4/+4
* Native PCI-express HotPlug support.jhb2016-05-052-0/+2
* powerpc: Replace rounddown() from r298856 with roundup().pfg2016-04-301-3/+3
* powerpc: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-3/+3
* Move 'device pci' for the PCI bus driver to the MI NOTES file.jhb2016-04-291-1/+0
* Remove vestiges of IEEE-488/GPIB drivers removed in r276214.jhb2016-04-291-3/+0
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-271-4/+1
OpenPOWER on IntegriCloud