summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arch: Remove stub cputime.h headersFrederic Weisbecker2014-03-1316-33/+8
* sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2014-03-132-16/+0
* cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker2014-03-131-5/+11
* cputime: Bring cputime -> nsecs conversionFrederic Weisbecker2014-03-133-1/+10
* cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-137-6/+17
* cputime: Fix nsecs_to_cputime() return type castFrederic Weisbecker2014-03-131-1/+2
* locking/mutex: Fix debug checksPeter Zijlstra2014-03-122-0/+13
* locking/mutexes: Add extra reschedule pointPeter Zijlstra2014-03-111-0/+7
* locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra2014-03-115-7/+202
* locking/mutexes: Unlock the mutex without the wait_lockJason Low2014-03-111-4/+4
* locking/mutexes: Modify the way optimistic spinners are queuedJason Low2014-03-111-9/+6
* locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low2014-03-111-0/+3
* locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2014-03-112-1/+1
* m68k: Skip futex_atomic_cmpxchg_inatomic() testFinn Thain2014-03-061-0/+1
* futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens2014-03-034-13/+36
* Merge branch 'core/urgent' into core/lockingIngo Molnar2014-02-271-2/+3
|\
| * hung_task/Documentation: Fix hung_task_warnings descriptionAaron Tomlin2014-01-311-2/+3
* | Revert "sched/wait: Suppress Sparse 'variable shadowing' warning"Ingo Molnar2014-02-271-3/+3
* | lockdep: Change lockdep_set_novalidate_class() to use _and_nameOleg Nesterov2014-02-091-1/+1
* | lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov2014-02-091-1/+1
* | lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov2014-02-091-2/+2
* | lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-094-35/+18
* | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-0931-0/+44
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-0928-95/+133
* | sched/wait: Suppress Sparse 'variable shadowing' warningJohannes Berg2014-02-091-3/+3
* | Merge branch 'linus' into core/lockingIngo Molnar2014-02-029040-198680/+513662
|\ \
| * \ Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-02-012-8/+126
| |\ \
| | * | deb-pkg: Fix building for MIPS big-endian or ARM OABIBen Hutchings2014-01-031-2/+2
| | * | deb-pkg: Fix cross-building linux-headers packageBen Hutchings2014-01-031-5/+4
| | * | scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUENishanth Menon2014-01-031-0/+109
| | * | Merge commit v3.13-rc1 into kbuild/miscMichal Marek2014-01-029752-201088/+401199
| | |\ \
| | * | | deb-pkg: Inhibit initramfs builders if CONFIG_BLK_DEV_INITRD is not setBen Hutchings2013-11-181-1/+11
| * | | | afs: proc cells and rootcell are writeablePali Rohár2014-02-011-2/+2
| * | | | tile: remove compat_sys_lookup_dcookie declaration to fix compile errorHeiko Carstens2014-02-011-1/+0
| * | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-02-0111-420/+553
| |\ \ \ \
| | * | | | cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu2014-01-311-1/+1
| | * | | | [CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2014-01-272-19/+36
| | * | | | CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-208-100/+174
| | * | | | CIFS: Remove extra indentation in cifs_sfu_typePavel Shilovsky2014-01-201-47/+50
| | * | | | CIFS: Cleanup cifs_mknodPavel Shilovsky2014-01-201-26/+22
| | * | | | CIFS: Cleanup CIFSSMBOpenPavel Shilovsky2014-01-202-72/+86
| | * | | | cifs: Add support for follow_link on dfs shares under posix extensionsSachin Prabhu2014-01-201-0/+32
| | * | | | cifs: move unix extension call to cifs_query_symlink()Sachin Prabhu2014-01-202-10/+15
| | * | | | cifs: Re-order M-F Symlink codeSachin Prabhu2014-01-201-56/+68
| | * | | | cifs: Add create MFSymlinks to protocol ops structSachin Prabhu2014-01-204-42/+54
| | * | | | cifs: use protocol specific call for query_mf_symlink()Sachin Prabhu2014-01-201-41/+20
| | * | | | cifs: Rename MF symlink function namesSachin Prabhu2014-01-204-26/+24
| | * | | | cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu2014-01-204-31/+20
| | * | | | cifs: Fix memory leak in cifs_hardlink()Christian Engelmayer2014-01-201-2/+4
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-017-51/+26
| |\ \ \ \ \