summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-12-174-13/+125
|\
| * userns; Correct the comment in map_writeEric W. Biederman2014-12-121-1/+1
| * userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman2014-12-121-0/+5
| * userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2014-12-122-0/+86
| * userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman2014-12-101-8/+6Star
| * userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman2014-12-101-2/+4
| * userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman2014-12-101-1/+1
| * userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman2014-12-101-4/+0Star
| * userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2014-12-092-1/+17
| * userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman2014-12-061-1/+3
| * groups: Consolidate the setgroups permission checksEric W. Biederman2014-12-062-2/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-176-54/+55
|\ \
| * \ Merge branch 'nsfs' into for-nextAl Viro2014-12-116-54/+55
| |\ \
| | * | bury struct proc_ns in fs/procAl Viro2014-12-041-3/+1Star
| | * | copy address of proc_ns_ops into ns_commonAl Viro2014-12-046-4/+14
| | * | new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-043-6/+6
| | * | make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-043-27/+9Star
| | * | switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-043-16/+27
| | * | common object embedded into various struct ....nsAl Viro2014-12-045-11/+11
* | | | Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-12-165-8/+87
|\ \ \ \
| * | | | tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)2014-12-154-0/+57
| * | | | tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)2014-12-154-8/+30
* | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-162-1/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/...Dave Airlie2014-12-121-0/+1
| |\ \ \ \ \
| | * | | | | drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter2014-12-051-0/+1
| * | | | | | Merge tag 'v3.18' into drm-nextDave Airlie2014-12-081-2/+6
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge tag 'v3.18-rc7' into drm-nextDave Airlie2014-12-0216-95/+131
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-131-1/+1
* | | | | | | Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-151-21/+0Star
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 3.18-rc7 into tty-nextGreg Kroah-Hartman2014-12-0616-95/+131
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | tty: Move session_of_pgrp() and make staticPeter Hurley2014-11-061-21/+0Star
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-3/+0Star
|\ \ \ \ \ \ \
| * | | | | | | blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini2014-12-091-3/+0Star
* | | | | | | | Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-131-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | printk: Do not disable preemption for accessing printk_funcSteven Rostedt (Red Hat)2014-12-111-2/+8
* | | | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-131-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'next' into upstream for v3.19Paul Moore2014-12-091-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | audit: convert status version to a feature bitmapRichard Guy Briggs2014-11-171-1/+1
* | | | | | | | | | | fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-8/+8
* | | | | | | | | | | gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio2014-12-131-1/+4
* | | | | | | | | | | kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida2014-12-131-1/+1
* | | | | | | | | | | syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+3
* | | | | | | | | | | stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim2014-12-131-0/+32
* | | | | | | | | | | uprobes: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-2/+2
* | | | | | | | | | | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-1/+1
* | | | | | | | | | | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-132-4/+4
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-122-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-20125-3061/+9587
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kernel: trace: fix printk messageFrans Klaver2014-11-201-1/+1
| * | | | | | | | | | | | clocksource: Fix 'clcoksource' typo in commentJames Hartley2014-10-291-1/+1