summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* writeback: add missing kernel-doc notationJaswinder Singh Rajput2010-01-021-0/+1
* twl4030-irq.c: fix compiler warning due to raw-spinlock conversionLinus Torvalds2009-12-311-2/+2
* pci: avoid compiler warning in quirks.cLinus Torvalds2009-12-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-12-313-6/+14
|\
| * [CIFS] Enable mmap on forcedirectio mountsSteve French2009-12-072-2/+5
| * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton2009-12-031-4/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-12-3110-106/+182
|\ \
| * | firewire, ieee1394: update Kconfig helpStefan Richter2009-12-293-49/+56
| * | firewire, ieee1394: update MAINTAINERS entriesStefan Richter2009-12-291-12/+3
| * | firewire: ohci: always use packet-per-buffer mode for isochronous receptionStefan Richter2009-12-291-1/+3
| * | firewire: cdev: fix another memory leak in an error pathStefan Richter2009-12-291-0/+1
| * | firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch2009-12-295-44/+119
* | | PCI: Fix build if quirks are not enabledRafael J. Wysocki2009-12-313-17/+19
* | | Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-311-3/+2
|\ \ \
| * | | dma-debug: Fix bug causing build warningIngo Molnar2009-12-311-3/+2
* | | | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-312-4/+3
|\ \ \ \
| * | | | perf: Fix NULL deref in inheritance codePeter Zijlstra2009-12-311-3/+2
| * | | | perf: Pass appropriate frame pointer to dump_trace()Frederic Weisbecker2009-12-311-1/+1
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-3110-79/+97
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabledFUJITA Tomonori2009-12-301-4/+5
| * | | | x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis2009-12-292-44/+54
| * | | | x86, kmemcheck: Use KERN_WARNING for error reportingPekka Enberg2009-12-281-10/+9
| * | | | x86: Use KERN_DEFAULT log-level in __show_regs()Pekka Enberg2009-12-283-21/+21
| * | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-284322-271437/+415592
| |\ \ \ \
| | * \ \ \ Merge branches 'dma-debug/fixes' and 'amd-iommu/fixes' into iommu/fixesJoerg Roedel2009-12-211-0/+10
| | |\ \ \ \
| | | * | | | x86/amd-iommu: Fix initialization failure panicJoerg Roedel2009-12-211-0/+10
| | * | | | | dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell2009-12-211-0/+5
| | |/ / / /
| * | | | | x86, compress: Force i386 instructions for the decompressorH. Peter Anvin2009-12-251-0/+1
| * | | | | x86: Fix objdump version check in chkobjdump.awk for different formats.Masami Hiramatsu2009-12-181-3/+13
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-319-19/+29
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | perf kmem: Fix statistics typoWenji Huang2009-12-281-2/+2
| * | | | | kprobes: Fix distinct type warningHeiko Carstens2009-12-281-1/+1
| * | | | | perf: Rename perf_event_hw_event in design documentTim Blechmann2009-12-281-4/+4
| * | | | | perf tools: Add missing header files to LIB_H Makefile variableArnaldo Carvalho de Melo2009-12-281-0/+8
| * | | | | perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo2009-12-281-6/+8
| * | | | | perf diff: Fix usage array, it must end with a NULL entryArnaldo Carvalho de Melo2009-12-184-6/+6
* | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-3111-197/+179
|\ \ \ \ \ \
| * | | | | | tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan2009-12-302-6/+8
| * | | | | | tracing/syscalls: Fix typo in SYSCALL_DEFINE0Lai Jiangshan2009-12-301-1/+1
| * | | | | | tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan2009-12-301-3/+4
| * | | | | | ksym_tracer: Remove trace_statLi Zefan2009-12-301-77/+50
| * | | | | | ksym_tracer: Fix race when incrementing countLi Zefan2009-12-301-5/+7
| * | | | | | ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan2009-12-301-2/+2
| * | | | | | ksym_tracer: Fix to make the tracer workLi Zefan2009-12-302-4/+7
| * | | | | | tracing: Kconfig spelling fixes and cleanupsRandy Dunlap2009-12-281-56/+56
| * | | | | | tracing: Fix setting tracer specific optionsSteven Rostedt2009-12-211-1/+1
| * | | | | | Documentation: Update ftrace-design.txtRandy Dunlap2009-12-201-7/+7
| * | | | | | Documentation: Update tracepoint-analysis.txtRandy Dunlap2009-12-201-30/+30
| * | | | | | Documentation: Update mmiotrace.txtRandy Dunlap2009-12-201-7/+8
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-3114-96/+94
|\ \ \ \ \ \ \