Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | gdbstub: Replace strcpy() by strscpy() | Gustavo A. R. Silva | 2019-05-02 | 1 | -2/+2 | |
| * | | | | | | | | gdbstub: mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-05-02 | 1 | -2/+3 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-05-14 | 2 | -8/+15 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | kallsyms: store type information in its own array | Eugene Loh | 2019-03-28 | 2 | -8/+15 | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-05-14 | 6 | -15/+33 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kernel/memremap.c: remove the unused device_private_entry_fault() export | Christoph Hellwig | 2019-05-14 | 1 | -1/+0 | |
| * | | | | | | | | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport | 2019-05-14 | 1 | -8/+8 | |
| * | | | | | | | | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko | 2019-05-14 | 1 | -3/+9 | |
| * | | | | | | | | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 2019-05-14 | 1 | -1/+1 | |
| * | | | | | | | | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 2019-05-14 | 1 | -1/+2 | |
| * | | | | | | | | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 2019-05-14 | 1 | -1/+1 | |
| * | | | | | | | | userfaultfd/sysctl: add vm.unprivileged_userfaultfd | Peter Xu | 2019-05-14 | 1 | -0/+12 | |
| * | | | | | | | | kernel/sys.c: prctl: fix false positive in validate_prctl_map() | Cyrill Gorcunov | 2019-05-14 | 1 | -1/+1 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-05-14 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | bpf: fix undefined behavior in narrow load handling | Krzesimir Nowak | 2019-05-13 | 1 | -1/+1 | |
| * | | | | | | | bpf: fix out of bounds backwards jmps due to dead code removal | Daniel Borkmann | 2019-05-11 | 1 | -2/+2 | |
* | | | | | | | | Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2019-05-11 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tracing: stop making gpio tracing configurable | Uwe Kleine-König | 2019-04-08 | 1 | -7/+0 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | fork: do not release lock that wasn't taken | Christian Brauner | 2019-05-10 | 1 | -2/+3 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2019-05-09 | 9 | -439/+937 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cgroup: never call do_group_exit() with task->frozen bit set | Roman Gushchin | 2019-05-09 | 1 | -5/+3 | |
| * | | | | | | | kernel: cgroup: fix misuse of %x | Fuqian Huang | 2019-05-06 | 1 | -4/+4 | |
| * | | | | | | | cgroup: get rid of cgroup_freezer_frozen_exit() | Roman Gushchin | 2019-05-06 | 2 | -13/+2 | |
| * | | | | | | | cgroup: prevent spurious transition into non-frozen state | Roman Gushchin | 2019-05-06 | 2 | -12/+6 | |
| * | | | | | | | cgroup: Remove unused cgrp variable | Shaokun Zhang | 2019-05-06 | 1 | -3/+0 | |
| * | | | | | | | cgroup: add tracing points for cgroup v2 freezer | Roman Gushchin | 2019-04-19 | 2 | -1/+16 | |
| * | | | | | | | cgroup: make TRACE_CGROUP_PATH irq-safe | Roman Gushchin | 2019-04-19 | 1 | -2/+5 | |
| * | | | | | | | cgroup: cgroup v2 freezer | Roman Gushchin | 2019-04-19 | 5 | -10/+491 | |
| * | | | | | | | cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock | Roman Gushchin | 2019-04-19 | 1 | -0/+6 | |
| * | | | | | | | cgroup: implement __cgroup_task_count() helper | Roman Gushchin | 2019-04-19 | 3 | -16/+34 | |
| * | | | | | | | cgroup: rename freezer.c into legacy_freezer.c | Roman Gushchin | 2019-04-19 | 2 | -1/+1 | |
| * | | | | | | | cgroup: remove extra cgroup_migrate_finish() call | Shakeel Butt | 2019-04-04 | 1 | -4/+1 | |
* | | | | | | | | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2019-05-09 | 1 | -42/+53 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | workqueue: Use normal rcu | Thomas Gleixner | 2019-04-08 | 1 | -42/+51 | |
| * | | | | | | | | kernel/workqueue: Document wq_worker_last_func() argument | Bart Van Assche | 2019-03-19 | 1 | -0/+1 | |
| * | | | | | | | | kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_... | Mathieu Malaterre | 2019-03-15 | 1 | -0/+1 | |
* | | | | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-05-09 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/ima: require signed kernel modules | Mimi Zohar | 2019-03-27 | 1 | -0/+5 | |
* | | | | | | | | | | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-05-09 | 3 | -9/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence | Christoph Hellwig | 2019-05-06 | 1 | -0/+3 | |
| * | | | | | | | | | | dma-mapping: remove an unnecessary NULL check | Dan Carpenter | 2019-04-24 | 1 | -1/+1 | |
| * | | | | | | | | | | x86/dma: Remove the x86_dma_fallback_dev hack | Christoph Hellwig | 2019-04-08 | 1 | -7/+0 | |
| * | | | | | | | | | | dma-mapping: remove leftover NULL device support | Christoph Hellwig | 2019-04-08 | 1 | -1/+1 | |
| * | | | | | | | | | | dma: select GENERIC_ALLOCATOR for DMA_REMAP | Clément Leger | 2019-04-08 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-05-08 | 17 | -233/+1694 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-05-03 | 5 | -49/+85 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-04-28 | 3 | -6/+89 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | bpf: Introduce bpf sk local storage | Martin KaFai Lau | 2019-04-27 | 2 | -4/+26 | |
| | * | | | | | | | | | | | | bpf: add writable context for raw tracepoints | Matt Mullins | 2019-04-27 | 3 | -2/+61 | |
| | * | | | | | | | | | | | | bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type | Stanislav Fomichev | 2019-04-25 | 1 | -0/+2 |