summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2-7/+9
2013-11-22Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds6-23/+341
2013-11-22Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-8/+7
2013-11-22mm: place page->pmd_huge_pte to right unionKirill A. Shutemov1-3/+3
2013-11-22mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-0/+6
2013-11-22mm: thp: give transparent hugepage code a separate copy_pageDave Hansen1-4/+0
2013-11-21Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds1-9/+0
2013-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+31
2013-11-21Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-11/+28
2013-11-21Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-24/+60
2013-11-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2013-11-21Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds1-0/+25
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-49/+60
2013-11-20genetlink: make multicast groups const, prevent abuseJohannes Berg1-29/+20
2013-11-20genetlink: pass family to functions using groupsJohannes Berg1-1/+2
2013-11-20genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-32/+18
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe1-0/+3
2013-11-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+1
2013-11-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-4/+27
2013-11-19Merge tag 'for-v3.13' of git://git.infradead.org/battery-2.6Linus Torvalds1-0/+39
2013-11-19Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-8/+17
2013-11-17Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds4-11/+25
2013-11-17Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2013-11-17Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+3
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul1-14/+50
2013-11-16take read_seqbegin_or_lock() and friends to seqlock.hAl Viro1-0/+29
2013-11-16consolidate simple ->d_delete() instancesAl Viro1-0/+2
2013-11-16net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller1-18/+21
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+26
2013-11-16Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds11-29/+622
2013-11-16macvlan: introduce macvlan_dev_real_dev() helper functionMichal Kubeček1-0/+17
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-0/+292
2013-11-15Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-16/+48
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-30/+139
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+2
2013-11-15cmdline-parser: fix buildAlexander Beregalov1-0/+2
2013-11-15kfifo API type safetyStefani Seibold1-33/+14
2013-11-15llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig1-0/+2
2013-11-15kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fixAndrew Morton1-9/+3
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-4/+0
2013-11-15revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig1-22/+0
2013-11-15sched: remove INIT_COMPLETIONWolfram Sang1-10/+0
2013-11-15sched: replace INIT_COMPLETION with reinit_completionWolfram Sang1-3/+15
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa1-0/+15
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra1-1/+6
2013-11-15mm: create a separate slab for page->ptl allocationKirill A. Shutemov1-0/+9
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra2-15/+18