aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2009-09-14
|\
| * CRED: Allow put_cred() to cope with a NULL groups listDavid Howells2009-09-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-09-14
|\ \
| * | PM: Trivial fixesWu Fengguang2009-09-14
| * | PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer2009-09-14
| * | PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki2009-09-14
| * | PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki2009-09-14
| * | PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki2009-09-14
| * | PM: Fix typo in label name s/Platofrm_finish/Platform_finish/Thadeu Lima de Souza Cascardo2009-09-14
| * | Merge branch 'master' into for-linusRafael J. Wysocki2009-09-14
| |\ \
| * \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-09-09
| |\ \ \
| * | | | PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-22
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2009-09-14
|\ \ \ \ \
| * | | | | kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not setSteven Rostedt2009-08-18
* | | | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-14
|\ \ \ \ \ \
| * | | | | | block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-11
| | |_|/ / / | |/| | | |
* | | | | | cleanup console_print()Anirban Sinha2009-09-14
| |_|_|/ / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | pktgen: spin using hrtimerStephen Hemminger2009-08-29
| * | | | net: Temporarily backout SKB sources tracer.David S. Miller2009-08-26
| * | | | trace_skb: fix build when CONFIG_NET is not enabledRandy Dunlap2009-08-17
| * | | | net: skb ftracer - Add actual ftrace code to kernel (v3)Neil Horman2009-08-13
| * | | | net: skb ftracer - Add config option to enable new ftracer (v3)Neil Horman2009-08-13
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-12
| |\ \ \ \
| * | | | | genetlink: make netns awareJohannes Berg2009-07-12
* | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-09-06
| |\ \ \ \ \ \
| | * | | | | | tracing/filters: Defer pred allocation, fix memory leakLi Zefan2009-09-04
| * | | | | | | Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-06
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2009-09-04
| * | | | | | | ring-buffer: check for swapped buffers in start of committingSteven Rostedt2009-09-04
| * | | | | | | tracing: report error in trace if we fail to swap latency bufferSteven Rostedt2009-09-04
| * | | | | | | tracing: add trace_array_printk for internal tracers to useSteven Rostedt2009-09-04
| * | | | | | | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-04
| * | | | | | | tracing: make tracing_reset safe for external useSteven Rostedt2009-09-04
| * | | | | | | tracing: use timestamp to determine start of latency tracesSteven Rostedt2009-09-04
| * | | | | | | tracing: remove users of tracing_resetSteven Rostedt2009-09-04
| * | | | | | | tracing: disable buffers and synchronize_sched before resettingSteven Rostedt2009-09-04
| * | | | | | | tracing: disable update max tracer while reading traceSteven Rostedt2009-09-04
| * | | | | | | tracing: print out start and stop in latency tracesSteven Rostedt2009-09-04
| * | | | | | | ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt2009-09-04
| * | | | | | | ring-buffer: do not count discarded eventsSteven Rostedt2009-09-04
| * | | | | | | ring-buffer: remove ring_buffer_event_discardSteven Rostedt2009-09-04
| * | | | | | | ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt2009-09-04
| * | | | | | | ring-buffer: remove unnecessary cpu_relaxSteven Rostedt2009-09-04
| * | | | | | | ring-buffer: do not swap buffers during a commitSteven Rostedt2009-09-04
| * | | | | | | ring-buffer: do not reset while in a commitSteven Rostedt2009-09-04
| | |/ / / / / | |/| | | | |
| * | | | | | tracing/filters: Defer pred allocationLi Zefan2009-08-31
| * | | | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-08-29
| |\ \ \ \ \ \
| | * | | | | | tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt2009-08-27