summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-0321-695/+226
|\
| * early_res: Add free_early_partial()Yinghai Lu2010-02-261-0/+6
| * core: Move early_res from arch/x86 to kernel/Yinghai Lu2010-02-166-545/+14
| * x86: Add find_fw_memmap_areaYinghai Lu2010-02-123-6/+16
| * Move round_up/down to kernel.hYinghai Lu2010-02-121-10/+0
| * x86: Make 32bit support NO_BOOTMEMYinghai Lu2010-02-124-1/+12
| * early_res: Enhance check_and_double_early_resYinghai Lu2010-02-121-7/+20
| * x86: Move back find_e820_area to e820.cYinghai Lu2010-02-124-59/+57
| * x86: Add find_early_area_sizeYinghai Lu2010-02-121-13/+32
| * x86: Separate early_res related code from e820.cYinghai Lu2010-02-125-553/+561
| * x86: Move bios page reserve early to head32/64.cYinghai Lu2010-02-122-20/+12
| * sparsemem: Put mem map for one node together.Yinghai Lu2010-02-121-1/+1
| * x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-126-18/+186
| * x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu2010-02-104-12/+12
| * x86: Make early_node_mem get mem > 4 GB if possibleYinghai Lu2010-02-101-4/+17
| * x86: Dynamically increase early_res array sizeYinghai Lu2010-02-101-0/+53
| * x86: Introduce max_early_res and early_res_countYinghai Lu2010-02-101-15/+32
| * x86: Call early_res_to_bootmem one timeYinghai Lu2010-02-104-45/+22
| * x86: Print out RAM buffer informationYinghai Lu2010-02-101-0/+2
| * x86: Change range end to start+sizeYinghai Lu2010-02-102-26/+30
| * x86/pci: Enable pci root res read out for 32bit tooYinghai Lu2010-02-104-24/+5
| * x86/pci: Add cap_resource()Yinghai Lu2010-02-102-3/+9
| * x86/pci: Use u64 instead of size_t in amd_bus.cYinghai Lu2010-02-101-8/+8
| * x86/pci: AMD one chain system to use pci read out resYinghai Lu2010-02-103-9/+4
| * x86/pci: Use resource_size_t in update_resYinghai Lu2010-02-102-10/+10
| * x86: Move range related operation to one fileYinghai Lu2010-02-103-229/+28
| * Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin2010-02-10291-7240/+11501
| |\
* | \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-037-83/+101
|\ \ \
| * \ \ Merge branch 'master' into percpuTejun Heo2010-02-0253-1134/+405
| |\ \ \
| * | | | percpu, x86: Generic inc / dec percpu instructionsChristoph Lameter2010-01-051-14/+72
| * | | | local_t: Remove cpu_local_xx macrosChristoph Lameter2010-01-051-37/+0
| * | | | Merge branch 'master' into percpuTejun Heo2010-01-05304-6536/+11856
| |\ \ \ \
| * | | | | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-296-34/+31
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-03-021-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-28118-3497/+4274
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-1643-1114/+354
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2340-276/+271
| |\ \ \ \ \ \ \ \
| * | | | | | | | | vhost_net: a kernel-level virtio serverMichael S. Tsirkin2010-01-151-0/+1
* | | | | | | | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-011-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ACPI: replace acpi_integer by u64Lin Ming2010-01-281-3/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-012-2/+2
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branches 'clks' and 'pnx' into develRussell King2010-02-254-19/+18
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-202-2/+2
* | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-012-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | clocksource: add argument to resume callbackMagnus Damm2010-02-052-2/+2
* | | | | | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-02-284-18/+27
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, uv: Remove recursion in uv_heartbeat_enable()Roel Kluin2010-01-071-5/+4
| * | | | | | | | | | | x86, uv: uv_global_gru_mmr_address() macro fixJack Steiner2010-01-071-1/+2
| * | | | | | | | | | | x86, uv: Add serial number parameter to uv_bios_get_sn_info()Russ Anderson2009-12-173-12/+21
* | | | | | | | | | | | Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-286-8/+170
|\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud