summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-2217-237/+221
|\
| * rwsem-spinlock: Implement writer lock-stealing for better scalabilityYuanhan Liu2013-02-191-45/+24
| * futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner2013-02-192-4/+0
| * generic: Use raw local irq variant for generic cmpxchgIngo Molnar2013-02-191-4/+4
| * lockdep: Selftest: convert spinlock to raw spinlockYong Zhang2013-02-191-17/+17
| * seqlock: Use seqcount infrastructureThomas Gleixner2013-02-191-82/+92
| * seqlock: Remove unused functionsThomas Gleixner2013-02-191-21/+0
| * ntp: Make ntp_lock rawThomas Gleixner2013-02-191-13/+13
| * intel_idle: Convert i7300_idle_lock to raw_spinlockMike Galbraith2013-02-191-4/+4
| * locking: Various static lock initializer fixesThomas Gleixner2013-02-194-6/+6
| * lockdep: Print more info when MAX_LOCK_DEPTH is exceededBen Greear2013-02-191-1/+6
| * rwsem: Implement writer lock-stealing for better scalabilityAlex Shi2013-02-191-29/+46
| * lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle2013-02-191-1/+1
| * watchdog: Use local_clock for get_timestamp()Namhyung Kim2013-02-191-6/+4
| * lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug()Srivatsa S. Bhat2013-02-191-4/+4
| * locking/stat: Fix a typoYuanhan Liu2013-02-191-1/+1
* | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-2216-183/+1301
|\ \
| * | x86/Kconfig: Make early microcode loading a configuration featureFenghua Yu2013-01-311-0/+18
| * | x86/mm/init.c: Copy ucode from initrd image to kernel memoryFenghua Yu2013-01-311-0/+10
| * | x86/head64.c: Early update ucode in 64-bitFenghua Yu2013-01-311-0/+6
| * | x86/head_32.S: Early update ucode in 32-bitFenghua Yu2013-01-311-0/+11
| * | x86/microcode_intel_early.c: Early update ucode on Intel's CPUFenghua Yu2013-01-311-0/+796
| * | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled()Fenghua Yu2013-01-311-6/+12
| * | x86/microcode_intel_lib.c: Early update ucode on Intel's CPUFenghua Yu2013-01-311-0/+174
| * | x86/microcode_core_early.c: Define interfaces for early loading ucodeFenghua Yu2013-01-312-0/+90
| * | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on APFenghua Yu2013-01-311-0/+8
| * | x86/common.c: Make have_cpuid_p() a global functionFenghua Yu2013-01-312-6/+11
| * | x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu2013-01-314-171/+122
| * | x86, doc: Documentation for early microcode loadingFenghua Yu2013-01-311-0/+43
* | | x86-64, xen, mmu: Provide an early version of write_cr3.Konrad Rzeszutek Wilk2013-02-221-5/+39
* | | x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds2013-02-223-8/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2177-1247/+1542
|\ \ \
| * \ \ Merge branch 'x86/mm2' into x86/mmH. Peter Anvin2013-02-1561-942/+1429
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-0129-287/+199
| | |\ \ \ | | | |/ / | | |/| |
| | * | | x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-294-21/+35
| | * | | mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2013-01-293-0/+21
| | * | | x86, 64bit, mm: hibernate use generic mapping_initYinghai Lu2013-01-291-44/+22
| | * | | x86, 64bit, mm: Mark data/bss/brk to nxYinghai Lu2013-01-291-3/+4
| | * | | x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu2013-01-293-18/+9
| | * | | x86: Add Crash kernel low reservationYinghai Lu2013-01-294-7/+75
| | * | | x86, kdump: Remove crashkernel range find limit for 64bitYinghai Lu2013-01-291-3/+1
| | * | | memblock: Add memblock_mem_size()Yinghai Lu2013-01-293-15/+19
| | * | | x86, boot: Not need to check setup_header version for setup_dataYinghai Lu2013-01-291-6/+0
| | * | | x86, boot: Update comments about entries for 64bit imageYinghai Lu2013-01-292-9/+51
| | * | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-294-1/+17
| | * | | x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-293-6/+15
| | * | | x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu2013-01-291-135/+26
| | * | | x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu2013-01-291-6/+37
| | * | | x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu2013-01-291-3/+3
| | * | | x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu2013-01-291-3/+6
OpenPOWER on IntegriCloud