aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-08Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+3
2015-05-07Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus 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/jaegeuk/f2fsLinus Torvalds4-5/+12
2015-05-07Merge tag 'pinctrl-v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus 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-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée2-2/+3
2015-05-06Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds21-74/+168
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-17/+23
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-77/+114
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/mfleming/efi into x86/urgentIngo Molnar3-4/+6
2015-05-06Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar2-1/+3
2015-05-05Merge tag 'for-linus-4.1-1' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-45/+193
2015-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-75/+429
2015-05-05Merge tag 'platform-drivers-x86-v4.1-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds2-1/+8
2015-05-05ipmi: Fix multi-part message handlingCorey Minyard1-13/+38
2015-05-05ipmi: Add alert handling to SSIFCorey Minyard1-16/+116
2015-05-05ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai1-2/+1
2015-05-05ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard1-1/+3
2015-05-05ipmi: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2015-05-05rtc: armada38x: fix concurrency access in armada38x_rtc_set_timeGregory CLEMENT1-12/+12
2015-05-05ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2-2/+2
2015-05-05util_macros.h: have array pointer point to array of constantsGuenter Roeck1-1/+1
2015-05-05configfs: init configfs module earlier at boot timeDaniel Baluta1-1/+1
2015-05-05mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi1-3/+3
2015-05-05mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi1-2/+5
2015-05-05mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-05rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcPhilippe De Muyter3-0/+318
2015-05-05Documentation: bindings: add abracon,abx80xAlexandre Belloni1-0/+30
2015-05-05kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches2-5/+11
2015-05-05mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-05-05lib: delete lib/find_last_bit.cYury Norov1-41/+0
2015-05-05MAINTAINERS: add co-maintainer for LED subsystemAndrew Morton1-0/+1
2015-05-05zram: add Designated Reviewer for zram in MAINTAINERSMinchan Kim1-0/+1
2015-05-05revert "zram: move compact_store() to sysfs functions area"Andrew Morton1-0/+23
2015-05-05thinkpad_acpi: Fix warning for static not at beginningJean Delvare1-1/+1
2015-05-05ipmi: Don't report err in the SI driver for SSIF devicesCorey Minyard1-2/+3
2015-05-05ipmi: Remove incorrect use of seq_has_overflowedJoe Perches3-5/+5
2015-05-05ipmi:ssif: Ignore spaces when comparing I2C adapter namesCorey Minyard2-4/+26
2015-05-05ipmi_ssif: Fix the logic on user-supplied addressesCorey Minyard1-1/+1
2015-05-05x86: Make cpu_tss available to external modulesMarc Dionne1-1/+1
2015-05-05hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky3-12/+21
2015-05-05xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq()Boris Ostrovsky1-1/+1
2015-05-05xen/console: Update console event channel on resumeBoris Ostrovsky1-1/+17