aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-13sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2-16/+0
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker1-5/+11
2014-03-13cputime: Bring cputime -> nsecs conversionFrederic Weisbecker3-1/+10
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker7-6/+17
2014-03-13cputime: Fix nsecs_to_cputime() return type castFrederic Weisbecker1-1/+2
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra2-0/+13
2014-03-11locking/mutexes: Add extra reschedule pointPeter Zijlstra1-0/+7
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra5-7/+202
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockJason Low1-4/+4
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedJason Low1-9/+6
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_owner()Jason Low1-0/+3
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2-1/+1
2014-03-06m68k: Skip futex_atomic_cmpxchg_inatomic() testFinn Thain1-0/+1
2014-03-03futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens4-13/+36
2014-02-27Merge branch 'core/urgent' into core/lockingIngo Molnar1-2/+3
2014-02-27Revert "sched/wait: Suppress Sparse 'variable shadowing' warning"Ingo Molnar1-3/+3
2014-02-09lockdep: Change lockdep_set_novalidate_class() to use _and_nameOleg Nesterov1-1/+1
2014-02-09lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no_validateOleg Nesterov1-1/+1
2014-02-09lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov1-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov4-35/+18
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen31-0/+44
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabetical orderTim Chen28-95/+133
2014-02-09sched/wait: Suppress Sparse 'variable shadowing' warningJohannes Berg1-3/+3
2014-02-02Merge branch 'linus' into core/lockingIngo Molnar9040-198680/+513662
2014-02-01Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-8/+126
2014-02-01afs: proc cells and rootcell are writeablePali Rohár1-2/+2
2014-02-01tile: remove compat_sys_lookup_dcookie declaration to fix compile errorHeiko Carstens1-1/+0
2014-02-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-420/+553
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-51/+26
2014-02-01Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds75-0/+71854
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2-19/+19
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-42/+86
2014-01-31Merge tag 'sound-fix-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds32-566/+935
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds43-505/+2300
2014-01-31Fix mountpoint reference leakage in linkatOleg Drokin1-1/+4
2014-01-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-43/+74
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alphaLinus Torvalds9-4/+88
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig4-47/+19
2014-01-31Typo in compat_sys_lseek() declarationStephan Springl1-1/+1
2014-01-31fs/super.c: sync ro remount after blocking writersAndrew Ruder1-1/+2
2014-01-31vfs: unexport the getname() symbolJeff Layton1-1/+0
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds298-5098/+29135
2014-01-31Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-39/+38
2014-01-31alpha: fix broken network checksumMikulas Patocka1-2/+7
2014-01-31alpha: Enable system-call auditing support.蔡正龙8-2/+81
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-18/+25
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-2/+288
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-32/+116
2014-01-31ALSA: hda/hdmi - allow PIN_OUT to be dynamically enabledStephen Warren1-4/+36
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds11-83/+197