Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | module: Remove stop_machine from module unloading | Masami Hiramatsu | 2014-11-11 | 1 | -28/+39 | |
| * | | | | | | module: Replace module_ref with atomic_t refcnt | Masami Hiramatsu | 2014-11-11 | 1 | -34/+5 | |
| * | | | | | | lib/bug: Use RCU list ops for module_bug_list | Masami Hiramatsu | 2014-11-11 | 1 | -2/+3 | |
| * | | | | | | module: Unlink module with RCU synchronizing instead of stop_machine | Masami Hiramatsu | 2014-11-11 | 1 | -13/+5 | |
| * | | | | | | module: Wait for RCU synchronizing before releasing a module | Masami Hiramatsu | 2014-11-11 | 1 | -0/+2 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-13 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2014-12-17 | 4 | -13/+125 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | userns; Correct the comment in map_write | Eric W. Biederman | 2014-12-11 | 1 | -1/+1 | |
| * | | | | | | | userns: Allow setting gid_maps without privilege when setgroups is disabled | Eric W. Biederman | 2014-12-11 | 1 | -0/+5 | |
| * | | | | | | | userns: Add a knob to disable setgroups on a per user namespace basis | Eric W. Biederman | 2014-12-11 | 2 | -0/+86 | |
| * | | | | | | | userns: Rename id_map_mutex to userns_state_mutex | Eric W. Biederman | 2014-12-09 | 1 | -8/+6 | |
| * | | | | | | | userns: Only allow the creator of the userns unprivileged mappings | Eric W. Biederman | 2014-12-09 | 1 | -2/+4 | |
| * | | | | | | | userns: Check euid no fsuid when establishing an unprivileged uid mapping | Eric W. Biederman | 2014-12-09 | 1 | -1/+1 | |
| * | | | | | | | userns: Don't allow unprivileged creation of gid mappings | Eric W. Biederman | 2014-12-09 | 1 | -4/+0 | |
| * | | | | | | | userns: Don't allow setgroups until a gid mapping has been setablished | Eric W. Biederman | 2014-12-09 | 2 | -1/+17 | |
| * | | | | | | | userns: Document what the invariant required for safe unprivileged mappings. | Eric W. Biederman | 2014-12-05 | 1 | -1/+3 | |
| * | | | | | | | groups: Consolidate the setgroups permission checks | Eric W. Biederman | 2014-12-05 | 2 | -2/+9 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-12-16 | 6 | -54/+55 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'nsfs' into for-next | Al Viro | 2014-12-10 | 6 | -54/+55 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | bury struct proc_ns in fs/proc | Al Viro | 2014-12-04 | 1 | -3/+1 | |
| | * | | | | | | | copy address of proc_ns_ops into ns_common | Al Viro | 2014-12-04 | 6 | -4/+14 | |
| | * | | | | | | | new helpers: ns_alloc_inum/ns_free_inum | Al Viro | 2014-12-04 | 3 | -6/+6 | |
| | * | | | | | | | make proc_ns_operations work with struct ns_common * instead of void * | Al Viro | 2014-12-04 | 3 | -27/+9 | |
| | * | | | | | | | switch the rest of proc_ns_operations to working with &...->ns | Al Viro | 2014-12-04 | 3 | -16/+27 | |
| | * | | | | | | | common object embedded into various struct ....ns | Al Viro | 2014-12-04 | 5 | -11/+11 | |
* | | | | | | | | | Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2014-12-16 | 5 | -8/+87 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tracing: Add tp_printk cmdline to have tracepoints go to printk() | Steven Rostedt (Red Hat) | 2014-12-15 | 4 | -0/+57 | |
| * | | | | | | | | | tracing: Move enabling tracepoints to just after rcu_init() | Steven Rostedt (Red Hat) | 2014-12-15 | 4 | -8/+30 | |
* | | | | | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-12-15 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/... | Dave Airlie | 2014-12-12 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | drm/i915: compute wait_ioctl timeout correctly | Daniel Vetter | 2014-12-05 | 1 | -0/+1 | |
| * | | | | | | | | | | | Merge tag 'v3.18' into drm-next | Dave Airlie | 2014-12-08 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'v3.18-rc7' into drm-next | Dave Airlie | 2014-12-02 | 16 | -95/+131 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | mmu_notifier: call mmu_notifier_invalidate_range() from VMM | Joerg Roedel | 2014-11-13 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-12-14 | 1 | -21/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge 3.18-rc7 into tty-next | Greg Kroah-Hartman | 2014-12-06 | 16 | -95/+131 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | tty: Move session_of_pgrp() and make static | Peter Hurley | 2014-11-05 | 1 | -21/+0 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-12-13 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | blktrace: don't let the sysfs interface remove trace from running list | Arianna Avanzini | 2014-12-09 | 1 | -3/+0 | |
* | | | | | | | | | | | | Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-13 | 1 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | printk: Do not disable preemption for accessing printk_func | Steven Rostedt (Red Hat) | 2014-12-11 | 1 | -2/+8 | |
* | | | | | | | | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2014-12-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'next' into upstream for v3.19 | Paul Moore | 2014-12-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | audit: convert status version to a feature bitmap | Richard Guy Briggs | 2014-11-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | fsnotify: unify inode and mount marks handling | Jan Kara | 2014-12-13 | 1 | -8/+8 | |
* | | | | | | | | | | | | | | gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs | Riku Voipio | 2014-12-13 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | kexec: remove unnecessary KERN_ERR from kexec.c | Masanari Iida | 2014-12-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | syscalls: implement execveat() system call | David Drysdale | 2014-12-13 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | stacktrace: introduce snprint_stack_trace for buffer output | Joonsoo Kim | 2014-12-13 | 1 | -0/+32 |