aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-06kbuild: Increase kallsyms max symbol lengthJoe Mario1-1/+1
2013-09-16Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+0
2013-09-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds4-279/+124
2013-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-0/+6
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds4-20/+12
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky7-144/+3
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds6-4/+128
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds6-25/+143
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov2-4/+2
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-12mm: make lru_add_drain_all() selectiveChris Metcalf1-1/+1
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju1-0/+1
2013-09-12memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju1-8/+19
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-1/+1
2013-09-12memcg: correct RESOURCE_MAX to ULLONG_MAXSha Zhengju1-1/+1
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2-0/+25
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner2-0/+47
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+1
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko1-6/+43
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko1-2/+4
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko1-7/+3
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-39/+196
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds2-9/+26
2013-09-12Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+16
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2013-09-12vfs: move get_fs_root_and_pwd() to single callerLinus Torvalds1-11/+0
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-4/+86
2013-09-12seqlock: Add a new locking reader typeWaiman Long1-5/+63
2013-09-12Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2013-09-12Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fixes' into nextJoerg Roedel1-0/+16
2013-09-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-119/+18
2013-09-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+27
2013-09-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds28-120/+252
2013-09-11lz4: fix compression/decompression signedness mismatchSergey Senozhatsky1-4/+4
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso1-1/+1
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2-1/+2
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-0/+1
2013-09-11rbtree: add rbtree_postorder_for_each_entry_safe() helperCody P Schafer1-0/+18
2013-09-11rbtree: add postorder iteration functionsCody P Schafer1-0/+4
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu1-0/+3
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu1-0/+6
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov1-1/+1
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens1-0/+2
2013-09-11kprobes: unify insn cachesHeiko Carstens1-4/+28
2013-09-11syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich2-0/+2
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney1-16/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney1-46/+16
2013-09-11mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li1-14/+0