summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c-piix4: Modify code name SB900 to Hudson-2Crane Cai2009-11-074-7/+7
* Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-11-051-2/+2
|\
| * KVM: get_tss_base_addr() should return a gpa_tGleb Natapov2009-11-041-1/+1
| * KVM: x86: Catch potential overrun in MCE setupJan Kiszka2009-11-041-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-11-052-3/+6
|\ \
| * | fuse: invalidate target of renameMiklos Szeredi2009-11-041-1/+3
| * | fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe2009-11-041-1/+1
| * | fuse: prevent fuse_put_request on invalid pointerAnand V. Avati2009-11-041-1/+2
* | | Merge git://git.infradead.org/users/dwmw2/mtd-2.6.32Linus Torvalds2009-11-053-3/+9
|\ \ \
| * | | mtd/maps: gpio-addr-flash: depend on GPIO arch supportMike Frysinger2009-09-241-0/+1
| * | | mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/Mike Frysinger2009-09-241-3/+2Star
| * | | mtd: nand: fix htmldocs warningsJaswinder Singh Rajput2009-09-241-0/+6
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-11-057-6/+34
|\ \ \ \
| * | | | powerpc/kvm: Remove problematic BUILD_BUG_ON statementBenjamin Herrenschmidt2009-11-051-0/+4
| * | | | powerpc/pci: Fix regression in powerpc MSI-XAndre Detsch2009-11-052-2/+9
| * | | | powerpc: Avoid giving out RTC dates below EPOCHBenjamin Herrenschmidt2009-11-051-1/+14
| * | | | powerpc/mm: Remove debug context clamping from nohash codeBenjamin Herrenschmidt2009-11-051-2/+2
| * | | | powerpc: Cleanup Kconfig selection of hugetlbfs supportBenjamin Herrenschmidt2009-10-302-1/+5
* | | | | x86: Make sure get_user_desc() doesn't sign extend.Chris Lalancette2009-11-051-1/+1
* | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-11-052-2/+34
|\ \ \ \ \
| * | | | | xen: mask extended topology info in cpuidJeremy Fitzhardinge2009-11-031-1/+10
| * | | | | xen/hvc: make sure console output is always emitted, with explicit pollingJeremy Fitzhardinge2009-11-031-1/+24
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-11-051-0/+4
|\ \ \ \ \ \
| * | | | | | sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman2009-11-041-0/+4
* | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-11-054-54/+84
|\ \ \ \ \ \ \
| * | | | | | | sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2009-11-032-23/+32
| * | | | | | | sched: Disable SD_PREFER_LOCAL at node levelMike Galbraith2009-11-031-1/+1
| * | | | | | | sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell2009-11-021-3/+3
| * | | | | | | sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith2009-10-232-27/+48
* | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-11-052-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan2009-11-041-3/+3
| * | | | | | | | ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan2009-11-041-0/+2
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-11-059-5/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, fs: Fix x86 procfs stack information for threads on 64-bitStefani Seibold2009-11-043-1/+8
| * | | | | | | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-11-034-3/+30
| |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel2009-11-034-3/+30
| | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | dma-debug: Fix compile warning with PAE enabledJoerg Roedel2009-10-291-2/+4
| | | * | | | | | | | | | x86/amd-iommu: Un__init function required on shutdownJoerg Roedel2009-10-281-1/+1
| | | * | | | | | | | | | x86/amd-iommu: Workaround for erratum 63Joerg Roedel2009-10-093-0/+25
| * | | | | | | | | | | | x86: Add reboot quirk for 3 series Mac miniGottfried Haider2009-11-021-0/+8
| * | | | | | | | | | | | x86: Fix printk message typo in mtrr cleanup codeDave Jones2009-11-021-1/+1
* | | | | | | | | | | | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-11-056-124/+48Star
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | m32r: Should index be positive?Roel Kluin2009-11-041-1/+1
| * | | | | | | | | | | | | m32r: bzip2/lzma kernel compression supportHirokazu Takata2009-11-043-120/+42Star
| * | | | | | | | | | | | | m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id sectionHirokazu Takata2009-11-041-0/+2
| * | | | | | | | | | | | | arch/m32r: Use DIV_ROUND_CLOSESTJulia Lawall2009-11-041-3/+3
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-11-051-4/+2Star
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | amd64_edac: fix CECCs reportingBorislav Petkov2009-11-041-1/+1
| * | | | | | | | | | | | | amd64_edac: fix a wrong goto clause in amd64_edac.cLi Hong2009-11-041-3/+1Star
| |/ / / / / / / / / / / /
* | | | | | | | / / / / / sgi-gru: decrapfiy options_write() functionLinus Torvalds2009-11-051-6/+7
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |