| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Calgary: Convert detect_calgary() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 3 | -10/+5 |
* | x86: Add iommu_init to x86_init_ops | FUJITA Tomonori | 2009-11-10 | 3 | -0/+16 |
* | x86: GART: pci-gart_64.c: Use correct length in strncmp | Joe Perches | 2009-11-10 | 1 | -1/+1 |
* | x86: Fix iommu=nodac parameter handling | Tejun Heo | 2009-11-08 | 1 | -1/+1 |
* | x86: Use x86_platform for iommu_shutdown | FUJITA Tomonori | 2009-11-08 | 10 | -26/+13 |
* | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-11-05 | 1 | -2/+2 |
|\ |
|
| * | KVM: get_tss_base_addr() should return a gpa_t | Gleb Natapov | 2009-11-04 | 1 | -1/+1 |
| * | KVM: x86: Catch potential overrun in MCE setup | Jan Kiszka | 2009-11-04 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-11-05 | 2 | -3/+6 |
|\ \ |
|
| * | | fuse: invalidate target of rename | Miklos Szeredi | 2009-11-04 | 1 | -1/+3 |
| * | | fuse: fix kunmap in fuse_ioctl_copy_user | Jens Axboe | 2009-11-04 | 1 | -1/+1 |
| * | | fuse: prevent fuse_put_request on invalid pointer | Anand V. Avati | 2009-11-04 | 1 | -1/+2 |
* | | | Merge git://git.infradead.org/users/dwmw2/mtd-2.6.32 | Linus Torvalds | 2009-11-05 | 3 | -3/+9 |
|\ \ \ |
|
| * | | | mtd/maps: gpio-addr-flash: depend on GPIO arch support | Mike Frysinger | 2009-09-24 | 1 | -0/+1 |
| * | | | mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ | Mike Frysinger | 2009-09-24 | 1 | -3/+2 |
| * | | | mtd: nand: fix htmldocs warnings | Jaswinder Singh Rajput | 2009-09-24 | 1 | -0/+6 |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-11-05 | 7 | -6/+34 |
|\ \ \ \ |
|
| * | | | | powerpc/kvm: Remove problematic BUILD_BUG_ON statement | Benjamin Herrenschmidt | 2009-11-05 | 1 | -0/+4 |
| * | | | | powerpc/pci: Fix regression in powerpc MSI-X | Andre Detsch | 2009-11-05 | 2 | -2/+9 |
| * | | | | powerpc: Avoid giving out RTC dates below EPOCH | Benjamin Herrenschmidt | 2009-11-05 | 1 | -1/+14 |
| * | | | | powerpc/mm: Remove debug context clamping from nohash code | Benjamin Herrenschmidt | 2009-11-05 | 1 | -2/+2 |
| * | | | | powerpc: Cleanup Kconfig selection of hugetlbfs support | Benjamin Herrenschmidt | 2009-10-30 | 2 | -1/+5 |
* | | | | | x86: Make sure get_user_desc() doesn't sign extend. | Chris Lalancette | 2009-11-05 | 1 | -1/+1 |
* | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Linus Torvalds | 2009-11-05 | 2 | -2/+34 |
|\ \ \ \ \ |
|
| * | | | | | xen: mask extended topology info in cpuid | Jeremy Fitzhardinge | 2009-11-03 | 1 | -1/+10 |
| * | | | | | xen/hvc: make sure console output is always emitted, with explicit polling | Jeremy Fitzhardinge | 2009-11-03 | 1 | -1/+24 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-11-05 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | sysfs: Don't leak secdata when a sysfs_dirent is freed. | Eric W. Biederman | 2009-11-04 | 1 | -0/+4 |
* | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-11-05 | 4 | -54/+84 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c | Mike Galbraith | 2009-11-03 | 2 | -23/+32 |
| * | | | | | | | sched: Disable SD_PREFER_LOCAL at node level | Mike Galbraith | 2009-11-03 | 1 | -1/+1 |
| * | | | | | | | sched: Fix boot crash by zalloc()ing most of the cpu masks | Rusty Russell | 2009-11-02 | 1 | -3/+3 |
| * | | | | | | | sched: Strengthen buddies and mitigate buddy induced latencies | Mike Galbraith | 2009-10-23 | 2 | -27/+48 |
* | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-11-05 | 2 | -3/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | ftrace: Fix unmatched locking in ftrace_regex_write() | Li Zefan | 2009-11-04 | 1 | -3/+3 |
| * | | | | | | | | ring-buffer: Synchronize resizing buffer with reader lock | Lai Jiangshan | 2009-11-04 | 1 | -0/+2 |
* | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-11-05 | 9 | -5/+47 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86, fs: Fix x86 procfs stack information for threads on 64-bit | Stefani Seibold | 2009-11-04 | 3 | -1/+8 |
| * | | | | | | | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 2009-11-03 | 4 | -3/+30 |
| |\ \ \ \ \ \ \ \ \ |
|
| | | \ \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ \ | |
| | *-. \ \ \ \ \ \ \ \ | Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes | Joerg Roedel | 2009-11-03 | 4 | -3/+30 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | dma-debug: Fix compile warning with PAE enabled | Joerg Roedel | 2009-10-29 | 1 | -2/+4 |
| | | * | | | | | | | | | | x86/amd-iommu: Un__init function required on shutdown | Joerg Roedel | 2009-10-28 | 1 | -1/+1 |
| | | * | | | | | | | | | | x86/amd-iommu: Workaround for erratum 63 | Joerg Roedel | 2009-10-09 | 3 | -0/+25 |
| * | | | | | | | | | | | | x86: Add reboot quirk for 3 series Mac mini | Gottfried Haider | 2009-11-02 | 1 | -0/+8 |
| * | | | | | | | | | | | | x86: Fix printk message typo in mtrr cleanup code | Dave Jones | 2009-11-02 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev | Linus Torvalds | 2009-11-05 | 6 | -124/+48 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | m32r: Should index be positive? | Roel Kluin | 2009-11-04 | 1 | -1/+1 |
| * | | | | | | | | | | | | | m32r: bzip2/lzma kernel compression support | Hirokazu Takata | 2009-11-04 | 3 | -120/+42 |
| * | | | | | | | | | | | | | m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id section | Hirokazu Takata | 2009-11-04 | 1 | -0/+2 |
| * | | | | | | | | | | | | | arch/m32r: Use DIV_ROUND_CLOSEST | Julia Lawall | 2009-11-04 | 1 | -3/+3 |
| | |_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | |
|