summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* locking, asm-generic: Add _{relaxed|acquire|release}() variants for 'atomic_l...Will Deacon2015-08-121-27/+59
* locking, asm-generic: Rework atomic-long.h to avoid bulk code duplicationWill Deacon2015-08-121-149/+40
* locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic ope...Will Deacon2015-08-121-0/+323
* locking, compiler.h: Cast away attributes in the WRITE_ONCE() magicChristian Borntraeger2015-08-121-1/+6
* Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-123-18/+35
|\
| * atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-272-10/+25
| * atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-273-22/+16
| * atomic: Prepare generic atomic implementation for logic opsPeter Zijlstra2015-07-271-2/+10
* | jump label, locking/static_keys: Update docsJason Baron2015-08-031-21/+46
* | locking/static_keys: Add a new static_key interfacePeter Zijlstra2015-08-031-10/+139
* | locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra2015-08-031-0/+20
* | jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra2015-08-031-20/+5
* | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-2/+2
* | Merge branch 'x86/asm' into locking/coreIngo Molnar2015-08-033-15/+31
|\ \
| * | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-3150-165/+361
| |\|
| * | locking/spinlocks: Force inlining of spinlock opsDenys Vlasenko2015-07-211-15/+15
| * | context_tracking: Add ct_state() and CT_WARN_ON()Andy Lutomirski2015-07-072-0/+16
* | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov2015-08-031-2/+2
| | |
| \ \
*-. \ \ Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-0364-188/+406
|\ \ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-317-15/+32
| | |\ \ \
| | | * | | net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-301-1/+7
| | | * | | net/macb: convert to kernel docAndy Shevchenko2015-07-271-3/+11
| | | * | | tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-1/+1
| | | * | | inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-261-2/+5
| | | * | | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-261-4/+4
| | | * | | inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-261-0/+2
| | | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-07-252-2/+1
| | | |\ \ \
| | | | * | | netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso2015-07-202-2/+1
| | | * | | | ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-241-2/+1
| | * | | | | Merge tag 'sound-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-07-311-2/+2
| | |\ \ \ \ \
| | | | \ \ \ \
| | | | \ \ \ \
| | | *-. \ \ \ \ Merge remote-tracking branches 'asoc/fix/sgtl5000', 'asoc/fix/topology' and '...Mark Brown2015-07-241-2/+2
| | |/|\ \ \ \ \ \ | |/| | | | | | | |
| | | | * | | | | | ASoC: topology: fix typos in topology headerVinod Koul2015-07-021-2/+2
| | * | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-07-312-2/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | drm/amdgpu: Drop drm/ prefix for including drm.h in amdgpu_drm.hMichel Dänzer2015-07-291-1/+1
| | | * | | | | | | | drm/radeon: Drop drm/ prefix for including drm.h in radeon_drm.hMichel Dänzer2015-07-291-1/+1
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Merge tag 'pm+acpi-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-291-0/+1
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki2015-07-281-0/+1
| | | |/ / / / / / /
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-07-291-0/+1
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger2015-07-241-0/+1
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Merge tag 'devicetree-fixes-for-4.2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-281-1/+1
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | of: constify drv arg of of_driver_match_device stubTomeu Vizoso2015-07-271-1/+1
| | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-282-3/+6
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHETrond Myklebust2015-07-221-2/+5
| | | * | | | | | | NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2015-07-221-1/+1
| | * | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-261-1/+21
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-211-1/+21
| | |/| | | | | | | | | |/| | | | | | | | |
| | | * | | | | | | | efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-151-1/+21
| | * | | | | | | | | Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-07-251-0/+3
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)2015-07-241-0/+3
| | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | Merge tag 'for-linus-20150724' of git://git.infradead.org/linux-mtdLinus Torvalds2015-07-251-5/+5
| | |\ \ \ \ \ \ \ \ \