summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-08-017-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-271-2/+5
| | | * | | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-271-4/+4
| | | * | | inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-271-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-251-2/+1
| | * | | | | Merge tag 'sound-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-08-011-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-301-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
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood2015-07-071-5/+5
| | | |/ / / / / / / /
| | * | | | | | | | | Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-252-0/+3
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors l...David Milburn2015-07-152-1/+2
| | | * | | | | | | | | libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter2015-07-151-0/+2
| | | |/ / / / / / / /
| | * | | | | | | | | Merge tag 'mmc-4.2-rc3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-07-251-1/+0
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | mmc: sdhci-esdhc-imx: clear f_max in boarddataDong Aisheng2015-07-241-1/+0
| | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge tag 'drm-intel-fixes-2015-07-23' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-07-241-0/+8
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | drm/i915: Use two 32bit reads for select 64bit REG_READ ioctlsChris Wilson2015-07-211-0/+8
| | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-07-241-0/+2
| | |\ \ \ \ \ \ \ \ \