Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | mmiotrace: count events lost due to not recording | Pekka Paalanen | 2009-02-15 | 1 | -4/+10 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-17 | 12 | -83/+116 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | x86, vm86: fix preemption bug | Thomas Gleixner | 2009-02-15 | 1 | -1/+9 | |
| * | | | | | x86, olpc: fix model detection without OFW | Chris Ball | 2009-02-14 | 1 | -1/+1 | |
| * | | | | | x86, hpet: fix for LS21 + HPET = boot hang | john stultz | 2009-02-13 | 1 | -0/+2 | |
| * | | | | | x86: CPA avoid repeated lazy mmu flush | Thomas Gleixner | 2009-02-12 | 1 | -8/+7 | |
| * | | | | | x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible context | Thomas Gleixner | 2009-02-12 | 1 | -0/+2 | |
| * | | | | | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption | Jeremy Fitzhardinge | 2009-02-12 | 2 | -15/+26 | |
| * | | | | | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 2009-02-12 | 3 | -58/+45 | |
| * | | | | | x86/cpa: make sure cpa is safe to call in lazy mmu mode | Jeremy Fitzhardinge | 2009-02-12 | 1 | -0/+14 | |
| * | | | | | x86, ptrace, mm: fix double-free on race | Markus Metzger | 2009-02-11 | 3 | -7/+17 | |
* | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-02-17 | 2 | -28/+33 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | iommu: fix Intel IOMMU write-buffer flushing | David Woodhouse | 2009-02-14 | 1 | -1/+15 | |
| * | | | | | | futex: fix reference leak | Peter Zijlstra | 2009-02-11 | 1 | -25/+28 | |
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-02-17 | 6 | -7/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | powerpc/vsx: Fix VSX alignment handler for regs 32-63 | Michael Neuling | 2009-02-13 | 1 | -1/+6 | |
| * | | | | | | | powerpc/ps3: Move ps3_mm_add_memory to device_initcall | Geoff Levand | 2009-02-13 | 1 | -1/+1 | |
| * | | | | | | | powerpc/mm: Fix numa reserve bootmem page selection | Dave Hansen | 2009-02-13 | 1 | -2/+3 | |
| * | | | | | | | powerpc/mm: Fix _PAGE_CHG_MASK to protect _PAGE_SPECIAL | Philippe Gerum | 2009-02-13 | 3 | -3/+4 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-02-17 | 5 | -21/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | PCI: Documentation: fix minor PCIe HOWTO thinko | Alex Chiang | 2009-02-13 | 1 | -1/+1 | |
| * | | | | | | | PCI: fix missing kernel-doc and typos | Randy Dunlap | 2009-02-13 | 1 | -4/+9 | |
| * | | | | | | | PCI: fix struct pci_platform_pm_ops kernel-doc | Randy Dunlap | 2009-02-13 | 1 | -10/+10 | |
| * | | | | | | | PCI: fix rom.c kernel-doc warning | Randy Dunlap | 2009-02-13 | 1 | -0/+1 | |
| * | | | | | | | PCI/MSI: fix msi_mask() shift fix | Matthew Wilcox | 2009-02-13 | 1 | -6/+4 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-02-17 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | crypto: lrw - Fix big endian support | Herbert Xu | 2009-02-17 | 1 | -1/+7 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-02-17 | 13 | -84/+157 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Btrfs: hold trans_mutex when using btrfs_record_root_in_trans | Yan Zheng | 2009-02-12 | 3 | -0/+6 | |
| * | | | | | | | Btrfs: make a lockdep class for the extent buffer locks | Chris Mason | 2009-02-12 | 7 | -32/+99 | |
| * | | | | | | | Btrfs: fs/btrfs/volumes.c: remove useless kzalloc | Julia Lawall | 2009-02-12 | 1 | -4/+0 | |
| * | | | | | | | Btrfs: remove unused code in split_state() | Qinghuang Feng | 2009-02-12 | 1 | -2/+0 | |
| * | | | | | | | Btrfs: remove btrfs_init_path | Jeff Mahoney | 2009-02-12 | 4 | -13/+2 | |
| * | | | | | | | Btrfs: balance_level checks !child after access | Jeff Mahoney | 2009-02-12 | 1 | -1/+1 | |
| * | | | | | | | Btrfs: Avoid using __GFP_HIGHMEM with slab allocator | Yan Zheng | 2009-02-12 | 1 | -1/+1 | |
| * | | | | | | | Btrfs: don't clean old snapshots on sync(1) | Chris Mason | 2009-02-12 | 1 | -1/+0 | |
| * | | | | | | | Btrfs: use larger metadata clusters in ssd mode | Chris Mason | 2009-02-12 | 1 | -1/+2 | |
| * | | | | | | | Btrfs: process mount options on mount -o remount, | Chris Mason | 2009-02-12 | 1 | -0/+4 | |
| * | | | | | | | Btrfs: make sure all pending extent operations are complete | Josef Bacik | 2009-02-12 | 1 | -29/+42 | |
* | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-02-17 | 2 | -13/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sata_nv: give up hardreset on nf2 | Tejun Heo | 2009-02-16 | 1 | -6/+8 | |
| * | | | | | | | | libata-sff: fix 32-bit PIO ATAPI regression | Sergei Shtylyov | 2009-02-16 | 1 | -7/+21 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 2009-02-17 | 6 | -22/+174 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kbuild: create the source symlink earlier in the objdir | Andi Kleen | 2009-02-15 | 1 | -1/+1 | |
| * | | | | | | | | scripts: add x86 64 bit support to the markup_oops.pl script | Arjan van de Ven | 2009-02-15 | 1 | -4/+55 | |
| * | | | | | | | | scripts: add x86 register parser to markup_oops.pl | Arjan van de Ven | 2009-02-15 | 1 | -6/+100 | |
| * | | | | | | | | kbuild: add sys_* entries for syscalls in tags | Rabin Vincent | 2009-02-15 | 1 | -2/+5 | |
| * | | | | | | | | kbuild: fix tags generation of config symbols | Alexey Dobriyan | 2009-02-15 | 1 | -1/+4 | |
| * | | | | | | | | bootgraph: fix for use with dot symbols | Michael Neuling | 2009-02-15 | 1 | -2/+2 | |
| * | | | | | | | | kbuild: add vmlinux to kernel rpm | Josh Hunt | 2009-02-15 | 1 | -0/+8 |