summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Use seq file for trace_clockLi Zefan2009-12-131-9/+15
* tracing: Use seq file for trace_optionsLi Zefan2009-12-131-43/+17
* function-graph: Allow writing the same val to set_graph_functionLi Zefan2009-12-131-3/+2
* ftrace: Call trace_parser_clear() properlyLi Zefan2009-12-131-2/+1
* ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan2009-12-131-6/+16
* tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-132-13/+17
* tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-134-23/+4
* tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-131-0/+14
* ring-buffer: Move resize integrity check under reader lockSteven Rostedt2009-12-101-4/+4
* ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt2009-12-101-16/+9
* tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner2009-12-111-28/+21
* Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2009-12-104-57/+242
|\
| * tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde2009-12-091-6/+12
| * tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa2009-12-091-34/+131
| * tracing: Add full state to trace_seqJohannes Berg2009-12-091-11/+50
| * tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-092-6/+43
| * tracing: Only call pipe_close if pipe_close is definedSteven Rostedt2009-12-091-1/+1
| * tracing: Add pipe_close interfaceSteven Rostedt2009-12-072-0/+6
| |
| \
*-. \ Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2009-12-081-1/+1
|\ \ \
| | * | genirq: do not execute DEBUG_SHIRQ when irq setup failedLuis Henriques2009-04-231-1/+1
* | | | Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-082-5/+8
|\ \ \ \
| * | | | itimers: Fix racy writes to cpu_itimer fieldsStanislaw Gruszka2009-11-181-2/+5
| * | | | timekeeping: Fix clock_gettime vsyscall time warpLin Ming2009-11-171-3/+3
* | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-0810-119/+279
|\ \ \ \ \
| * | | | | timers, init: Limit the number of per cpu calibration bootup messagesMike Travis2009-11-261-3/+2
| * | | | | posix-cpu-timers: optimize and document timer_create callbackStanislaw Gruszka2009-11-181-3/+2
| * | | | | clockevents: Add missing include to pacify sparseH Hartley Sweeten2009-11-181-0/+2
| * | | | | clocksource/events: Fix fallout of generic code changesThomas Gleixner2009-11-141-2/+2
| * | | | | nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter2009-11-134-11/+13
| * | | | | nohz: Track last do_timer() cpuThomas Gleixner2009-11-131-24/+28
| * | | | | nohz: Prevent clocksource wrapping during idleJon Hunter2009-11-133-14/+93
| * | | | | nohz: Type cast printk argumentThomas Gleixner2009-11-131-1/+1
| * | | | | clocksource: Provide a generic mult/shift factor calculationThomas Gleixner2009-11-131-0/+53
| * | | | | clockevents: Use u32 for mult and shift factorsThomas Gleixner2009-11-131-2/+2
| * | | | | nohz: Introduce arch_needs_cpuMartin Schwidefsky2009-11-051-5/+8
| * | | | | nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky2009-11-051-29/+33
| * | | | | time: Remove xtime_cachejohn stultz2009-10-052-24/+4
| * | | | | time: Implement logarithmic time accumulationjohn stultz2009-10-051-25/+60
* | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-081-4/+2
|\ \ \ \ \ \
| * | | | | | core: Clean up user return notifers use of per_cpuAvi Kivity2009-12-021-4/+2
* | | | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-082-2/+3
|\ \ \ \ \ \ \
| * | | | | | | block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2009-12-042-2/+3
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-12-086-138/+146
|\ \ \ \ \ \ \ \
| * | | | | | | | PM / Runtime: Export the PM runtime workqueueAlan Stern2009-12-061-0/+1
| * | | | | | | | PM / Hibernate: Swap, use KERN_CONTJiri Slaby2009-12-061-3/+3
| * | | | | | | | PM / Hibernate: Shift remaining code from swsusp.c to hibernate.cNigel Cunningham2009-12-063-30/+31
| * | | | | | | | PM / Hibernate: Move swap functions to kernel/power/swap.c.Nigel Cunningham2009-12-062-101/+101
| * | | | | | | | Merge branch 'master' into for-linusRafael J. Wysocki2009-12-0670-1734/+7091
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | PM / freezer: Don't get over-anxious while waitingTejun Heo2009-10-281-4/+10
* | | | | | | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-083-0/+49
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud