summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpusDon Zickus2011-12-051-2/+57
| * | | x86: Clean up the range of stack overflow checkingMitsuo Hayasaka2011-12-051-4/+3
| * | | x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-055-0/+31
| * | | x86: Check stack overflow in detailMitsuo Hayasaka2011-12-052-8/+28
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-1117-8/+1613
|\ \ \ \
| * | | | x86, efi: Break up large initrd readsMaarten Lankhorst2011-12-162-6/+15
| * | | | x86, efi: EFI boot stub supportMatt Fleming2011-12-1213-1/+1462
| * | | | efi: Add EFI file I/O data typesMatt Fleming2011-12-091-0/+40
| * | | | efi.h: Add boottime->locate_handle search typesMatt Fleming2011-12-091-0/+7
| * | | | efi.h: Add graphics protocol guidsMatt Fleming2011-12-091-0/+9
| * | | | efi.h: Add allocation types for boottime->allocate_pages()Matt Fleming2011-12-091-0/+8
| * | | | efi.h: Add efi_image_loaded_tMatt Fleming2011-12-091-0/+19
| * | | | efi.h: Add struct definition for boot time servicesMatt Fleming2011-12-091-1/+52
| * | | | x86: Don't use magic strings for EFI loader signatureMatt Fleming2011-12-092-6/+5
| * | | | x86: Add missing bzImage fields to struct setup_headerMatt Fleming2011-12-091-0/+2
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-1111-93/+69
|\ \ \ \ \
| * | | | | x86/numa: Add constraints check for nid parametersPetr Holasek2011-12-091-4/+6
| * | | | | mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka2011-12-064-24/+0
| * | | | | x86/mm: Initialize high mem before free_all_bootmem()Stanislaw Gruszka2011-12-061-2/+11
| * | | | | arch/x86/kernel/e820.c: quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten2011-12-051-1/+1
| * | | | | arch/x86/kernel/e820.c: Eliminate bubble sort from sanitize_e820_map()Mike Ditto2011-12-051-35/+24
| * | | | | x86: Fix mmap random address rangeLudwig Nussel2011-12-051-2/+2
| * | | | | x86, mm: Unify zone_sizes_init()Pekka Enberg2011-11-114-38/+25
| * | | | | x86, mm: Prepare zone_sizes_init() for unificationPekka Enberg2011-11-112-0/+7
| * | | | | x86, mm: Use max_low_pfn for ZONE_NORMAL on 64-bitPekka Enberg2011-11-111-1/+1
| * | | | | x86, mm: Wrap ZONE_DMA32 with CONFIG_ZONE_DMA32Pekka Enberg2011-11-111-0/+2
| * | | | | x86, mm: Use max_pfn instead of highend_pfnPekka Enberg2011-11-111-1/+1
| * | | | | x86, mm: Move zone init from paging_init() on 64-bitPekka Enberg2011-11-111-2/+7
| * | | | | x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bitPekka Enberg2011-11-111-2/+1
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2012-01-1112-726/+799
|\ \ \ \ \ \
| * | | | | | [CPUFREQ] EXYNOS: Removed useless headers and codesJaecheol Lee2012-01-082-20/+2
| * | | | | | [CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driverJaecheol Lee2012-01-085-317/+414
| * | | | | | [CPUFREQ] powernow-k8: Update copyright, maintainer and documentation informa...Andreas Herrmann2012-01-061-7/+10
| * | | | | | [CPUFREQ] powernow-k8: Fix indexing issueAndreas Herrmann2012-01-061-4/+11
| * | | | | | [CPUFREQ] powernow-k8: Avoid Pstate MSR accesses on systems supporting CPBAndreas Herrmann2012-01-061-9/+10
| * | | | | | [CPUFREQ] update lpj only if frequency has changedAfzal Mohammed2012-01-061-2/+1
| * | | | | | [CPUFREQ] cpufreq:userspace: fix cpu_cur_freq updationAfzal Mohammed2012-01-061-3/+5
| * | | | | | [CPUFREQ] Remove wall variable from cpufreq_gov_dbs_init()Kamalesh Babulal2011-12-091-2/+1
| * | | | | | [CPUFREQ] EXYNOS4210: cpufreq code is changed for stable workingJaecheol Lee2011-12-091-36/+65
| * | | | | | [CPUFREQ] EXYNOS4210: Update frequency table for cpu dividerJaecheol Lee2011-12-091-28/+41
| * | | | | | [CPUFREQ] EXYNOS4210: Remove code about bus on cpufreqJaecheol Lee2011-12-091-173/+1
| * | | | | | [CPUFREQ] s3c64xx: Use pr_fmt() for consistent log messagesMark Brown2011-12-091-13/+22
| * | | | | | Merge branch 'for_3.3/omap-cpufreq' of git://git.kernel.org/pub/scm/linux/ker...Dave Jones2011-12-024-172/+275
| |\ \ \ \ \ \
| | * | | | | | cpufreq: OMAP: fixup for omap_device changes, include <linux/module.h>Kevin Hilman2011-11-101-1/+3
| | * | | | | | cpufreq: OMAP: fix freq_table leakNishanth Menon2011-11-081-5/+17
| | * | | | | | cpufreq: OMAP: put clk if cpu_init failedNishanth Menon2011-11-081-3/+11
| | * | | | | | cpufreq: OMAP: only supports OPP libraryNishanth Menon2011-11-081-2/+1
| | * | | | | | cpufreq: OMAP: dont support !freq_tableNishanth Menon2011-11-081-34/+33
| | * | | | | | cpufreq: OMAP: deny initialization if no mpudevNishanth Menon2011-11-081-7/+8
| | * | | | | | cpufreq: OMAP: move clk name decision to initNishanth Menon2011-11-081-7/+13