aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-11-19hrtimer: Fix extra wakeups from __remove_hrtimer()Gravatar Jeff Ohlstein 1-2/+4
2011-11-18PM / Hibernate: Fix the early termination of test modesGravatar Srivatsa S. Bhat 1-6/+17
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsGravatar Hector Palacios 1-0/+4
2011-11-17genirq: Don't allow per cpu interrupts to be suspendedGravatar Marc Zyngier 1-1/+1
2011-11-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2011-11-17writeback: remove vm_dirties and task->dirtiesGravatar Wu Fengguang 1-5/+0
2011-11-16sched: Fix buglet in return_cfs_rq_runtime()Gravatar Paul Turner 1-1/+1
2011-11-16sched: Avoid SMT siblings in select_idle_sibling() if possibleGravatar Peter Zijlstra 1-14/+28
2011-11-14perf: Do not set task_ctx pointer in cpuctx if there are no events in the con...Gravatar Gleb Natapov 1-1/+2
2011-11-14sched: Set the command name of the idle tasks in SMP kernelsGravatar Carsten Emde 1-0/+4
2011-11-14sched, rt: Provide means of disabling cross-cpu bandwidth sharingGravatar Peter Zijlstra 2-0/+4
2011-11-14sched: Document wait_for_completion_*() return valuesGravatar J. Bruce Fields 1-0/+13
2011-11-14sched_fair: Fix a typo in the comment describing update_sd_lb_statsGravatar Hui Kang 1-1/+1
2011-11-14sched: Add a comment to effective_load() since it's a painGravatar Peter Zijlstra 1-18/+95
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Gravatar Ingo Molnar 2-10/+55
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedGravatar John Stultz 2-10/+55
2011-11-07PM / QoS: Set cpu_dma_pm_qos->nameGravatar Dominik Brodowski 1-0/+1
2011-11-06Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-16/+21
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 78-65/+83
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+3
2011-11-06Merge git://github.com/rustyrussell/linuxGravatar Linus Torvalds 2-4/+9
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-2/+0
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeGravatar Ben Hutchings 2-0/+7
2011-11-07module: Enable dynamic debugging regardless of taintGravatar Ben Hutchings 1-4/+2
2011-11-04PM / Freezer: Revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wak...Gravatar Tejun Heo 1-1/+1
2011-11-04PM / QoS: Remove redundant checkGravatar Guennadi Liakhovetski 1-2/+1
2011-11-04PM / Sleep: Fix race between CPU hotplug and freezerGravatar Srivatsa S. Bhat 1-0/+74
2011-11-03Revert "perf: Add PM notifiers to fix CPU hotplug races"Gravatar Linus Torvalds 1-95/+2
2011-11-03genirq: Fix irqfixup, irqpoll regressionGravatar Edward Donovan 1-1/+1
2011-11-02memcg: replace ss->id_lock with a rwlockGravatar Andrew Bresticker 1-9/+9
2011-11-02sysctl: add support for poll()Gravatar Lucas De Marchi 2-0/+25
2011-11-02cpusets: avoid looping when storing to mems_allowed if one node remains setGravatar David Rientjes 1-3/+6
2011-11-02cgroups: don't attach task to subsystem if migration failedGravatar Ben Blum 1-6/+9
2011-11-02cgroups: more safe tasklist locking in cgroup_attach_procGravatar Ben Blum 1-3/+3
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 1-6/+6
2011-10-31Merge branch 'akpm' (Andrew's incoming)Gravatar Linus Torvalds 9-25/+54
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Gravatar Andy Shevchenko 1-6/+6
2011-10-31printk: remove bounds checking for log_prefixGravatar William Douglas 1-3/+0
2011-10-31printk: fix bounds checking for log_prefixGravatar William Douglas 1-1/+1
2011-10-31printk: add console_suspend module parameterGravatar Yanmin Zhang 1-0/+4
2011-10-31printk: add module parameter ignore_loglevel to control ignore_loglevelGravatar Yanmin Zhang 1-0/+3
2011-10-31kernel/sysctl.c: add cap_last_cap to /proc/sys/kernelGravatar Dan Ballard 1-0/+9
2011-10-31watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLGravatar Vasily Averin 1-2/+2
2011-10-31stop_machine: make stop_machine safe and efficient to call earlyGravatar Jeremy Fitzhardinge 1-0/+22
2011-10-31mm: distinguish between mlocked and pinned pagesGravatar Christoph Lameter 1-3/+3
2011-10-31oom: remove oom_disable_countGravatar David Rientjes 2-11/+1
2011-10-31Cross Memory AttachGravatar Christopher Yeoh 1-0/+4
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Gravatar Paul Gortmaker 1-1/+1
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructureGravatar Paul Gortmaker 10-0/+10
2011-10-31kernel: fix up module header handling in rcutiny filesGravatar Paul Gortmaker 2-1/+1