| Age | Commit message (Expand) | Author |
| 2020-06-29 | increase UPAGES (used for lwp kernel stack) for SVS so the the | jdolecek |
| 2020-03-17 | Add a redzone between the pcb and the stack. Sent to port-amd64@. | maxv |
| 2020-02-08 | Retire KLEAK. | maxv |
| 2020-01-22 | Move the UBC defaults into vmparam.h | ad |
| 2020-01-17 | Bump UBC_WINSHIFT & UBC_NWINS to more reasonable values for amd64. | ad |
| 2019-11-14 | Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized | maxv |
| 2019-09-28 | remove local version of mstohz() now that <sys/param.h> provides it. | christos |
| 2019-08-20 | New macro ALIGNED_POINTER_LOAD. | riastradh |
| 2019-03-16 | Bump STACK_ALIGNBYTES to (16 - 1) to satisfy requirement by AMD64 | rin |
| 2019-02-11 | We reorganise definitions for XEN source support as follows: | cherry |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2018-12-02 | Introduce KLEAK, a new feature that can detect kernel information leaks. | maxv |
| 2018-08-22 | Add support for monitoring the stack with kASan. This allows us to detect | maxv |
| 2018-03-16 | Add one more page for the stack, to compensate for the fact that SVS's | maxv |
| 2018-02-19 | Double size of MSGBUFSIZE as existing value is not big enough to hold boot dmesg | sborrill |
| 2018-01-11 | Initialize ist0 in cpu_init_tss. On amd64 this is the DDB stack, and it has | maxv |
| 2017-06-14 | Define MAXPHYSMEM globally. | maxv |
| 2017-02-02 | Increase KERNTEXTOFF from 1MB to 2MB on amd64. [1MB; 2MB[ is now handled | maxv |
| 2017-01-20 | increase max io mem on amd64. some devices need it. | maya |
| 2015-10-27 | make sure MSGBUFSIZE can't expand strangely by using parens. | mrg |
| 2012-04-20 | - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use | rmind |
| 2012-02-04 | improve sizing of kmem_arena now that more allocations are made from it | para |
| 2012-01-24 | Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently, | christos |
| 2012-01-20 | Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions | joerg |
| 2011-07-26 | g/c round_pdr | yamt |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2009-11-11 | Reert change which was not meant to be comitted. | haad |
| 2009-11-11 | Build kernel modules with -mno-red-zone like kernel is build. This fixes | haad |
| 2008-12-20 | - Kill NOREDZONE. | ad |
| 2008-10-26 | put the contents of these header files around #ifdef __x86_64__, and | mrg |
| 2008-01-08 | change the layout in u-area and reduce UPAGES. | yamt |
| 2008-01-05 | - make amd64 use per-cpu tss. | yamt |
| 2007-10-18 | merge yamt-x86pmap branch. | yamt |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-10-13 | Bump default size of the message buffer from 16 KB to 32 KB. | joerg |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-02-12 | increase NKMEMPAGES_MAX_DEFAULT to 1 GB. | chs |
| 2003-04-26 | Rename the x86_64 port to amd64, as this is the actual name used for | fvdl |