index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
*
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
2012-11-20
*
userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct ...
Eric W. Biederman
2012-11-20
*
userns: Implement unshare of the user namespace
Eric W. Biederman
2012-11-20
*
userns: Implent proc namespace operations
Eric W. Biederman
2012-11-20
*
userns: Kill task_user_ns
Eric W. Biederman
2012-11-20
*
userns: Make create_new_namespaces take a user_ns parameter
Eric W. Biederman
2012-11-20
*
userns: Allow unprivileged use of setns.
Eric W. Biederman
2012-11-20
*
userns: Allow unprivileged users to create new namespaces
Eric W. Biederman
2012-11-20
*
userns: Allow setting a userns mapping to your current uid.
Eric W. Biederman
2012-11-20
*
userns: Allow unprivileged users to create user namespaces.
Eric W. Biederman
2012-11-19
*
vfs: Add a user namespace reference from struct mnt_namespace
Eric W. Biederman
2012-11-19
*
pidns: Support unsharing the pid namespace.
Eric W. Biederman
2012-11-19
*
pidns: Consolidate initialzation of special init task state
Eric W. Biederman
2012-11-19
*
pidns: Add setns support
Eric W. Biederman
2012-11-19
*
pidns: Deny strange cases when creating pid namespaces.
Eric W. Biederman
2012-11-19
*
pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1
Eric W. Biederman
2012-11-19
*
pidns: Don't allow new processes in a dead pid namespace.
Eric W. Biederman
2012-11-19
*
pidns: Make the pidns proc mount/umount logic obvious.
Eric W. Biederman
2012-11-19
*
pidns: Use task_active_pid_ns where appropriate
Eric W. Biederman
2012-11-19
*
pidns: Capture the user namespace and filter ns_last_pid
Eric W. Biederman
2012-11-19
*
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
2012-11-19
*
Merge branch 'akpm' (Andrew's fixes)
Linus Torvalds
2012-10-25
|
\
|
*
pidns: limit the nesting depth of pid namespaces
Andrew Vagin
2012-10-25
*
|
Makefile: Documentation for external tool should be correct
H. Peter Anvin
2012-10-25
|
/
*
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-10-24
|
\
|
*
Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
Tejun Heo
2012-10-19
|
*
Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"
Tejun Heo
2012-10-19
|
*
cgroup: notify_on_release may not be triggered in some cases
Daisuke Nishimura
2012-10-16
*
|
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-10-24
|
\
\
|
*
|
workqueue: cancel_delayed_work() should return %false if work item is idle
Dan Magenheimer
2012-10-24
|
|
/
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-10-23
|
\
\
|
*
\
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2012-10-21
|
|
\
\
|
|
*
|
ring-buffer: Check for uninitialized cpu buffer before resizing
Vaibhav Nagarnaik
2012-10-11
|
*
|
|
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2012-10-21
|
|
\
\
\
|
|
*
|
|
uprobes: Fix the racy uprobe->flags manipulation
Oleg Nesterov
2012-10-07
|
|
*
|
|
uprobes: Fix prepare_uprobe() race with itself
Oleg Nesterov
2012-10-07
|
|
*
|
|
uprobes: Introduce prepare_uprobe()
Oleg Nesterov
2012-10-07
|
|
*
|
|
uprobes: Fix handle_swbp() vs unregister() + register() race
Oleg Nesterov
2012-10-07
|
|
*
|
|
uprobes: Do not delete uprobe if uprobe_unregister() fails
Oleg Nesterov
2012-10-07
|
|
*
|
|
uprobes: Don't return success if alloc_uprobe() fails
Oleg Nesterov
2012-10-07
|
|
*
|
|
uprobes: Simplify is_swbp_at_addr(), remove stale comments
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Kill set_orig_insn()->is_swbp_at_addr()
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Introduce copy_opcode(), kill read_opcode()
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Kill set_swbp()->is_swbp_at_addr()
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Change write_opcode() to use FOLL_FORCE
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Kill UTASK_BP_HIT state
Oleg Nesterov
2012-09-29
|
|
*
|
|
uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()
Oleg Nesterov
2012-09-29
[next]