summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | MAINTAINERS: Add pistachio SoC SupportJames Hartley2016-07-241-0/+10
| * | MIPS: Pistachio: Remove plat_setup_iocoherencyZubair Lutfullah Kakakhel2016-07-242-26/+1
| * | MIPS: Delete use of ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-07-241-1/+0
| * | MIPS: Lantiq: Use the real EXIN countJohn Crispin2016-07-241-3/+3
| * | MIPS: Lantiq: Fix eiu interrupt loading codeJohn Crispin2016-07-241-9/+10
| * | MIPS: Move CPU Hotplug config option into submenuMatt Redfearn2016-07-241-10/+10
| * | MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn2016-07-241-5/+27
| * | MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn2016-07-241-4/+5
| * | MIPS: Octeon: cavium_octeon_defconfig: Enable OCTEON SATAMatt Redfearn2016-07-211-0/+2
| * | MIPS: Octeon: Changes to support readq()/writeq() usage.Steven J. Hill2016-07-113-31/+32
| * | MIPS: Fix page table corruption on THP permission changes.David Daney2016-07-061-1/+1
| * | MIPS: Remove cpu_has_safe_index_cacheopsRalf Baechle2016-07-061-9/+3
| * | SSB: Change bare unsigned to unsigned int to suit coding styleHugh Sipière2016-07-061-11/+11
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-0628-111/+402
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-08-0426-106/+394
| |\ \ \
| | * | | perf tests bpf: Use SyS_epoll_wait aliasArnaldo Carvalho de Melo2016-08-041-2/+2
| | * | | perf tests: objdump output can contain multi byte chunksJan Stancek2016-08-021-29/+71
| | * | | perf record: Add --sample-cpu optionJiri Olsa2016-08-024-1/+6
| | * | | perf hists: Introduce output_resort_cb methodJiri Olsa2016-08-022-3/+16
| | * | | perf tools: Move config/Makefile into Makefile.configJiri Olsa2016-08-022-3/+3
| | * | | perf tests: Add test for bitmap_scnprintf functionJiri Olsa2016-08-024-0/+59
| | * | | tools lib: Add bitmap_and functionJiri Olsa2016-08-022-0/+32
| | * | | tools lib: Add bitmap_scnprintf functionJiri Olsa2016-08-022-0/+39
| | * | | tools lib: Add bitmap_alloc functionJiri Olsa2016-08-021-0/+10
| | * | | tools lib traceevent: Ignore generated library filesNamhyung Kim2016-08-021-0/+1
| | * | | perf tools: Fix build failure on perl script contextNamhyung Kim2016-08-021-1/+3
| | * | | perf annotate: Plug filename string leakArnaldo Carvalho de Melo2016-08-011-3/+2
| | * | | perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo2016-08-015-31/+78
| | * | | perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo2016-08-015-6/+6
| | * | | perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo2016-07-291-5/+1
| | * | | perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo2016-07-291-4/+35
| | * | | perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo2016-07-283-20/+32
| * | | | perf/core: Change log level for duration warning to KERN_INFODavid Ahern2016-08-021-1/+1
| * | | | perf/x86: Modify error message in virtualized environmentJuergen Gross2016-08-011-4/+7
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-067-14/+49
|\ \ \ \ \
| * | | | | x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells2016-08-011-1/+1
| * | | | | Merge branch 'x86/asm' into x86/urgent, to pick up fixIngo Molnar2016-08-011-0/+6
| |\ \ \ \ \
| | * | | | | x86/vdso: Error out if the vDSO isn't a valid DSOAndy Lutomirski2016-07-191-0/+6
| * | | | | | x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski2016-07-275-13/+42
* | | | | | | Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds2016-08-0645-399/+1206
|\ \ \ \ \ \ \
| * | | | | | | sh: add device tree source for J2 FPGA on Mimas v2 boardRich Felker2016-08-051-0/+96
| * | | | | | | sh: add defconfig for J-Core J2Rich Felker2016-08-051-0/+40
| * | | | | | | sh: use common clock framework with device tree boardsRich Felker2016-08-052-0/+5
| * | | | | | | sh: system call wire upYoshinori Sato2016-08-054-2/+58
| * | | | | | | sh: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring2016-08-051-4/+2
| * | | | | | | sh: do not perform IPI-based cache flush except on boards that need itRich Felker2016-08-051-0/+3
| * | | | | | | sh: add SMP support for J2Rich Felker2016-08-053-0/+145
| * | | | | | | sh: SMP support for SH2 entry.SRich Felker2016-08-051-0/+50
| * | | | | | | sh: add working futex atomic ops on userspace addresses for smpRich Felker2016-08-054-124/+134
| * | | | | | | sh: add J2 atomics using the cas.l instructionRich Felker2016-08-059-216/+481