aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-06-22lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursionPeter Zijlstra1-10/+20
2011-06-22printk: Fix console_sem vs logbuf_lock unlock racePeter Zijlstra1-2/+18
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz1-0/+22
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz1-0/+6
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz1-1/+22
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz1-70/+67
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek1-1/+3
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-19/+15
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-402/+461
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-7/+9
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interruptsTakao Indoh1-4/+1
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney3-382/+390
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo3-8/+50
2011-06-16ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo1-3/+35
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo1-2/+27
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo2-15/+59
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo2-32/+70
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-11/+13
2011-06-16Merge commit 'v3.0-rc3' into perf/coreIngo Molnar10-47/+103
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney4-41/+99
2011-06-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+5
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett1-1/+2
2011-06-15memcg: clear mm->owner when last possible owner leavesKAMEZAWA Hiroyuki1-16/+15
2011-06-15sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt1-0/+4
2011-06-15sched: Fix need_resched() when checking peemptHillf Danton1-1/+1
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu3-7/+42
2011-06-14stack_trace: Add weak save_stack_trace_regs()Masami Hiramatsu1-3/+9
2011-06-14ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik1-6/+19
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe5-110/+20
2011-06-14tracing, function_graph: Add context-info support for function_graph tracerJiri Olsa1-22/+31
2011-06-14tracing, function_graph: Remove lock-depth from latency traceJiri Olsa1-4/+3
2011-06-14tracing, function: Fix trace header to follow context-info optionJiri Olsa1-0/+3
2011-06-14tracing, function_graph: Merge overhead and duration display functionsJiri Olsa1-74/+74
2011-06-14tracing, function_graph: Remove dependency of abstime and duration fields on latencyJiri Olsa3-18/+9
2011-06-14async: Fixed an include coding style issuePaul McQuade1-5/+7
2011-06-14ftrace: Fixed an include coding style issuePaul McQuade1-5/+2
2011-06-14tracing: Add disable_on_free optionSteven Rostedt2-2/+5
2011-06-14tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik1-35/+73
2011-06-14signal.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-06-14tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik3-22/+23
2011-06-14tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik1-11/+12
2011-06-14rcu: Use softirq to address performance regressionShaohua Li4-5/+30
2011-06-14rcu: Simplify curing of load woesPaul E. McKenney2-54/+22
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+14
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker2-1/+4
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl1-0/+3
2011-06-09tracing: Fix regression in printk_formats fileSteven Rostedt1-4/+1
2011-06-09perf: Split up buffer handling from core codeFrederic Weisbecker4-498/+568
2011-06-09cgroupfs: use init_cred when populating new cgroupfs mounteparis@redhat1-0/+5