summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-11-30ring-buffer: Fix race between integrity check and readersSteven Rostedt1-1/+6
2012-11-30ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt1-2/+7
2012-11-30cgroup: warn about broken hierarchies only after css_onlineGlauber Costa1-9/+9
2012-11-30irqdomain: stop screaming about preallocated irqdescsLinus Walleij1-2/+2
2012-11-29Merge branch 'pm-sleep'Rafael J. Wysocki3-3/+3
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-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
2012-11-19cgroup: separate out cgroup_destroy_locked()Tejun Heo1-15/+25
2012-11-19cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo1-1/+14
2012-11-19cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo1-0/+4
2012-11-19cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo1-3/+3
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo1-1/+1
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo1-5/+6