Age | Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -2/+16 |
2019-05-19 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -1/+31 |
2019-05-18 | panic: add an option to replay all the printk message in buffer | Feng Tang | 2 | -2/+16 |
2019-05-16 | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2019-05-16 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2019-05-16 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -15/+31 |
2019-05-16 | signal: unconditionally leave the frozen state in ptrace_stop() | Roman Gushchin | 1 | -0/+1 |
2019-05-15 | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 19 | -400/+998 |
2019-05-15 | kernel/compat.c: mark expected switch fall-throughs | Stephen Rothwell | 1 | -0/+3 |
2019-05-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 23 | -188/+1444 |
2019-05-14 | panic/reboot: allow specifying reboot_mode for panic only | Aaro Koskinen | 2 | -5/+17 |
2019-05-14 | panic: avoid the extra noise dmesg | Feng Tang | 2 | -0/+13 |
2019-05-14 | gcov: clang support | Greg Hackmann | 7 | -2/+611 |
2019-05-14 | gcov: clang: move common GCC code into gcc_base.c | Greg Hackmann | 4 | -84/+93 |
2019-05-14 | kernel/pid.c: remove unneeded hash header file | Timmy Li | 1 | -1/+0 |
2019-05-14 | kernel/sysctl.c: fix proc_do_large_bitmap for large input buffers | Eric Sandeen | 1 | -1/+28 |
2019-05-14 | sysctl: return -EINVAL if val violates minmax | Christian Brauner | 1 | -2/+4 |
2019-05-14 | kernel/sysctl.c: switch to bitmap_zalloc() | Andy Shevchenko | 1 | -4/+2 |
2019-05-14 | kernel/signal.c: annotate implicit fall through | Mathieu Malaterre | 1 | -0/+1 |
2019-05-14 | kernel/user.c: clean up some leftover code | Rasmus Villemoes | 1 | -6/+1 |
2019-05-14 | kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr... | Lin Feng | 2 | -2/+2 |
2019-05-14 | kernel/latencytop.c: remove unnecessary checks for latencytop_enabled | Lin Feng | 1 | -6/+0 |
2019-05-14 | kernel/notifier.c: double register detection | Vasily Averin | 1 | -0/+1 |
2019-05-14 | kernel/sched/psi.c: expose pressure metrics on root cgroup | Dan Schatzberg | 2 | -7/+13 |
2019-05-14 | psi: introduce psi monitor | Suren Baghdasaryan | 2 | -18/+547 |
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 tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds | 5 | -9/+8 |
2019-05-14 | Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -8/+15 |
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-14 | kdb: Fix bound check compiler warning | Wenlin Kang | 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-12 | kdb: do a sanity check on the cpu in kdb_per_cpu() | Dan Carpenter | 1 | -1/+1 |
2019-05-12 | kdb: Get rid of broken attempt to print CCVERSION in kdb summary | Douglas Anderson | 2 | -2/+0 |