index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
compat_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-11
lp: move compat_ioctl handling into lp.c
Arnd Bergmann
1
-33
/
+0
2009-12-11
compat_ioctl: pass compat pointer directly to handlers
Arnd Bergmann
1
-128
/
+83
2009-12-11
compat_ioctl: simplify lookup table
Arnd Bergmann
1
-46
/
+44
2009-12-11
compat_ioctl: simplify calling of handlers
Arnd Bergmann
1
-47
/
+39
2009-12-11
compat_ioctl: inline all conversion handlers
Arnd Bergmann
1
-54
/
+81
2009-12-11
compat_ioctl: Remove BKL
Arnd Bergmann
1
-2
/
+0
2009-12-11
compat_ioctl: remove all VT ioctl handling
Arnd Bergmann
1
-187
/
+1
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2009-12-05
tree-wide: fix misspelling of "definition" in comments
Adam Buchbinder
1
-1
/
+1
2009-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2009-11-12
fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctl
Heiko Carstens
1
-2
/
+2
2009-11-07
compat: move sockios handling to net/socket.c
Arnd Bergmann
1
-722
/
+0
2009-11-07
appletalk: handle SIOCATALKDIFADDR compat ioctl
Arnd Bergmann
1
-1
/
+0
2009-11-07
net, compat_ioctl: handle socket ioctl abuses in tty drivers
Arnd Bergmann
1
-2
/
+0
2009-11-07
net/tun: handle compat_ioctl directly
Arnd Bergmann
1
-20
/
+0
2009-08-07
compat_ioctl: hook up compat handler for FIEMAP ioctl
Eric Sandeen
1
-0
/
+1
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-06-24
fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...
Ankit Jain
1
-0
/
+48
2009-06-23
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-52
/
+0
2009-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-6
/
+0
2009-06-15
[SCSI] compat: don't perform unneeded copy in sg_io code
Alexey Zaytsev
1
-6
/
+0
2009-06-12
trivial: fix typo compatiable/compatiability has extra 'a'.
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2009-05-29
mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.c
Kevin Cernekee
1
-22
/
+0
2009-05-29
mtd: add OOB ioctls for >4GiB devices
Kevin Cernekee
1
-0
/
+2
2009-05-29
mtd: compat_ioctl cleanup
Kevin Cernekee
1
-42
/
+9
2009-05-29
mtd: add MEMERASE64 ioctl for >4GiB devices
Kevin Cernekee
1
-0
/
+1
2009-04-21
fs/compat_ioctl: fix build when !BLOCK
Alexander Beregalov
1
-4
/
+3
2009-04-03
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+1
2009-03-31
md: move lots of #include lines out of .h files and into .c
NeilBrown
1
-1
/
+1
2009-03-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+3
2009-02-28
Fix FREEZE/THAW compat_ioctl regression
Christoph Hellwig
1
-0
/
+3
2009-02-24
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-0
/
+2
2009-02-19
vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.
Bill Nottingham
1
-0
/
+2
2009-02-16
net: pass new SIOCSHWTSTAMP through to device drivers
Patrick Ohly
1
-0
/
+6
2009-02-15
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-1
/
+1
2009-02-06
tun: Limit amount of queued packets per device
Herbert Xu
1
-0
/
+2
2009-02-06
braino in sg_ioctl_trans()
Al Viro
1
-1
/
+1
2009-01-30
tun: Add some missing TUN compat ioctl translations.
David S. Miller
1
-0
/
+7
2008-07-25
remove unused #include <linux/dirent.h>'s
Adrian Bunk
1
-1
/
+0
2008-07-24
autofs4: remove unused ioctls
Ian Kent
1
-2
/
+0
2008-07-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
1
-0
/
+1
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-0
/
+6
2008-07-16
Fix compile issues in fs/compat_ioctl.c when CONFIG_BLOCK is disabled
Randy Dunlap
1
-0
/
+6
2008-07-14
[Bluetooth] Export details about authentication requirements
Marcel Holtmann
1
-0
/
+1
2008-06-17
wext: Remove compat handling from fs/compat_ioctl.c
David S. Miller
1
-106
/
+1
2008-06-17
wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c
David S. Miller
1
-6
/
+0
2008-04-30
tty: The big operations rework
Alan Cox
1
-1
/
+1
2008-04-30
tty: BKL pushdown
Alan Cox
1
-1
/
+1
2008-02-15
d_path: Make d_path() use a struct path
Jan Blunck
1
-1
/
+1
[prev]
[next]