index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-23
compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
Arnd Bergmann
3
-2
/
+3
2019-10-23
compat_ioctl: handle SIOCOUTQNSD
Arnd Bergmann
1
-0
/
+1
2019-10-23
af_unix: add compat_ioctl support
Arnd Bergmann
1
-0
/
+19
2019-10-23
compat_ioctl: reimplement SG_IO handling
Arnd Bergmann
5
-159
/
+143
2019-10-23
compat_ioctl: move WDIOC handling into wdt drivers
Arnd Bergmann
63
-11
/
+62
2019-10-23
fs: compat_ioctl: move FITRIM emulation into file systems
Arnd Bergmann
8
-2
/
+7
2019-10-23
gfs2: add compat_ioctl support
Arnd Bergmann
1
-0
/
+30
2019-10-23
compat_ioctl: remove unused convert_in_user macro
Arnd Bergmann
1
-7
/
+0
2019-10-23
compat_ioctl: remove last RAID handling code
Arnd Bergmann
1
-13
/
+0
2019-10-23
compat_ioctl: remove /dev/raw ioctl translation
Arnd Bergmann
1
-4
/
+0
2019-10-23
compat_ioctl: remove PCI ioctl translation
Arnd Bergmann
1
-6
/
+0
2019-10-23
compat_ioctl: remove joystick ioctl translation
Arnd Bergmann
1
-7
/
+0
2019-10-23
compat_ioctl: remove /dev/random commands
Arnd Bergmann
2
-7
/
+1
2019-10-23
compat_ioctl: remove IGNORE_IOCTL()
Arnd Bergmann
1
-56
/
+0
2019-10-23
compat_ioctl: remove translation for sound ioctls
Arnd Bergmann
4
-158
/
+7
2019-10-23
compat_ioctl: remove HIDIO translation
Arnd Bergmann
1
-17
/
+0
2019-10-23
compat_ioctl: remove HCIUART handling
Arnd Bergmann
1
-13
/
+0
2019-10-23
compat_ioctl: move hci_sock handlers into driver
Arnd Bergmann
2
-25
/
+20
2019-10-23
compat_ioctl: move rfcomm handlers into driver
Arnd Bergmann
2
-8
/
+12
2019-10-23
compat_ioctl: move isdn/capi ioctl translation into driver
Arnd Bergmann
2
-17
/
+31
2019-10-23
compat_ioctl: move ATYFB_CLK handling to atyfb driver
Arnd Bergmann
2
-3
/
+11
2019-10-23
compat_ioctl: move tape handling into drivers
Arnd Bergmann
5
-115
/
+114
2019-10-23
compat_ioctl: use correct compat_ptr() translation in drivers
Arnd Bergmann
4
-67
/
+4
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
33
-52
/
+36
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
16
-237
/
+20
2019-10-23
compat_ioctl: move rtc handling into drivers/rtc/dev.c
Arnd Bergmann
3
-54
/
+40
2019-10-23
ceph: fix compat_ioctl for ceph_dir_operations
Arnd Bergmann
2
-1
/
+2
2019-10-23
compat_sys_ioctl(): make parallel to do_vfs_ioctl()
Al Viro
1
-37
/
+28
2019-10-23
compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.c
Al Viro
3
-35
/
+49
2019-10-23
do_vfs_ioctl(): use saner types
Al Viro
1
-8
/
+8
2019-10-23
compat: itanic doesn't have one
Al Viro
1
-2
/
+2
2019-10-23
FIGETBSZ: fix compat
Al Viro
1
-1
/
+1
2019-10-23
fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAP
Al Viro
1
-1
/
+2
2019-10-23
compat_ioctl: add compat_ptr_ioctl()
Arnd Bergmann
2
-0
/
+42
2019-10-07
Linux 5.4-rc2
v5.4-rc2
Linus Torvalds
1
-2
/
+2
2019-10-06
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-06
Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2019-10-06
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
14
-144
/
+53
2019-10-05
Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-86
/
+41
2019-10-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
15
-80
/
+193
2019-10-05
Merge branch 'readdir' (readdir speedup and sanity checking)
Linus Torvalds
1
-35
/
+133
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
99
-281
/
+539
2019-10-05
Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
17
-53
/
+83
2019-10-05
KVM: s390: mark __insn32_query() as __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-05
KVM: s390: fix __insn32_query() inline assembly
Heiko Carstens
1
-3
/
+3
2019-10-05
dma-mapping: fix false positivse warnings in dma_common_free_remap()
Andrey Smirnov
1
-2
/
+2
2019-10-05
kheaders: make headers archive reproducible
Dmitry Goldin
2
-5
/
+13
2019-10-05
kbuild: update compile-test header list for v5.4-rc2
Masahiro Yamada
1
-10
/
+0
[next]