index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gasket
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-27
staging: gasket: core: convert to standard logging
Todd Poynor
1
-161
/
+134
2018-07-27
staging: gasket: save struct device for a gasket device
Todd Poynor
2
-2
/
+6
2018-07-24
staging: gasket: use vzalloc instead of vmalloc/memset
Ivan Bornyakov
1
-4
/
+2
2018-07-24
staging: gasket: apex: convert various logs to debug level
Todd Poynor
1
-5
/
+5
2018-07-24
staging: gasket: page table: remove unnecessary logs
Todd Poynor
1
-18
/
+5
2018-07-24
staging: gasket: page table: convert various logs to debug level
Todd Poynor
1
-6
/
+6
2018-07-24
staging: gasket: ioctl common: convert various logs to debug level
Todd Poynor
2
-4
/
+4
2018-07-24
staging: gasket: interrupts: convert various logs to debug level
Todd Poynor
1
-12
/
+12
2018-07-24
staging: gasket: core: convert various logs to debug level
Todd Poynor
1
-18
/
+20
2018-07-24
staging: gasket: apex return error on sysfs show of missing attribute
Todd Poynor
1
-2
/
+2
2018-07-24
staging: gasket: gasket_get_device drop check for NULL pci_dev
Todd Poynor
1
-3
/
+1
2018-07-24
staging: gasket: remove unnecessary NULL checks on calls from VFS
Todd Poynor
1
-15
/
+0
2018-07-24
staging: gasket: print mmap starting address as unsigned long
Todd Poynor
1
-2
/
+2
2018-07-24
staging: gasket: avoid copy to user on error in coherent alloc config
Todd Poynor
1
-1
/
+3
2018-07-24
staging: gasket: gasket_handle_ioctl fix ioctl exit trace param
Todd Poynor
1
-1
/
+1
2018-07-24
staging: gasket: remove duplicate call to retrieve device callback
Todd Poynor
1
-3
/
+4
2018-07-24
staging: gasket: fix check_and_invoke_callback log param
Todd Poynor
1
-1
/
+1
2018-07-21
staging: gasket: common ioctls add __user annotations
Todd Poynor
1
-47
/
+55
2018-07-21
staging: gasket: common ioctl dispatcher add __user annotations
Todd Poynor
2
-4
/
+8
2018-07-21
staging: gasket: apex ioctl add __user annotations
Todd Poynor
1
-7
/
+10
2018-07-21
staging: gasket: top ioctl handler add __user annotations
Todd Poynor
2
-4
/
+9
2018-07-21
staging: gasket: always allow root open for write
Todd Poynor
3
-30
/
+23
2018-07-21
staging: gasket: fix multi-line comment syntax in gasket_core.h
Todd Poynor
1
-1
/
+2
2018-07-21
staging: gasket: remove extra parens in gasket_write_mappable_regions
Todd Poynor
1
-1
/
+1
2018-07-21
staging: gasket: gasket_mmap use PAGE_MASK
Todd Poynor
1
-1
/
+1
2018-07-21
staging: gasket: remove unnecessary parens in page table code
Todd Poynor
1
-1
/
+1
2018-07-21
staging: gasket: fix comment syntax in apex.h
Todd Poynor
1
-3
/
+4
2018-07-21
staging: gasket: remove else clause after return in if clause
Todd Poynor
1
-3
/
+1
2018-07-21
staging: gasket: gasket page table functions use bool return type
Todd Poynor
2
-33
/
+33
2018-07-21
staging: gasket: apex_clock_gating simplify logic, reduce indentation
Todd Poynor
1
-23
/
+20
2018-07-21
staging: gasket: gasket_mmap return error instead of valid BAR index
Todd Poynor
1
-1
/
+1
2018-07-21
staging: gasket: don't treat no device reset callback as an error
Todd Poynor
1
-5
/
+2
2018-07-21
staging: gasket: remove unnecessary code in coherent allocator
Todd Poynor
1
-3
/
+1
2018-07-21
staging: gasket: fix class create bug handling
Todd Poynor
1
-1
/
+1
2018-07-21
staging: gasket: remove code for no physical device
Todd Poynor
1
-11
/
+1
2018-07-21
staging: gasket: gasket_enable_dev remove unnecessary variable
Todd Poynor
1
-4
/
+1
2018-07-21
staging: gasket: allow compile for ARM64 in Kconfig
Todd Poynor
1
-1
/
+1
2018-07-19
staging: gasket: drop gasket_cdev_get_info, use container_of
Todd Poynor
1
-22
/
+4
2018-07-19
staging: gasket: bail out of reset sequence on device callback error
Todd Poynor
1
-1
/
+3
2018-07-19
staging: gasket: gasket_wait_with_reschedule use 32 bits of retry count
Todd Poynor
2
-3
/
+3
2018-07-19
staging: gasket: gasket_wait_with_reschedule simplify logic
Todd Poynor
1
-10
/
+4
2018-07-19
staging: gasket: gasket_wait_with_reschedule use msleep
Todd Poynor
1
-1
/
+2
2018-07-19
staging: gasket: fix gasket_wait_with_reschedule timeout return code
Todd Poynor
2
-5
/
+5
2018-07-19
staging: gasket: convert gasket_mmap_has_permissions to bool return
Todd Poynor
1
-6
/
+6
2018-07-19
staging: gasket: Remove stale pointers on error allocating attr array
Todd Poynor
1
-0
/
+2
2018-07-19
staging: gasket: Return EBUSY on mapping create when already in use
Todd Poynor
1
-1
/
+1
2018-07-19
staging: gasket: hold mutex on gasket driver unregistration
Todd Poynor
1
-0
/
+4
2018-07-19
staging: gasket: remove driver registration on class creation failure
Todd Poynor
1
-1
/
+3
2018-07-19
staging: gasket: whitespace fix in gasket_page_table_init
Todd Poynor
1
-1
/
+1
2018-07-19
staging: gasket: fix typo in gasket_core.h comments
Todd Poynor
1
-1
/
+1
[prev]
[next]