| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: numa: ksm: fix oops in task_numa_placment() | Hugh Dickins | 2012-12-20 | 1 | -1/+4 |
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-12-20 | 1 | -0/+3 |
|\ |
|
| * | random: Mix cputime from each thread that exits to the pool | Nick Kossifidis | 2012-12-17 | 1 | -0/+3 |
* | | watchdog: Fix disable/enable regression | Bjørn Mork | 2012-12-19 | 1 | -7/+4 |
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-19 | 5 | -183/+294 |
|\ \ |
|
| * | | MODSIGN: Fix kbuild output when using default extra_certificates | Michal Marek | 2012-12-14 | 1 | -1/+5 |
| * | | MODSIGN: Avoid using .incbin in C source | Takashi Iwai | 2012-12-14 | 3 | -8/+21 |
| * | | modules: don't hand 0 to vmalloc. | Rusty Russell | 2012-12-14 | 1 | -15/+18 |
| * | | module: Remove a extra null character at the top of module->strtab. | Satoru Takeuchi | 2012-12-14 | 1 | -5/+1 |
| * | | security: introduce kernel_module_from_file hook | Kees Cook | 2012-12-14 | 1 | -0/+11 |
| * | | module: add flags arg to sys_finit_module() | Rusty Russell | 2012-12-14 | 1 | -14/+26 |
| * | | module: add syscall to load module from fd | Kees Cook | 2012-12-14 | 2 | -148/+220 |
* | | | Merge branch 'akpm' (more patches from Andrew) | Linus Torvalds | 2012-12-19 | 3 | -10/+16 |
|\ \ \ |
|
| * | | | fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs | Glauber Costa | 2012-12-19 | 1 | -2/+2 |
| * | | | res_counter: return amount of charges after res_counter_uncharge() | Glauber Costa | 2012-12-19 | 1 | -7/+13 |
| * | | | irq: tsk->comm is an array | Alan Cox | 2012-12-19 | 1 | -1/+1 |
* | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-12-18 | 2 | -33/+31 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_read | Dave Jones | 2012-11-19 | 1 | -2/+0 |
| * | | | tracing: Remove unneeded checks from the stack tracer | Anton Vorontsov | 2012-11-19 | 1 | -4/+0 |
| * | | | tracing: Add a resize function to make one buffer equivalent to another buffer | Hiraku Toyooka | 2012-11-15 | 1 | -27/+31 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-18 | 4 | -4/+31 |
|\ \ \ \ |
|
| * | | | | userns: Fix typo in description of the limitation of userns_install | Eric W. Biederman | 2012-12-15 | 1 | -1/+1 |
| * | | | | userns: Add a more complete capability subset test to commit_creds | Eric W. Biederman | 2012-12-15 | 1 | -1/+26 |
| * | | | | userns: Require CAP_SYS_ADMIN for most uses of setns. | Eric W. Biederman | 2012-12-15 | 2 | -2/+4 |
* | | | | | 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 |