| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Revert "MFC r319871:"" | Luiz Souza | 2018-02-23 | 1 | -7/+7 |
* | Revert "Revert "MFC r319873:"" | Luiz Souza | 2018-02-23 | 1 | -4/+5 |
* | Merge remote-tracking branch 'origin/RELENG_2_4-meltdown' into RELENG_2_4 | Luiz Souza | 2018-02-23 | 2 | -21/+9 |
|\ |
|
| * | MFC r325530 (jeff), r325566 (kib), r325588 (kib): | markj | 2018-02-21 | 1 | -13/+5 |
| * | MFC r322405, r322406: | markj | 2018-02-21 | 1 | -1/+1 |
| * | MFC r322296 | alc | 2018-02-21 | 1 | -8/+4 |
* | | Revert "MFC r319873:" | Luiz Souza | 2018-02-21 | 1 | -5/+4 |
* | | Revert "MFC r319871:" | Luiz Souza | 2018-02-21 | 1 | -7/+7 |
|/ |
|
* | MFC r319871: | kib | 2018-02-19 | 1 | -7/+7 |
* | MFC r319873: | kib | 2018-02-19 | 1 | -4/+5 |
* | Fix indentation for r323068 | jpaetzel | 2017-11-03 | 1 | -1/+1 |
* | Allow kldload tcpmd5 | jpaetzel | 2017-11-03 | 1 | -0/+1 |
* | MFC efivar(8) (by imp): | kib | 2017-05-20 | 1 | -0/+14 |
* | MFC: r317578 | marius | 2017-05-14 | 1 | -7/+7 |
* | MFC: r305507 | marius | 2017-05-10 | 1 | -1/+1 |
* | MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080, | mjg | 2017-03-16 | 1 | -0/+34 |
* | 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 | -1/+1 |
* | MFC r305213,305319,305398 | alc | 2016-10-01 | 1 | -1/+14 |
* | MFC r303891, r303892: | pfg | 2016-09-08 | 1 | -3/+3 |
* | Remove GENERIC-NODEBUG kernel configurations, missed during | gjb | 2016-07-14 | 1 | -38/+0 |
* | - Remove debugging from GENERIC* kernel configurations | gjb | 2016-07-08 | 1 | -9/+0 |
* | Update comments for the MD functions managing contexts for new | kib | 2016-06-16 | 1 | -3/+3 |
* | Add macro to convert errno and use it when appropriate. | dchagin | 2016-05-22 | 1 | -7/+1 |
* | Add new bus methods for mapping resources. | jhb | 2016-05-20 | 1 | -0/+1 |
* | Use OF_prop_free instead of direct call to free(9) | gonzo | 2016-05-18 | 9 | -28/+28 |
* | sys/sparc64: minor spelling fixes. | pfg | 2016-05-04 | 2 | -2/+2 |
* | Move 'device pci' for the PCI bus driver to the MI NOTES file. | jhb | 2016-04-29 | 1 | -1/+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 | -2/+1 |
* | Implement a PCI bus rescan method. | jhb | 2016-04-27 | 1 | -0/+1 |
* | Use our nitems() macro when param.h is available. | pfg | 2016-04-20 | 3 | -5/+4 |
* | sparc64: for pointers replace 0 with NULL. | pfg | 2016-04-15 | 1 | -1/+1 |
* | Add a new PCI bus interface method to alloc the ivars (dinfo) for a device. | jhb | 2016-04-15 | 1 | -4/+15 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -2/+2 |
* | Since r296250 it is no longer possible for devices to use bus space | marius | 2016-04-10 | 1 | -1/+1 |
* | Convert pci_delete_child() to a bus_child_deleted() method. | jhb | 2016-04-06 | 1 | -0/+12 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | jhibbits | 2016-03-22 | 7 | -13/+13 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 1 | -5/+5 |
* | Correct the memory rman ranges to be to BUS_SPACE_MAXADDR | jhibbits | 2016-03-01 | 1 | -1/+1 |
* | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | skra | 2016-02-22 | 3 | -3/+0 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | jhibbits | 2016-02-20 | 8 | -8/+8 |
* | Introduce bus_get_bus_tag() method | zbb | 2016-02-18 | 1 | -0/+9 |
* | POSIX states that #include <signal.h> shall make both mcontext_t and | kib | 2016-02-12 | 1 | -5/+5 |
* | Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a | glebius | 2016-02-09 | 1 | -1/+0 |
* | Fix build. | br | 2016-02-04 | 1 | -0/+1 |
* | Convert ss_sp in stack_t and sigstack to void *. | jhb | 2016-01-27 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 13 | -30/+30 |
* | Add an atomic_fetchadd_64() wrapper on sparc64. | jhb | 2016-01-22 | 1 | -0/+1 |
* | Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall | dchagin | 2016-01-09 | 1 | -0/+1 |