summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-1/+1
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov2-7/+7
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2013-11-14ACPI: Provide acpi_dev_name accessor for struct acpi_device device nameJarkko Nikula1-0/+10
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2-4/+2
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki3-10/+19
2013-11-14genetlink: make genl_ops flags a u8 and move to endJohannes Berg1-3/+3
2013-11-14genetlink: allow making ops constJohannes Berg1-5/+5
2013-11-14genetlink: register family ops as arrayJohannes Berg1-3/+4
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg1-2/+0
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-14/+4
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams1-0/+17
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas5-73/+71
2013-11-14Merge branch 'for-3.13/post-mq-drivers' into for-linusJens Axboe2-10/+410
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-15/+114
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds4-22/+34
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-50/+64
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-302/+955
2013-11-14wait: add wait_event_cmd()Shaohua Li1-0/+25
2013-11-14Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+13
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds8-21/+59
2013-11-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds6-3/+38
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-48/+297
2013-11-13target: Convert se_device statistics to atomic_long_tNicholas Bellinger1-5/+4
2013-11-13dmaengine: reference counted unmap dataDan Williams1-0/+3
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+26
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-1/+75
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-2/+31
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2-11/+6
2013-11-13hardirq: Make hardirq bits genericThomas Gleixner1-22/+8
2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner1-1/+6
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds196-4121/+6012
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds28-134/+241
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds13-72/+186
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-0/+1
2013-11-13Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+51
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-37/+0
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-0/+7
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-32/+0
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause1-3/+3
2013-11-13rbtree: fix rbtree_postorder_for_each_entry_safe() iteratorJan Kara1-7/+9
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook2-3/+4
2013-11-13rtc: s5m-rtc: add real-time clock driver for s5m8767Sangbeom Kim2-0/+12
2013-11-13init.h: document the existence of __initconstGeert Uytterhoeven1-4/+2
2013-11-13list: introduce list_last_entry(), use list_{first,last}_entry()Oleg Nesterov1-4/+15
2013-11-13list: change list_for_each_entry*() to use list_*_entry()Oleg Nesterov1-22/+22
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-0/+16
2013-11-13lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen1-0/+2
2013-11-13bitops/find: clarify and extend documentationCody P Schafer1-2/+10
2013-11-13backlight: lm3630: apply chip revisionDaniel Jeong2-57/+65