aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2-21/+65
2013-11-15mm: allow pgtable_page_ctor() to failKirill A. Shutemov1-1/+2
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov2-1/+38
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov2-3/+30
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov1-0/+1
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov1-1/+2
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov1-7/+7
2013-11-15mm: introduce api for split page table lock for PMD levelKirill A. Shutemov1-0/+13
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-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. Wysocki2-9/+18
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 Helgaas4-37/+35
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-15/+95
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-0/+12
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-48/+62
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-173/+536
2013-11-14wait: add wait_event_cmd()Shaohua Li1-0/+25
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds6-19/+50
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-48/+297
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 Torvalds2-1/+8
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 Torvalds36-809/+1173
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds24-122/+223
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-71/+185
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+1
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-37/+0
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+7
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus 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