Age | Commit message (Expand) | Author | Files | Lines |
2009-01-11 | Merge branch 'linus' into core/iommu | Ingo Molnar | 78 | -912/+907 |
2009-01-10 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 41 | -390/+354 |
2009-01-10 | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 14 | -228/+312 |
2009-01-09 | x86: make 'constant_test_bit()' take an unsigned bit number | Linus Torvalds | 1 | -1/+1 |
2009-01-09 | x86: only scan the root bus in early PCI quirks | Andi Kleen | 1 | -8/+14 |
2009-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri... | Linus Torvalds | 1 | -97/+52 |
2009-01-09 | Merge branch 'linus' into release | Len Brown | 285 | -6940/+10151 |
2009-01-09 | Merge branch 'suspend' into release | Len Brown | 2 | -0/+23 |
2009-01-09 | Merge branch 'misc' into release | Len Brown | 2 | -2/+8 |
2009-01-09 | Merge branches 'release', 'bugzilla-11880', 'bugzilla-12037' and 'bugzilla-12... | Len Brown | 1 | -0/+11 |
2009-01-09 | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt" | Zhao Yakui | 1 | -1/+5 |
2009-01-09 | ACPI: Avoid array address overflow when _CST MWAIT hint bits are set | Zhao Yakui | 1 | -1/+3 |
2009-01-08 | remove lots of double-semicolons | Fernando Carrijo | 1 | -1/+1 |
2009-01-08 | Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tip | Robert Richter | 1 | -133/+91 |
2009-01-08 | trivial: replace last usages of __FUNCTION__ in kernel | Harvey Harrison | 1 | -2/+2 |
2009-01-08 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 9 | -58/+48 |
2009-01-08 | oprofile: make new cpu buffer functions part of the api | Robert Richter | 1 | -33/+24 |
2009-01-08 | oprofile: use new data sample format for ibs | Robert Richter | 1 | -78/+41 |
2009-01-08 | oprofile: rework implementation of cpu buffer events | Robert Richter | 1 | -4/+4 |
2009-01-08 | oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.c | Robert Richter | 1 | -12/+12 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2009-01-07 | x86/PCI: Do not use interrupt links for devices using MSI-X | Rafael J. Wysocki | 1 | -2/+2 |
2009-01-07 | x86/PCI: use dev_printk for PCI bus locality messages | Bjorn Helgaas | 1 | -5/+3 |
2009-01-07 | PCI: x86/visws: use generic INTx swizzle from PCI core | Bjorn Helgaas | 1 | -14/+1 |
2009-01-07 | PCI: x86: use generic pci_swizzle_interrupt_pin() | Bjorn Helgaas | 2 | -8/+3 |
2009-01-07 | x86/PCI: minor logic simplications | Bjorn Helgaas | 1 | -4/+4 |
2009-01-07 | x86/PCI: use config space encoding for interrupt pins | Bjorn Helgaas | 1 | -24/+20 |
2009-01-07 | PCI: use config space encoding in pci_get_interrupt_pin() | Bjorn Helgaas | 1 | -1/+1 |
2009-01-07 | PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdline | Jacob Pan | 1 | -1/+2 |
2009-01-07 | x86/PCI: make PCI bus locality messages more meaningful | Bjorn Helgaas | 1 | -4/+5 |
2009-01-07 | PCI: Don't carp about BAR allocation failures in quiet boot | Ingo Molnar | 1 | -2/+2 |
2009-01-07 | resource: allow MMIO exclusivity for device drivers | Arjan van de Ven | 2 | -0/+4 |
2009-01-07 | ACPI/PCI: PCI extended config _OSC support called when root bridge added | Andrew Patterson | 1 | -0/+8 |
2009-01-07 | PCI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-01-07 | x86: fix section mismatch warnings in mcheck/mce_amd_64.c | Leonardo Potenza | 1 | -1/+1 |
2009-01-07 | x86: offer frame pointers in all build modes | Ingo Molnar | 1 | -0/+1 |
2009-01-07 | x86: introduce asm/swab.h | Harvey Harrison | 3 | -60/+64 |
2009-01-07 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -38/+2 |
2009-01-07 | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() | Masami Hiramatsu | 1 | -3/+4 |
2009-01-07 | Remove remaining unwinder code | Alexey Dobriyan | 2 | -15/+0 |
2009-01-07 | atomic_t: unify all arch definitions | Matthew Wilcox | 2 | -25/+3 |
2009-01-07 | mm: show node to memory section relationship with symlinks in sysfs | Gary Hade | 2 | -2/+2 |
2009-01-07 | mm: invoke oom-killer from page fault | Nick Piggin | 1 | -18/+6 |
2009-01-06 | Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8... | Ingo Molnar | 61 | -643/+1213 |
2009-01-06 | x86, ia64: remove duplicated swiotlb code | FUJITA Tomonori | 1 | -17/+0 |
2009-01-06 | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 9 | -119/+83 |
2009-01-06 | x86: remove map_single and unmap_single in struct dma_mapping_ops | FUJITA Tomonori | 6 | -74/+8 |
2009-01-06 | x86, pci-nommu: add map_page | FUJITA Tomonori | 1 | -6/+14 |
2009-01-06 | x86, AMD IOMMU: add map_page and unmap_page | FUJITA Tomonori | 1 | -4/+23 |
2009-01-06 | x86, calgary: add map_page and unmap_page | FUJITA Tomonori | 1 | -8/+27 |