| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, dmar: use atomic allocations for QI and Intr-remapping init | Suresh Siddha | 2009-03-18 | 2 | -5/+5 |
* | x86: fix broken irq migration logic while cleaning up multiple vectors | Suresh Siddha | 2009-03-18 | 1 | -0/+13 |
* | x86, ioapic: Fix non atomic allocation with interrupts disabled | Suresh Siddha | 2009-03-17 | 3 | -17/+31 |
* | x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic code | Suresh Siddha | 2009-03-17 | 3 | -43/+48 |
* | x86, x2apic: cleanup the IO-APIC level migration with interrupt-remapping | Suresh Siddha | 2009-03-17 | 2 | -92/+66 |
* | x86, x2apic: fix clear_local_APIC() in the presence of x2apic | Suresh Siddha | 2009-03-17 | 3 | -9/+5 |
* | x86, x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-rema... | Suresh Siddha | 2009-03-17 | 1 | -2/+10 |
* | x86, intr-remapping: fix free_irte() to clear all the IRTE entries | Suresh Siddha | 2009-03-17 | 1 | -1/+1 |
* | x86, dmar: start with sane state while enabling dma and interrupt-remapping | Suresh Siddha | 2009-03-17 | 4 | -4/+49 |
* | x86, dmar: routines for disabling queued invalidation and intr remapping | Suresh Siddha | 2009-03-17 | 3 | -0/+64 |
* | x86, x2apic: enable fault handling for intr-remapping | Suresh Siddha | 2009-03-17 | 8 | -28/+107 |
* | x86, dmar: move page fault handling code to dmar.c | Suresh Siddha | 2009-03-17 | 2 | -188/+191 |
* | x86, x2apic: fix lock ordering during IRQ migration | Suresh Siddha | 2009-03-17 | 1 | -25/+33 |
*---------------. | Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf... | Ingo Molnar | 2009-03-14 | 91 | -689/+1310 |
|\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | * | VM, x86, PAT: add a new vm flag to track full pfnmap at mmap | Pallipadi, Venkatesh | 2009-03-14 | 2 | -15/+5 |
| | | | | | | | | * | VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff | Pallipadi, Venkatesh | 2009-03-13 | 3 | -6/+20 |
| | | | | | | | | * | x86: fix HYPERVISOR_update_descriptor() | Jan Beulich | 2009-03-12 | 1 | -0/+2 |
| | | | | | | | * | | x86: use targets in the boot Makefile instead of CLEAN_FILES | H. Peter Anvin | 2009-03-12 | 2 | -4/+1 |
| | | | | | | | * | | x86: remove additional vestiges of the zImage/bzImage split | H. Peter Anvin | 2009-03-12 | 2 | -32/+24 |
| | | | | | | * | | | x86: ptrace, bts: fix an unreachable statement | Américo Wang | 2009-03-13 | 1 | -2/+1 |
| | | | | | * | | | | x86: fix e820_update_range() | Yinghai Lu | 2009-03-13 | 1 | -21/+24 |
| | | | | | * | | | | x86: create a non-zero sized bm_pte only when needed | Jan Beulich | 2009-03-13 | 1 | -3/+16 |
| | | | | | * | | | | x86: fix code paths used by update_mptable | Jan Beulich | 2009-03-13 | 2 | -8/+26 |
| | | | | | * | | | | x86: clean up output resulting from update_mptable option | Jan Beulich | 2009-03-13 | 1 | -3/+3 |
| | | | | | * | | | | x86: properly __init-annotate recent early_printk additions | Jan Beulich | 2009-03-13 | 1 | -10/+10 |
| | | | | | * | | | | x86: move save_mr() into .meminit.text | Jan Beulich | 2009-03-13 | 1 | -3/+3 |
| | | | | | * | | | | x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits members | Jan Beulich | 2009-03-13 | 4 | -11/+25 |
| | | | | | * | | | | x86, 32-bit: also limit NODES_HIGH_SHIFT here | Jan Beulich | 2009-03-13 | 1 | -1/+1 |
| | | | | | * | | | | x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fix | Ingo Molnar | 2009-03-13 | 2 | -19/+19 |
| | | | | * | | | | | Merge branch 'x86/core' into x86/kconfig | Ingo Molnar | 2009-03-13 | 522 | -18699/+20722 |
| | | | | |\ \ \ \ \
| | | | | | | |/ / /
| | | | | | |/| | | |
|
| | | | | * | | | | | x86: disable __do_IRQ support | Thomas Gleixner | 2009-03-13 | 1 | -0/+3 |
| | | | | * | | | | | Linus 2.6.29-rc8v2.6.29-rc8 | Linus Torvalds | 2009-03-13 | 1 | -1/+1 |
| | | | | * | | | | | bitmap: fix end condition in bitmap_find_free_region | Linus Torvalds | 2009-03-13 | 1 | -8/+8 |
| | | | | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 2009-03-13 | 4 | -11/+18 |
| | | | | |\ \ \ \ \ |
|
| | | | | | * | | | | | kbuild: remove unused -r option for module-init-tool depmod | Gilles Espinasse | 2009-03-07 | 1 | -1/+1 |
| | | | | | * | | | | | kbuild: fix 'make rpm' when CONFIG_LOCALVERSION_AUTO=y and using SCM tree | Josh Hunt | 2009-03-07 | 2 | -6/+13 |
| | | | | | * | | | | | kbuild: fix mkspec to cleanup RPM_BUILD_ROOT | Josh Hunt | 2009-03-07 | 1 | -1/+1 |
| | | | | | * | | | | | kbuild: fix C libary confusion in unifdef.c due to getline() | Justin P. Mattock | 2009-03-07 | 1 | -3/+3 |
| | | | | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-03-13 | 2 | -0/+6 |
| | | | | |\ \ \ \ \ \ |
|
| | | | | | * | | | | | | cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask. | Rusty Russell | 2009-03-12 | 1 | -0/+3 |
| | | | | | * | | | | | | cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed. | Rusty Russell | 2009-03-12 | 1 | -0/+3 |
| | | | | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 2009-03-13 | 1 | -17/+4 |
| | | | | |\ \ \ \ \ \ \ |
|
| | | | | | * | | | | | | | Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch | Phillip Lougher | 2009-03-12 | 1 | -17/+4 |
| | | | | * | | | | | | | | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2009-03-13 | 6 | -13/+26 |
| | | | | |\ \ \ \ \ \ \ \ |
|
| | | | | | * | | | | | | | | hwmon: (f75375s) Remove unnecessary and confusing initialization | Andrew Klossner | 2009-03-12 | 1 | -1/+1 |
| | | | | | * | | | | | | | | hwmon: (it87) Properly decode -128 degrees C temperature | Jean Delvare | 2009-03-12 | 1 | -4/+4 |
| | | | | | * | | | | | | | | hwmon: (lm90) Document support for the MAX6648/6692 chips | Darrick J. Wong | 2009-03-12 | 3 | -6/+16 |
| | | | | | * | | | | | | | | hwmon: (abituguru3) Fix I/O error handling | Jean Delvare | 2009-03-12 | 1 | -2/+5 |
| | | | | | |/ / / / / / / |
|
| | | | | * | | | | | | | | trivial: fix bad links in the ext2 and ext3 documentation | Jody McIntyre | 2009-03-13 | 2 | -7/+7 |
| | | | | * | | | | | | | | Merge branch 'fixes-20090312' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-03-13 | 4 | -2/+35 |
| | | | | |\ \ \ \ \ \ \ \ |
|