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
*
uapi: rename ext2_swab() to swab() and share globally in swab.h
Yury Norov
2020-01-31
2
-0
/
+11
*
lib/zlib: add zlib_deflate_dfltcc_enabled() function
Mikhail Zaslonko
2020-01-31
1
-0
/
+6
*
thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>
Akinobu Mita
2020-01-31
1
-11
/
+0
*
include/linux/units.h: add helpers for kelvin to/from Celsius conversion
Akinobu Mita
2020-01-31
1
-0
/
+84
*
mm: fix comments related to node reclaim
Hao Lee
2020-01-31
2
-2
/
+2
*
include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...
Anshuman Khandual
2020-01-31
1
-2
/
+0
*
include/linux/mm.h: remove dead code totalram_pages_set()
Wei Yang
2020-01-31
1
-5
/
+0
*
include/linux/mm.h: clean up obsolete check on space in page->flags
Yu Zhao
2020-01-31
1
-4
/
+0
*
mm/hotplug: silence a lockdep splat with printk()
Qian Cai
2020-01-31
1
-2
/
+2
*
mm/memory_hotplug: pass in nid to online_pages()
David Hildenbrand
2020-01-31
1
-1
/
+2
*
mm/memblock: define memblock_physmem_add()
Anshuman Khandual
2020-01-31
1
-4
/
+3
*
mm: remove "count" parameter from has_unmovable_pages()
David Hildenbrand
2020-01-31
1
-2
/
+2
*
mm: remove the memory isolate notifier
David Hildenbrand
2020-01-31
1
-27
/
+0
*
mm, tracing: print symbol name for kmem_alloc_node call_site events
Junyong Sun
2020-01-31
1
-2
/
+2
*
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
1
-13
/
+13
*
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
[next]