summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-07-21Fix merge regression from external kdb to upstream kdbJason Wessel
2010-07-21repair gdbstub to match the gdbserial protocol specificationJason Wessel
2010-07-21kdb: break out of kdb_ll() when command is terminatedMartin Hicks
2010-07-21sched: Use correct macro to display sched_child_runs_first in /proc/sched_debugJosh Hunt
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan
2010-07-20trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bitRichard Kennedy
2010-07-20tracing: Allow to disable cmdline recordingLi Zefan
2010-07-20drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman
2010-07-20workqueue: fix mayday_mask handling on UPTejun Heo
2010-07-20tracing: Use generic_file_llseek for debugfsArnd Bergmann
2010-07-20tracing: Remove special tracesFrederic Weisbecker
2010-07-20tracing: Remove sysprof ftrace pluginFrederic Weisbecker
2010-07-20workqueue: fix build problem on !CONFIG_SMPTejun Heo
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas
2010-07-19update email addressPavel Machek
2010-07-19padata: Added sysfs primitives to padata subsystemDan Kruchinin
2010-07-19padata: Make two separate cpumasksDan Kruchinin
2010-07-19PM / Suspend: Fix ordering of calls in suspend error pathsRafael J. Wysocki
2010-07-19PM / Hibernate: Fix snapshot error code pathRafael J. Wysocki
2010-07-19PM / Hibernate: Fix hibernation_platform_enter()Rafael J. Wysocki
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley
2010-07-19pm_qos: Reimplement using plistsJames Bottomley
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki
2010-07-19PM / Hibernate: Fix typos in comments in kernel/power/swap.cCesar Eduardo Barros
2010-07-17sched: No need for bootmem special casesPekka Enberg
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra
2010-07-17sched: Reduce update_group_power() callsPeter Zijlstra
2010-07-17sched: Update rq->clock for nohz balanced cpusSuresh Siddha
2010-07-15tracing: Remove ksym tracerFrederic Weisbecker
2010-07-14padata: simplify serialization mechanismSteffen Klassert
2010-07-14padata: make padata_do_parallel to return zero on successSteffen Klassert
2010-07-14padata: Handle empty padata cpumasksSteffen Klassert
2010-07-14padata: Block until the instance is unused on stopSteffen Klassert
2010-07-14padata: Check for valid padata instance on startSteffen Klassert
2010-07-14workqueue: fix locking in retry path of maybe_create_worker()Tejun Heo
2010-07-14async: use workqueue for worker poolTejun Heo
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König
2010-07-09init: Remove the BKL from startup codeArnd Bergmann
2010-07-09Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt
2010-07-07kernel/watchdog: Initialize 'result'Kulikov Vasiliy
2010-07-06Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar
2010-07-05tracing/kprobes: Support "string" typeMasami Hiramatsu
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-07-02workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo