summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-16powerpc: Full barrier for smp_mb__after_unlock_lock()Paul E. McKenney1-0/+2
2013-12-16rcu: Apply smp_mb__after_unlock_lock() to preserve grace periodsPaul E. McKenney2-1/+30
2013-12-16Documentation/memory-barriers.txt: Downgrade UNLOCK+BLOCKPaul E. McKenney1-15/+69
2013-12-16locking: Add an smp_mb__after_unlock_lock() for UNLOCK+BLOCK barrierPaul E. McKenney1-0/+10
2013-12-16Documentation/memory-barriers.txt: Document ACCESS_ONCE()Paul E. McKenney1-35/+271
2013-12-16Documentation/memory-barriers.txt: Prohibit speculative writesPeter Zijlstra1-8/+175
2013-12-16Documentation/memory-barriers.txt: Add long atomic examples to memory-barrier...Paul E. McKenney1-11/+13
2013-12-16Documentation/memory-barriers.txt: Add needed ACCESS_ONCE() calls to memory-b...Paul E. McKenney1-80/+126
2013-11-30Revert "smp/cpumask: Make CONFIG_CPUMASK_OFFSTACK=y usable without debug depe...Ingo Molnar1-2/+1
2013-11-30Documentation/robust-futex-API: Count properly to 4Henrik Austad1-2/+2
2013-11-27liblockdep: Add a MAINTAINERS entrySasha Levin1-0/+5
2013-11-27liblockdep: Add the 'lockdep' user-space utilitySasha Levin1-0/+3
2013-11-27liblockdep: Support using LD_PRELOADSasha Levin1-0/+447
2013-11-27liblockdep: Add pthread_rwlock_t test suiteSasha Levin1-0/+13
2013-11-27liblockdep: Add public headers for pthread_rwlock_t implementationSasha Levin1-0/+86
2013-11-27liblockdep: Add pthread_mutex_t test suiteSasha Levin10-0/+158
2013-11-27liblockdep: Add public headers for pthread_mutex_t implementationSasha Levin2-0/+120
2013-11-27liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspaceSasha Levin40-0/+720
2013-11-27lockdep: Be nice about building from userspaceSasha Levin1-0/+4
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker1-21/+16
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar2-10/+47
2013-11-22Documentation/memory-barriers.txt: Fix a typo in the data dependency descriptionIngo Molnar1-21/+21
2013-11-20aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds129-1432/+1437
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-3/+0
2013-11-20Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-11-20kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov1-1/+1
2013-11-20Merge branch 'genetlink_mcast'David S. Miller33-513/+518
2013-11-20genetlink: make multicast groups const, prevent abuseJohannes Berg19-433/+377
2013-11-20genetlink: pass family to functions using groupsJohannes Berg18-87/+133
2013-11-20genetlink: add and use genl_set_err()Johannes Berg3-7/+21
2013-11-20genetlink: remove family pointer from genl_multicast_groupJohannes Berg2-22/+18
2013-11-20genetlink: remove genl_unregister_mc_group()Johannes Berg2-25/+0
2013-11-20hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-20quota/genetlink: use proper genetlink multicast APIsJohannes Berg3-4/+24
2013-11-20drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2-4/+22
2013-11-20genetlink: only pass array to genl_register_family_with_ops()Johannes Berg22-53/+47
2013-11-20tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-20atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-11-20xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-11-20netlink: fix documentation typo in netlink_set_err()Johannes Berg1-1/+1
2013-11-19Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-188/+838
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds24-469/+562
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds21-1041/+273
2013-11-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds50-275/+55
2013-11-19lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra1-9/+45
2013-11-19seq_file: always clear m->count when we free m->bufAl Viro1-1/+2
2013-11-19Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds103-407/+905
2013-11-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds66-241/+3108