Age | Commit message (Expand) | Author |
2013-11-15 | seq_file: introduce seq_setwidth() and seq_pad() | Tetsuo Handa |
2013-11-15 | lockref: use BLOATED_SPINLOCKS to avoid explicit config dependencies | Peter Zijlstra |
2013-11-15 | mm: create a separate slab for page->ptl allocation | Kirill A. Shutemov |
2013-11-15 | mm: properly separate the bloated ptl from the regular case | Peter Zijlstra |
2013-11-15 | mm: dynamically allocate page->ptl if it cannot be embedded to struct page | Kirill A. Shutemov |
2013-11-15 | mm: allow pgtable_page_ctor() to fail | Kirill A. Shutemov |
2013-11-15 | mm: implement split page table lock for PMD level | Kirill A. Shutemov |
2013-11-15 | mm, hugetlb: convert hugetlbfs to use split pmd lock | Kirill A. Shutemov |
2013-11-15 | mm, thp: do not access mm->pmd_huge_pte directly | Kirill A. Shutemov |
2013-11-15 | mm, thp: move ptl taking inside page_check_address_pmd() | Kirill A. Shutemov |
2013-11-15 | mm, thp: change pmd_trans_huge_lock() to return taken lock | Kirill A. Shutemov |
2013-11-15 | mm: introduce api for split page table lock for PMD level | Kirill A. Shutemov |
2013-11-15 | mm: convert mm->nr_ptes to atomic_long_t | Kirill A. Shutemov |
2013-11-15 | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS | Kirill A. Shutemov |
2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-11-14 | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds |
2013-11-14 | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-11-14 | Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2013-11-14 | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2013-11-14 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds |
2013-11-14 | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2013-11-14 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds |
2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-11-13 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds |
2013-11-13 | Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds |
2013-11-13 | ipc, msg: fix message length check for negative values | Mathias Krause |
2013-11-13 | rbtree: fix rbtree_postorder_for_each_entry_safe() iterator | Jan Kara |
2013-11-13 | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook |
2013-11-13 | rtc: s5m-rtc: add real-time clock driver for s5m8767 | Sangbeom Kim |
2013-11-13 | init.h: document the existence of __initconst | Geert Uytterhoeven |
2013-11-13 | list: introduce list_last_entry(), use list_{first,last}_entry() | Oleg Nesterov |
2013-11-13 | list: change list_for_each_entry*() to use list_*_entry() | Oleg Nesterov |
2013-11-13 | list: introduce list_next_entry() and list_prev_entry() | Oleg Nesterov |
2013-11-13 | lib/genalloc: add a helper function for DMA buffer allocation | Nicolin Chen |
2013-11-13 | bitops/find: clarify and extend documentation | Cody P Schafer |
2013-11-13 | backlight: lm3630: apply chip revision | Daniel Jeong |
2013-11-13 | backlight: lp855x_bl: support new LP8555 device | Milo Kim |
2013-11-13 | sched: remove ARCH specific fpu_counter from task_struct | Vineet Gupta |
2013-11-13 | jump_label: unlikely(x) > 0 | Roel Kluin |
2013-11-13 | errno.h: remove "NFS" from descriptions in comments | Eric Sandeen |
2013-11-13 | syscalls.h: use gcc alias instead of assembler aliases for syscalls | Andi Kleen |
2013-11-13 | mm: numa: return the number of base pages altered by protection changes | Mel Gorman |
2013-11-13 | mm: factor commit limit calculation | Jerome Marchand |