summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| | * | | | | | cpufreq: OMAP: notify even with bad boot frequencyColin Cross2011-11-081-1/+1
| | * | | | | | cpufreq: OMAP: Enable all CPUs in shared policy maskTodd Poynor2011-11-081-3/+1
| | * | | | | | cpufreq: OMAP: Add SMP support for OMAP4+Russell King2011-11-081-10/+71
| | * | | | | | cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreqSantosh Shilimkar2011-11-083-27/+44
* | | | | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2012-01-1147-737/+3475
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.infradead.org/users/cbou/battery-urgentAnton Vorontsov2012-01-10452-3320/+3848
| |\ \ \ \ \ \ \ \
| | * | | | | | | | collie_battery: Get rid of irq_to_gpio usageJochen Friedrich2011-11-251-1/+1
| * | | | | | | | | power_supply: Mark da9052 driver as brokenAnton Vorontsov2012-01-101-0/+1
| * | | | | | | | | power_supply: Drop usage of nowarn variant of sysfs_create_link()Anton Vorontsov2012-01-071-1/+1
| * | | | | | | | | s3c_adc_battery: Average over more than one adc sampleHeiko Stübner2012-01-062-3/+26
OpenPOWER on IntegriCloud