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.13.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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
Dominik Brodowski
1
-0
/
+1
2018-04-02
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
Dominik Brodowski
1
-0
/
+3
2018-04-02
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
Dominik Brodowski
2
-2
/
+3
2018-04-02
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+3
2018-04-02
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
Dominik Brodowski
1
-4
/
+9
2018-04-02
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+3
2018-04-02
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+6
2018-04-02
mm: use do_futex() instead of sys_futex() in mm_release()
Dominik Brodowski
1
-3
/
+10
2018-04-02
kernel: open-code sys_rt_sigpending() in sys_sigpending()
Dominik Brodowski
1
-1
/
+1
2018-04-02
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-24
/
+62
2018-04-02
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+476
2018-04-02
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-5
/
+11
2018-04-02
Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+0
2018-04-02
Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
46
-509
/
+1241
2018-03-31
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
36
-44
/
+202
2018-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-4
/
+20
2018-03-30
net/dim: Fix int overflow
Tal Gilboa
1
-1
/
+1
2018-03-30
vlan: Fix vlan insertion for packets without ethernet header
Toshiaki Makita
1
-2
/
+13
2018-03-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-0
/
+2
2018-03-29
perf/x86/pt, coresight: Clean up address filter structure
Alexander Shishkin
1
-5
/
+9
2018-03-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
28
-44
/
+189
2018-03-29
RDMA/ucma: Introduce safer rdma_addr_size() variants
Roland Dreier
1
-0
/
+2
2018-03-28
dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrs
Christoph Hellwig
1
-6
/
+2
2018-03-28
Merge tag 'drm-amdkfd-next-2018-03-27' of git://people.freedesktop.org/~gabba...
Dave Airlie
1
-3
/
+119
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
91
-215
/
+526
2018-03-28
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-0
/
+3
2018-03-27
llc: properly handle dev_queue_xmit() return value
Cong Wang
1
-1
/
+1
2018-03-27
firmware/dmi_scan: Uninline dmi_get_bios_year() helper
Andy Shevchenko
1
-9
/
+2
2018-03-27
x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...
David Rientjes
1
-5
/
+0
2018-03-27
Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict
Ingo Molnar
34
-44
/
+197
2018-03-26
net: sched, fix OOO packets with pfifo_fast
John Fastabend
1
-0
/
+1
2018-03-26
usb: musb: remove blackfin port
Arnd Bergmann
1
-7
/
+0
2018-03-26
usb: host: remove tilegx platform glue
Arnd Bergmann
1
-35
/
+0
2018-03-26
input: misc: remove blackfin rotary driver
Arnd Bergmann
1
-117
/
+0
2018-03-26
pinctrl: remove adi2/blackfin drivers
Arnd Bergmann
1
-40
/
+0
2018-03-26
media: platform: remove blackfin capture driver
Arnd Bergmann
2
-133
/
+0
2018-03-26
fbdev: remove blackfin drivers
Arnd Bergmann
1
-2
/
+1
2018-03-26
video/logo: remove obsolete logo files
Arnd Bergmann
1
-3
/
+0
2018-03-26
raid: remove tile specific raid6 implementation
Arnd Bergmann
1
-1
/
+0
[prev]
[next]