Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9061d14a8a97009085242b284b5b5f668af2bf97
9061d14
aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way
by Al Viro
· 7 years ago
3c96c7f
aio: take list removal to (some) callers of aio_complete()
by Al Viro
· 7 years ago
ac060cb
aio: add missing break for the IOCB_CMD_FDSYNC case
by Christoph Hellwig
· 7 years ago
89b310a
random: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
652fe8e
timerfd: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
9e42f19
eventfd: switch to ->poll_mask
by Christoph Hellwig
· 7 years ago
dd67081
pipe: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
b28fc82
crypto: af_alg: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
5001c2d
net/rxrpc: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
f87be89
net/iucv: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
e7a98d47
net/phonet: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
4bac2bc
net/nfc: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
9490e40
net/caif: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
17112d8
net/bluetooth: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
568ea88
net/sctp: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
4df7338
net/tipc: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
31f50b5
net/vmw_vsock: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
9f728af
net/atm: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
f4335f5
net/dccp: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
db5051e
net: convert datagram_poll users tp ->poll_mask
by Christoph Hellwig
· 7 years ago
e76cd24
net/unix: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
2c7d3da
net/tcp: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
984652d
net: remove sock_no_poll
by Christoph Hellwig
· 7 years ago
1525242
net: add support for ->poll_mask in proto_ops
by Christoph Hellwig
· 7 years ago
3cafb37
net: refactor socket_poll
by Christoph Hellwig
· 7 years ago
1962da0
aio: try to complete poll iocbs without context switch
by Christoph Hellwig
· 7 years ago
2c14fa8
aio: implement IOCB_CMD_POLL
by Christoph Hellwig
· 7 years ago
888933f
aio: simplify cancellation
by Christoph Hellwig
· 7 years ago
f3a2752
aio: simplify KIOCB_KEY handling
by Christoph Hellwig
· 7 years ago
3deb642
fs: introduce new ->get_poll_head and ->poll_mask methods
by Christoph Hellwig
· 7 years ago
9965ed17
fs: add new vfs_poll and file_can_poll helpers
by Christoph Hellwig
· 7 years ago
6e8b704
fs: update documentation to mention __poll_t and match the code
by Christoph Hellwig
· 7 years ago
a0f8dcf
fs: cleanup do_pollfd
by Christoph Hellwig
· 7 years ago
8f546ae
fs: unexport poll_schedule_timeout
by Christoph Hellwig
· 7 years ago
ee219b9
uapi: turn __poll_t sparse checks on by default
by Christoph Hellwig
· 7 years ago
ed0d523
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base
by Christoph Hellwig
· 7 years ago
4faa9996
fix io_destroy()/aio_complete() race
by Al Viro
· 7 years ago
baf1056
aio: fix io_destroy(2) vs. lookup_ioctx() race
by Al Viro
· 7 years ago
5aa1437
ext2: fix a block leak
by Al Viro
· 7 years ago
3819bb0
nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
by Al Viro
· 7 years ago
9c3e902
cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
by Al Viro
· 7 years ago
7b745a4
unfuck sysfs_mount()
by Al Viro
· 7 years ago
82382ac
kernfs: deal with kernfs_fill_super() failures
by Al Viro
· 7 years ago
08a8f30
cramfs: Fix IS_ENABLED typo
by Joe Perches
· 7 years ago
f4e4d43
befs_lookup(): use d_splice_alias()
by Al Viro
· 7 years ago
87fbd63
affs_lookup: switch to d_splice_alias()
by Al Viro
· 7 years ago
30da870
affs_lookup(): close a race with affs_remove_link()
by Al Viro
· 7 years ago
b127125
fix breakage caused by d_find_alias() semantics change
by Al Viro
· 7 years ago
79f546a
fs: don't scan the inode cache before SB_BORN is set
by Dave Chinner
· 7 years ago
1e2e547
do d_instantiate/unlock_new_inode combinations safely
by Al Viro
· 7 years ago
d7760d6
iov_iter: fix memory leak in pipe_get_pages_alloc()
by Ilya Dryomov
· 7 years ago
e76b6312
iov_iter: fix return type of __pipe_get_pages()
by Ilya Dryomov
· 7 years ago
7a074e9
aio: implement io_pgetevents
by Christoph Hellwig
· 7 years ago
a3c0d43
aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
by Christoph Hellwig
· 7 years ago
54843f8
aio: refactor read/write iocb setup
by Christoph Hellwig
· 7 years ago
92ce472
aio: remove the extra get_file/fput pair in io_submit_one
by Christoph Hellwig
· 7 years ago
75321b5
aio: sanitize ki_list handling
by Christoph Hellwig
· 7 years ago
c213dc8
aio: remove an outdated BUG_ON and comment in aio_complete
by Christoph Hellwig
· 7 years ago
01a658e
aio: don't print the page size at boot time
by Christoph Hellwig
· 7 years ago
6da6c0d
Linux v4.17-rc3
by Linus Torvalds
· 7 years ago
c61a56a
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
65f4d6d
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
810fb07
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
7d9e55f
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
cdface5
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
19b9ad6
<linux/stringhash.h>: fix end_name_hash() for 64bit long
by Amir Goldstein
· 7 years ago
bf8f5de
MAINTAINERS: add myself as maintainer of AFFS
by David Sterba
· 7 years ago
a97d8ef
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
6e041ff
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
cac2642
Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
0d95cfa
Merge tag 'powerpc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
46dc111
rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
19b522d
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
7b87308
Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
64ebe31
Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
d8a3327
Merge tag 'char-misc-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
ee3748b
Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b52c85a
Merge tag 'tty-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 7 years ago
5e62493
x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI
by KarimAllah Ahmed
· 7 years ago
79a17dd9
Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
1993cbf0
Merge tag 'usb-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
7ff5000
Merge tag 'sound-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 7 years ago
ee7141c
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
245131e
Merge tag 'mtd/fixes-for-4.17-rc3' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
0f940fa
Merge tag 'drm-fixes-for-v4.17-rc3' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
a468f2d
kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
by Junaid Shahid
· 7 years ago
8bb2610
x86/entry/64/compat: Preserve r8-r11 in int $0x80
by Andy Lutomirski
· 7 years ago
1a512c0
x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
by Arnd Bergmann
· 7 years ago
3db3eb2
x86/setup: Do not reserve a crash kernel region if booted on Xen PV
by Petr Tesarik
· 7 years ago
2a01046
i2c: sprd: Fix the i2c count issue
by Baolin Wang
· 7 years ago
da33aa0
i2c: sprd: Prevent i2c accesses after suspend is called
by Baolin Wang
· 7 years ago
23a2772
i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
by Alexander Popov
· 7 years ago
3789c12
arm64: avoid instrumenting atomic_ll_sc.o
by Mark Rutland
· 7 years ago
4ea3f05
Merge tag 'arm-soc/for-4.17/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into fixes
by Arnd Bergmann
· 7 years ago
b2d7ecb
powerpc/kvm/booke: Fix altivec related build break
by Laurentiu Tudor
· 7 years ago
6029755
powerpc: Fix deadlock with multiple calls to smp_send_stop
by Nicholas Piggin
· 7 years ago
c0f7f5b
cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interrupt
by Shilpasri G Bhat
· 7 years ago
24d9092
Merge tag 'drm-intel-fixes-2018-04-26' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 7 years ago
0644f18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 7 years ago
0871062
Merge tag 'hwmon-for-linus-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 7 years ago
Next »