kprintf.9: %D was removed, so don't mention it.
[dragonfly.git] / sys / platform /
2013-08-05 Sascha Wildnerkernel: Move some header files to the drivers that...
2013-08-04 Sepherosa Ziehauacpi/pstate: AMD CPUs' Family >= 10h use same P-State...
2013-08-03 Sascha Wildnerkernel: Use TABs to indent in 'files'.
2013-08-02 François Tigeotkernel: Fix bus_dmamem_alloc()
2013-07-31 Matthew Dillonkernel - Add hw.cpu_mwait_haltand hw.cpu_mwait_spin
2013-07-31 François Tigeoti386: Partially revert 9e5e15787783090b6f8cc9f3dc990820...
2013-07-30 François Tigeotdrm2: Hook to DragonFly's build infrastructure
2013-07-30 Matthew Dillonkernel: Correctly handle fake pages
2013-07-30 Johannes Hofmannkernel: add OBJT_MGTDEVICE in some more places
2013-07-21 Sascha Wildnerkernel: Remove a no longer used extern declaration.
2013-07-19 Sascha Wildnerkernel: Remove some no longer used options.
2013-07-18 François Tigeotpat: Add pmap_invalidate_cache_pages()
2013-07-18 François Tigeotpmap: Add pmap_mapbios()
2013-07-18 François Tigeotpat: Make the API more compatible with FreeBSD
2013-07-18 François Tigeotpat: Add BUS_DMA_NOCACHE, VM_MEMATTR definitions
2013-07-18 François Tigeotkernel: Optimize pmap_invalidate_range()
2013-07-18 François Tigeotkernel: Use pmap_invalidate functions
2013-07-18 François Tigeotkernel: Improve pmap_invalidate_cache_range()
2013-07-18 François Tigeotpmap: Add change_attr() stubs for non-amd64 architectures
2013-07-18 Matthew DillonPAT work, mapdev_attr, kmem_alloc_attr
2013-07-18 Johannes Hofmannpmap: add dummy implementation for pmap_invalidate*
2013-07-18 Sepherosa Ziehaui386: Unbreak building if the kern config only contains...
2013-07-18 François Tigeotkernel: Remove Cyrix CPUs specific handling
2013-07-17 Sascha Wildnervkernel: Remove #if 0 code in vkernel headers.
2013-07-16 Sascha Wildnerkernel: Remove some orphaned extern declarations in...
2013-07-11 Matthew Dillonkernel - Do not try to apply certain hw errata fixes...
2013-07-06 Sascha Wildnerkernel: Remove two unused header files (we use dev...
2013-07-02 Sascha Wildnerkernel/platform: Remove some #include duplicates.
2013-06-21 Sepherosa Ziehaucputimer: Allow MP synchronized TSC to become cputimer...
2013-06-20 Sepherosa Ziehauclock/tsc: Detect invariant TSC CPU synchronization
2013-06-19 Sepherosa Ziehauclock/tsc: Detect invariant TSC
2013-06-19 Sepherosa Ziehauclock: Use sysclock_t to save value from sys_cputimer...
2013-06-13 Matthew Dillonkernel - Increase KVM default for 32-bit systems from...
2013-05-27 Markus Pfeifferfix MXCSR default value
2013-05-20 Aggelos Economopouloskernel -- x86_64: Do not set reserved bits in CR3.
2013-05-11 John MarinoMerge branch 'vendor/LESS'
2013-05-11 John MarinoMerge branch 'vendor/LIBEDIT'
2013-05-11 John MarinoMerge branch 'vendor/TCSH'
2013-05-09 John MarinoMerge branch 'vendor/AWK'
2013-05-08 John MarinoMerge branch 'vendor/ZLIB'
2013-05-08 John MarinoMerge branch 'vendor/GCC47'
2013-05-08 Sascha Wildnerkernel/acpi: Fix a typo in a function name.
2013-04-29 Matthew Dillonkernel - Terminate ddb backtraces at Xfast_syscall
2013-04-29 Sascha WildnerMerge <machine/uvparam.h> into <time.h> and remove it.
2013-04-28 Sascha WildnerRemove pca and speaker device remains (both deleted).
2013-04-28 Sascha WildnerRemove <machine/if_wl_wavelan.h>, which was for the...
2013-04-28 Sascha WildnerRemove some header files for drivers that were deleted.
2013-04-23 John MarinoMerge branch 'vendor/MPFR'
2013-04-23 John MarinoMerge branch 'vendor/DIFFUTILS'
2013-04-23 John MarinoMerge branch 'vendor/GREP'
2013-04-23 John MarinoMerge branch 'vendor/EXPAT'
2013-04-16 Sascha Wildnerkernel/isa: Remove redundant check. Already depends...
2013-04-15 Sascha WildnerMerge branch 'vendor/MDOCML'
2013-04-10 Sepherosa Ziehauioapic: Relocate IRQ if it hits SYSCALL entry
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-04-01 Sepherosa ZiehauMerge remote-tracking branch 'hofmann/wlan_serialize'
2013-03-27 Matthew Dillonvkernel - Add debugging
2013-03-27 Matthew Dillonvkernel - Fix copyin/copyout to return the correct...
2013-03-25 Sascha Wildnerkernel/cpu_topology: They are just bits, not BITS.
2013-03-14 Sascha Wildnerkernel: Remove 'nowerror' from two files that don't...
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-03-04 Matthew Dillonkernel - Increase size of savefpu area in pcb for vkernel64
2013-02-28 Antonio Huete Jimenezvkernel64 - Remove some dead code (JGV).
2013-02-27 Sascha Wildnerkernel: Remove <machine/apm_segments.h>.
2013-02-27 Sepherosa Ziehaugcc47/i386: Add more -mno flags
2013-02-26 Sepherosa Ziehaugcc47/x86_64: Add more -mno flags
2013-02-26 Matthew Dillonkernel - Fix vm.shared_fault for vkernels and 32-bit
2013-02-25 Sascha Wildnerkernel/i386: Use offsetof() here.
2013-02-23 Sascha Wildnerlibkern: Stop compiling in (u)cmpdi2.c, because they...
2013-02-23 Sascha Wildnerkernel/x86_64: Remove some bogus #ifndefs.
2013-02-22 Matthew Dillonkernel - Fix performance issue due to buffer fragmentation
2013-02-22 Antonio Huete Jimenezvkernel - Settable serial numbers for virtual disks.
2013-02-20 Sascha Wildnerkernel: Use DEVMETHOD_END in the drivers.
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-17 Antonio Huete Jimenezvkernel - Allow setting MAC addresses from within the...
2013-02-16 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-16 Sascha Wildnerkernel: A few small fixes to make a minimal kernel...
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-10 Sascha Wildnerkernel: Nuke ISA sound card support.
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-08 Sascha WildnerRevert "Revert "i386/files: isa/clock.c is clean enough...
2013-01-24 Johannes Hofmannmerge
2013-01-21 Sascha Wildnerkernel/nexus: Remove some unneeded includes.
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-13 Matthew Dillonkernel - Fix signal FP save/restore issues when AVX...
2013-01-12 Johannes Hofmannmerge
2013-01-06 Venkatesh Srinivaskernel -- Tie virtio, virtio-blk into build.
2013-01-05 Sascha Wildnerkernel: Remove some unused variables in kern/, opencryp...
2013-01-05 Sascha Wildnerkernel: COMPAT_DF12 is valid for vkernel (32 bit) too.
2013-01-03 Sascha Wildnerkernel: Move sys/dev/acpica5 to sys/dev/acpica.
2013-01-03 Sascha Wildnerkernel: The NPX_DEBUG kernel option is pc32 specific...
2013-01-03 Sascha Wildnerkernel: The COMPAT_DF12 kernel option is pc32 specific.
2013-01-03 Sepherosa Ziehaux86_64/options: Indentation
2013-01-02 Alex Hornungx86_64 - support for AVX instructions
2012-12-29 Antonio Huete JimenezRevert "if_vke"
2012-12-29 Antonio Huete Jimenezif_vke
2012-12-25 Sascha Wildnerkernel/clock: Remove some pointless #include/#ifdef.
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-12-10 Matthew Dillonkernel - Fix debug output label
next