| Commit message (Expand) | Author | Age | Files | Lines |
| * | kern: Use proper prototype for SYSINIT functions | Zhenlei Huang | 2026-01-31 | 1 | -1/+1 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Revert "Revert "tslog: Annotate some early boot functions"" | Colin Percival | 2023-06-05 | 1 | -0/+2 |
| * | Revert "tslog: Annotate some early boot functions" | Colin Percival | 2023-06-04 | 1 | -2/+0 |
| * | tslog: Annotate some early boot functions | Colin Percival | 2023-06-04 | 1 | -0/+2 |
| * | ddb: annotate some commands with DB_CMD_MEMSAFE | Mitchell Horne | 2022-07-18 | 1 | -3/+3 |
| * | Add more per-cpu zones. | Mateusz Guzik | 2020-11-09 | 1 | -3/+11 |
| * | Rationalize per-cpu zones. | Mateusz Guzik | 2020-11-05 | 1 | -7/+5 |
| * | Add COUNTER_U64_SYSINIT() and COUNTER_U64_DEFINE_EARLY(). | Mark Johnston | 2020-03-06 | 1 | -1/+1 |
| * | Store offset into zpcpu allocations in the per-cpu area. | Mateusz Guzik | 2020-02-12 | 1 | -0/+1 |
| * | schedlock 1/4 | Jeff Roberson | 2019-12-15 | 1 | -2/+3 |
| * | vfs: manage mnt_ref with atomics | Mateusz Guzik | 2019-09-16 | 1 | -1/+5 |
| * | Remove the obsolete pcpu_zone_ptr zone. | Mateusz Guzik | 2019-08-24 | 1 | -9/+1 |
| * | Ensure the DPCPU and VNET module spaces are aligned to hold a pointer. | Andrew Turner | 2018-07-30 | 1 | -1/+1 |
| * | Create a new macro for static DPCPU data. | Andrew Turner | 2018-07-05 | 1 | -1/+1 |
| * | Use NULL for SYSINIT's last arg, which is a pointer type | Ed Maste | 2018-05-18 | 1 | -1/+1 |
| * | Make v_wire_count a per-cpu counter(9) counter. This eliminates a | Jeff Roberson | 2018-02-12 | 1 | -1/+1 |
| * | Remove assertion that a CPU be present before returning a PCPU for it. It | Nathan Whitehorn | 2017-11-28 | 1 | -2/+0 |
| * | Remove some, but not all, assumptions that the BSP is CPU 0 and that CPUs | Nathan Whitehorn | 2017-11-25 | 1 | -1/+3 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
| * | Print the tid of curthread in "show pcpu" in ddb. | Bruce Evans | 2016-08-14 | 1 | -2/+2 |
| * | Replace a number of conflations of mp_ncpus and mp_maxid with either | Nathan Whitehorn | 2016-07-06 | 1 | -4/+4 |
| * | Create two public UMA_ZONE_PCPU zones: 64 bit sized and pointer sized. | Gleb Smirnoff | 2014-02-10 | 1 | -0/+25 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Remove pc_name member of struct pcpu. | Attilio Rao | 2011-07-19 | 1 | -3/+0 |
| * | Completely remove now unused pc_other_cpus, pc_cpumask. | Attilio Rao | 2011-07-04 | 1 | -1/+0 |
| * | MFC | Attilio Rao | 2011-05-31 | 1 | -3/+3 |
| |\ |
|
| | * | On multi-core, multi-threaded PPC systems, it is important that the threads | Nathan Whitehorn | 2011-05-31 | 1 | -3/+3 |
| * | | Commit the support for removing cpumask_t and replacing it directly with | Attilio Rao | 2011-05-05 | 1 | -1/+1 |
| |/ |
|
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
| * | Update several places that iterate over CPUs to use CPU_FOREACH(). | John Baldwin | 2010-06-11 | 1 | -3/+1 |
| * | - Adjust the whitespace for the lines that output fields in 'show pcpu' in | John Baldwin | 2010-05-21 | 1 | -4/+3 |
| * | Fix an issue with the dynamic pcpu/vnet data allocators. | Bjoern A. Zeeb | 2010-05-14 | 1 | -1/+1 |
| * | Right now, WITNESS just blindly pipes all the output to the | Attilio Rao | 2010-05-11 | 1 | -1/+1 |
| * | Add ddb show dpcpu_off command to ease dpcpu memory debugging. | Bjoern A. Zeeb | 2009-08-12 | 1 | -0/+12 |
| * | - Add a sysctl_dpcpu_long to support long typed pcpu stats. | Jeff Roberson | 2009-06-25 | 1 | -10/+19 |
| * | Implement a facility for dynamic per-cpu variables. | Jeff Roberson | 2009-06-23 | 1 | -0/+201 |
| * | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 1 | -0/+4 |
| * | - Implement generic macros for producing KTR records that are compatible | Jeff Roberson | 2009-01-17 | 1 | -0/+3 |
| * | Make ddb command registration dynamic so modules can extend | Sam Leffler | 2008-09-15 | 1 | -1/+2 |
| * | generally we are interested in what thread did something as | Julian Elischer | 2007-11-14 | 1 | -3/+3 |
| * | Initial checkin for rmlock (read mostly lock) a multi reader single writer | Stephan Uphoff | 2007-11-08 | 1 | -1/+4 |
| * | Fix 'show allpcpu' ddb command on non-x86. CPU IDs are in the range 0 .. | John Baldwin | 2005-11-03 | 1 | -1/+1 |
| * | Add "show allpcpu" to DDB, which prints the current CPU id followed by | Robert Watson | 2005-09-26 | 1 | -12/+36 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid. | Peter Wemm | 2002-01-05 | 1 | -0/+1 |