aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-05ramoops: use DT reserved-memory bindingsGravatar Kees Cook 4-33/+56
2016-08-05NTB: ntb_hw_intel: use local variable pdevGravatar Allen Hubbe 1-5/+5
2016-08-05NTB: ntb_hw_intel: show BAR size in debugfs infoGravatar Allen Hubbe 1-1/+38
2016-08-05ntb_test: Add a selftest script for the NTB subsystemGravatar Logan Gunthorpe 2-0/+423
2016-08-05ntb_perf: clear link_is_up flag when the link goes down.Gravatar Logan Gunthorpe 1-19/+9
2016-08-05ntb_pingpong: Add a debugfs file to get the ping countGravatar Logan Gunthorpe 1-1/+61
2016-08-05ntb_tool: Add link status and files to debugfsGravatar Logan Gunthorpe 1-0/+92
2016-08-05ntb_tool: Postpone memory window initialization for the userGravatar Logan Gunthorpe 1-138/+228
2016-08-05ntb_perf: Wait for link before running testGravatar Logan Gunthorpe 1-1/+4
2016-08-05ntb_perf: Return results by reading the run fileGravatar Logan Gunthorpe 1-12/+55
2016-08-05ntb_perf: Improve thread handling to increase robustnessGravatar Logan Gunthorpe 1-48/+76
2016-08-05ntb_perf: Schedule based on time not on performanceGravatar Logan Gunthorpe 1-2/+4
2016-08-05ntb_transport: Check the number of spads the hardware supportsGravatar Logan Gunthorpe 2-4/+13
2016-08-05ntb_tool: Add memory window debug supportGravatar Logan Gunthorpe 1-1/+257
2016-08-05ntb_perf: Allow limiting the size of the memory windowsGravatar Logan Gunthorpe 1-0/+8
2016-08-05NTB: allocate number transport entries depending on size of ring sizeGravatar Dave Jiang 1-2/+27
2016-08-05ntb_tool: BUG: Ensure the buffer size is large enough to return all spadsGravatar Logan Gunthorpe 1-2/+8
2016-08-05ntb_tool: Fix infinite loop bug when writing spad/peer_spad fileGravatar Logan Gunthorpe 1-4/+5
2016-08-05Merge branches 'acpi-ec' and 'acpi-button'Gravatar Rafael J. Wysocki 2-4/+41
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 105-1582/+850
2016-08-05Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Gravatar Rafael J. Wysocki 6-35/+37
2016-08-05Merge tag 'sound-fix-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-9/+49
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 57-210/+2074
2016-08-05Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 6-7/+7
2016-08-05sh: add device tree source for J2 FPGA on Mimas v2 boardGravatar Rich Felker 1-0/+96
2016-08-05sh: add defconfig for J-Core J2Gravatar Rich Felker 1-0/+40
2016-08-05sh: use common clock framework with device tree boardsGravatar Rich Felker 2-0/+5
2016-08-05sh: system call wire upGravatar Yoshinori Sato 4-2/+58
2016-08-05sh: Delete unnecessary checks before the function call "mempool_destroy"Gravatar Markus Elfring 1-4/+2
2016-08-05sh: do not perform IPI-based cache flush except on boards that need itGravatar Rich Felker 1-0/+3
2016-08-05sh: add SMP support for J2Gravatar Rich Felker 3-0/+145
2016-08-05sh: SMP support for SH2 entry.SGravatar Rich Felker 1-0/+50
2016-08-05sh: add working futex atomic ops on userspace addresses for smpGravatar Rich Felker 4-124/+134
2016-08-05sh: add J2 atomics using the cas.l instructionGravatar Rich Felker 9-216/+481
2016-08-05sh: add AT_HWCAP flag for J-Core cas.l instructionGravatar Rich Felker 2-0/+3
2016-08-05sh: add support for J-Core J2 processorGravatar Rich Felker 10-5/+127
2016-08-04ACPI / hotplug / PCI: Runtime resume bridges before bus rescansGravatar Rafael J. Wysocki 1-0/+6
2016-08-04.mailmap: Correct entries for Mauro Carvalho Chehab and Shuah KhanGravatar Joe Perches 1-2/+11
2016-08-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-11/+16
2016-08-04Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Gravatar Linus Torvalds 66-3012/+4323
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 107-663/+16539
2016-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 23-67/+5110
2016-08-04mm/memblock.c: fix NULL dereference errorGravatar zijun_hu 1-1/+4
2016-08-04MAINTAINERS: update cgroup's document pathGravatar seokhoon.yoon 1-2/+2
2016-08-04slub: drop bogus inline for fixup_red_left()Gravatar Geert Uytterhoeven 1-1/+1
2016-08-04powerpc/fsl_rio: fix a missing error codeGravatar Dan Carpenter 1-0/+1
2016-08-04mm: initialise per_cpu_nodestats for all online pgdats at bootGravatar Mel Gorman 1-5/+5
2016-08-04mm/memblock: fix a typo in a commentGravatar Alexander Kuleshov 1-2/+2
2016-08-04mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabledGravatar zhong jiang 1-0/+1
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 37-335/+784