- 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 16 years ago
- 72410af lguest: typos fix by Atsushi SAKAI · 16 years ago
- cfb901b Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
- 2034563 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
- dd7f8db eeprom: More consistent symbol names by Jean Delvare · 16 years ago
- 3386c05 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 1e70c7f Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 810ee58 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 659d261 x86: fix section mismatch warning by Rakib Mullick · 16 years ago
- 99fb4d3 x86: unmask CPUID levels on Intel CPUs, fix by Ingo Molnar · 16 years ago
- ef5fa0a x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn. by Eric Anholt · 16 years ago
- e1b4d11 x86: use standard PIT frequency by Ingo Molnar · 16 years ago
- 42ef73f x86, mm: fix pte_free() by Peter Zijlstra · 16 years ago
- 336f6c3 debugobjects: add and use INIT_WORK_ON_STACK by Thomas Gleixner · 16 years ago
- 066941bd x86: unmask CPUID levels on Intel CPUs by H. Peter Anvin · 16 years ago
- bdf21a4 x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h> by H. Peter Anvin · 16 years ago
- 9597134 x86: fix PTE corruption issue while mapping RAM using /dev/mem by Suresh Siddha · 16 years ago
- 731f187 x86: mtrr fix debug boot parameter by Thomas Renninger · 16 years ago
- a1e4621 x86: fix page attribute corruption with cpa() by Suresh Siddha · 16 years ago
- 552b8aa Revert "x86: signal: change type of paramter for sys_rt_sigreturn()" by Ingo Molnar · 16 years ago
- e0a9612 x86: use early clobbers in usercopy*.c by Andi Kleen · 16 years ago
- f549550 x86: remove kernel_physical_mapping_init() from init section by Gary Hade · 16 years ago
- bfa318a fix: crash: IP: __bitmap_intersects+0x48/0x73 by Ingo Molnar · 16 years ago
- 7285908 cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write by Mike Travis · 16 years ago
- c7f8562 x86: fix section mismatch warnings in kernel/setup_percpu.c by Leonardo Potenza · 16 years ago
- b2b815d x86: put trigger in to detect mismatched apic versions by Mike Travis · 16 years ago
- 88d998c Merge branch 'misc' into release by Len Brown · 16 years ago
- 5a4ccaf kprobes: check CONFIG_FREEZER instead of CONFIG_PM by Masami Hiramatsu · 16 years ago
- a3c6018 x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (take 2) by Jan Beulich · 16 years ago
- b5db0e3 Revert "x86 PAT: remove CPA WARN_ON for zero pte" by Linus Torvalds · 16 years ago
- 18c07cf x86, UV: cpu_relax in uv_wait_completion by Cliff Wickman · 16 years ago
- 4a13ad0 x86: avoid early crash in disable_local_APIC() by Jan Beulich · 16 years ago
- bca2685 Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
- 74d96f0 byteorder: make swab.h include asm/swab.h like a regular header by Harvey Harrison · 16 years ago
- 2ea0389 Revert "kbuild: strip generated symbols from *.ko" by Sam Ravnborg · 16 years ago
- 5cca0cf x86, pat: fix reserve_memtype() for legacy 1MB range by Suresh Siddha · 16 years ago
- e55380e [CVE-2009-0029] Rename old_readdir to sys_old_readdir by Heiko Carstens · 16 years ago
- 58dab91 x86 PAT: remove CPA WARN_ON for zero pte by venkatesh.pallipadi@intel.com · 16 years ago
- cdecff6 x86 PAT: return compatible mapping to remap_pfn_range callers by venkatesh.pallipadi@intel.com · 16 years ago
- e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 16 years ago
- afc7d20 x86 PAT: consolidate old memtype new memtype check into a function by venkatesh.pallipadi@intel.com · 16 years ago
- c8399943 x86, generic: mark complex bitops.h inlines as __always_inline by Andi Kleen · 16 years ago
- 4a922a9 x86, cpufreq: remove leftover copymask_copy() by Ingo Molnar · 16 years ago
- e8cea89 Revert "i386: add TRACE_IRQS_OFF for the nmi" by Ingo Molnar · 16 years ago
- 50c668d Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write" by Ingo Molnar · 16 years ago
- 2bc1379 x86: fix apic.c build error on latest git by Jaswinder Singh Rajput · 16 years ago
- 4884d8e x86: fix mpparse.c build error on latest git by Jaswinder Singh Rajput · 16 years ago
- f313e12 x86: avoid theoretical vmalloc fault loop by Andi Kleen · 16 years ago
- 6d612b0 locking, hpet: annotate false positive warning by Peter Zijlstra · 16 years ago
- f45ac22 Merge commit 'v2.6.29-rc1' into x86/urgent by Ingo Molnar · 16 years ago
- 3d14bda Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 4e9b1c1 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- c4295fb x86: make 'constant_test_bit()' take an unsigned bit number by Linus Torvalds · 16 years ago
- 8659c40 x86: only scan the root bus in early PCI quirks by Andi Kleen · 16 years ago
- 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 16 years ago
- b2576e1 Merge branch 'linus' into release by Len Brown · 16 years ago
- 3cc8a5f Merge branch 'suspend' into release by Len Brown · 16 years ago
- d0302bc Merge branch 'misc' into release by Len Brown · 16 years ago
- b8ef914 Merge branches 'release', 'bugzilla-11880', 'bugzilla-12037' and 'bugzilla-12257' into release by Len Brown · 16 years ago
- 237889b ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt" by Zhao Yakui · 16 years ago
- 13b40a1 ACPI: Avoid array address overflow when _CST MWAIT hint bits are set by Zhao Yakui · 16 years ago
- c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
- 79f3b3c x86, mtrr: fix types used in userspace exported header by Kyle McMartin · 16 years ago
- d2852b9 Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tip by Robert Richter · 16 years ago
- 9b4778f trivial: replace last usages of __FUNCTION__ in kernel by Harvey Harrison · 16 years ago
- b424e8d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 14f0ca8 oprofile: make new cpu buffer functions part of the api by Robert Richter · 16 years ago
- 1acda87 oprofile: use new data sample format for ibs by Robert Richter · 16 years ago
- ae735e9 oprofile: rework implementation of cpu buffer events by Robert Richter · 16 years ago
- fc81be8 oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.c by Robert Richter · 16 years ago
- 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
- 16cf0eb x86/PCI: Do not use interrupt links for devices using MSI-X by Rafael J. Wysocki · 16 years ago
- 2b8c2ef x86/PCI: use dev_printk for PCI bus locality messages by Bjorn Helgaas · 16 years ago
- 904d6a3 PCI: x86/visws: use generic INTx swizzle from PCI core by Bjorn Helgaas · 16 years ago
- b1c8679 PCI: x86: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
- 12b955f x86/PCI: minor logic simplications by Bjorn Helgaas · 16 years ago
- f672c39 x86/PCI: use config space encoding for interrupt pins by Bjorn Helgaas · 16 years ago
- 878f2e5 PCI: use config space encoding in pci_get_interrupt_pin() by Bjorn Helgaas · 16 years ago
- 23a3600 PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdline by Jacob Pan · 16 years ago
- 0663a36 x86/PCI: make PCI bus locality messages more meaningful by Bjorn Helgaas · 16 years ago
- 104bafcf PCI: Don't carp about BAR allocation failures in quiet boot by Ingo Molnar · 16 years ago
- e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
- 0ef5f8f ACPI/PCI: PCI extended config _OSC support called when root bridge added by Andrew Patterson · 16 years ago
- 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 51d7a13 x86: fix section mismatch warnings in mcheck/mce_amd_64.c by Leonardo Potenza · 16 years ago
- da4276b x86: offer frame pointers in all build modes by Ingo Molnar · 16 years ago
- 5d30a68 x86: introduce asm/swab.h by Harvey Harrison · 16 years ago
- f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
- f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
- ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
- c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
- 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
- 0936912 Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x86/urgent by Ingo Molnar · 16 years ago
- 9e91973 x86: remove duplicated #include's by Huang Weiyi · 16 years ago
- 4d9f943 x86: fix x86_32 builds for summit and es7000 arch's by Mike Travis · 16 years ago
- 40bcc69 x86: k8 numa register active regions later by Yinghai Lu · 16 years ago
- 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
- fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 16 years ago
- e39ad41 cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrs by Mike Travis · 16 years ago