31
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Banish irql_info_t, typedefs are discouraged in Linux code
Pavel Roskin
as proski
More... over 12 years ago
Use accessor functions for CPU masks, initialize info->cpus_allowed
Pavel Roskin
as proski
More... over 12 years ago
Minor stylistic changes
Pavel Roskin
as proski
More... over 12 years ago
Rewrite lin2win.S based on win2lin_stubs.S
Pavel Roskin
as proski
More... over 12 years ago
Save %rbp for compatibility with CONFIG_FRAME_POINTER, add CFI annotations
Pavel Roskin
as proski
More... over 12 years ago
Fix stack space calculation for odd SAVED_REGS
Pavel Roskin
as proski
More... over 12 years ago
Rewrite 64-bit lin2win in pure assembler, ensure 16-bit stack alignment
Pavel Roskin
as proski
More... over 12 years ago
Keep 16-bit alignment of stack on function calls
Pavel Roskin
as proski
More... over 12 years ago
Respect irql_gfp() in string operations
Pavel Roskin
as proski
More... over 12 years ago
Fix calculation of the stack frame size for Windows calls
Pavel Roskin
as proski
More... over 12 years ago
Windows calls clobber memory, mark them as such
Pavel Roskin
as proski
More... over 12 years ago
Avoid unneeded preprocessor checks for ENABLE_USB
Pavel Roskin
as proski
More... over 12 years ago
Fix compilation without USB support
Pavel Roskin
as proski
More... over 12 years ago
Use more compact message about memory leak
Pavel Roskin
as proski
More... over 12 years ago
Remove declaration of non-existing usb_cancel_pending_urbs()
Pavel Roskin
as proski
More... over 12 years ago
Rewrite spinlocks in C, add sanity checks
Pavel Roskin
as proski
More... over 12 years ago
Put dash before "PSK" when printing encryption capabilities
Pavel Roskin
as proski
More... over 12 years ago
Don't include tcp.h and udp.h, we are not using anything from those files
Pavel Roskin
as proski
More... over 12 years ago
Add support for kernels with backported mutex support
Pavel Roskin
as proski
More... over 12 years ago
Don't use GFP_ATOMIC unnecessarily in wrap_vendor_or_class_req()
Pavel Roskin
as proski
More... over 12 years ago
Use irql_gfp() directly as kmalloc() argument in slack_kmalloc()
Pavel Roskin
as proski
More... over 12 years ago
Remove unneeded function declarations
Pavel Roskin
as proski
More... over 12 years ago
Remove obsolete compatibility code
Pavel Roskin
as proski
More... over 12 years ago
Don't use bitwise operations on enum, use test_bit()
Pavel Roskin
as proski
More... over 12 years ago
Revert patch that made IRQ handler always return IRQ_HANDLED
Pavel Roskin
as proski
More... over 12 years ago
Add entries about memory leaks
Pavel Roskin
as proski
More... over 12 years ago
Improve memory debugging
Pavel Roskin
as proski
More... over 12 years ago
Free pages before trying to allocate the new ones
Pavel Roskin
as proski
More... over 12 years ago
Revert setting ALLOC_TYPE_KMALLOC_ATOMIC to a large number
Pavel Roskin
as proski
More... over 12 years ago
Fix wrong argument number, passing structure by value
Pavel Roskin
as proski
More... over 12 years ago