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
2018-01-31
adjust container_of() for const use
Jonathan Gray
2018-01-31
add pci_is_root_bus()
Jonathan Gray
2018-01-31
add list_prev_entry()
Jonathan Gray
2018-01-31
add dmi_match() and change dmi_found() to use it
Jonathan Gray
2018-01-30
sync
Vadim Zhukov
2018-01-30
Add D-Link DWA-125 rev B2 to list of devices supported by run(4).
Vadim Zhukov
2018-01-30
Fix TFTP reading of zero-size files:
Christian Weisgerber
2018-01-30
Add support for switching CPUs in ddb on arm64. Based on a diff from drahn@.
Mark Kettenis
2018-01-30
add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()
Jonathan Gray
2018-01-30
add module_init()/module_exit()/signal_pending()
Jonathan Gray
2018-01-30
add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/
Jonathan Gray
2018-01-30
add mutex_destroy()/down_read_trylock()
Jonathan Gray
2018-01-30
add create_singlethread_workqueue()/system_power_efficient_wq
Jonathan Gray
2018-01-30
add pm_runtime_* stubs
Jonathan Gray
2018-01-30
Don't limit vga_switcheroo stubs to amd64/i386 and add
Jonathan Gray
2018-01-30
add iowrite64()/writeq()
Jonathan Gray
2018-01-30
add GFP_USER/__user/vmalloc()
Jonathan Gray
2018-01-30
add ilog2()/order_base_2()/gcd()
Jonathan Gray
2018-01-30
disable -Wformat-zero-length when building with gcc
Jonathan Gray
2018-01-30
add i2c_bit_add_bus()
Jonathan Gray
2018-01-30
add more endian macros
Jonathan Gray
2018-01-30
add drm_invalid_op()
Jonathan Gray
2018-01-30
add atomic_cmpxchg()/atomic64_add()/atomic64_sub()
Jonathan Gray
2018-01-29
pms: minor cleanups in the alps code.
Ulf Brosziewski
2018-01-29
Drop unused field `ci_ipiih'.
Visa Hankala
2018-01-29
Let the interrupt subsystem allocate memory for the IPI handle,
Visa Hankala
2018-01-29
Attach ampintc/ampintcmsi early so pci devices can be attached with
Jonathan Gray
2018-01-28
trampoline.o depends on assym.h
Mark Kettenis
2018-01-28
Spin up secondary CPUs and add IPI infrastructure. Heavily based on diffs
Mark Kettenis
2018-01-28
Store PSCI function ids as uint32_t not int in the softc.
Jonathan Gray
2018-01-28
Bring this more in line with our other architectures.
Mark Kettenis
2018-01-28
typo
Otto Moerbeek
2018-01-27
Sync the nam2blk entries with the bdevsw table, which is the
Christian Weisgerber
2018-01-27
Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220,
Stefan Sperling
2018-01-26
Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.
Mark Kettenis
2018-01-26
Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.
Mark Kettenis
2018-01-26
Cleanup VFP code.
Mark Kettenis
2018-01-25
Remove mutex implementations that now live in MI code.
Martin Pieuchot
2018-01-25
Move common mutex implementations to a MI place.
Martin Pieuchot
2018-01-25
Use a workaround for detached parent in carp_proto_input_c().
Martin Pieuchot
2018-01-25
Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64.
Martin Pieuchot
2018-01-25
Assert that ifiq_destroy() is not called with the NET_LOCK() held.
Martin Pieuchot
2018-01-24
Do not print that the firmware was successfully loaded in the USB backend
Patrick Wildt
2018-01-24
Put the default case, which prints information about an event we do not yet
Patrick Wildt
2018-01-24
We don't do booleans in the kernel, so replace a few occurrences of 'true'
Patrick Wildt
2018-01-24
add support for bpf on "subsystems", not just network interfaces
David Gwynne
2018-01-23
The IPv6 gateway address passed to rt6_flush() comes either from a
Alexander Bluhm
2018-01-23
The TCP reaper timeout was still imlemented as soft timeout. So
Alexander Bluhm
2018-01-23
Although it is a dead store here, always reassign the tcpcb after
Alexander Bluhm
2018-01-23
Bring back the PRU_ATTACH constant and description. Then trpt(8)
Alexander Bluhm
[next]