Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
46ea89eb652a365e10257016d09dcf1aaf23cf63
/
include
/
linux
46ea89e
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
87c4e19
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
b724e84
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
0101db7
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
f459dffa
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
by Dominik Brodowski
· 7 years ago
0f32ab8
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
by Dominik Brodowski
· 7 years ago
447016e
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
by Dominik Brodowski
· 7 years ago
e7a3e8b
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
by Dominik Brodowski
· 7 years ago
a16fe33
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
by Dominik Brodowski
· 7 years ago
c724832
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
by Dominik Brodowski
· 7 years ago
3a18ef5
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
by Dominik Brodowski
· 7 years ago
312db1a
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
by Dominik Brodowski
· 7 years ago
ab0d1e8
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
by Dominik Brodowski
· 7 years ago
cb0b476
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
e1834a3
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
by Dominik Brodowski
· 7 years ago
cc36dca
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
005a1ae
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
6debc8d
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
b21c8f8
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
8882a10
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
25e290e
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
1387c2c
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
a87d35d
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
9d6a15c
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
4541e80
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
211b634
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
7a09e1e
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
2de0db9
mm: use do_futex() instead of sys_futex() in mm_release()
by Dominik Brodowski
· 7 years ago
d53238c
kernel: open-code sys_rt_sigpending() in sys_sigpending()
by Dominik Brodowski
· 7 years ago
819671ff
syscalls: define and explain goal to not call syscalls in the kernel
by Dominik Brodowski
· 7 years ago
c68a2cf
Merge tag 'pci-v4.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
e675482
Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
86f8477
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
859d880
signal: Correct the offset of si_pkey in struct siginfo
by Eric W. Biederman
· 7 years ago
a6f1086
PCI: Move of_irq_parse_and_map_pci() declaration under OF_IRQ
by Guenter Roeck
· 7 years ago
5470461
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
a4a7771
net: make skb_gso_*_seglen functions private
by Daniel Axtens
· 7 years ago
779b793
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
by Daniel Axtens
· 7 years ago
20f1417
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
fde9fc7
signals: Move put_compat_sigset to compat.h to silence hardened usercopy
by Matt Redfearn
· 7 years ago
fb6d47a
Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
9c0fb1e
block: display the correct diskname for bio
by Jiufei Xue
· 7 years ago
9c2c2e6
net: phy: Restore phy_resume() locking assumption
by Andrew Lunn
· 7 years ago
230f5a8
dax: fix vma_is_fsdax() helper
by Dan Williams
· 7 years ago
85a2d93
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d4858aa
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
56c0908
genhd: Fix BUG in blkdev_open()
by Jan Kara
· 7 years ago
9df6c29
genhd: Add helper put_disk_and_module()
by Jan Kara
· 7 years ago
3079c22
genhd: Rename get_disk() to get_disk_and_module()
by Jan Kara
· 7 years ago
9c89709
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f75e492
kvm: fix warning for non-x86 builds
by Sebastian Ott
· 7 years ago
0764674
kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
by Sebastian Ott
· 7 years ago
65738c6
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
8961ca4
Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
238ca35
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
bef3efb
efivarfs: Limit the rate for non-root to read files
by Luck, Tony
· 7 years ago
28128c6
kconfig.h: Include compiler types to avoid missed struct attributes
by Kees Cook
· 7 years ago
173a3ef
bug.h: work around GCC PR82365 in BUG()
by Arnd Bergmann
· 7 years ago
9c4e6b1
mm, mlock, vmscan: no more skipping pagevecs
by Shakeel Butt
· 7 years ago
c3cc391
mm: memcontrol: fix NR_WRITEBACK leak in memcg and system stats
by Johannes Weiner
· 7 years ago
101110f
Kbuild: always define endianess in kconfig.h
by Arnd Bergmann
· 7 years ago
d34bc48
include/linux/sched/mm.h: re-inline mmdrop()
by Andrew Morton
· 7 years ago
dfe8db2
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 7 years ago
9fbcc57
extable: Make init_kernel_text() global
by Josh Poimboeuf
· 7 years ago
3335224
jump_label: Explicitly disable jump labels in __init code
by Josh Poimboeuf
· 7 years ago
88e77dc
locking/mutex: Add comment to __mutex_owner() to deter usage
by Peter Zijlstra
· 7 years ago
167e614
arm_pmu: acpi: request IRQs up-front
by Mark Rutland
· 8 years ago
84b4be5
arm_pmu: note IRQs and PMUs per-cpu
by Mark Rutland
· 8 years ago
0dc1a18
arm_pmu: add armpmu_alloc_atomic()
by Mark Rutland
· 8 years ago
d3d5aac
arm_pmu: fold platform helpers into platform code
by Mark Rutland
· 8 years ago
c0248c9
arm_pmu: kill arm_pmu_platdata
by Mark Rutland
· 8 years ago
8735871
x86/retpoline: Support retpoline builds with Clang
by David Woodhouse
· 7 years ago
79c0ef3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
59e4721
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c786427
Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
eb6174f
nospec: Include <asm/barrier.h> dependency
by Dan Williams
· 7 years ago
b98c6a1
nospec: Allow index argument to have const-qualified type
by Rasmus Villemoes
· 7 years ago
1d91c1d
nospec: Kill array_index_nospec_mask_check()
by Dan Williams
· 7 years ago
27d4ee0
workqueue: Allow retrieval of current task's work struct
by Lukas Wunner
· 8 years ago
da27988
skbuff: Fix comment mis-spelling.
by David S. Miller
· 7 years ago
1e3510b
Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
d207af2
cpumask: Make for_each_cpu_wrap() available on UP as well
by Michael Kelley
· 7 years ago
b63b1e5
Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
8bb8966
Merge tag 'pm-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
e9e3b30
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
096392e
block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS
by Minwoo Im
· 7 years ago
822ffaa
Merge branches 'pm-cpuidle' and 'pm-opp'
by Rafael J. Wysocki
· 7 years ago
e525de3
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d4667ca
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8fa80c50
nospec: Move array_index_nospec() parameter checking into separate macro
by Will Deacon
· 8 years ago
fd0e786
x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
by Tony Luck
· 8 years ago
2dd6fd2
locking/semaphore: Update the file path in documentation
by Tycho Andersen
· 8 years ago
595dd46
vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
by Jia Zhang
· 8 years ago
178e834
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
ecc2dc5
dma-mapping: fix a comment typo
by Christoph Hellwig
· 8 years ago
d7212cf
PM: cpuidle: Fix cpuidle_poll_state_init() prototype
by Rafael J. Wysocki
· 8 years ago
67dcc26
device property: Constify device_get_match_data()
by Andy Shevchenko
· 8 years ago
29d5325
ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()
by Andy Shevchenko
· 8 years ago
54e0216
ptr_ring: prevent integer overflow when calculating size
by Jason Wang
· 8 years ago
7a163b2
unify {de,}mangle_poll(), get rid of kernel-side POLL...
by Al Viro
· 8 years ago
Next »