Age | Commit message (Expand) | Author |
2019-05-14 | kernel/signal.c: annotate implicit fall through | Mathieu Malaterre |
2019-05-14 | kernel/user.c: clean up some leftover code | Rasmus Villemoes |
2019-05-14 | kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr... | Lin Feng |
2019-05-14 | kernel/latencytop.c: remove unnecessary checks for latencytop_enabled | Lin Feng |
2019-05-14 | kernel/notifier.c: double register detection | Vasily Averin |
2019-05-14 | kernel/sched/psi.c: expose pressure metrics on root cgroup | Dan Schatzberg |
2019-05-14 | psi: introduce psi monitor | Suren Baghdasaryan |
2019-05-14 | include/: refactor headers to allow kthread.h inclusion in psi_types.h | Suren Baghdasaryan |
2019-05-14 | psi: track changed states | Suren Baghdasaryan |
2019-05-14 | psi: split update_stats into parts | Suren Baghdasaryan |
2019-05-14 | psi: rename psi fields in preparation for psi trigger addition | Suren Baghdasaryan |
2019-05-14 | psi: make psi_enable static | Suren Baghdasaryan |
2019-05-14 | psi: introduce state_mask to represent stalled psi states | Suren Baghdasaryan |
2019-05-14 | mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE | Andrea Arcangeli |
2019-05-14 | userfaultfd: use RCU to free the task struct when fork fails | Andrea Arcangeli |
2019-05-14 | kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable | Andrew Morton |
2019-05-14 | Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds |
2019-05-14 | Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-05-14 | bpf, lru: avoid messing with eviction heuristics upon syscall lookup | Daniel Borkmann |
2019-05-14 | bpf: add map_lookup_elem_sys_only for lookups from syscall side | Daniel Borkmann |
2019-05-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-05-14 | kernel/memremap.c: remove the unused device_private_entry_fault() export | Christoph Hellwig |
2019-05-14 | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport |
2019-05-14 | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko |
2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse |
2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny |
2019-05-14 | userfaultfd/sysctl: add vm.unprivileged_userfaultfd | Peter Xu |
2019-05-14 | kernel/sys.c: prctl: fix false positive in validate_prctl_map() | Cyrill Gorcunov |
2019-05-14 | kdb: Fix bound check compiler warning | Wenlin Kang |
2019-05-14 | bpf: mark bpf_event_notify and bpf_event_init as static | Stanislav Fomichev |
2019-05-14 | bpf: devmap: fix use-after-free Read in __dev_map_entry_free | Eric Dumazet |
2019-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-05-13 | bpf: fix undefined behavior in narrow load handling | Krzesimir Nowak |
2019-05-12 | kdb: do a sanity check on the cpu in kdb_per_cpu() | Dan Carpenter |
2019-05-12 | kdb: Get rid of broken attempt to print CCVERSION in kdb summary | Douglas Anderson |
2019-05-11 | Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2019-05-10 | bpf: fix out of bounds backwards jmps due to dead code removal | Daniel Borkmann |
2019-05-10 | livepatch: Remove klp_check_compiler_support() | Jiri Kosina |
2019-05-10 | fork: do not release lock that wasn't taken | Christian Brauner |
2019-05-09 | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2019-05-09 | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2019-05-09 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-05-09 | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-05-09 | cgroup: never call do_group_exit() with task->frozen bit set | Roman Gushchin |
2019-05-09 | ntp: Allow TAI-UTC offset to be set to zero | Miroslav Lichvar |
2019-05-08 | tracing: Fix documentation about disabling options using trace_options | Srivatsa S. Bhat (VMware) |
2019-05-08 | tracing: Replace kzalloc with kcalloc | Gustavo A. R. Silva |
2019-05-08 | tracing: Fix partial reading of trace event's id file | Elazar Leibovich |
2019-05-08 | tracing: Allow RCU to run between postponed startup tests | Anders Roxell |