summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra12-12/+12
2015-05-13rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner1-0/+7
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner17-31/+0
2015-05-13locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior2-6/+3
2015-05-12locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long4-6/+6
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar11-32/+32
2015-05-11locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long1-1/+1
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for XenDavid Vrabel2-5/+61
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for KVMWaiman Long2-1/+44
2015-05-08locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)8-12/+128
2015-05-08locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long2-1/+392
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)3-0/+24
2015-05-08locking/qspinlock: Use a simple write to grab the lockWaiman Long1-16/+50
2015-05-08locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)2-1/+81
2015-05-08locking/qspinlock: Extract out code snippets for the next patchWaiman Long2-31/+50
2015-05-08locking/qspinlock: Add pending bitPeter Zijlstra (Intel)2-24/+107
2015-05-08locking/qspinlock, x86: Enable x86-64 to use queued spinlocksWaiman Long4-0/+30
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long6-0/+408
2015-05-08kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy1-1/+1
2015-05-08locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long2-0/+49
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 '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