Age | Commit message (Expand) | Author | Files | Lines |
2015-08-14 | ARM: dts: am33xx: update cpsw compatible | Mugunthan V N | 1 | -1/+1 |
2015-08-14 | ARM: dts: dra7: update cpsw compatible | Mugunthan V N | 1 | -1/+1 |
2015-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 89 | -504/+1217 |
2015-08-13 | Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -6/+4 |
2015-08-13 | Revert x86 sigcontext cleanups | Linus Torvalds | 3 | -36/+17 |
2015-08-11 | bpf: s390: Fix build error caused by the struct bpf_array member name changed | Kaixu Xia | 1 | -2/+2 |
2015-08-10 | arm64: VDSO: fix coarse clock monotonicity regression | Nathan Lynch | 1 | -4/+3 |
2015-08-10 | x86/xen: build "Xen PV" APIC driver for domU as well | Jason A. Donenfeld | 2 | -6/+4 |
2015-08-10 | bpf: Make the bpf_prog_array_map more generic | Wang Nan | 1 | -3/+3 |
2015-08-09 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 29 | -60/+128 |
2015-08-08 | Merge tag 'arc-v4.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 13 | -116/+718 |
2015-08-08 | Merge tag 'usb-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+1 |
2015-08-07 | ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff | Vineet Gupta | 2 | -4/+2 |
2015-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 4 | -81/+11 |
2015-08-07 | sparc64: Fix userspace FPU register corruptions. | David S. Miller | 4 | -81/+11 |
2015-08-07 | signal: fix information leak in copy_siginfo_to_user | Amanieu d'Antras | 1 | -1/+2 |
2015-08-07 | signal: fix information leak in copy_siginfo_from_user32 | Amanieu d'Antras | 4 | -8/+0 |
2015-08-05 | Merge tag 'phy-for-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 1 | -0/+1 |
2015-08-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -6/+6 |
2015-08-05 | KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON | Alex Williamson | 1 | -4/+4 |
2015-08-05 | MIPS: Make set_pte() SMP safe. | David Daney | 1 | -0/+31 |
2015-08-05 | ARC: Make pt_regs regs unsigned | Vineet Gupta | 2 | -37/+37 |
2015-08-04 | ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY | Roger Quadros | 1 | -0/+1 |
2015-08-04 | ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle | Vineet Gupta | 1 | -3/+3 |
2015-08-04 | ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia... | Vineet Gupta | 4 | -4/+347 |
2015-08-04 | ARC: LLOCK/SCOND based rwlock | Vineet Gupta | 2 | -10/+166 |
2015-08-04 | ARC: LLOCK/SCOND based spin_lock | Vineet Gupta | 1 | -7/+69 |
2015-08-04 | ARC: refactor atomic inline asm operands with symbolic names | Vineet Gupta | 1 | -15/+17 |
2015-08-04 | Revert "ARCv2: STAR 9000837815 workaround hardware exclusive transactions liv... | Vineet Gupta | 1 | -12/+2 |
2015-08-04 | ARCv2: [axs103_smp] Reduce clk for Quad FPGA configs | Vineet Gupta | 1 | -0/+15 |
2015-08-03 | ARCv2: Fix the peripheral address space detection | Vineet Gupta | 2 | -5/+10 |
2015-08-03 | MIPS: Replace add and sub instructions in relocate_kernel.S with addiu | James Cowgill | 1 | -4/+4 |
2015-08-03 | MIPS: Flush RPS on kernel entry with EVA | James Hogan | 1 | -0/+25 |
2015-08-03 | Revert "MIPS: BCM63xx: Provide a plat_post_dma_flush hook" | Florian Fainelli | 1 | -10/+0 |
2015-08-03 | MIPS: BMIPS: Delete unused Kconfig symbol | Kevin Cernekee | 1 | -1/+0 |
2015-08-03 | MIPS: Export get_c0_perfcount_int() | Felix Fietkau | 6 | -0/+6 |
2015-08-03 | MIPS: show_stack: Fix stack trace with EVA | James Hogan | 1 | -0/+7 |
2015-08-03 | MIPS: do_mcheck: Fix kernel code dump with EVA | James Hogan | 1 | -0/+6 |
2015-08-03 | MIPS: SMP: Don't increment irq_count multiple times for call function IPIs | Alex Smith | 13 | -30/+29 |
2015-08-03 | MIPS: Partially disable RIXI support. | Ralf Baechle | 1 | -4/+4 |
2015-08-03 | MIPS: Handle page faults of executable but unreadable pages correctly. | Ralf Baechle | 1 | -1/+2 |
2015-08-03 | MIPS: Malta: Don't reinitialise RTC | James Hogan | 1 | -6/+9 |
2015-08-03 | MIPS: unaligned: Fix build error on big endian R6 kernels | James Cowgill | 1 | -1/+1 |
2015-08-03 | MIPS: Fix sched_getaffinity with MT FPAFF enabled | Felix Fietkau | 1 | -2/+3 |
2015-08-03 | MIPS: Fix build with CONFIG_OF=y for non OF-enabled targets | Jonas Gorski | 1 | -1/+1 |
2015-08-03 | Merge tag 'powerpc-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -6/+7 |
2015-08-02 | Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 14 | -25/+59 |
2015-08-01 | Merge tag 'dmaengine-fix-4.2-rc5' of git://git.infradead.org/users/vkoul/slav... | Linus Torvalds | 1 | -1/+1 |
2015-08-01 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 13 | -154/+260 |
2015-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 52 | -135/+191 |