aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-12-21ftrace: Sort the mcount records on each pageSteven Rostedt1-0/+29
2011-12-21ftrace: Replace record newlist with record page listSteven Rostedt1-31/+37
2011-12-21ftrace: Allocate the mcount record pages as groupsSteven Rostedt1-51/+128
2011-12-21ftrace: Remove usage of "freed" recordsSteven Rostedt1-51/+49
2011-12-21ftrace: Allow archs to modify code without stop machineSteven Rostedt1-38/+215
2011-12-21ftrace: Fix unregister ftrace_ops accountingJiri Olsa1-14/+13
2011-12-21perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra1-7/+14
2011-12-21perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra1-0/+1
2011-12-21perf: Fix mmap_page::offset computationPeter Zijlstra1-1/+1
2011-12-21perf, arch: Rework perf_event_index()Peter Zijlstra2-5/+29
2011-12-21perf: Update the mmap control page on mmap()Peter Zijlstra1-0/+2
2011-12-21sched: Fix cgroup movement of waking processDaisuke Nishimura1-1/+3
2011-12-21sched: Fix cgroup movement of newly created processDaisuke Nishimura1-0/+13
2011-12-21sched: Fix cgroup movement of forking processDaisuke Nishimura1-2/+5
2011-12-21sched: Remove cfs bandwidth period check in tg_set_cfs_period()Kamalesh Babulal1-3/+0
2011-12-21sched: Fix load-balance lock-breakingPeter Zijlstra1-7/+25
2011-12-21sched: Replace all_pinned with a generic flags fieldPeter Zijlstra1-16/+19
2011-12-21sched: Only queue remote wakeups when crossing cache boundariesPeter Zijlstra3-30/+70
2011-12-21lockdep/waitqueues: Add better annotationPeter Zijlstra1-2/+2
2011-12-21Merge commit 'v3.2-rc6' into core/lockingIngo Molnar18-53/+265
2011-12-20Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+0
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+9
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar20-79/+352
2011-12-20binary_sysctl(): fix memory leakMichel Lespinasse1-1/+1
2011-12-20cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes1-5/+24
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar1-1/+1
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky18-2272/+2479
2011-12-19cgroups: remove redundant get/put of css_set from css_set_check_fetched()Mandeep Singh Baines1-8/+2
2011-12-19cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines1-5/+0
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi1-3/+9
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang1-0/+1
2011-12-18writeback: charge leaked page dirties to active tasksWu Fengguang1-0/+3
2011-12-17Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+14
2011-12-16sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingPeter Zijlstra1-6/+8
2011-12-16sched: Add missing rcu_dereference() around ->real_parent usageKees Cook1-1/+1
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky11-174/+116
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar22-55/+311
2011-12-14clocksource: convert sysdev_class to a regular subsystemKay Sievers1-18/+19
2011-12-14rtmutex-tester: convert sysdev_class to a regular subsystemKay Sievers1-18/+19
2011-12-14perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon1-2/+6
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo1-1/+1
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo1-3/+5
2011-12-13resource cgroups: remove bogus castDavidlohr Bueso1-2/+1
2011-12-12cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo1-47/+5
2011-12-12cgroup, cpuset: don't use ss->pre_attach()Tejun Heo1-17/+12
2011-12-12cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo4-65/+63
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach()Tejun Heo3-19/+100
2011-12-12cgroup: improve old cgroup handling in cgroup_attach_proc()Tejun Heo1-24/+42
2011-12-12cgroup: always lock threadgroup during migrationTejun Heo1-35/+27
2011-12-12threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo1-0/+10