IB/core: Add support for multicast loopback blocking
[safe/jmp/linux-2.6] / arch /
2008-07-10 Venkatesh Pallipadix86: fix /dev/mem compatibility under PAT
2008-07-10 Yinghai Lux86: make e820_end return end_of_ram again for 64bit
2008-07-10 Yinghai Lux86, acpi: merge __acpi_map_table
2008-07-10 Yinghai Lux86: overmapped fix when 4K pages on tail, 64-bit
2008-07-10 Ingo MolnarMerge branch 'linus' into core/printk
2008-07-09 Arnaud Patard[ARM] 5160/1: IOP3XX: gpio/gpiolib support
2008-07-09 Patrice Vilchez[ARM] at91: Fix NAND FLASH timings for at91sam9x evalua...
2008-07-09 Mark Brown[ARM] 5084/1: zylonite: Register AC97 device
2008-07-09 Mark Brown[ARM] 5085/2: PXA: Move AC97 over to the new central...
2008-07-09 Philipp Zabel[ARM] 5120/1: pxa: correct platform driver names for...
2008-07-09 Dmitry Baryshkov[ARM] 5145/1: PXA2xx: provide api to control IrDA pins...
2008-07-09 Russell King[ARM] pxa: remove pxa_set_cken()
2008-07-09 Russell KingMerge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi...
2008-07-09 Russell King[ARM] pxa: allow clk aliases
2008-07-09 Vitaly Mayatskikhx86: fix copy_user on x86
2008-07-09 Vitaly Mayatskikhx86: introduce copy_user_handle_tail() routine
2008-07-09 Ingo MolnarMerge branch 'x86/unify-lib' into x86/core
2008-07-09 Cyrill Gorcunovx86: e820 memmap - add checking for NULL early param
2008-07-09 Yinghai Lux86: make e820_end return max ram type only for 32 bit
2008-07-09 Robert Richterx86/pci: removing subsys_initcall ordering dependencies
2008-07-09 Robert Richterx86/pci: visws: renaming pcibios_init()
2008-07-09 Robert Richterx86/pci: Makefile merge: coalescing 32 and 64 bit
2008-07-09 Robert Richterx86/pci: merge: moving mp_bus_to_node.c to amd_bus.c
2008-07-09 Robert Richterx86/pci: mp_bus_to_node merge: moving code in amd_bus.c
2008-07-09 Robert Richterx86/pci: Makefile merge: creating pci-y for 64 bit
2008-07-09 Robert Richterx86/pci: Makefile merge: changing 64bit ordering
2008-07-09 Robert Richterx86/pci: Makefile merge: decoupling options for mp_bus_...
2008-07-09 Robert Richterx86/pci: Makefile merge: whitespace changes only
2008-07-09 Robert Richterx86/pci: Makefile merge: removing include dir flag
2008-07-09 Robert Richterx86/pci: Makefile merge: Removing Makefile_*
2008-07-09 Ingo MolnarMerge branch 'x86/core' into x86/unify-pci
2008-07-09 Ingo Molnarx86: build fix for "x86: fix C1E && nx6325 stability...
2008-07-09 Rafael J. Wysockix86: fix C1E && nx6325 stability problem
2008-07-09 Yinghai Lux86: not overmap more than the end of RAM in init_memor...
2008-07-09 Yinghai Lux86: make max_pfn cover acpi table below 4g
2008-07-09 Yinghai Lux86: fix vmemmap printout check
2008-07-09 Yinghai Lux86: introduce page_size_mask for 64bit
2008-07-09 Glauber Costax86: mark x86_64 as having a working WP.
2008-07-09 Glauber Costax86: merge putuser asm functions.
2008-07-09 Glauber Costax86: use macros from asm.h.
2008-07-09 Glauber Costax86: don't use word-size specifiers in putuser files.
2008-07-09 Glauber Costax86: replace function headers by macros.
2008-07-09 Glauber Costax86: change testing logic in putuser_64.S.
2008-07-09 Glauber Costax86: pass argument to putuser_64 functions in ax register.
2008-07-09 Glauber Costax86: clobber rbx in putuser_64.S.
2008-07-09 Glauber Costax86: don't save ebx in putuser_32.S.
2008-07-09 Glauber Costax86: merge getuser asm functions.
2008-07-09 Glauber Costax86: use _ASM_PTR instead of explicit word-size pointers.
2008-07-09 Glauber Costax86: introduce __ASM_REG macro.
2008-07-09 Glauber Costax86: don't use word-size specifiers on getuser_64.
2008-07-09 Glauber Costax86: rename threadinfo to TI.
2008-07-09 Glauber Costax86: adapt x86_64 getuser functions.
2008-07-09 Glauber Costax86: don't use word-size specifiers.
2008-07-09 Glauber Costax86: don't clobber r8 nor use rcx.
2008-07-09 Glauber Costax86: integrate delay functions.
2008-07-09 Glauber Costax86: explicitly use edx in const delay function.
2008-07-09 Glauber Costax86: use rdtscll in read_current_timer for i386.
2008-07-09 Glauber Costax86: provide delay loop for x86_64.
2008-07-09 Glauber Costax86: don't use size specifiers.
2008-07-09 Andrew Mortonarch/x86/mm/pgtable_32.c: remove unused variable `fixmaps'
2008-07-09 Andrew Mortonarch/x86/kernel/smpboot.c: fix warning
2008-07-09 Alexander van Heukelumx86: traps_xx: various small changes
2008-07-09 Alexander van Heukelumx86: traps_xx: modify default_do_nmi
2008-07-09 Alexander van Heukelumx86: traps_xx: restructure do_general_protection()
2008-07-09 Alexander van Heukelumx86: traps_xx: modify do_trap
2008-07-09 Alexander van Heukelumx86: traps_xx: modify __die
2008-07-09 Alexander van Heukelumx86: traps_xx: shuffle headers and globals
2008-07-09 Alexander van Heukelumx86: initial changes to unify traps_32.c and traps_64.c
2008-07-09 Alok Katariax86: rename paravirtualized TSC functions
2008-07-09 Alok Katariax86: merge tsc_init and clocksource code
2008-07-09 Alok Katariax86: merge the TSC cpu-freq code
2008-07-09 Alok Katariax86: merge tsc calibration
2008-07-09 Alok Katariax86: merge sched_clock handling
2008-07-09 Cyrill Gorcunovx86: apic_32.c - add lapic resource
2008-07-09 Jack Steinerx86: map UV chipset space - UV support
2008-07-09 Jack Steinerx86: map UV chipset space - pagetable
2008-07-09 Yinghai Lux86: let early_reserve_e820 update e820_saved too
2008-07-09 Yinghai Lux86: make e820_saved have update from setup_data
2008-07-09 Yinghai Lux86: move saving e820_saved to setup_memory_map
2008-07-09 Vitaly Bordugpowerpc: Add missing reference to coherent_dma_mask
2008-07-08 Thomas Bogendoerfer[MIPS] Fix 32bit kernels on R4k with 128 byte cache...
2008-07-08 Shane McDonald[MIPS] Atlas, decstation: Fix section mismatches trigge...
2008-07-08 Bernhard Wallex86: use FIRMWARE_MEMMAP on x86/E820
2008-07-08 Yinghai Lux86: remove acpi_srat config v2
2008-07-08 Yinghai Lux86: remove have_arch_parse_srat -v2
2008-07-08 Jeremy Fitzhardingex86/cpa: use an undefined PTE bit for testing CPA
2008-07-08 Jeremy Fitzhardingex86_32: remove __PAGE_KERNEL(_EXEC)
2008-07-08 Jeremy Fitzhardingex86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags
2008-07-08 Jeremy Fitzhardingex86_64/setup: unconditionally populate the pgd
2008-07-08 Ingo Molnarx86: fix "x86: let setup_arch call init_apic_mappings...
2008-07-08 Yinghai Lux86: move prefill_possible_map calling early
2008-07-08 Yinghai Lux86: move init_cpu_to_node after get_smp_config
2008-07-08 Yinghai Lux86: merge zones_sizes_init for numa and non numa on...
2008-07-08 Yinghai Lux86: do not printout if we do not find setup_data
2008-07-08 Yinghai Lux86: make early_res_to_bootmem print out less 80 width...
2008-07-08 Yinghai Lux86: change copy_e820_map to append_e820_map
2008-07-08 Bernhard Wallex86: find offset for crashkernel reservation automatically
2008-07-08 Alok Katariax86: cleanup e820_setup_gap(), v2
2008-07-08 Mike Travisx86: add check for node passed to node_to_cpumask, v3
2008-07-08 Jeremy Fitzhardingex86: fix CPA self-test for "x86/paravirt: groundwork...
next