| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-04-05 | 2 | -0/+10 |
|\ |
|
| * | uprobes: allow ignoring of probe hits | David A. Long | 2014-03-18 | 1 | -0/+9 |
| * | uprobes: Kconfig dependency fix | David A. Long | 2014-03-18 | 1 | -0/+1 |
* | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-04 | 14 | -40/+35 |
|\ \ |
|
| * | | printk: fix one circular lockdep warning about console_lock | Jane Li | 2014-04-04 | 1 | -0/+2 |
| * | | printk: do not compute the size of the message twice | Petr Mladek | 2014-04-04 | 1 | -1/+1 |
| * | | printk: use also the last bytes in the ring buffer | Petr Mladek | 2014-04-04 | 1 | -2/+2 |
| * | | printk: add comment about tricky check for text buffer size | Petr Mladek | 2014-04-04 | 1 | -0/+5 |
| * | | printk: remove obsolete check for log level "c" | Petr Mladek | 2014-04-04 | 1 | -2/+0 |
| * | | kernel/resource.c: make reallocate_resource() static | Daeseok Youn | 2014-04-04 | 1 | -1/+1 |
| * | | kernel: audit/fix non-modular users of module_init in core code | Paul Gortmaker | 2014-04-04 | 6 | -9/+7 |
| * | | fs, kernel: permit disabling the uselib syscall | Josh Triplett | 2014-04-04 | 1 | -0/+1 |
| * | | kernel/groups.c: remove return value of set_groups | Wang YanQing | 2014-04-04 | 1 | -12/+2 |
| * | | sys_sysfs: Add CONFIG_SYSFS_SYSCALL | Fabian Frederick | 2014-04-04 | 1 | -0/+1 |
| * | | drop_caches: add some documentation and info message | Dave Hansen | 2014-04-04 | 1 | -2/+2 |
| * | | mm: optimize put_mems_allowed() usage | Mel Gorman | 2014-04-04 | 1 | -1/+1 |
| * | | kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one | Ben Zhang | 2014-04-04 | 1 | -8/+8 |
| * | | kthread: ensure locality of task_struct allocations | Nishanth Aravamudan | 2014-04-04 | 1 | -2/+2 |
* | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-04-03 | 9 | -2388/+1676 |
|\ \ \ |
|
| * | | | cgroup: remove useless argument from cgroup_exit() | Li Zefan | 2014-03-29 | 2 | -4/+3 |
| * | | | cgroup: fix spurious lockdep warning in cgroup_exit() | Li Zefan | 2014-03-29 | 2 | -5/+3 |
| * | | | cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c | Monam Agarwal | 2014-03-24 | 1 | -1/+1 |
| * | | | cgroup: break kernfs active_ref protection in cgroup directory operations | Tejun Heo | 2014-03-20 | 1 | -1/+26 |
| * | | | cgroup: fix cgroup_taskset walking order | Tejun Heo | 2014-03-19 | 1 | -5/+19 |
| * | | | cgroup: implement CFTYPE_ONLY_ON_DFL | Tejun Heo | 2014-03-19 | 1 | -0/+2 |
| * | | | cgroup: make cgrp_dfl_root mountable | Tejun Heo | 2014-03-19 | 1 | -33/+61 |
| * | | | cgroup: drop const from @buffer of cftype->write_string() | Tejun Heo | 2014-03-19 | 3 | -3/+3 |
| * | | | cgroup: rename cgroup_dummy_root and related names | Tejun Heo | 2014-03-19 | 1 | -87/+81 |
| * | | | cgroup: move ->subsys_mask from cgroupfs_root to cgroup | Tejun Heo | 2014-03-19 | 1 | -22/+39 |
| * | | | cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebinding | Tejun Heo | 2014-03-19 | 1 | -44/+56 |
| * | | | cgroup: use cgroup_setup_root() to initialize cgroup_dummy_root | Tejun Heo | 2014-03-19 | 1 | -23/+20 |
| * | | | cgroup: reorganize cgroup bootstrapping | Tejun Heo | 2014-03-19 | 1 | -51/+49 |
| * | | | cgroup: relocate setting of CGRP_DEAD | Tejun Heo | 2014-03-19 | 1 | -9/+9 |
| * | | | cpuset: use rcu_read_lock() to protect task_cs() | Li Zefan | 2014-03-03 | 1 | -11/+13 |
| * | | | cgroup_freezer: document freezer_fork() subtleties | Tejun Heo | 2014-02-25 | 1 | -3/+25 |
| * | | | cgroup: update cgroup_transfer_tasks() to either succeed or fail | Tejun Heo | 2014-02-25 | 1 | -5/+23 |
| * | | | cgroup: drop task_lock() protection around task->cgroups | Tejun Heo | 2014-02-25 | 1 | -73/+24 |
| * | | | cgroup: update how a newly forked task gets associated with css_set | Tejun Heo | 2014-02-25 | 1 | -31/+55 |
| * | | | cgroup: split process / task migration into four steps | Tejun Heo | 2014-02-25 | 1 | -59/+181 |
| * | | | cgroup: separate out cset_group_from_root() from task_cgroup_from_root() | Tejun Heo | 2014-02-25 | 1 | -12/+17 |
| * | | | cgroup: use css_set->mg_tasks to track target tasks during migration | Tejun Heo | 2014-02-25 | 1 | -108/+115 |
| * | | | cgroup: add css_set->mg_tasks | Tejun Heo | 2014-02-25 | 1 | -19/+37 |
| * | | | Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15 | Tejun Heo | 2014-02-25 | 1 | -6/+6 |
| |\ \ \ |
|
| * | | | | cgroup: add a validation check to cgroup_add_cftyps() | Li Zefan | 2014-02-19 | 1 | -0/+3 |
| * | | | | cgroup: fix memory leak in cgroup_mount() | Li Zefan | 2014-02-14 | 1 | -0/+2 |
| * | | | | cgroup: fix locking in cgroupstats_build() | Li Zefan | 2014-02-14 | 1 | -2/+6 |
| * | | | | cgroup: fix coccinelle warnings | Fengguang Wu | 2014-02-13 | 1 | -3/+1 |
| * | | | | cgroup: unexport functions | Tejun Heo | 2014-02-13 | 1 | -8/+0 |
| * | | | | cgroup: cosmetic updates to cgroup_attach_task() | Tejun Heo | 2014-02-13 | 1 | -22/+23 |
| * | | | | cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size() | Tejun Heo | 2014-02-13 | 1 | -30/+0 |