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