| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC efivar(8) (by imp): | kib | 2017-05-20 | 1 | -0/+14 |
* | MFC r314370,r318130,r318167: | jhibbits | 2017-05-20 | 2 | -11/+3 |
* | MFC: r314097 | marius | 2017-05-10 | 1 | -38/+0 |
* | MFC r310146,r311912,r312369,r312617,r312614,r312659,r312974,r312977,r313005,r... | jhibbits | 2017-04-01 | 6 | -11/+17 |
* | MFC r314885: | jhibbits | 2017-04-01 | 1 | -1/+14 |
* | MFC r311305 (by asomers): | mav | 2017-03-23 | 2 | -6/+6 |
* | MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080, | mjg | 2017-03-16 | 1 | -0/+123 |
* | MFC r308186, r308188, r308231, r308232: | ian | 2017-03-01 | 2 | -1600/+0 |
* | MFC r313194: | kib | 2017-02-11 | 1 | -2/+0 |
* | MFC 307332,312086: Drop support for using mmap() with /dev/kmem. | jhb | 2017-01-18 | 1 | -2/+0 |
* | MFC r309309,r310150: | jhibbits | 2016-12-23 | 1 | -193/+323 |
* | MFC r308669: | jhibbits | 2016-12-23 | 1 | -2/+2 |
* | MFC r307598: | jhibbits | 2016-12-23 | 1 | -2/+2 |
* | MFC r305677: | jhibbits | 2016-12-23 | 1 | -0/+1 |
* | MFC r304052: | jhibbits | 2016-12-23 | 3 | -1/+19 |
* | MFC r305320,r306702: | jhibbits | 2016-12-23 | 2 | -13/+6 |
* | MFC r304047,r304068: | jhibbits | 2016-12-23 | 2 | -8/+82 |
* | Partial MFC r303693: | jhibbits | 2016-12-22 | 6 | -132/+154 |
* | MFC r309167: | jhibbits | 2016-12-09 | 1 | -1/+1 |
* | MFC 303522,303647,303860,303880,304168,304169,304170,304479,304485,305549: | jhb | 2016-10-03 | 1 | -0/+1 |
* | Remove GENERIC-NODEBUG kernel configurations, missed during | gjb | 2016-07-14 | 1 | -38/+0 |
* | Turn off WITNESS, INVARIANTS, etc., in the powerpc GENERIC64 | gjb | 2016-07-10 | 1 | -8/+0 |
* | - Remove debugging from GENERIC* kernel configurations | gjb | 2016-07-08 | 1 | -8/+0 |
* | Replace a number of conflations of mp_ncpus and mp_maxid with either | nwhitehorn | 2016-07-06 | 2 | -7/+3 |
* | Remove SoC-specific integrations from dTSEC, to make it SoC agnostic. | jhibbits | 2016-07-05 | 7 | -43/+3 |
* | Unbreak the LBC driver, broken with the large RMan and 36-bit physical addres... | jhibbits | 2016-07-05 | 1 | -21/+32 |
* | Fix fat-fingering: #if AIM should have been #ifdef AIM to avoid failures on | nwhitehorn | 2016-06-29 | 1 | -1/+1 |
* | Do not rely on firmware having pre-enabled the MMU in a reasonable way for | nwhitehorn | 2016-06-29 | 2 | -1/+13 |
* | Enter 64-bit mode as early as possible in the 64-bit PowerPC boot sequence. | nwhitehorn | 2016-06-26 | 2 | -11/+8 |
* | Update comments for the MD functions managing contexts for new | kib | 2016-06-16 | 2 | -4/+4 |
* | Fix the deciKelvin to Celsius conversion in kernel. | loos | 2016-05-22 | 3 | -7/+7 |
* | Add macro to convert errno and use it when appropriate. | dchagin | 2016-05-22 | 1 | -5/+1 |
* | Use OF_prop_free instead of direct call to free(9) | gonzo | 2016-05-14 | 2 | -4/+4 |
* | Native PCI-express HotPlug support. | jhb | 2016-05-05 | 2 | -0/+2 |
* | powerpc: Replace rounddown() from r298856 with roundup(). | pfg | 2016-04-30 | 1 | -3/+3 |
* | powerpc: Make use of our rounddown() macro when sys/param.h is available. | pfg | 2016-04-30 | 1 | -3/+3 |
* | Move 'device pci' for the PCI bus driver to the MI NOTES file. | jhb | 2016-04-29 | 1 | -1/+0 |
* | Remove vestiges of IEEE-488/GPIB drivers removed in r276214. | jhb | 2016-04-29 | 1 | -3/+0 |
* | Add a bus_null_rescan() method that always fails with an error. | jhb | 2016-04-27 | 1 | -1/+1 |
* | Add a pcib_attach_child() method to manage adding the child "pci" device. | jhb | 2016-04-27 | 1 | -4/+1 |
* | Implement a PCI bus rescan method. | jhb | 2016-04-27 | 1 | -0/+1 |
* | sys/powerpc: make use of the howmany() macro when available. | pfg | 2016-04-26 | 3 | -4/+4 |
* | OR in the unsigned form of the MCAR lower register. | jhibbits | 2016-04-25 | 1 | -1/+1 |
* | Init static compiled-in env when no metadata present. | jhibbits | 2016-04-25 | 1 | -0/+1 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 4 | -8/+8 |
* | Use our nitems() macro when param.h is available. | pfg | 2016-04-20 | 2 | -3/+3 |
* | Fix SMP booting for PowerPC Book-E | jhibbits | 2016-04-19 | 6 | -207/+245 |
* | powerpc: for pointers replace 0 with NULL. | pfg | 2016-04-15 | 4 | -5/+5 |
* | Add a new PCI bus interface method to alloc the ivars (dinfo) for a device. | jhb | 2016-04-15 | 1 | -3/+14 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 3 | -3/+3 |