index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/gup: introduce pin_user_pages*() and FOLL_PIN
John Hubbard
2020-01-31
1
-13
/
+50
*
mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
John Hubbard
2020-01-31
1
-5
/
+13
*
mm/filemap.c: clean up filemap_write_and_wait()
Ira Weiny
2020-01-31
1
-1
/
+5
*
ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use
Andy Shevchenko
2020-01-31
1
-0
/
+1
*
memcg: fix a crash in wb_workfn when a device disappears
Theodore Ts'o
2020-01-31
2
-20
/
+27
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2020-01-30
2
-41
/
+47
|
\
|
*
mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier
Jason Gunthorpe
2020-01-14
1
-17
/
+21
|
*
mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifier
Jason Gunthorpe
2020-01-14
1
-14
/
+16
|
*
mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
Jason Gunthorpe
2020-01-14
2
-10
/
+10
*
|
Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
2020-01-30
6
-2
/
+12
|
\
\
|
*
|
prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaim
Mike Christie
2020-01-28
2
-0
/
+5
|
*
|
sched.h: Annotate sighand_struct with __rcu
Madhuparna Bhowmik
2020-01-26
1
-1
/
+1
|
*
|
arch: wire up pidfd_getfd syscall
Sargun Dhillon
2020-01-13
2
-1
/
+4
|
*
|
vfs, fdtable: Add fget_task helper
Sargun Dhillon
2020-01-13
1
-0
/
+2
|
|
/
*
|
Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-30
5
-15
/
+107
|
\
\
|
*
|
io_uring: add support for epoll_ctl(2)
Jens Axboe
2020-01-29
1
-0
/
+1
|
*
|
eventpoll: support non-blocking do_epoll_ctl() calls
Jens Axboe
2020-01-29
1
-0
/
+9
|
*
|
io_uring: support using a registered personality for commands
Jens Axboe
2020-01-29
1
-1
/
+6
|
*
|
io_uring: allow registering credentials
Jens Axboe
2020-01-29
1
-0
/
+2
|
*
|
io_uring: add io-wq workqueue sharing
Pavel Begunkov
2020-01-29
1
-1
/
+3
|
*
|
io_uring/io-wq: don't use static creds/mm assignments
Jens Axboe
2020-01-29
1
-0
/
+1
|
*
|
io_uring: optimise sqe-to-req flags translation
Pavel Begunkov
2020-01-21
1
-5
/
+18
|
*
|
io_uring: add support for probing opcodes
Jens Axboe
2020-01-21
1
-0
/
+18
|
*
|
io_uring: add opcode to issue trace event
Jens Axboe
2020-01-21
1
-4
/
+9
|
*
|
io_uring: add support for IORING_OP_OPENAT2
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
io_uring: enable option to only trigger eventfd for async completions
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
io_uring: add support for send(2) and recv(2)
Jens Axboe
2020-01-21
1
-0
/
+2
|
*
|
io_uring: add support for IORING_SETUP_CLAMP
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
pcpu_ref: add percpu_ref_tryget_many()
Pavel Begunkov
2020-01-21
1
-5
/
+21
|
*
|
io_uring: add IORING_OP_MADVISE
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
mm: make do_madvise() available internally
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
io_uring: add IORING_OP_FADVISE
Jens Axboe
2020-01-21
1
-0
/
+2
|
*
|
io_uring: allow use of offset == -1 to mean file position
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
io_uring: add non-vectored read/write commands
Jens Axboe
2020-01-21
1
-0
/
+2
|
*
|
io_uring: add IOSQE_ASYNC
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
io_uring: add support for IORING_OP_STATX
Jens Axboe
2020-01-21
1
-0
/
+2
|
*
|
io_uring: avoid ring quiesce for fixed file set unregister and update
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
io_uring: add support for IORING_OP_CLOSE
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
io_uring: add support for IORING_OP_OPENAT
Jens Axboe
2020-01-21
1
-0
/
+2
|
*
|
io_uring: add support for fallocate()
Jens Axboe
2020-01-21
1
-0
/
+1
|
*
|
Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfs
Jens Axboe
2020-01-21
1
-1
/
+2
|
|
\
\
|
*
\
\
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Jens Axboe
2020-01-20
7
-6
/
+75
|
|
\
\
\
*
|
\
\
\
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-01-30
13
-11
/
+101
|
\
\
\
\
\
|
*
|
|
|
|
scsi: drivers: base: Propagate errors through the transport component
Gabriel Krisman Bertazi
2020-01-16
1
-3
/
+3
|
*
|
|
|
|
scsi: drivers: base: Support atomic version of attribute_container_device_tri...
Gabriel Krisman Bertazi
2020-01-16
1
-0
/
+7
|
*
|
|
|
|
Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queue
Martin K. Petersen
2020-01-10
35
-69
/
+192
|
|
\
\
\
\
\
|
|
*
|
|
|
|
compat_ioctl: scsi: handle HDIO commands from drivers
Arnd Bergmann
2020-01-03
1
-0
/
+6
|
|
*
|
|
|
|
compat_ioctl: simplify the implementation
Arnd Bergmann
2020-01-03
2
-6
/
+0
|
|
*
|
|
|
|
compat_ioctl: ide: floppy: add handler
Arnd Bergmann
2020-01-03
1
-0
/
+2
|
|
*
|
|
|
|
compat_ioctl: add scsi_compat_ioctl
Arnd Bergmann
2020-01-03
1
-0
/
+1
[next]