| Commit message (Expand) | Author | Age | Files | Lines |
* | workqueue: record pool ID instead of CPU in work->data when off-queue | Tejun Heo | 2013-01-24 | 1 | -44/+67 |
* | workqueue: add worker_pool->id | Tejun Heo | 2013-01-24 | 1 | -0/+21 |
* | workqueue: introduce WORK_OFFQ_CPU_NONE | Tejun Heo | 2013-01-24 | 1 | -2/+2 |
* | workqueue: make GCWQ_FREEZING a pool flag | Tejun Heo | 2013-01-24 | 1 | -13/+15 |
* | workqueue: make GCWQ_DISASSOCIATED a pool flag | Tejun Heo | 2013-01-24 | 1 | -31/+35 |
* | workqueue: use std_ prefix for the standard per-cpu pools | Tejun Heo | 2013-01-24 | 1 | -11/+11 |
* | workqueue: unexport work_cpu() | Tejun Heo | 2013-01-24 | 1 | -2/+2 |
* | workqueue: implement current_is_async() | Tejun Heo | 2013-01-18 | 2 | -0/+25 |
* | workqueue: move struct worker definition to workqueue_internal.h | Tejun Heo | 2013-01-18 | 2 | -31/+38 |
* | workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h | Tejun Heo | 2013-01-18 | 4 | -11/+20 |
* | workqueue: set PF_WQ_WORKER on rescuers | Tejun Heo | 2013-01-18 | 1 | -7/+28 |
* | workqueue: fix find_worker_executing_work() brekage from hashtable conversion | Tejun Heo | 2012-12-19 | 1 | -1/+1 |
* | workqueue: consider work function when searching for busy work items | Tejun Heo | 2012-12-18 | 1 | -8/+31 |
* | workqueue: use new hashtable implementation | Sasha Levin | 2012-12-18 | 1 | -71/+15 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-12-18 | 9 | -49/+55 |
|\ |
|
| * | pidns: remove unused is_container_init() | Gao feng | 2012-12-18 | 1 | -15/+0 |
| * | ptrace: introduce PTRACE_O_EXITKILL | Oleg Nesterov | 2012-12-18 | 1 | -0/+3 |
| * | compat: generic compat_sys_sched_rr_get_interval() implementation | Catalin Marinas | 2012-12-18 | 1 | -0/+17 |
| * | trace: use kbasename() | Andy Shevchenko | 2012-12-18 | 1 | -4/+4 |
| * | printk: boot_delay should only affect output | Andrew Cooks | 2012-12-18 | 1 | -19/+21 |
| * | watchdog: store the watchdog sample period as a variable | Chuansheng Liu | 2012-12-18 | 1 | -5/+8 |
| * | lseek: the "whence" argument is called "whence" | Andrew Morton | 2012-12-18 | 1 | -2/+2 |
| * | kernel: remove reference to feature-removal-schedule.txt | Tao Ma | 2012-12-18 | 2 | -4/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-18 | 14 | -115/+371 |
|\ \
| |/
|/| |
|
| * | proc: Usable inode numbers for the namespace file descriptors. | Eric W. Biederman | 2012-11-20 | 5 | -1/+46 |
| * | userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct ... | Eric W. Biederman | 2012-11-20 | 1 | -2/+10 |
| * | userns: Implement unshare of the user namespace | Eric W. Biederman | 2012-11-20 | 3 | -7/+41 |
| * | userns: Implent proc namespace operations | Eric W. Biederman | 2012-11-20 | 1 | -17/+73 |
| * | userns: Kill task_user_ns | Eric W. Biederman | 2012-11-20 | 2 | -4/+16 |
| * | userns: Make create_new_namespaces take a user_ns parameter | Eric W. Biederman | 2012-11-20 | 2 | -14/+17 |
| * | userns: Allow unprivileged use of setns. | Eric W. Biederman | 2012-11-20 | 2 | -4/+6 |
| * | userns: Allow unprivileged users to create new namespaces | Eric W. Biederman | 2012-11-20 | 1 | -2/+3 |
| * | userns: Allow setting a userns mapping to your current uid. | Eric W. Biederman | 2012-11-20 | 1 | -0/+15 |
| * | userns: Allow unprivileged users to create user namespaces. | Eric W. Biederman | 2012-11-19 | 1 | -8/+0 |
| * | vfs: Add a user namespace reference from struct mnt_namespace | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 |
| * | pidns: Support unsharing the pid namespace. | Eric W. Biederman | 2012-11-19 | 3 | -10/+26 |
| * | pidns: Consolidate initialzation of special init task state | Eric W. Biederman | 2012-11-19 | 1 | -3/+3 |
| * | pidns: Add setns support | Eric W. Biederman | 2012-11-19 | 1 | -0/+54 |
| * | pidns: Deny strange cases when creating pid namespaces. | Eric W. Biederman | 2012-11-19 | 1 | -0/+2 |
| * | pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1 | Eric W. Biederman | 2012-11-19 | 3 | -26/+17 |
| * | pidns: Don't allow new processes in a dead pid namespace. | Eric W. Biederman | 2012-11-19 | 1 | -1/+7 |
| * | pidns: Make the pidns proc mount/umount logic obvious. | Eric W. Biederman | 2012-11-19 | 3 | -13/+24 |
| * | pidns: Use task_active_pid_ns where appropriate | Eric W. Biederman | 2012-11-19 | 7 | -10/+10 |
| * | pidns: Capture the user namespace and filter ns_last_pid | Eric W. Biederman | 2012-11-19 | 3 | -6/+14 |
| * | userns: make each net (net_ns) belong to a user_ns | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 |
* | | sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_... | Mel Gorman | 2012-12-17 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-12-17 | 2 | -115/+25 |
|\ \ |
|
| * \ | Merge branch 'security-next-keys' of git://git.kernel.org/pub/scm/linux/kerne... | James Morris | 2012-10-03 | 1 | -112/+15 |
| |\ \ |
|
| | * | | KEYS: Make the session and process keyrings per-thread | David Howells | 2012-10-02 | 1 | -112/+15 |
| * | | | seccomp: Make syscall skipping and nr changes more consistent | Andy Lutomirski | 2012-10-02 | 1 | -3/+10 |
| |/ / |
|