index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
uio
Age
Commit message (
Expand
)
Author
2018-11-27
uio: Fix an Oops on load
Dan Carpenter
2018-11-13
uio: ensure class is registered before devices
Alexandre Belloni
2018-08-19
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-08-12
Revert "uio: use request_threaded_irq instead"
Xiubo Li
2018-08-02
uio: potential double frees if __uio_register_device() fails
Dan Carpenter
2018-08-02
uio: fix possible circular locking dependency
Xiubo Li
2018-08-02
uio: pruss: fix error handling in probe
Dan Carpenter
2018-07-21
uio: add SPDX license tags
Stephen Hemminger
2018-07-21
uio: fix wrong return value from uio_mmap()
Hailong Liu
2018-07-21
uio: add SPDX license tag
Stephen Hemminger
2018-07-07
uio: fix crash after the device is unregistered
Xiubo Li
2018-07-07
uio: change to use the mutex lock instead of the spin lock
Xiubo Li
2018-07-07
uio: use request_threaded_irq instead
Xiubo Li
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-05-14
uio: Prevent device destruction while fds are open
Hamish Martin
2018-05-14
uio: Reduce return paths from uio_write()
Hamish Martin
2018-04-30
Merge 4.17-rc3 into char-misc-next
Greg Kroah-Hartman
2018-04-23
uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driver
Fabio Estevam
2018-04-23
uio: Change return type to vm_fault_t
Souptick Joarder
2018-04-23
uio_hv_generic: fix subchannel ring mmap
Stephen Hemminger
2018-04-23
uio_hv_generic: use correct channel in isr
Stephen Hemminger
2018-04-23
uio_hv_generic: make ring buffer attribute for primary channel
Stephen Hemminger
2018-04-23
uio_hv_generic: set size of ring buffer attribute
Stephen Hemminger
2018-03-06
uio_hv_generic: support sub-channels
Stephen Hemminger
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-01
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-01-13
uio_hv_generic: fix new type mismatch warnings
Arnd Bergmann
2018-01-10
uio_hv_generic: fix type mismatch warnings
Arnd Bergmann
2018-01-10
uio_hv_generic: add rescind support
Stephen Hemminger
2018-01-10
uio_hv_generic: check that host supports monitor page
Stephen Hemminger
2018-01-10
uio_hv_generic: create send and receive buffers
Stephen Hemminger
2018-01-09
uio_hv_generic: use ISR callback method
Stephen Hemminger
2018-01-09
uio_hv_generic: use standard mmap for resources
Stephen Hemminger
2018-01-09
uio_hv_generic: fix configuration comments
Stephen Hemminger
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-22
Merge 4.12-rc2 into char-misc-next
Greg Kroah-Hartman
2017-05-18
uio/uio_pci_generic: don't fail probe if pdev->irq == NULL
Jim Harris
2017-05-16
uio: fix incorrect memory leak cleanup
Suman Anna
2017-04-08
uio_mf624: Align memory regions to page size and set correct offsets
Michal Sojka
2017-04-08
uio_mf624: Refactor memory info initialization
Michal Sojka
2017-04-08
uio: Allow handling of non page-aligned memory regions
Michal Sojka
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-14
vmbus: add direct isr callback mode
Stephen Hemminger
2016-12-10
uio-hv-generic: store physical addresses instead of virtual
Arnd Bergmann
2016-12-06
uio-hv-generic: new userspace i/o driver for VMBus
Stephen Hemminger
2016-11-29
uio: pruss: add clk_disable()
Alexey Khoroshilov
2016-08-31
uio: fix dmem_region_start computation
Jan Viktorin
2016-05-01
uio: add missing error codes
Dan Carpenter
[next]