index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
powerpc64
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spelling
jsg
2021-03-11
3
-5
/
+5
*
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-23
1
-2
/
+8
*
Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to
anton
2021-02-04
1
-1
/
+2
*
Again allow COPTS= to come from the environment again, and don't lose the
deraadt
2021-01-28
1
-4
/
+4
*
OPAL implements firmware calls that abstract communicating with the BMC over
kettenis
2021-01-23
7
-5
/
+484
*
introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
thfr
2021-01-23
2
-2
/
+5
*
Enable support for floating-point exceptions. We always run in "precise"
kettenis
2021-01-09
8
-31
/
+68
*
Fix typo in comment.
kettenis
2021-01-07
1
-2
/
+2
*
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
2020-12-30
9
-18
/
+264
*
Use IPL_VM for the pmap pool like we do on amd64.
kettenis
2020-12-23
1
-2
/
+2
*
Handle a few more userland traps that would lead to a kernel panic.
kettenis
2020-12-23
1
-2
/
+19
*
Use SIGILL for the Facility Unavailable Interrupt in usermode.
gkoehler
2020-12-22
1
-1
/
+6
*
Clear FSCR register. This gives us a sane default state where all facilities
kettenis
2020-12-22
2
-2
/
+11
*
Fix typo.
kettenis
2020-12-20
1
-2
/
+2
*
The TCE table needs to be aligned on a boundary that is a multiple of its
kettenis
2020-12-20
1
-2
/
+2
*
Use daddr_t and not daddr32_t in boot media.
krw
2020-12-09
1
-2
/
+2
*
Enable mcx(4)
kettenis
2020-11-16
2
-2
/
+4
*
Make sure we perform address translation to all elements of a DMA mapping.
kettenis
2020-11-15
1
-2
/
+2
*
Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() to
kettenis
2020-11-15
1
-7
/
+7
*
In case of failure, call sigexit() from trapsignal instead of sensig().
mpi
2020-11-08
1
-3
/
+5
*
Add support for passing a bootmac command line argument to RAMDISK.
patrick
2020-10-31
2
-3
/
+69
*
No need to print that we're the console device; wsdisplay(4) will do that
kettenis
2020-10-30
1
-4
/
+1
*
Add a comment that explains why the major/minor of the device is set
kettenis
2020-10-30
1
-8
/
+12
*
Allow astfb(4) to become the console. At this point this is a "late" switch
kettenis
2020-10-30
1
-2
/
+17
*
Add code to determine the console devie node.
kettenis
2020-10-30
2
-2
/
+83
*
add the nearly full list of usb devices.
deraadt
2020-10-27
1
-12
/
+120
*
Enable radeondrm(4).
kettenis
2020-10-27
1
-1
/
+4
*
Add limited emulation of unaligned access in the kernel. The radeondrm(4)
kettenis
2020-10-27
1
-1
/
+56
*
Flush cache before mapping a page as uncached. The CPU gets really upset
kettenis
2020-10-27
1
-1
/
+18
*
Include I2C stuff.
kettenis
2020-10-26
1
-1
/
+4
*
Fix typo.
kettenis
2020-10-26
1
-3
/
+3
*
Implement a workaround for PCI devices that can't address the full 64-bit
kettenis
2020-10-25
1
-7
/
+173
*
Add forward declaration of struct trapframe.
kettenis
2020-10-24
1
-1
/
+2
*
/dev/drm*
kettenis
2020-10-24
1
-2
/
+3
*
Prefer 32-bit MSI even if the hardware supports 64-bit MSI to work
kettenis
2020-10-24
1
-5
/
+10
*
Add retguard to OPAL functions in powerpc64 locore.
mortimer
2020-10-22
2
-10
/
+14
*
Use the DBZ instruction to zero memory a cache line at a time.
kettenis
2020-10-22
1
-2
/
+4
*
uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.
deraadt
2020-10-22
1
-5
/
+7
*
Add retguard macros to powerpc64 locore functions.
mortimer
2020-10-21
1
-4
/
+16
*
Only use OPAL_CONSOLE_FLUSH if the firmware implements it. Should help
kettenis
2020-10-19
2
-3
/
+30
*
Implement pmap_proc_iflush().
kettenis
2020-10-18
1
-2
/
+21
*
Handle trace interrupts from userland.
kettenis
2020-10-18
1
-1
/
+6
*
Remove leftover debugging output for EXC_PGM traps.
kettenis
2020-10-18
1
-4
/
+7
*
Avoid potential infinite loop in pmap_vp_destroy().
kettenis
2020-10-17
1
-18
/
+14
*
use the full 64-bit cookies, rather than just 32 bits
deraadt
2020-10-17
1
-3
/
+3
*
Add retguard asm macros for ppc64.
mortimer
2020-10-16
1
-1
/
+39
*
Handle spurious interrupts.
kettenis
2020-10-10
1
-2
/
+12
*
Add OPAL_PCI_MAP_PE_DMA_WINDOW.
kettenis
2020-10-10
2
-2
/
+6
*
Unbreak the powerpc64 kernel build.
kettenis
2020-10-09
3
-3
/
+6
*
use access_type as the PROT_* variable for uvm_fault() consistantly
deraadt
2020-10-08
1
-10
/
+10
[next]