summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-23NFS: Don't zap caches on fallocate()Anna Schumaker1-0/+4
2015-04-23netdev_alloc_pcpu_stats: use less common iterator variableJohannes Berg1-3/+3
2015-04-23ALSA: core: Use seq_file for text proc file readsTakashi Iwai1-3/+13
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-0/+4
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu1-0/+12
2015-04-22ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLECharles Keepax1-1/+1
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds2-19/+40
2015-04-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+4
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-13/+31
2015-04-22mpls: Per-device MPLS stateRobert Shearman1-0/+4
2015-04-22Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-36/+119
2015-04-22Revert "mm: avoid tail page refcounting on non-THP compound pages"Linus Torvalds1-1/+1
2015-04-22Merge tag 'mmc-4.1-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-2/+12
2015-04-22Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-3/+3
2015-04-22Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+134
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-2/+87
2015-04-22Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds5-49/+31
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2-1/+5
2015-04-22Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-27/+0
2015-04-22libceph: announce support for straw2 bucketsIlya Dryomov1-1/+15
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov1-2/+10
2015-04-22ceph: rename snapshot supportYan, Zheng1-0/+1
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner2-16/+12
2015-04-22alarmtimer: Get rid of unused return valueThomas Gleixner1-2/+2
2015-04-22hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner1-2/+17
2015-04-22hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner1-4/+0
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner4-11/+6
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner2-2/+2
2015-04-22hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner1-0/+6
2015-04-22timerqueue: Let timerqueue_add/del return informationThomas Gleixner1-4/+4
2015-04-22hrtimer: Align the hrtimer clock bases as wellThomas Gleixner1-1/+9
2015-04-22hrtimer: Cache line align the hrtimer cpu baseThomas Gleixner1-1/+1
2015-04-22hrtimer: Use bits for various boolean indicatorsThomas Gleixner1-3/+3
2015-04-22hrtimer: Make offset update smarterThomas Gleixner2-2/+4
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner1-19/+5
2015-04-22hrtimer: Make the statistics fields smallerThomas Gleixner1-4/+4
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner1-1/+0
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner1-2/+4
2015-04-22hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner1-1/+16
2015-04-22time: Remove nonexistent function prototypeYingjoe Chen1-1/+0
2015-04-22mac80211: allow drivers to support S/GJohannes Berg1-2/+2
2015-04-22mac80211: add TX fastpathJohannes Berg1-1/+5
2015-04-22perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driverSonny Rao1-4/+0
2015-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+12
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu3-39/+4
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu1-38/+12
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu1-0/+2
2015-04-22crypto: rng - Add crypto_rng_set_entropyHerbert Xu2-0/+10
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu3-5/+46
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu1-6/+3