| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: properly account for _PAGE_NUMA during xen pte translations | Mel Gorman | 2014-02-11 | 2 | -4/+14 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-02-08 | 14 | -82/+123 |
|\ |
|
| * | Merge tag 'efi-urgent' into x86/urgent | H. Peter Anvin | 2014-02-07 | 1753 | -27077/+59393 |
| |\ |
|
| | * | x86/efi: Allow mapping BGRT on x86-32 | Matt Fleming | 2014-02-06 | 1 | -4/+6 |
| * | | x86, microcode, AMD: Unify valid container checks | Borislav Petkov | 2014-02-06 | 1 | -14/+29 |
| * | | x86: Fix the initialization of physnode_map | Petr Tesarik | 2014-02-02 | 1 | -0/+2 |
| * | | x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable() | Prarit Bhargava | 2014-01-31 | 1 | -1/+8 |
| * | | x86/intel/mid: Fix X86_INTEL_MID dependencies | David Cohen | 2014-01-25 | 1 | -0/+1 |
| * | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2014-01-25 | 376 | -7819/+9389 |
| |\ \ |
|
| * | | | arch/x86/mm/srat: Skip NUMA_NO_NODE while parsing SLIT | Toshi Kani | 2014-01-25 | 1 | -3/+13 |
| * | | | mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridge | Mel Gorman | 2014-01-25 | 2 | -11/+4 |
| * | | | x86: mm: change tlb_flushall_shift for IvyBridge | Mel Gorman | 2014-01-25 | 1 | -1/+1 |
| * | | | x86/mm: Eliminate redundant page table walk during TLB range flushing | Mel Gorman | 2014-01-25 | 1 | -27/+1 |
| * | | | x86/mm: Clean up inconsistencies when flushing TLB ranges | Mel Gorman | 2014-01-25 | 1 | -6/+6 |
| * | | | mm, x86: Account for TLB flushes only when debugging | Mel Gorman | 2014-01-25 | 3 | -12/+12 |
| * | | | x86/AMD/NB: Fix amd_set_subcaches() parameter type | Dan Carpenter | 2014-01-25 | 2 | -2/+2 |
| * | | | x86/quirks: Add workaround for AMD F16h Erratum792 | Aravind Gopalakrishnan | 2014-01-25 | 1 | -0/+37 |
| * | | | x86, doc, kconfig: Fix dud URL for Microcode data | Alan | 2014-01-20 | 1 | -3/+3 |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2014-02-07 | 19 | -66/+101 |
|\ \ \ \ |
|
| * | | | | arm64: defconfig: Expand default enabled features | Mark Rutland | 2014-02-07 | 2 | -4/+15 |
| * | | | | arm64: asm: remove redundant "cc" clobbers | Will Deacon | 2014-02-07 | 4 | -25/+21 |
| * | | | | arm64: atomics: fix use of acquire + release for full barrier semantics | Will Deacon | 2014-02-07 | 5 | -18/+35 |
| * | | | | arm64: barriers: allow dsb macro to take option parameter | Will Deacon | 2014-02-06 | 1 | -1/+1 |
| * | | | | arm64: compat: Wire up new AArch32 syscalls | Catalin Marinas | 2014-02-05 | 1 | -1/+4 |
| * | | | | arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSE | Nathan Lynch | 2014-02-05 | 1 | -2/+2 |
| * | | | | arm64: vdso: fix coarse clock handling | Nathan Lynch | 2014-02-05 | 1 | -1/+6 |
| * | | | | arm64: simplify pgd_alloc | Mark Rutland | 2014-02-05 | 1 | -9/+2 |
| * | | | | arm64: fix typo: s/SERRROR/SERROR/ | Mark Rutland | 2014-02-05 | 2 | -2/+2 |
| * | | | | arm64: Invalidate the TLB when replacing pmd entries during boot | Catalin Marinas | 2014-02-05 | 1 | -2/+10 |
| * | | | | arm64: Align CMA sizes to PAGE_SIZE | Laura Abbott | 2014-02-05 | 1 | -0/+1 |
| * | | | | arm64: add DSB after icache flush in __flush_icache_all() | Vinayak Kale | 2014-02-05 | 1 | -0/+1 |
| * | | | | arm64: vdso: prevent ld from aligning PT_LOAD segments to 64k | Will Deacon | 2014-02-04 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2014-02-07 | 7 | -11/+24 |
|\ \ \ \ |
|
| * | | | | MIPS: fpu.h: Fix build when CONFIG_BUG is not set | Aaro Koskinen | 2014-02-06 | 1 | -0/+2 |
| * | | | | MIPS: Wire up sched_setattr/sched_getattr syscalls | James Hogan | 2014-02-04 | 5 | -6/+20 |
| * | | | | MIPS: Alchemy: Fix DB1100 GPIO registration | Manuel Lauss | 2014-02-04 | 1 | -5/+2 |
| |/ / / |
|
* | | | | arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo... | Tang Chen | 2014-02-06 | 1 | -8/+11 |
* | | | | arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho... | Tang Chen | 2014-02-06 | 1 | -1/+1 |
* | | | | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-02-06 | 3 | -5/+29 |
|\ \ \ \ |
|
| * | | | | xen/pvh: set CR4 flags for APs | Mukesh Rathor | 2014-02-03 | 1 | -0/+12 |
| * | | | | Revert "xen/grant-table: Avoid m2p_override during mapping" | Konrad Rzeszutek Wilk | 2014-02-03 | 2 | -5/+17 |
* | | | | | Merge tag 'please-pull-ia64-syscalls' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-02-06 | 3 | -1/+5 |
|\ \ \ \ \ |
|
| * | | | | | [IA64] Wire up new sched_setattr and sched_getattr syscalls | Tony Luck | 2014-01-28 | 3 | -1/+5 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-02-06 | 2 | -52/+108 |
|\ \ \ \ \ \ |
|
| * | | | | | | crypto: s390 - fix des and des3_ede ctr concurrency issue | Harald Freudenberger | 2014-01-30 | 1 | -21/+48 |
| * | | | | | | crypto: s390 - fix des and des3_ede cbc concurrency issue | Harald Freudenberger | 2014-01-30 | 1 | -12/+14 |
| * | | | | | | crypto: s390 - fix concurrency issue in aes-ctr mode | Harald Freudenberger | 2014-01-30 | 1 | -19/+46 |
* | | | | | | | x86: Disable CONFIG_X86_DECODER_SELFTEST in allmod/allyesconfigs | Ingo Molnar | 2014-02-05 | 1 | -0/+1 |
* | | | | | | | execve: use 'struct filename *' for executable name passing | Linus Torvalds | 2014-02-05 | 1 | -14/+1 |
| |_|_|/ / /
|/| | | | | |
|
* | | | | | | parisc: add flexible mmap memory layout support | Helge Deller | 2014-02-02 | 6 | -43/+233 |