summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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-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 Xu1-30/+0
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu1-3/+3
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen1-0/+3
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen1-0/+1
2015-04-21uapi: Remove kernel internal declarationAndreas Gruenbacher1-0/+7
2015-04-21Merge tag 'media/v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-38/+116
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-4/+82
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-114/+106
2015-04-21Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab263-2647/+4910
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-6/+28
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu1-12/+0
2015-04-21net: add skb_checksum_complete_unsetTom Herbert1-0/+12
2015-04-21Merge tag 'remoteproc-4.1-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2015-04-20Merge branch 'topic/sh' into for-linusVinod Koul3-10/+3
2015-04-20Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+30
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-165/+11
2015-04-20smp: don't use 16-bit words for atomic accessesLinus Torvalds1-1/+1
2015-04-20libceph: simplify our debugfs attr macroIlya Dryomov1-7/+1
2015-04-20libceph: expose client options through debugfsIlya Dryomov1-0/+1
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-0/+1
2015-04-20libceph: osdmap.h: Add missing format newlinesJoe Perches1-3/+2
2015-04-20Merge Linus master into drm-nextDave Airlie247-2588/+4667
2015-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-21/+17
2015-04-18Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan1-0/+51
2015-04-18sparc: Revert generic IOMMU allocator.David S. Miller1-55/+0
2015-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-0/+3
2015-04-18Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-1/+2
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-3/+3
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+52
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-0/+125
2015-04-18Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-6/+1
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+3