The NetBSD Project

src/sys/arch/x86/x86/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.netbsd.org] / src / sys / arch / x86 / x86


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] apic.c  1.8   3 years  christos   replace bitmask_snprintf(9) with snprintb(3)
[TXT] bus_dma.c  1.68   7 months  bouyer   Both bdt_ov->ov_dmamap_sync() and bus_dmamap_sync() return void, so don't write ...
[TXT] bus_space.c  1.38   3 months  para   converting extent(9) from malloc(9) to kmem(9) preceding kmem-vmem-pool-uvm patc...
[TXT] consinit.c  1.23   6 months  jmcneill   remove Xbox support
[TXT] core_machdep.c  1.3   2 years  rmind   Use lwp_getpcb() on x86 MD code, clean from struct user usage.
[TXT] coretemp.c  1.28   7 months  jruoho   Like the comment says, also MSR_IA32_EXT_CONFIG is unsafe; use rdmsr_safe(). Fix...
[TXT] cpu.c  1.98   5 weeks  rmind   - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use kcpuset(...
[TXT] cpu_topology.c  1.6   23 months  rmind   Rename ci_node_id to ci_package_id, as some claim that the former might be confu...
[TXT] cpu_ucode.c  1.1   4 months  cegger   branches: 1.1.4; 1.1.6; Support CPU microcode loading via cpuctl(8). Implement...
[TXT] cpu_ucode_amd.c  1.3   2 weeks  cegger   xc_wait() does not wait for all cpus to finish their callback. That means the uc...
[TXT] db_memrw.c  1.1   2 weeks  jym   branches: 1.1.2; Merge i386 and amd64 version of db_memrw.c. Use this opportun...
[TXT] db_trace.c  1.3   13 months  enami   branches: 1.3.2; 1.3.4; 1.3.8; lwpaddr is a boolean variable and thus doesn't...
[TXT] errata.c  1.20   7 weeks  chs   bring in this change from openbsd: Implement the AMD suggested workaround for fa...
[TXT] est.c  1.24   14 months  jruoho   Raise the return value of the match-function of est(4) and powernow(4). The assi...
[TXT] genfb_machdep.c  1.10   10 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] i8259.c  1.15   3 years  cegger   remove unused malloc.h
[TXT] identcpu.c  1.31   3 weeks  christos   PR/41267: Andrius V: 5.0 RC4 does not detect second CPU in VIA. VIA Eden cpuid l...
[TXT] idt.c  1.3   3 years  ad   cpuctl: - Add interrupt shielding (direct hardware interrupts away from the s...
[TXT] intel_busclock.c  1.13   8 months  jym   Be conservative when reading MSR_FSB_FREQ by using rdmsr_safe(). We cannot tell ...
[TXT] intr.c  1.72   9 months  drochner   if checking whether an interrupt is shared, don't compare pin numbers if it is "...
[TXT] ioapic.c  1.47   3 months  jakllsch   Need i8259.h for previous.
[TXT] ipi.c  1.18   23 months  rmind   branches: 1.18.6; Implement high priority (XC_HIGHPRI) xcall(9) mechanism - a f...
[TXT] ipmi.c  1.53   7 weeks  njoly   For 1's and 2's complement sensor data, convert unsigned raw data to a signed ty...
[TXT] lapic.c  1.46   11 months  rmind   Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM a...
[TXT] linux_trap.c  1.11   3 months  rmind   Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] mp.c  1.3   10 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] mpacpi.c  1.94   4 weeks  jruoho   Revert previous. Revision 1.79 was right; Qemu does not implement _PIC.
[TXT] mpbios.c  1.58   21 months  jruoho   Store the MADT-derived CPU ID to <x86/cpu.h>. This is required to properly match...
[TXT] mtrr_i686.c  1.27   4 weeks  rmind   i686_mtrr_init_first: handle the case when there are no variable-size MTRR regis...
[TXT] nmi.c  1.3   7 months  yamt   - (ab)use pserialize instead of home-grown one - add an explicit membar
[TXT] odcm.c  1.1   14 months  jruoho   branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; Move INTEL_ONDEMAND_CLOCKMOD -- or od...
[TXT] patch.c  1.21   2 years  jym   This patch fixes the NX regression issue observed on amd64 kernels, where per-pa...
[TXT] platform.c  1.13   6 months  jmcneill   add machdep.dmi.bios-date
[TXT] pmap.c  1.177   5 weeks  rmind   - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use kcpuset(...
[TXT] pmap_tlb.c  1.6   4 weeks  rmind   - pmap_tlb_shootdown: do not overwrite tp_cpumask with pm_cpus, but merge like...
[TXT] powernow.c  1.4   6 months  jnemeth   Don't run off the beginning of an array from Maurizio Lombardi.
[TXT] procfs_machdep.c  1.1   22 months  rmind   branches: 1.1.2; 1.1.4; 1.1.6; 1.1.12; Unify i386 and amd64 procfs MD code i...
[TXT] sys_machdep.c  1.25   7 months  jakllsch   x86_print_ldt() is only used in the USER_LDT && LDT_DEBUG case.
[TXT] syscall.c  1.10   3 months  rmind   Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] tprof_amdpmi.c  1.3   15 months  yamt   tprof: record pid and userland events.
[TXT] tprof_pmi.c  1.12   15 months  yamt   tprof: record pid and userland events.
[TXT] tsc.c  1.30   9 months  jmcneill   revert previous
[TXT] tsc.h  1.4   4 years  ad   Improve x86 tsc handling: - Ditch the cross-CPU calibration stuff. It didn't wo...
[TXT] vga_post.c  1.18   15 months  jmcneill   Don't rely on vga_post_call being called before vga_post_set_vbe
[TXT] via_padlock.c  1.21   3 months  tls   Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an...
[TXT] viac7temp.c  1.6   11 months  pgoyette   Initialize sensor state before registering.
[TXT] vm_machdep.c  1.15   3 months  rmind   Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] vmt.c  1.7   7 months  jmcneill   synchronize the guest clock with the host on attach and resume
[TXT] x86_autoconf.c  1.62   7 months  dyoung   Factor device_isa_register() and device_pci_register() out of device_register() ...
[TXT] x86_machdep.c  1.57   5 months  tls   Add support for passing saved entropy (random seed file) to the kernel from the...
[TXT] x86_stub.c  1.4   7 months  dyoung   Create a stub implementation of pci_ranges_infer().
[TXT] x86_userconf.c  1.1   11 months  dyoung   branches: 1.1.4; 1.1.6; 1.1.8; Don't use the C preprocessor to configure USER...


CVSweb <webmaster@jp.NetBSD.org>