summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-01-03get rid of timer in kern/acct.cAl Viro1-30/+10
2012-01-03hung_task: fix false positive during vforkMandeep Singh Baines1-4/+10
2012-01-02misc latin1 to utf8 conversionsAl Viro2-2/+2
2011-12-31futex: Fix uninterruptible loop due to gate_areaHugh Dickins1-8/+20
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-28irq: check domain hwirq range for DT translateRob Herring1-0/+3
2011-12-27cgroup: Remove task_lock() from cgroup_post_fork()Frederic Weisbecker1-3/+12
2011-12-27cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()Kirill A. Shutemov1-0/+2
2011-12-27cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as staticKirill A. Shutemov1-2/+2
2011-12-27Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3Avi Kivity12-306/+476
2011-12-27jump-label: export jump_label_inc/jump_label_decXiao Guangrong1-0/+2
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki13-366/+273
2011-12-25Merge branch 'pm-misc' into pm-for-linusRafael J. Wysocki2-6/+4
2011-12-23ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles1-5/+7
2011-12-23sched/tracing: Add a new tracepoint for sleeptimeArun Sharma2-2/+1
2011-12-23sched: Disable scheduler warnings during oopsesDave Jones1-0/+3
2011-12-22cgroup: only need to check oldcgrp==newgrp onceMandeep Singh Baines1-16/+6
2011-12-22cgroup: remove redundant get/put of task structMandeep Singh Baines1-9/+2
2011-12-22cgroup: remove redundant get/put of old css_set from migrateMandeep Singh Baines1-20/+8
2011-12-21clockevents: remove sysdev.hKay Sievers1-1/+0
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-21/+19
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki26-84/+467
2011-12-21cgroup: Remove unnecessary task_lock before fetching css_set on migrationFrederic Weisbecker1-10/+10
2011-12-21cgroup: Drop task_lock(parent) on cgroup_fork()Frederic Weisbecker1-6/+17
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...Linus Torvalds1-5/+0
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus 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/l...Ingo Molnar1-1/+1
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin 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://...Linus 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