index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2016-05-08
Do not export the IFXF_MPSAFE flag to userland, it is a kernel-only
Martin Pieuchot
2016-05-08
Add macros for interrupt trigger mode as encoded in GPIO resources.
Mark Kettenis
2016-05-07
Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry View
Mark Kettenis
2016-05-07
Flush page (through the direct map) before mapping it into AGP. Fixes
Mark Kettenis
2016-05-07
Declare moncontrol(3) APIs in <sys/gmon.h>
Philip Guenther
2016-05-07
Use a Thread Information Block in both single and multi-threaded programs.
Philip Guenther
2016-05-07
Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allows
Mark Kettenis
2016-05-07
Add defines for Operation Region Address Space Identifiers and use them when
Mark Kettenis
2016-05-07
Stop printing the "ioapic0: misconfigured as apic..." messages. Basically
Mark Kettenis
2016-05-07
Remove duplicate check.
Martin Pieuchot
2016-05-07
Use rtalloc_mpath() when checking for local route entries because we
Martin Pieuchot
2016-05-07
set the high speed enable bit if the timing isn't SDMMC_TIMING_LEGACY
Jonathan Gray
2016-05-07
add support for changing the bus width and set the 4-bit mode capability
Jonathan Gray
2016-05-06
Reset the bus width back to 1-bit when resetting the host. Makes imxesdhc(4)
Mark Kettenis
2016-05-06
Revert the previous commit. There still are bad interactions between the
Mark Kettenis
2016-05-06
Make sure we always update both bits that control the bus width. Also make
Mark Kettenis
2016-05-06
Round the requested clock frequency down to a support value instead of
Mark Kettenis
2016-05-06
Fix the DMA transfer code to repect the block size in the sdmmc command.
Mark Kettenis
2016-05-06
Fix efiboot not to hang with a disk whose block size < 512.
YASUOKA Masahiko
2016-05-05
r1.10 of if_bnx.c effectively removed the limit on the number of segments in
Jonathan Matthew
2016-05-05
Bump up the clock to 25 MHz before trying to read the SCR register of an SD
Mark Kettenis
2016-05-05
Remove uvm_mapentry_freecmp which has been unused for years
Stefan Kempf
2016-05-05
Add Dual Data Rate support for eMMC at 52MHz.
Mark Kettenis
2016-05-05
Populate SCSI inquiry data with information from SD and MMC cards.
Mark Kettenis
2016-05-05
Return ENOTTY in acpithinkpad backlight get/set ioctls if the maximum
Jonathan Gray
2016-05-04
Use BUS_DMA_OVERRUN to cope with the broken DMA engine of the Davicom DM9102
Mark Kettenis
2016-05-04
Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMA
Mark Kettenis
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
Mark Kettenis
2016-05-04
Print SD host controller version.
Mark Kettenis
2016-05-04
Preserve DiffServ value when fragmenting an ipv4 packet.
Vincent Gross
2016-05-04
Add high-speed support for SD cards. In theory this should double the
Mark Kettenis
2016-05-04
Don't mask pins configured as direct IRQ. Those are tied directly to the APIC
Mark Kettenis
2016-05-04
Fall back to "safe-value" when "unmanage-value" is not evailable to
Martin Pieuchot
2016-05-04
Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and
Vadim Zhukov
2016-05-03
Print missing newline if we bail out because of a uid mismatch.
Mark Kettenis
2016-05-03
Stop using a soft-interrupt context to process incoming network packets.
Martin Pieuchot
2016-05-03
implement bus_space_read_raw_X and bus_space_write_raw_X
David Gwynne
2016-05-03
Make ip_forward() use the route entry fetched in in_ouraddr() when it is
Martin Pieuchot
2016-05-03
Put back a panic() if an incoming packet already has a statekey.
Martin Pieuchot
2016-05-03
alias bus_space_{read,write}_raw to the non-raw counterparts
David Gwynne
2016-05-03
Revert previous commit. Calling sched_init_cpu() from
Mark Kettenis
2016-05-03
regen
David Gwynne
2016-05-03
samsung use the same pci device id for multiple nvme parts
David Gwynne
2016-05-02
Simplify life for routing table implementations by requiring that rtable_walk
Jonathan Matthew
2016-05-02
Fix some issues wrt timestamp updating. The tmpfs_read() and
Martin Natano
2016-05-02
Add check to armv7 platform bus match code, so that those busses only
Patrick Wildt
2016-05-02
Fix a corner case of 12-bit arithmetic: also increment the ba_winmiss
Theo Buehler
2016-05-02
Merge two identical code paths.
Martin Pieuchot
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-05-02
IEEE 802.11 sequence numbers wrap at 12 bit.
Stefan Sperling
[next]