Age | Commit message (Expand) | Author | Files | Lines |
2007-10-16 | fix memory hot remove not configured case. | KAMEZAWA Hiroyuki | 2 | -11/+0 |
2007-10-16 | During VM oom condition, kill all threads in process group | Will Schmidt | 1 | -1/+1 |
2007-10-16 | x86_64: SPARSEMEM_VMEMMAP 2M page size support | Christoph Lameter | 1 | -0/+45 |
2007-10-16 | x86: optimize page faults like all other achitectures and kill notifier cruft | Christoph Hellwig | 4 | -52/+39 |
2007-10-16 | Convert cpu_sibling_map to be a per cpu variable | Mike Travis | 7 | -38/+38 |
2007-10-16 | x86: Convert cpu_core_map to be a per cpu variable | Mike Travis | 8 | -42/+54 |
2007-10-16 | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2 | -10/+0 |
2007-10-12 | lockdep: annotate kprobes irq fiddling | Peter Zijlstra | 2 | -0/+14 |
2007-10-12 | lockdep: x86_64: connect the sysexit hook | Peter Zijlstra | 2 | -12/+15 |
2007-10-12 | lockdep: i386: connect the sysexit hook | Peter Zijlstra | 1 | -0/+4 |
2007-10-15 | x86: force timer broadcast on late AMD C1E detection | Thomas Gleixner | 1 | -0/+26 |
2007-10-15 | x86: move local APIC timer init to the end of start_secondary() | Thomas Gleixner | 1 | -5/+2 |
2007-10-15 | x86: fix missing include for vsyscall | Dave Jones | 1 | -0/+1 |
2007-10-14 | long vs. unsigned long - low-hanging fruits in drivers | Al Viro | 1 | -1/+1 |
2007-10-13 | Delete filenames in comments. | Dave Jones | 49 | -97/+15 |
2007-10-13 | x86/pci/acpi: fix DMI const-ification fallout | Jeff Garzik | 1 | -1/+1 |
2007-10-13 | x86: fence oostores on 64-bit | Nick Piggin | 1 | -0/+1 |
2007-10-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 9 | -9/+315 |
2007-10-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 14 | -22/+9 |
2007-10-13 | PCI: X86: Introduce and enable PCI domain support | Jeff Garzik | 2 | -8/+11 |
2007-10-13 | PCI: modify PCI bridge control ISA flag for clarity | Gary Hade | 1 | -1/+1 |
2007-10-13 | PCI: use _CRS for PCI resource allocation | Gary Hade | 3 | -0/+143 |
2007-10-13 | PCI: skip ISA ioresource alignment on some systems | Gary Hade | 3 | -0/+56 |
2007-10-13 | PCI: i386: Compaq EVO N800c needs PCI bus renumbering | Juha Laiho | 1 | -0/+10 |
2007-10-13 | PCI: re-enable onboard sound on "MSI K8T Neo2-FIR" | Johannes Goecke | 1 | -0/+47 |
2007-10-13 | i386: add support for picopower irq router | Thomas Backlund | 1 | -0/+39 |
2007-10-13 | PCI: pci_get_device call from interrupt in reboot fixups | Denis V. Lunev | 1 | -0/+6 |
2007-10-13 | dma_free_coherent() needs irqs enabled (sigh) | David Brownell | 2 | -1/+3 |
2007-10-13 | x86: HPET add another ICH7 PCI id | Venki Pallipadi | 1 | -0/+2 |
2007-10-13 | x86: HPET force enable ICH5 suspend/resume fix | Venki Pallipadi | 1 | -1/+1 |
2007-10-13 | x86: HPET force enable for ICH5 | Venki Pallipadi | 2 | -2/+103 |
2007-10-13 | x86: HPET try to activate force detected hpet | Venki Pallipadi | 1 | -2/+25 |
2007-10-13 | x86: HPET force enable o ICH7 and later | Venki Pallipadi | 1 | -0/+102 |
2007-10-13 | x86: HPET restructure hpet code for hpet force enable | Venki Pallipadi | 1 | -65/+83 |
2007-10-13 | i386/x8664: cleanup the shared hpet code | Chris Wright | 1 | -5/+1 |
2007-10-13 | x86_64: cleanup apic.c after clock events switch | Chris Wright | 1 | -8/+14 |
2007-10-13 | x86_64: remove now unused code | Thomas Gleixner | 7 | -595/+5 |
2007-10-13 | x86: unify timex.h variants | Thomas Gleixner | 2 | -2/+2 |
2007-10-13 | x86: kill 8253pit.h | Thomas Gleixner | 1 | -1/+0 |
2007-10-13 | x86: disable apic timer for AMD C1E enabled CPUs | Thomas Gleixner | 2 | -1/+35 |
2007-10-13 | x86: Fix irq0 / local apic timer accounting | Thomas Gleixner | 2 | -1/+3 |
2007-10-13 | x86_64: convert to clock events | Thomas Gleixner | 5 | -186/+65 |
2007-10-13 | x86_64: Add (not yet used) clock event functions | Thomas Gleixner | 1 | -0/+79 |
2007-10-13 | x86_64: prepare idle loop for dynamic ticks | Chris Wright | 1 | -0/+4 |
2007-10-13 | x86_64: remove nested irq disables | Thomas Gleixner | 1 | -6/+6 |
2007-10-13 | x86_64: apic change setup_APIC_timer calling convention | Thomas Gleixner | 1 | -4/+4 |
2007-10-13 | x86_64: Remove APIC_DIVISOR | Thomas Gleixner | 1 | -5/+3 |
2007-10-13 | x86_64: Move apic calibration code around | Thomas Gleixner | 1 | -9/+6 |
2007-10-13 | x86_64: remove pit synchronization | Thomas Gleixner | 1 | -18/+0 |
2007-10-13 | x86_64: prepare apic code for clock events | Thomas Gleixner | 1 | -8/+15 |