| Commit message (Expand) | Author | Age | Files | Lines |
* | epoll: use rwlock in order to reduce ep_poll_callback() contention | Roman Penyaev | 2019-03-08 | 1 | -36/+122 |
* | epoll: unify awaking of wakeup source on ep_poll_callback() path | Roman Penyaev | 2019-03-08 | 1 | -8/+1 |
* | epoll: make sure all elements in ready list are in FIFO order | Roman Penyaev | 2019-03-08 | 1 | -1/+5 |
* | btrfs: implement btrfs_debug* in terms of helper macro | Rasmus Villemoes | 2019-03-08 | 1 | -24/+10 |
* | linux/fs.h: move member alignment check next to definition of struct filename | Rasmus Villemoes | 2019-03-08 | 1 | -2/+0 |
* | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-03-06 | 9 | -30/+18 |
|\ |
|
| * | Merge 5.0-rc6 into driver-core-next | Greg Kroah-Hartman | 2019-02-11 | 56 | -258/+613 |
| |\ |
|
| * | | kernfs: Allocating memory for kernfs_iattrs with kmem_cache. | Ayush Mittal | 2019-02-08 | 4 | -4/+9 |
| * | | sysfs: remove unused include of kernfs-internal.h | Ondrej Mosnacek | 2019-02-08 | 1 | -1/+0 |
| * | | f2fs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-22 | 3 | -23/+6 |
| * | | debugfs: debugfs_use_start/finish do not exist anymore | Sergey Senozhatsky | 2019-01-22 | 1 | -2/+2 |
| * | | sysfs: fix blank line coding style warning | Stephen Martin | 2019-01-18 | 1 | -0/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-06 | 22 | -158/+208 |
|\ \ \ |
|
| * | | | proc: use seq_puts() everywhere | Alexey Dobriyan | 2019-03-06 | 3 | -10/+10 |
| * | | | proc: read kernel cpu stat pointer once | Alexey Dobriyan | 2019-03-06 | 1 | -28/+32 |
| * | | | proc: remove unused argument in proc_pid_lookup() | Zhikang Zhang | 2019-03-06 | 3 | -3/+3 |
| * | | | fs/proc/thread_self.c: code cleanup for proc_setup_thread_self() | Chengguang Xu | 2019-03-06 | 1 | -8/+8 |
| * | | | fs/proc/self.c: code cleanup for proc_setup_self() | Chengguang Xu | 2019-03-06 | 1 | -8/+8 |
| * | | | mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd | Joel Fernandes (Google) | 2019-03-06 | 1 | -1/+1 |
| * | | | mm: update ptep_modify_prot_commit to take old pte value as arg | Aneesh Kumar K.V | 2019-03-06 | 1 | -3/+5 |
| * | | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 2019-03-06 | 1 | -2/+2 |
| * | | | fs: kernfs: add poll file operation | Johannes Weiner | 2019-03-06 | 1 | -11/+20 |
| * | | | memcg: localize memcg_kmem_enabled() check | Shakeel Butt | 2019-03-06 | 1 | -2/+1 |
| * | | | mm: convert PG_balloon to PG_offline | David Hildenbrand | 2019-03-06 | 1 | -2/+2 |
| * | | | fs/file.c: initialize init_files.resize_wait | Shuriyc Chu | 2019-03-06 | 1 | -0/+1 |
| * | | | fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() | Vineet Gupta | 2019-03-06 | 1 | -7/+1 |
| * | | | ocfs2: Use zero-sized array and struct_size() in kzalloc() | Gustavo A. R. Silva | 2019-03-06 | 1 | -6/+2 |
| * | | | ocfs2: fix the application IO timeout when fstrim is running | Gang He | 2019-03-06 | 5 | -63/+106 |
| * | | | ocfs2: fix a panic problem caused by o2cb_ctl | Jia Guo | 2019-03-06 | 1 | -6/+8 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-03-06 | 2 | -3/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'v5.0-rc6' into sched/core, to pick up fixes | Ingo Molnar | 2019-02-11 | 43 | -205/+496 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | sched/core: Convert sighand_struct.count to refcount_t | Elena Reshetova | 2019-02-04 | 2 | -3/+3 |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-03-06 | 1 | -16/+16 |
|\ \ \ \ \ |
|
| * | | | | | locking/percpu-rwsem: Remove preempt_disable variants | Peter Zijlstra | 2019-02-28 | 1 | -16/+16 |
* | | | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-03-05 | 4 | -14/+14 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/... | Thomas Gleixner | 2019-02-10 | 4 | -14/+14 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann | 2019-02-07 | 4 | -14/+14 |
| | | |_|_|_|/
| | |/| | | | |
|
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-03-05 | 1 | -3/+26 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2019-02-14 | 50 | -232/+551 |
| |\| | | | | |
|
| * | | | | | | proc/stat: Make the interrupt statistics more efficient | Thomas Gleixner | 2019-02-10 | 1 | -3/+26 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | a.out: remove core dumping support | Linus Torvalds | 2019-03-05 | 1 | -83/+0 |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-03-05 | 2 | -4/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 2019-01-25 | 2 | -4/+5 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-03-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-03-04 | 4 | -6/+13 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-24 | 3 | -19/+19 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-20 | 3 | -16/+56 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-15 | 14 | -230/+168 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-09 | 28 | -110/+302 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes | Deepa Dinamani | 2019-02-03 | 1 | -2/+2 |