Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | time/jiffies: Make refined_jiffies static | Valdis Kletnieks | 2019-03-22 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2019-03-24 | 2 | -2/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | futex: Ensure that futex address is aligned in handle_futex_death() | Chen Jie | 2019-03-22 | 1 | -0/+4 | |
| * | | | | | | | workqueue: Only unregister a registered lockdep key | Bart Van Assche | 2019-03-21 | 1 | -2/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-03-24 | 2 | -2/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | genirq: Mark expected switch case fall-through | Gustavo A. R. Silva | 2019-03-23 | 1 | -0/+1 | |
| * | | | | | | | genirq/devres: Remove excess parameter from kernel doc | Valdis Kletnieks | 2019-03-22 | 1 | -2/+0 | |
| |/ / / / / / | ||||||
* / / / / / / | watchdog/core: Make variables static | Valdis Kletnieks | 2019-03-22 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2019-03-16 | 2 | -6/+128 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | signal: add pidfd_send_signal() syscall | Christian Brauner | 2019-03-05 | 2 | -6/+128 | |
* | | | | | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n... | Linus Torvalds | 2019-03-16 | 1 | -3/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mm/resource: Let walk_system_ram_range() search child resources | Dave Hansen | 2019-02-28 | 1 | -1/+4 | |
| * | | | | | | | mm/resource: Move HMM pr_debug() deeper into resource code | Dave Hansen | 2019-02-28 | 1 | -0/+9 | |
| * | | | | | | | mm/resource: Return real error codes from walk failures | Dave Hansen | 2019-02-28 | 1 | -2/+2 | |
* | | | | | | | | Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-03-16 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | blkcg: annotate implicit fall through | Mathieu Malaterre | 2019-03-13 | 1 | -0/+1 | |
* | | | | | | | | | Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2019-03-15 | 7 | -25/+44 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tracing/probe: Verify alloc_trace_*probe() result | Masami Hiramatsu | 2019-03-14 | 2 | -3/+4 | |
| * | | | | | | | | | tracing/probe: Check event/group naming rule at parsing | Masami Hiramatsu | 2019-03-14 | 3 | -10/+10 | |
| * | | | | | | | | | tracing/probe: Check the size of argument name and body | Masami Hiramatsu | 2019-03-14 | 2 | -0/+3 | |
| * | | | | | | | | | tracing/probe: Check event name length correctly | Masami Hiramatsu | 2019-03-14 | 1 | -1/+7 | |
| * | | | | | | | | | tracing/probe: Check maxactive error cases | Masami Hiramatsu | 2019-03-14 | 1 | -3/+7 | |
| * | | | | | | | | | tracing: kdb: Fix ftdump to not sleep | Douglas Anderson | 2019-03-13 | 3 | -6/+11 | |
| * | | | | | | | | | trace/probes: Remove kernel doc style from non kernel doc comment | Valdis Klētnieks | 2019-03-12 | 1 | -1/+1 | |
| * | | | | | | | | | tracing/probes: Make reserved_field_names static | Valdis Klētnieks | 2019-03-12 | 1 | -1/+1 | |
* | | | | | | | | | | Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux | Linus Torvalds | 2019-03-15 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | printk: Export console_printk | Prarit Bhargava | 2019-02-08 | 1 | -0/+1 | |
* | | | | | | | | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2019-03-12 | 4 | -306/+416 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | vfs: Add some logging to the core users of the fs_context log | David Howells | 2019-02-28 | 1 | -1/+1 | |
| * | | | | | | | | | | cpuset: Use fs_context | David Howells | 2019-02-28 | 1 | -14/+42 | |
| * | | | | | | | | | | kernfs, sysfs, cgroup, intel_rdt: Support fs_context | David Howells | 2019-02-28 | 2 | -18/+18 | |
| * | | | | | | | | | | cgroup: store a reference to cgroup_ns into cgroup_fs_context | Al Viro | 2019-02-28 | 3 | -12/+17 | |
| * | | | | | | | | | | cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper | Al Viro | 2019-02-28 | 1 | -41/+46 | |
| * | | | | | | | | | | cgroup_do_mount(): massage calling conventions | Al Viro | 2019-02-28 | 3 | -36/+29 | |
| * | | | | | | | | | | cgroup: stash cgroup_root reference into cgroup_fs_context | Al Viro | 2019-02-28 | 3 | -4/+10 | |
| * | | | | | | | | | | cgroup2: switch to option-by-option parsing | Al Viro | 2019-02-28 | 1 | -29/+33 | |
| * | | | | | | | | | | cgroup1: switch to option-by-option parsing | Al Viro | 2019-02-28 | 3 | -98/+117 | |
| * | | | | | | | | | | cgroup: take options parsing into ->parse_monolithic() | Al Viro | 2019-02-28 | 3 | -116/+104 | |
| * | | | | | | | | | | cgroup: fold cgroup1_mount() into cgroup1_get_tree() | Al Viro | 2019-02-28 | 3 | -31/+18 | |
| * | | | | | | | | | | cgroup: start switching to fs_context | Al Viro | 2019-02-28 | 3 | -41/+116 | |
* | | | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2019-03-12 | 2 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | pipe: stop using ->can_merge | Jann Horn | 2019-02-01 | 2 | -3/+0 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-12 | 4 | -39/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | memblock: drop memblock_alloc_*_nopanic() variants | Mike Rapoport | 2019-03-12 | 2 | -9/+2 | |
| * | | | | | | | | | | | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 2 | -2/+5 | |
| * | | | | | | | | | | | swiotlb: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -6/+13 | |
| * | | | | | | | | | | | kernel/sysctl.c: define minmax conv functions in terms of non-minmax versions | Zev Weiss | 2019-03-12 | 1 | -33/+26 | |
| * | | | | | | | | | | | kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv | Zev Weiss | 2019-03-12 | 1 | -1/+10 | |
* | | | | | | | | | | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2019-03-11 | 13 | -360/+1148 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | / / / / / / / | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | tracing: Use strncpy instead of memcpy when copying comm in trace.c | Tom Zanussi | 2019-03-05 | 1 | -2/+2 |