Age | Commit message (Expand) | Author | Files | Lines |
2016-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 50 | -211/+312 |
2016-10-03 | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 3 | -5/+13 |
2016-10-02 | ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7 | Srinivas Ramana | 1 | -1/+1 |
2016-10-02 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -19/+16 |
2016-10-02 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 12 | -55/+101 |
2016-10-02 | MIPS: CM: Fix mips_cm_max_vp_width for non-MT kernels on MT systems | Paul Burton | 1 | -0/+11 |
2016-09-30 | x86/entry/64: Fix context tracking state warning when load_gs_index fails | Wanpeng Li | 1 | -2/+2 |
2016-09-30 | x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID | Andy Lutomirski | 1 | -12/+11 |
2016-09-30 | x86/vdso: Fix building on big endian host | Segher Boessenkool | 1 | -1/+1 |
2016-09-30 | x86/boot: Fix another __read_cr4() case on 486 | Andy Lutomirski | 1 | -3/+1 |
2016-09-29 | x86/init: Fix cr4_init_shadow() on CR4-less machines | Andy Lutomirski | 1 | -1/+1 |
2016-09-29 | MIPS: Fix detection of unsupported highmem with cache aliases | Paul Burton | 2 | -1/+4 |
2016-09-29 | MIPS: Malta: Fix IOCU disable switch read for MIPS64 | Paul Burton | 1 | -1/+7 |
2016-09-29 | MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPS | Paul Burton | 1 | -2/+1 |
2016-09-29 | MIPS: clear execution hazard after changing FTLB enable | Paul Burton | 1 | -2/+1 |
2016-09-29 | MIPS: Configure FTLB after probing TLB sizes from config4 | Paul Burton | 1 | -15/+28 |
2016-09-29 | MIPS: Stop setting I6400 FTLBP | Paul Burton | 2 | -9/+2 |
2016-09-29 | MIPS: DEC: Avoid la pseudo-instruction in delay slots | Ralf Baechle | 1 | -2/+38 |
2016-09-29 | MIPS: Octeon: mark GPIO controller node not populated after IRQ init. | Steven J. Hill | 1 | -0/+6 |
2016-09-29 | MIPS: uprobes: fix use of uninitialised variable | Marcin Nowakowski | 1 | -3/+2 |
2016-09-29 | MIPS: uprobes: remove incorrect set_orig_insn | Marcin Nowakowski | 2 | -19/+0 |
2016-09-29 | MIPS: fix uretprobe implementation | Marcin Nowakowski | 1 | -1/+1 |
2016-09-29 | MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUs | Matt Redfearn | 1 | -1/+1 |
2016-09-29 | ARM: 8617/1: dma: fix dma_max_pfn() | Roger Quadros | 1 | -1/+1 |
2016-09-29 | ARM: 8616/1: dt: Respect property size when parsing CPUs | Robin Murphy | 1 | -3/+11 |
2016-09-29 | sparc64: Fix non-SMP build. | David S. Miller | 1 | -0/+1 |
2016-09-28 | sparc64: Fix irq stack bootmem allocation. | Atish Patra | 2 | -16/+25 |
2016-09-28 | sparc64: Fix cpu_possible_mask if nr_cpus is set | Atish Patra | 3 | -0/+16 |
2016-09-28 | sparc64 mm: Fix more TSB sizing issues | Mike Kravetz | 4 | -10/+45 |
2016-09-28 | sparc64: fix section mismatch in find_numa_latencies_for_group | Paul Gortmaker | 1 | -3/+3 |
2016-09-25 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 17 | -65/+37 |
2016-09-25 | Merge tag 'powerpc-4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -2/+9 |
2016-09-25 | MIPS: Fix delay slot emulation count in debugfs | Paul Burton | 1 | -0/+1 |
2016-09-25 | MIPS: SMP: Fix possibility of deadlock when bringing CPUs online | Matt Redfearn | 1 | -4/+3 |
2016-09-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+3 |
2016-09-24 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
2016-09-24 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -11/+12 |
2016-09-23 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 3 | -22/+30 |
2016-09-23 | MIPS: Fix pre-r6 emulation FPU initialisation | Paul Burton | 1 | -0/+2 |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 81 | -438/+619 |
2016-09-23 | arm64: kgdb: handle read-only text / modules | AKASHI Takahiro | 2 | -14/+24 |
2016-09-23 | arm64: Call numa_store_cpu_info() earlier. | David Daney | 1 | -8/+6 |
2016-09-22 | perf/x86/intel/bts: Make it an exclusive PMU | Alexander Shishkin | 1 | -1/+2 |
2016-09-22 | locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP() | Peter Zijlstra | 1 | -1/+1 |
2016-09-21 | MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs | James Hogan | 1 | -4/+4 |
2016-09-21 | powerpc/powernv/pci: Fix m64 checks for SR-IOV and window alignment | Russell Currey | 1 | -2/+9 |
2016-09-20 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2 | -11/+12 |
2016-09-20 | perf/x86/intel/bts: Make sure debug store is valid | Sebastian Andrzej Siewior | 1 | -1/+1 |
2016-09-20 | x86/efi: Only map RAM into EFI page tables if in mixed-mode | Matt Fleming | 1 | -1/+1 |
2016-09-20 | x86/mm/pat: Prevent hang during boot when mapping pages | Matt Fleming | 1 | -10/+11 |