| Commit message (Expand) | Author | Age | Files | Lines |
* | remove include/asm-*/ipc.h | Adrian Bunk | 2007-10-17 | 2 | -3/+1 |
* | add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros | Ken'ichi Ohmichi | 2007-10-17 | 2 | -5/+5 |
* | Add vmcoreinfo | Ken'ichi Ohmichi | 2007-10-17 | 2 | -0/+22 |
* | core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe | Neil Horman | 2007-10-17 | 1 | -6/+4 |
* | Remove workaround for unimmunized rcu_dereference from mce_log() | Paul E. McKenney | 2007-10-17 | 1 | -3/+0 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -1/+1 |
* | x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define | Mark Nelson | 2007-10-17 | 1 | -0/+1 |
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-16 | 1 | -3/+3 |
|\ |
|
| * | x86: fix boot error introduced by kbuild | Sam Ravnborg | 2007-10-16 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-16 | 5 | -9/+8 |
|\ \
| |/ |
|
| * | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2007-10-15 | 2 | -2/+2 |
| * | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 4 | -7/+7 |
| * | kbuild: fix up CFLAGS usage | Sam Ravnborg | 2007-10-14 | 1 | -2/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-10-16 | 3 | -42/+52 |
|\ \ |
|
| * | | x86-64: update pci-gart iommu to sg helpers | Jens Axboe | 2007-10-16 | 1 | -29/+36 |
| * | | x86-64: update nommu to sg helpers | Jens Axboe | 2007-10-16 | 1 | -2/+3 |
| * | | x86-64: update calgary iommu to sg helpers | Jens Axboe | 2007-10-16 | 1 | -11/+13 |
* | | | kprobes: support kretprobe blacklist | Masami Hiramatsu | 2007-10-16 | 3 | -1/+15 |
* | | | fix memory hot remove not configured case. | KAMEZAWA Hiroyuki | 2007-10-16 | 2 | -11/+0 |
* | | | During VM oom condition, kill all threads in process group | Will Schmidt | 2007-10-16 | 1 | -1/+1 |
* | | | x86_64: SPARSEMEM_VMEMMAP 2M page size support | Christoph Lameter | 2007-10-16 | 1 | -0/+45 |
* | | | x86: optimize page faults like all other achitectures and kill notifier cruft | Christoph Hellwig | 2007-10-16 | 4 | -52/+39 |
* | | | Convert cpu_sibling_map to be a per cpu variable | Mike Travis | 2007-10-16 | 7 | -38/+38 |
* | | | x86: Convert cpu_core_map to be a per cpu variable | Mike Travis | 2007-10-16 | 8 | -42/+54 |
* | | | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 2 | -10/+0 |
|/ / |
|
* | | lockdep: annotate kprobes irq fiddling | Peter Zijlstra | 2007-10-11 | 2 | -0/+14 |
* | | lockdep: x86_64: connect the sysexit hook | Peter Zijlstra | 2007-10-11 | 2 | -12/+15 |
* | | lockdep: i386: connect the sysexit hook | Peter Zijlstra | 2007-10-11 | 1 | -0/+4 |
* | | x86: force timer broadcast on late AMD C1E detection | Thomas Gleixner | 2007-10-14 | 1 | -0/+26 |
* | | x86: move local APIC timer init to the end of start_secondary() | Thomas Gleixner | 2007-10-14 | 1 | -5/+2 |
* | | x86: fix missing include for vsyscall | Dave Jones | 2007-10-14 | 1 | -0/+1 |
* | | long vs. unsigned long - low-hanging fruits in drivers | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | | Delete filenames in comments. | Dave Jones | 2007-10-13 | 49 | -97/+15 |
* | | x86/pci/acpi: fix DMI const-ification fallout | Jeff Garzik | 2007-10-12 | 1 | -1/+1 |
* | | x86: fence oostores on 64-bit | Nick Piggin | 2007-10-12 | 1 | -0/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-10-12 | 9 | -9/+315 |
|\ \ |
|
| * | | PCI: X86: Introduce and enable PCI domain support | Jeff Garzik | 2007-10-12 | 2 | -8/+11 |
| * | | PCI: modify PCI bridge control ISA flag for clarity | Gary Hade | 2007-10-12 | 1 | -1/+1 |
| * | | PCI: use _CRS for PCI resource allocation | Gary Hade | 2007-10-12 | 3 | -0/+143 |
| * | | PCI: skip ISA ioresource alignment on some systems | Gary Hade | 2007-10-12 | 3 | -0/+56 |
| * | | PCI: i386: Compaq EVO N800c needs PCI bus renumbering | Juha Laiho | 2007-10-12 | 1 | -0/+10 |
| * | | PCI: re-enable onboard sound on "MSI K8T Neo2-FIR" | Johannes Goecke | 2007-10-12 | 1 | -0/+47 |
| * | | i386: add support for picopower irq router | Thomas Backlund | 2007-10-12 | 1 | -0/+39 |
| * | | PCI: pci_get_device call from interrupt in reboot fixups | Denis V. Lunev | 2007-10-12 | 1 | -0/+6 |
| * | | dma_free_coherent() needs irqs enabled (sigh) | David Brownell | 2007-10-12 | 2 | -1/+3 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2007-10-12 | 14 | -22/+9 |
* | | x86: HPET add another ICH7 PCI id | Venki Pallipadi | 2007-10-12 | 1 | -0/+2 |
* | | x86: HPET force enable ICH5 suspend/resume fix | Venki Pallipadi | 2007-10-12 | 1 | -1/+1 |
* | | x86: HPET force enable for ICH5 | Venki Pallipadi | 2007-10-12 | 2 | -2/+103 |
* | | x86: HPET try to activate force detected hpet | Venki Pallipadi | 2007-10-12 | 1 | -2/+25 |