| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-22 | 17 | -237/+221 |
|\ |
|
| * | rwsem-spinlock: Implement writer lock-stealing for better scalability | Yuanhan Liu | 2013-02-19 | 1 | -45/+24 |
| * | futex: Revert "futex: Mark get_robust_list as deprecated" | Thomas Gleixner | 2013-02-19 | 2 | -4/+0 |
| * | generic: Use raw local irq variant for generic cmpxchg | Ingo Molnar | 2013-02-19 | 1 | -4/+4 |
| * | lockdep: Selftest: convert spinlock to raw spinlock | Yong Zhang | 2013-02-19 | 1 | -17/+17 |
| * | seqlock: Use seqcount infrastructure | Thomas Gleixner | 2013-02-19 | 1 | -82/+92 |
| * | seqlock: Remove unused functions | Thomas Gleixner | 2013-02-19 | 1 | -21/+0 |
| * | ntp: Make ntp_lock raw | Thomas Gleixner | 2013-02-19 | 1 | -13/+13 |
| * | intel_idle: Convert i7300_idle_lock to raw_spinlock | Mike Galbraith | 2013-02-19 | 1 | -4/+4 |
| * | locking: Various static lock initializer fixes | Thomas Gleixner | 2013-02-19 | 4 | -6/+6 |
| * | lockdep: Print more info when MAX_LOCK_DEPTH is exceeded | Ben Greear | 2013-02-19 | 1 | -1/+6 |
| * | rwsem: Implement writer lock-stealing for better scalability | Alex Shi | 2013-02-19 | 1 | -29/+46 |
| * | lockdep: Silence warning if CONFIG_LOCKDEP isn't set | Paul Bolle | 2013-02-19 | 1 | -1/+1 |
| * | watchdog: Use local_clock for get_timestamp() | Namhyung Kim | 2013-02-19 | 1 | -6/+4 |
| * | lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug() | Srivatsa S. Bhat | 2013-02-19 | 1 | -4/+4 |
| * | locking/stat: Fix a typo | Yuanhan Liu | 2013-02-19 | 1 | -1/+1 |
* | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-22 | 16 | -183/+1301 |
|\ \ |
|
| * | | x86/Kconfig: Make early microcode loading a configuration feature | Fenghua Yu | 2013-01-31 | 1 | -0/+18 |
| * | | x86/mm/init.c: Copy ucode from initrd image to kernel memory | Fenghua Yu | 2013-01-31 | 1 | -0/+10 |
| * | | x86/head64.c: Early update ucode in 64-bit | Fenghua Yu | 2013-01-31 | 1 | -0/+6 |
| * | | x86/head_32.S: Early update ucode in 32-bit | Fenghua Yu | 2013-01-31 | 1 | -0/+11 |
| * | | x86/microcode_intel_early.c: Early update ucode on Intel's CPU | Fenghua Yu | 2013-01-31 | 1 | -0/+796 |
| * | | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled() | Fenghua Yu | 2013-01-31 | 1 | -6/+12 |
| * | | x86/microcode_intel_lib.c: Early update ucode on Intel's CPU | Fenghua Yu | 2013-01-31 | 1 | -0/+174 |
| * | | x86/microcode_core_early.c: Define interfaces for early loading ucode | Fenghua Yu | 2013-01-31 | 2 | -0/+90 |
| * | | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on AP | Fenghua Yu | 2013-01-31 | 1 | -0/+8 |
| * | | x86/common.c: Make have_cpuid_p() a global function | Fenghua Yu | 2013-01-31 | 2 | -6/+11 |
| * | | x86/microcode_intel.h: Define functions and macros for early loading ucode | Fenghua Yu | 2013-01-31 | 4 | -171/+122 |
| * | | x86, doc: Documentation for early microcode loading | Fenghua Yu | 2013-01-31 | 1 | -0/+43 |
* | | | x86-64, xen, mmu: Provide an early version of write_cr3. | Konrad Rzeszutek Wilk | 2013-02-22 | 1 | -5/+39 |
* | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 2013-02-22 | 3 | -8/+3 |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 77 | -1247/+1542 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 2013-02-15 | 61 | -942/+1429 |
| |\ \ \ |
|
| | * \ \ | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 2013-02-01 | 29 | -287/+199 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | * | | | x86: Don't panic if can not alloc buffer for swiotlb | Yinghai Lu | 2013-01-29 | 4 | -21/+35 |
| | * | | | mm: Add alloc_bootmem_low_pages_nopanic() | Yinghai Lu | 2013-01-29 | 3 | -0/+21 |
| | * | | | x86, 64bit, mm: hibernate use generic mapping_init | Yinghai Lu | 2013-01-29 | 1 | -44/+22 |
| | * | | | x86, 64bit, mm: Mark data/bss/brk to nx | Yinghai Lu | 2013-01-29 | 1 | -3/+4 |
| | * | | | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 3 | -18/+9 |
| | * | | | x86: Add Crash kernel low reservation | Yinghai Lu | 2013-01-29 | 4 | -7/+75 |
| | * | | | x86, kdump: Remove crashkernel range find limit for 64bit | Yinghai Lu | 2013-01-29 | 1 | -3/+1 |
| | * | | | memblock: Add memblock_mem_size() | Yinghai Lu | 2013-01-29 | 3 | -15/+19 |
| | * | | | x86, boot: Not need to check setup_header version for setup_data | Yinghai Lu | 2013-01-29 | 1 | -6/+0 |
| | * | | | x86, boot: Update comments about entries for 64bit image | Yinghai Lu | 2013-01-29 | 2 | -9/+51 |
| | * | | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-29 | 4 | -1/+17 |
| | * | | | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 2013-01-29 | 3 | -6/+15 |
| | * | | | x86, kexec: Replace ident_mapping_init and init_level4_page | Yinghai Lu | 2013-01-29 | 1 | -135/+26 |
| | * | | | x86, kexec: Set ident mapping for kernel that is above max_pfn | Yinghai Lu | 2013-01-29 | 1 | -6/+37 |
| | * | | | x86, kexec: Remove 1024G limitation for kexec buffer on 64bit | Yinghai Lu | 2013-01-29 | 1 | -3/+3 |
| | * | | | x86, boot: Move lldt/ltr out of 64bit code section | Yinghai Lu | 2013-01-29 | 1 | -3/+6 |