summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | drm/kms/radeon: pick digitial encoders smarter. (v3)Dave Airlie2010-02-013-89/+99
| * | | | | | | | | drm/radeon/kms: use active device to pick connector for encoderDave Airlie2010-02-011-1/+1
| * | | | | | | | | drm/radeon/kms: fix incorrect logic in DP vs eDP connector checking.Dave Airlie2010-02-011-2/+2
* | | | | | | | | | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-011-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | reiserfs: Fix vmalloc call under reiserfs lockFrederic Weisbecker2010-01-281-0/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-011-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lockdep: Fix check_usage_backwards() error messageOleg Nesterov2010-01-271-1/+1
* | | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-016-68/+218
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel2010-01-303-10/+95
| * | | | | | | | | | | x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel2010-01-302-57/+117
| * | | | | | | | | | | hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Mahesh Salgaonkar2010-01-281-0/+4
| * | | | | | | | | | | perf: Ignore perf.data.oldAmerigo Wang2010-01-271-0/+1
| * | | | | | | | | | | perf report: Fix segmentation fault when running with '-g none'Yong Wang2010-01-271-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-02-013-32/+32
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched: Correct printk whitespace in warning from cpu down task checkFrans Pop2010-01-281-4/+4
| * | | | | | | | | | | sched: Fix incorrect sanity checkPeter Zijlstra2010-01-281-1/+1
| * | | | | | | | | | | sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra2010-01-212-27/+27
* | | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-011-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clocksource: Prevent potential kgdb dead lockThomas Gleixner2010-01-261-3/+15
* | | | | | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-02-015-10/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tracing/documentation: Cover new frame pointer semanticsMike Frysinger2010-01-262-6/+24
| * | | | | | | | | | | | | tracing/documentation: Fix a typo in ftrace.txtYang Hongyang2010-01-261-1/+1
| * | | | | | | | | | | | | ring-buffer: Check for end of page in iteratorSteven Rostedt2010-01-261-3/+8
| * | | | | | | | | | | | | ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt2010-01-261-0/+13
| * | | | | | | | | | | | | tracing: Prevent kernel oops with corrupted bufferSteven Rostedt2010-01-251-0/+5
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-0110-24/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/agp: Fix agp_amd64_init regressionFUJITA Tomonori2010-01-311-4/+9
| * | | | | | | | | | | | | x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman2010-01-291-3/+11
| * | | | | | | | | | | | | x86: Add Dell OptiPlex 760 reboot quirkLeann Ogasawara2010-01-271-0/+9
| * | | | | | | | | | | | | x86, UV: Fix RTC latency bug by reading replicated cachelinesDimitri Sivanich2010-01-272-8/+23
| * | | | | | | | | | | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-01-274-8/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel2010-01-221-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | lib/dma-debug.c: mark file-local struct symbol static.Thiago Farina2010-01-221-1/+1
| | * | | | | | | | | | | | | | x86/amd-iommu: Fix deassignment of a device from the pt_domainJoerg Roedel2010-01-221-2/+4
| | * | | | | | | | | | | | | | x86/amd-iommu: Fix IOMMU-API initialization for iommu=ptJoerg Roedel2010-01-223-2/+10
| | * | | | | | | | | | | | | | x86/amd-iommu: Fix NULL pointer dereference in __detach_device()Joerg Roedel2010-01-221-2/+5
| | * | | | | | | | | | | | | | x86/amd-iommu: Fix possible integer overflowJoerg Roedel2010-01-221-1/+1
| | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2010-01-271-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | oprofile/x86: add Xeon 7500 series supportAndi Kleen2010-01-251-0/+1
| | * | | | | | | | | | | | | | oprofile/x86: fix crash when profiling more than 28 eventsSuravee Suthikulpanit2010-01-251-1/+1
| | |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-02-011-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraintsMark Brown2010-02-011-1/+3
* | | | | | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-02-0128-1299/+3412
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | powerpc: TIF_ABI_PENDING bit removalAndreas Schwab2010-02-013-20/+2
| * | | | | | | | | | | | | | | powerpc/pseries: Fix xics build without CONFIG_SMPBenjamin Herrenschmidt2010-02-011-5/+1
| * | | | | | | | | | | | | | | Merge commit 'jwb/merge' into mergeBenjamin Herrenschmidt2010-01-2920-1271/+3391
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | powerpc/40x: Update the PowerPC 40x board defconfigsJosh Boyer2010-01-047-445/+1238
| | * | | | | | | | | | | | | | | powerpc/44x: Update PowerPC 44x board defconfigsJosh Boyer2010-01-0413-826/+2153
| * | | | | | | | | | | | | | | | powerpc/4xx: Add pcix type 1 transactionsStef van Os2010-01-291-1/+2
| * | | | | | | | | | | | | | | | powerpc/pci: Add missing call to header fixupBenjamin Herrenschmidt2010-01-291-0/+3