summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-11-29Merge branch 'pm-cpuidle'Rafael J. Wysocki1-0/+4
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki1-3/+5
2012-11-29Merge branch 'pm-qos'Rafael J. Wysocki1-0/+63
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+19
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro1-1/+1
2012-11-29print_fatal_signal(): get rid of pt_regs argumentAl Viro1-2/+3
2012-11-29ptrace_signal(): get rid of unused argumentsAl Viro1-4/+2
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro1-1/+1
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-8/+5
2012-11-28death to idle_regs()Al Viro1-6/+0
2012-11-28don't pass regs to copy_process()Al Viro1-4/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28audit: no nested contexts anymore...Al Viro1-81/+21
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro1-0/+43
2012-11-28kill daemonize()Al Viro1-92/+0
2012-11-28cgroup: list_del_init() on removed eventsGreg Thelen1-2/+2
2012-11-28cgroup: fix lockdep warning for event_controlGreg Thelen1-3/+8
2012-11-28kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+1
2012-11-28sysctl: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+2
2012-11-28cputime: Comment cputime's adjusting codeFrederic Weisbecker1-2/+16
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker2-24/+24
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker3-9/+9
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2-24/+28
2012-11-28cgroup: move list add after list head initilizationLi Zhong1-1/+1
2012-11-27time: export time information for KVM pvclockMarcelo Tosatti1-0/+50
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti1-0/+15
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner13-262/+230
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma1-5/+3
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman5-1/+46
2012-11-20userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct ...Eric W. Biederman1-2/+10
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman3-7/+41
2012-11-20userns: Implent proc namespace operationsEric W. Biederman1-17/+73
2012-11-20userns: Kill task_user_nsEric W. Biederman2-4/+16
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2-14/+17
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman2-4/+6
2012-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman1-2/+3
2012-11-20userns: Allow setting a userns mapping to your current uid.Eric W. Biederman1-0/+15
2012-11-19tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_readDave Jones1-2/+0
2012-11-19tracing: Remove unneeded checks from the stack tracerAnton Vorontsov1-4/+0
2012-11-19cgroup: add cgroup->idTejun Heo1-1/+14
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2-48/+36
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo1-16/+12
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo5-52/+53
2012-11-19cgroup: allow ->post_create() to failTejun Heo2-11/+22
2012-11-19cgroup: update cgroup_create() failure pathTejun Heo1-7/+14
2012-11-19cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo1-3/+9
2012-11-19cgroup: simplify cgroup_load_subsys() failure pathTejun Heo1-11/+10
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo1-23/+42