summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith2009-07-025-14/+156
| * | | | | perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith2009-07-023-0/+564
| * | | | | perf_counter tools: Make symbol loading consistently return number of loaded ...Mike Galbraith2009-07-024-6/+9
| * | | | | perf stat: Handle pipe read failures in perf statFrederic Weisbecker2009-07-011-2/+4
| * | | | | perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-014-8/+30
| * | | | | perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo2009-07-0110-608/+32
| * | | | | perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo2009-07-0112-562/+39
| * | | | | perf list: Add cache eventsJaswinder Singh Rajput2009-07-011-1/+16
| * | | | | perf stat: Define MATCH_EVENT for easy attr checkingJaswinder Singh Rajput2009-07-011-17/+10
| * | | | | perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-0127-128/+151
| * | | | | perf report: Fix HV bit mismergeIngo Molnar2009-07-011-3/+3
| * | | | | perf_counter tools: Rework event string parsing/syntaxPaul Mackerras2009-07-011-72/+160
| * | | | | powerpc/perf_counter: Enable alternate PR/HV bits for POWER7Anton Blanchard2009-07-011-0/+1
| * | | | | perf_counter tools: Various fixes for callchainsFrederic Weisbecker2009-07-011-32/+90
| * | | | | perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker2009-07-013-50/+90
| * | | | | perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker2009-07-011-1/+1
| * | | | | Merge branch 'linus' into perfcounters/urgentIngo Molnar2009-07-011289-16108/+53840
| |\ \ \ \ \
| * | | | | | perf report: Add hypervisor dsoAnton Blanchard2009-07-011-1/+14
| * | | | | | perf report: Fix reporting of hypervisorAnton Blanchard2009-07-011-2/+5
| * | | | | | perf top: Add ppc64 specific skip symbols and strip ppc64 . prefixAnton Blanchard2009-07-011-0/+9
| * | | | | | perf top: Move skip symbols to an arrayAnton Blanchard2009-07-011-7/+17
| * | | | | | perf_counter tools: Remove zlib dependencyAnton Blanchard2009-07-011-6/+0
| * | | | | | perf report: Fix -z optionAnton Blanchard2009-07-011-1/+1
* | | | | | | sched: optimize cond_resched()Peter Zijlstra2009-07-102-6/+13
* | | | | | | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-1024-40/+29
* | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-106-14/+12
|\ \ \ \ \ \ \
| * | | | | | | tracing: Fix trace_print_seq()Xiao Guangrong2009-07-021-2/+1
| * | | | | | | kprobes: No need to unlock kprobe_insn_mutexMasami Hiramatsu2009-07-011-5/+1
| * | | | | | | tracing/fastboot: Document the need of initcall_debugLi Zefan2009-06-291-3/+3
| * | | | | | | trace_export: Repair missed fieldsLai Jiangshan2009-06-261-0/+3
| * | | | | | | tracing: Fix stack tracer sysctl handlingLi Zefan2009-06-262-4/+4
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-07-094-4/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | [WATCHDOG] w83627hf_wdt.c: add support for the W83627EHF supportSlobodan Tomić2009-07-091-0/+5
| * | | | | | | | [WATCHDOG] SA1100 watchdog maximum timeoutRaphael Assenat2009-07-091-2/+3
| * | | | | | | | [WATCHDOG] w83697ug, fix lock imbalanceJiri Slaby2009-07-091-1/+3
| * | | | | | | | [WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolonsJoe Perches2009-07-091-1/+1
* | | | | | | | | mx3fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-091-5/+0
* | | | | | | | | sm501fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-091-3/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-07-0913-896/+686
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesJeff Layton2009-07-091-4/+4
| * | | | | | | | cifs: remove cifsInodeInfo->inUse counterJeff Layton2009-07-092-2/+0
| * | | | | | | | cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton2009-07-095-529/+252
| * | | | | | | | [CIFS] update cifs version numberSteve French2009-07-092-2/+6
| * | | | | | | | cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-093-1/+77
| * | | | | | | | cifs: make a separate function for filling out FILE_UNIX_BASIC_INFOJeff Layton2009-07-091-32/+42
| * | | | | | | | cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-095-22/+23
| * | | | | | | | cifs: add pid of initiating process to spnego upcall infoJeff Layton2009-07-091-1/+8
| * | | | | | | | cifs: fix regression with O_EXCL creates and optimize away lookupJeff Layton2009-07-081-0/+9
| * | | | | | | | cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton2009-07-017-377/+339
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-0940-60/+192
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud