aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-15
|\
| * rtmutex: tester: Remove the remaining BKL leftoversThomas Gleixner2011-02-22
| * lockdep/timers: Explain in detail the locking problems del_timer_sync() may c...Steven Rostedt2011-02-16
| * Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-16
| |\
| * \ Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner2011-01-31
| |\ \
| | * | rtmutex: Simplify PI algorithm and make highest prio task get lockLai Jiangshan2011-01-27
| * | | rwsem: Remove redundant asmregparm annotationThomas Gleixner2011-01-27
| * | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-27
| * | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-27
| * | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-27
| * | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-27
| * | | x86: Cleanup rwsem_count_t typedefThomas Gleixner2011-01-27
| * | | rwsem: Cleanup includesThomas Gleixner2011-01-27
| * | | locking: Remove deprecated lock initializersThomas Gleixner2011-01-27
| * | | cred: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
| * | | kthread: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
| * | | xtensa: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
| * | | um: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
| * | | sparc: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
| * | | mips: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
| * | | cris: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
| * | | alpha: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
| * | | Merge commit 'v2.6.38-rc2' into core/lockingThomas Gleixner2011-01-27
| |\ \ \
| * | | | rtmutex-tester: Remove BKL testsArnd Bergmann2011-01-26
* | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-15
|\ \ \ \ \
| * | | | | arm: Remove bogus comment in futex_atomic_cmpxchg_inatomic()Thomas Gleixner2011-03-14
| * | | | | futex: Deobfuscate handle_futex_death()Thomas Gleixner2011-03-14
| * | | | | Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/g...Thomas Gleixner2011-03-12
| |\ \ \ \ \
| | * | | | | plist: Add priority list testLai Jiangshan2011-03-11
| | * | | | | plist: Shrink struct plist_headLai Jiangshan2011-03-11
| | * | | | | futex,plist: Remove debug lock assignment from plist_nodeLai Jiangshan2011-03-11
| | * | | | | futex,plist: Pass the real head of the priority list to plist_del()Lai Jiangshan2011-03-11
| * | | | | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-11
| * | | | | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-11
| * | | | | | futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()Michel Lespinasse2011-03-11
| * | | | | | futex: Avoid redudant evaluation of task_pid_vnr()Thomas Gleixner2011-03-11
| * | | | | | futex: Update futex_wait_setup comments about lockingMichel Lespinasse2011-03-10
| |/ / / / /
* | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-03-15
|\ \ \ \ \ \
| * | | | | | debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-08
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-15
|\ \ \ \ \ \
| * | | | | | tidy the trailing symlinks traversal upAl Viro2011-03-15
| * | | | | | Turn resolution of trailing symlinks iterative everywhereAl Viro2011-03-15
| * | | | | | simplify link_path_walk() tailAl Viro2011-03-15
| * | | | | | Make trailing symlink resolution in path_lookupat() iterativeAl Viro2011-03-15
| * | | | | | update nd->inode in __do_follow_link() instead of after do_follow_link()Al Viro2011-03-15
| * | | | | | pull handling of one pathname component into a helperAl Viro2011-03-15
| * | | | | | fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCHAneesh Kumar K.V2011-03-15
| * | | | | | Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro2011-03-15
| * | | | | | readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro2011-03-15
| * | | | | | Allow O_PATH for symlinksAl Viro2011-03-15