summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-08perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.hArnaldo Carvalho de Melo6-9/+61
2015-05-08perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.hArnaldo Carvalho de Melo4-9/+35
2015-05-08tools: Adopt asm-generic/barrier.hArnaldo Carvalho de Melo2-0/+45
2015-05-08perf tools: Move barrier() definition to tools/include/linux/compiler.hArnaldo Carvalho de Melo2-2/+4
2015-05-08perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+33
2015-05-08perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...Arnaldo Carvalho de Melo4-3/+32
2015-05-08perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.hArnaldo Carvalho de Melo4-6/+34
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu3-14/+20
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu1-7/+24
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu1-15/+20
2015-05-08perf probe: Fix to return 0 when positive value returnedMasami Hiramatsu1-1/+1
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu1-1/+1
2015-05-08perf probe: Fix to close probe_events file in errorMasami Hiramatsu1-1/+3
2015-05-08perf_event: Don't allow vmalloc() backed perf on powerpcMichael Ellerman1-1/+1
2015-05-08perf: Fix software migrate eventsPeter Zijlstra3-4/+29
2015-05-08perf/x86/intel: Fix SLM cache event listKan Liang1-4/+3
2015-05-08perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra1-8/+33
2015-05-08Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-7/+51
2015-05-07Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki230-1649/+2700
2015-05-07Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+12
2015-05-07Merge tag 'pinctrl-v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds7-13/+16
2015-05-07Merge tag 'vfio-v4.1-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds2-4/+25
2015-05-07Merge tag 'for-linus' of git://github.com/dledford/linuxLinus Torvalds31-219/+568
2015-05-07Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-74/+168
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-17/+23
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-77/+114
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+10
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson3-8/+6
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini4-1/+22
2015-05-06x86/fpu: Always restore_xinit_state() when use_eager_cpu()Bobby Powers1-5/+7
2015-05-06Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar3-4/+6
2015-05-06Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-1/+3
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar82-812/+5843
2015-05-06Merge tag 'for-linus-4.1-1' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-45/+193
2015-05-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-75/+429
2015-05-06Merge tag 'platform-drivers-x86-v4.1-2' of git://git.infradead.org/users/dvha...Linus Torvalds2-1/+8
2015-05-06ipmi: Fix multi-part message handlingCorey Minyard1-13/+38
2015-05-06ipmi: Add alert handling to SSIFCorey Minyard1-16/+116
2015-05-06ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai1-2/+1
2015-05-06ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard1-1/+3
2015-05-06ipmi: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2015-05-06rtc: armada38x: fix concurrency access in armada38x_rtc_set_timeGregory CLEMENT1-12/+12
2015-05-06ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-06nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2-2/+2
2015-05-06util_macros.h: have array pointer point to array of constantsGuenter Roeck1-1/+1
2015-05-06configfs: init configfs module earlier at boot timeDaniel Baluta1-1/+1
2015-05-06mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi1-3/+3
2015-05-06mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi1-2/+5
2015-05-06mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-06rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcPhilippe De Muyter3-0/+318