summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-09-09perf: Fix CPU hotplugPeter Zijlstra
2010-09-09perf, trace: Fix module leakLi Zefan
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu
2010-09-08tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt
2010-09-01ring-buffer: Place duplicate expression into a single functionSteven Rostedt
2010-09-01lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus
2010-09-01lockup_detector: Remove unused panic_notifierAkinobu Mita
2010-09-01lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-08-31tracing: Fix a race in function profileLi Zefan
2010-08-30perf_events: Fix time tracking for events with pid != -1 and cpu != -1Stephane Eranian
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker
2010-08-25Merge branch 'linus' into perf/coreIngo Molnar
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard
2010-08-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-24Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen
2010-08-23watchdog: Don't throttle the watchdogPeter Zijlstra
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi
2010-08-19Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2010-08-19perf, tracing: add missing __percpu markupsNamhyung Kim
2010-08-19perf: Humanize the number of contextsFrederic Weisbecker
2010-08-19perf: Fix race in callchainsFrederic Weisbecker
2010-08-19perf: Factorize callchain context handlingFrederic Weisbecker
2010-08-19perf: Generalize some arch callchain codeFrederic Weisbecker
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-18tracing: Clean up seqfile code for format fileLi Zefan
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin
2010-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-08-17Fix unprotected access to task credentials in waitid()Daniel J Blueman
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSJason Wessel
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsJohn Stultz
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-08-12tracing/events: Convert format output to seq_fileSteven Rostedt
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsJason Wessel
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-08-12block: add secure discardAdrian Hunter
2010-08-12kernel/kfifo.c: add handling of chained scatterlistsStefani Seibold
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-11kfifo: replace the old non generic APIStefani Seibold
2010-08-11kfifo: add the new generic kfifo APIStefani Seibold