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
/
i2c
/
i2c-dev.c
Age
Commit message (
Expand
)
Author
2024-11-14
i2c: dev: Fix memory leak when underlying adapter does not support I2C
Igor Pylypiv
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-06-26
i2c: dev: Check for I2C_FUNC_I2C before calling i2c_transfer
Jean Delvare
2023-11-08
i2c: dev: copy userspace array safely
Philipp Stanner
2023-09-19
i2c: dev: make i2c_dev_class a static const structure
Ivan Orlov
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-09
i2c: dev: Fix bus callback return values
Geert Uytterhoeven
2023-01-17
i2c: dev: fix notifier return values
Bartosz Golaszewski
2022-04-15
i2c: dev: Force case user pointers in compat_i2cdev_ioctl()
Andy Shevchenko
2022-04-15
i2c: dev: check return value when calling dev_set_name()
Andy Shevchenko
2021-12-31
i2c: validate user data in compat ioctl
Pavel Skripkin
2021-08-31
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-08-11
i2c: dev: Use sysfs_emit() in "show" functions
Andy Shevchenko
2021-08-11
i2c: dev: Define pr_fmt() and drop duplication substrings
Andy Shevchenko
2021-08-10
i2c: dev: zero out array used for i2c reads from userspace
Greg Kroah-Hartman
2021-06-24
i2c: dev: Add __user annotation
Andreas Hecht
2021-03-18
i2c: bail out early when RDWR parameters are wrong
Wolfram Sang
2020-07-04
i2c: Use separate MODULE_AUTHOR() statements for multiple authors
Jarkko Nikula
2020-03-20
i2c: dev: Fix the race between the release of i2c_dev and cdev
Kevin Hao
2020-02-26
i2c: dev: keep sorting of includes
Wolfram Sang
2019-06-02
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-27
i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr
Yingjoe Chen
2019-02-15
i2c: expand minor range when registering chrdev region
Chengguang Xu
2019-01-11
i2c: dev: prevent adapter retries and timeout being set as minus value
Yi Zeng
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-04-27
i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
Alexander Popov
2017-12-03
i2c: dev: mark RDWR buffers as DMA_SAFE
Wolfram Sang
2017-09-20
i2c compat ioctls: move to ->compat_ioctl()
Al Viro
2017-01-12
i2c: fix kernel memory disclosure in dev interface
Vlad Tsyrklevich
2016-07-08
i2c-dev: don't get i2c adapter via i2c_dev
viresh kumar
2016-05-28
i2c: dev: use after free in detach
Dan Carpenter
2016-05-27
i2c: dev: don't start function name with 'return'
Wolfram Sang
2016-05-26
i2c: dev: switch from register_chrdev to cdev API
Erico Nunes
2016-02-20
i2c: i2c-dev: sort includes
Wolfram Sang
2015-10-23
i2c-dev: Fix I2C_SLAVE ioctl comment
Jean Delvare
2015-10-23
i2c-dev: Fix typo in ioctl name reference
Jean Delvare
2014-11-07
i2c: remove FSF address
Wolfram Sang
2013-09-30
i2c: i2c-dev: Create 'name' attribute automatically
Guenter Roeck
2013-02-22
new helper: file_inode(file)
Al Viro
2012-05-30
i2c-dev: Add support for I2C_M_RECV_LEN
Jean Delvare
2012-03-26
i2c: Update the FSF address
Jean Delvare
2012-01-12
i2c-dev: Use memdup_user
Thomas Meyer
2011-11-23
i2c: Make i2cdev_notifier_call static
Shubhrajyoti D
2011-03-20
i2c-dev: Use standard bus notification mechanism
Jean Delvare
2010-10-24
i2c: Let i2c_parent_is_i2c_adapter return the parent adapter
Jean Delvare
2010-08-11
i2c: Multiplexed I2C bus core support
Michael Lawnick
2010-08-11
i2c-dev: Use memdup_user
Julia Lawall
2010-08-11
i2c-dev: Remove unnecessary kmalloc casts
Joe Perches
[next]