Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | | | | | | | | | fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes | Slavomir Kaslev | 2019-03-05 | 1 | -0/+12 |
* | | | | | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2019-03-04 | 4 | -7/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | aio: Fix locking in aio_poll() | Bart Van Assche | 2019-02-22 | 1 | -3/+9 |
| * | | | | | | | | | | | | | exec: Fix mem leak in kernel_read_file | YueHaibing | 2019-02-19 | 1 | -1/+1 |
| * | | | | | | | | | | | | | copy_mount_string: Limit string length to PATH_MAX | Chandan Rajendra | 2019-02-01 | 1 | -1/+1 |
| * | | | | | | | | | | | | | fix cgroup_do_mount() handling of failure exits | Al Viro | 2019-01-17 | 1 | -2/+6 |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | get rid of legacy 'get_ds()' function | Linus Torvalds | 2019-03-04 | 2 | -4/+4 |
* | | | | | | | | | | | | | aio: simplify - and fix - fget/fput for io_submit() | Linus Torvalds | 2019-03-04 | 1 | -43/+29 |
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-01 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | hugetlbfs: fix races and page leaks during migration | Mike Kravetz | 2019-03-01 | 1 | -0/+12 |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-03-01 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | orangefs: remove two un-needed BUG_ONs... | Mike Marshall | 2019-02-20 | 1 | -4/+0 |