Age | Commit message (Expand) | Author | Files | Lines |
2019-05-14 | include/: refactor headers to allow kthread.h inclusion in psi_types.h | Suren Baghdasaryan | 1 | -0/+1 |
2019-05-14 | psi: track changed states | Suren Baghdasaryan | 1 | -6/+18 |
2019-05-14 | psi: split update_stats into parts | Suren Baghdasaryan | 1 | -23/+34 |
2019-05-14 | psi: rename psi fields in preparation for psi trigger addition | Suren Baghdasaryan | 1 | -20/+21 |
2019-05-14 | psi: make psi_enable static | Suren Baghdasaryan | 1 | -2/+2 |
2019-05-14 | psi: introduce state_mask to represent stalled psi states | Suren Baghdasaryan | 1 | -10/+19 |
2019-05-14 | mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE | Andrea Arcangeli | 1 | -3/+3 |
2019-05-14 | userfaultfd: use RCU to free the task struct when fork fails | Andrea Arcangeli | 1 | -2/+29 |
2019-05-14 | kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable | Andrew Morton | 1 | -1/+1 |
2019-05-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -15/+33 |
2019-05-14 | kernel/memremap.c: remove the unused device_private_entry_fault() export | Christoph Hellwig | 1 | -1/+0 |
2019-05-14 | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport | 1 | -8/+8 |
2019-05-14 | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko | 1 | -3/+9 |
2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 1 | -1/+1 |
2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 1 | -1/+2 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -1/+1 |
2019-05-14 | userfaultfd/sysctl: add vm.unprivileged_userfaultfd | Peter Xu | 1 | -0/+12 |
2019-05-14 | kernel/sys.c: prctl: fix false positive in validate_prctl_map() | Cyrill Gorcunov | 1 | -1/+1 |
2019-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -3/+3 |
2019-05-13 | bpf: fix undefined behavior in narrow load handling | Krzesimir Nowak | 1 | -1/+1 |
2019-05-11 | Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -7/+0 |
2019-05-10 | bpf: fix out of bounds backwards jmps due to dead code removal | Daniel Borkmann | 1 | -2/+2 |
2019-05-10 | fork: do not release lock that wasn't taken | Christian Brauner | 1 | -2/+3 |
2019-05-09 | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 9 | -439/+937 |
2019-05-09 | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -42/+53 |
2019-05-09 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+5 |
2019-05-09 | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 3 | -9/+6 |
2019-05-09 | cgroup: never call do_group_exit() with task->frozen bit set | Roman Gushchin | 1 | -5/+3 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 17 | -233/+1694 |
2019-05-07 | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 6 | -10/+10 |
2019-05-07 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -58/+116 |
2019-05-07 | Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+5 |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -5/+183 |
2019-05-07 | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 3 | -10/+112 |
2019-05-07 | Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -8/+2 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 12 | -19/+19 |
2019-05-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 1 | -52/+39 |
2019-05-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2019-05-07 | signal: support CLONE_PIDFD with pidfd_send_signal | Christian Brauner | 2 | -6/+9 |
2019-05-07 | clone: add CLONE_PIDFD | Christian Brauner | 1 | -4/+103 |
2019-05-06 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+0 |
2019-05-06 | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 6 | -27/+43 |
2019-05-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -71/+117 |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 3 | -1/+19 |
2019-05-06 | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2 | -6/+4 |
2019-05-06 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -52/+77 |
2019-05-06 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 13 | -114/+95 |
2019-05-06 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -25/+39 |
2019-05-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 18 | -190/+231 |