aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-12-12kbuild: move bounds.h to include/generatedGravatar Sam Ravnborg 1-1/+1
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-45/+81
2009-12-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-6/+20
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-57/+242
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-108/+159
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 1-1/+1
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 1-16/+40
2009-12-11tty: Move the leader test in disassociateGravatar Alan Cox 1-1/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-12/+14
2009-12-11kgdb: Always process the whole breakpoint list on activate or deactivateGravatar Jason Wessel 1-8/+15
2009-12-11kgdb: continue and warn on signal passing from gdbGravatar Jason Wessel 1-2/+4
2009-12-11kgdb: allow for cpu switch when single steppingGravatar Jason Wessel 1-5/+15
2009-12-11kgdb: Read buffer overflowGravatar Jason Wessel 1-1/+6
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-3/+128
2009-12-10perf_event: Fix variable initialization in other codepathsGravatar Xiao Guangrong 1-0/+1
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cGravatar Heiko Carstens 1-4/+20
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicGravatar Thomas Gleixner 2-41/+61
2009-12-10lockdep: Avoid out of bounds array reference in save_trace()Gravatar Luck, Tony 1-1/+2
2009-12-10Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Ingo Molnar 4-57/+242
2009-12-10perf_event: Fix perf_swevent_hrtimer() variable initializationGravatar Xiao Guangrong 1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-4/+4
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Gravatar Carsten Emde 1-6/+12
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesGravatar Jiri Olsa 1-34/+131
2009-12-09tracing: Add full state to trace_seqGravatar Johannes Berg 1-11/+50
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferGravatar Steven Rostedt 2-6/+43
2009-12-09tracing: Only call pipe_close if pipe_close is definedGravatar Steven Rostedt 1-1/+1
2009-12-09Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-19/+15
2009-12-09tracing/kprobes: Fix field creation's bad error handlingGravatar Frederic Weisbecker 1-2/+2
2009-12-09perf_event: Cleanup for cpu_clock_perf_event_update()Gravatar Xiao Guangrong 1-2/+1
2009-12-09perf_event: Allocate children's perf_event_ctxp at the right timeGravatar Xiao Guangrong 1-15/+22
2009-12-09perf_event: Clean up __perf_event_init_context()Gravatar Xiao Guangrong 1-4/+3
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themGravatar Frederic Weisbecker 2-12/+34
2009-12-09trace-kprobe: Support delete probe syntaxGravatar Masami Hiramatsu 1-9/+28
2009-12-08Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Gravatar Linus Torvalds 1-1/+1
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+8
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-119/+279
2009-12-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+2
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-2/+3
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 6-138/+146
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-0/+49
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 3-6/+8
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 8-2162/+1660
2009-12-08futex: Take mmap_sem for get_user_pages in fault_in_user_writeableGravatar Andi Kleen 1-2/+8
2009-12-08perf: hw_breakpoints: Fix percpu namespace clashGravatar Stephen Rothwell 1-7/+7
2009-12-07Merge branch 'for-next' into for-linusGravatar Jiri Kosina 3-4/+4
2009-12-07tracing: Add pipe_close interfaceGravatar Steven Rostedt 2-0/+6
2009-12-07hw-breakpoints: Fix task-bound breakpoint slot allocationGravatar Frederic Weisbecker 1-29/+45
2009-12-06PM / Runtime: Export the PM runtime workqueueGravatar Alan Stern 1-0/+1
2009-12-06PM / Hibernate: Swap, use KERN_CONTGravatar Jiri Slaby 1-3/+3
2009-12-06PM / Hibernate: Shift remaining code from swsusp.c to hibernate.cGravatar Nigel Cunningham 3-30/+31