libc/rpc: Fix a reference of an uninitialized variable.
[dragonfly.git] / sys / dev /
2014-02-20 Sascha Wildnerkernel/nataraid: Fix an issue with the devstat support...
2014-02-20 Sascha Wildnerkernel/nataraid: Fix a panic upon booting with a degrad...
2014-02-20 Imre Vadaszkm(4): Update from OpenBSD.
2014-02-19 François Tigeotdrm/i915: Rename drm_i915_private.rings to .ring
2014-02-19 Sascha Wildnerkernel/acpi: Fix comment.
2014-02-19 Sascha Wildnerkernel: Sync ACPICA with Intel's version 20140214.
2014-02-18 François Tigeotdrm/i915: Use Linux atomic types and functions
2014-02-17 Sascha Wildnerkernel/nataraid: Fix a bug for array sizes >2TB.
2014-02-17 Sascha Wildnerkernel/nataraid: Add devstat support.
2014-02-17 Sepherosa Ziehauclockmod: Add more errata checks for old CPUs
2014-02-16 Sascha Wildnerkernel/nataraid: Fix nVidia MediaShield metadata kprint...
2014-02-16 François Tigeotdrm/i915: Partially sync headers with Linux 3.8
2014-02-16 François Tigeotdrm: Reduce differences with Linux 3.8
2014-02-16 Sepherosa Ziehauclockmod: Properly implement Intel software controlled...
2014-02-15 François Tigeotdrm: Manage struct drm_file with Linux list APIs
2014-02-15 Sepherosa Ziehauacpica: Start task thread after all children of acpi...
2014-02-15 Sepherosa Ziehauperfbias: Set to highest performance on detach path
2014-02-11 Sascha Wildneracpi: Move acdragonfly.h to where all host config files...
2014-02-11 Sascha Wildneracpi: Clean up acdragonfly.h a bit.
2014-02-11 Sascha Wildnerkernel/drm: Fix some warnings due to our vm_paddr_t...
2014-02-11 Sascha Wildnerkernel/i915: Add missing prototype.
2014-02-09 Sascha Wildnerkernel: Sync ACPICA with Intel's version 20140114.
2014-02-09 François Tigeotdrm/i915: Move more code to intel_pm.c
2014-02-09 François Tigeotdrm/i915: Add intel_pm.c
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-02-08 François Tigeotdrm: Implement and use drm_send_vblank_event()
2014-02-08 François Tigeotdrm: Implement mutex_is_locked()
2014-02-08 François Tigeotdrm: Move drm_open() and drm_firstopen() to drm_fops.c
2014-02-08 François Tigeotdrm/drm_bufs.c: Reduce differences with Linux
2014-02-08 Sepherosa Ziehauacpi/cstate: Remove unnecessary bus_generic_{attach...
2014-02-08 Sepherosa Ziehauacpica/cpu: Add missing bus_generic_probe
2014-02-08 Sepherosa Ziehauperfbias: Implement Intel performance-energy hint support
2014-02-08 Sascha Wildnerkernel: Use callout_stop_sync() in a number of drivers.
2014-02-08 Matthew Dilloncyapa - Reduced polling rate on idle detection
2014-02-04 François Tigeotdrm: Sync a few headers with Linux 3.8
2014-02-04 François Tigeotdrm: Sync drm_fb_helper files with Linux 3.8
2014-02-01 Sepherosa Ziehaucputimer/intr: Move powersaving intr cputimer switching...
2014-01-30 Sepherosa Ziehauacpi/cpu: Remove the cpux naming hack
2014-01-30 Sepherosa Ziehauacpi/cstate/x86_64: Implement native C-state support...
2014-01-30 Sepherosa Ziehauacpi/cstate: Allow fixed hardware GAS for C1, which...
2014-01-30 Sepherosa Ziehauacpi/cstate: Fix resource leakage
2014-01-30 Sepherosa Ziehauacpi/cstate: Use boolean_t for acpi_cst_disable_idle
2014-01-30 Sepherosa Ziehauacpi/cstate: Rework preamble operation for entering...
2014-01-27 Sepherosa Ziehauacpi/cstate: Add a method to per C-state softc to enter...
2014-01-27 Sepherosa Ziehauacpi/cstate: Make sure that idle hook is installed...
2014-01-27 Sepherosa Ziehauacpi/cstate: If there is bus master activity pick up...
2014-01-27 Sepherosa Ziehauacpi/cstate: Rearrange _CST reprobe code path
2014-01-27 Sepherosa Ziehauacpi/cstate: Save ACPI_GENERIC_ADDRESS for later use
2014-01-27 Sepherosa Ziehauacpi/cstate: Function/variable/macro renaming
2014-01-26 Sepherosa Ziehauacpi/cstate: Go though set_lowest routing after _CST...
2014-01-26 Sepherosa Ziehauacpi/cstate: Fix up comment
2014-01-26 Sepherosa Ziehauacpi/cstate: If C3+ is detected, BM_RLD is always set
2014-01-25 Sepherosa Ziehauacpi/cstate: White space cleanup
2014-01-25 Sepherosa Ziehauacpi/cstate: Save bus tag and handle to I/O operation...
2014-01-25 Sepherosa Ziehauacpi/cstate: Utilize microtime_pcpu instead of ACPI...
2014-01-25 Sepherosa Ziehauacpi/cstate: If FADT is used, take C2_MP_SUPPORTED...
2014-01-25 Sepherosa Ziehauacpi/cstate: BM_STS only needs check before entering...
2014-01-25 Sepherosa Ziehauacpi/cstate: Free previously allocated resource during...
2014-01-24 Sascha Wildnerkernel/drm: Add some missing opt_ktr.h in Makefiles.
2014-01-24 François Tigeotdrm: Fix DRM_CURRENTPID macro
2014-01-21 Markus Pfeifferdevfs: add passing of file pointer through to dev_dclose
2014-01-21 Johannes Hofmannadd file pointer to dev_d*() functions
2014-01-21 Sepherosa Ziehauacpi/cstate: acpi_cpu_cst -> acpi_cst for driver glue...
2014-01-21 Sepherosa Ziehauacpi/cstate: acpi_cpu_cst -> acpi_cst for device methods
2014-01-21 Sepherosa Ziehauacpi/cstate: Restore cx_lowest_req, if no suitable...
2014-01-21 Sepherosa Ziehauacpi/acad: Put unknown notify print under bootverbose
2014-01-21 Sepherosa Ziehauacpi/acad: CST changed may service as notification...
2014-01-20 Sepherosa Ziehauacpi/cstate: Remove unused macros
2014-01-20 Sepherosa Ziehauacpi/cstate: acpi_cpu_softc -> acpi_cst_softc
2014-01-20 Sepherosa Ziehauacpi/cstate: Remove useless device methods
2014-01-20 Sascha Wildneracpi: Fix building the kernel.
2014-01-19 François Tigeotdrm: Reduce differences with Linux 3.8
2014-01-19 François Tigeotasm/uaccess.h: Add get_user() and put_user()
2014-01-19 François Tigeotdrm: Import asm/uaccess.h from FreeBSD's OFED stack
2014-01-19 François Tigeotdrm: Remove DRM_MSLEEP()
2014-01-19 François Tigeotdrm/radeon: Replace DRM_MSLEEP() by msleep()
2014-01-19 François Tigeotdrm: Add linux/delay.h, implement msleep()
2014-01-19 Sepherosa Ziehauacpi/cstate: Break long lines; minor style changes
2014-01-19 Sepherosa Ziehauacpi/cstate: Dispatch Cx re-probing to the target CPU
2014-01-19 Sepherosa Ziehauacpi/cstate: Set cx_lowest on the target CPU
2014-01-19 Sepherosa Ziehauacpi/cstate: Fix global Cx count setup
2014-01-19 Sepherosa Ziehauacpi/cstate: Use u_long as stats type
2014-01-19 Sepherosa Ziehauacpi/cstate: Fix non-C3 setting
2014-01-19 Sepherosa Ziehauacpi/cstate: Set non-C3 state during generic Cx probing
2014-01-18 François Tigeotlinux/kernel.h: Implement swap()
2014-01-18 François Tigeotlinux/kernel.h: printf => kprintf
2014-01-18 François Tigeotdrm: Import linux/err.h from FreeBSD's OFED stack
2014-01-18 Sepherosa Ziehauacpi/cstate: Minor style cleanup
2014-01-18 Sepherosa Ziehauacpi/cstate: Use serializer to protect _CST notfication...
2014-01-18 François Tigeotdrm: Sync a few headers with Linux 3.8
2014-01-18 François Tigeotdrm: Rename device to dev in struct drm_device
2014-01-18 Sascha Wildnerkernel/ppc: Fix a tsleep with NULL ident.
2014-01-17 Sascha Wildnerkernel/dm_target_striped: Plug a memory leak.
2014-01-16 François Tigeotdrm: Fix a merge issue in drm_fops.c
2014-01-16 Sepherosa Ziehauacpi/cstate: Remove unused fields in softc
2014-01-15 Sascha WildnerRemove a bunch of unnecessary semicolons.
2014-01-12 Sepherosa Ziehauacpi/cstate: Make sure we could handle C-state deeper...
2014-01-12 Sepherosa Ziehauacpi/cstate: Allow request deeper C-state, even it...
2014-01-11 Sascha Wildnerrndtest(4): Sync with FreeBSD (cosmetics), build as...
2014-01-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
next