aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2-0/+210
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-10/+122
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2-78/+77
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-254/+209
2015-02-12lib/halfmd4.c: simplify includesRasmus Villemoes1-0/+2
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko1-3/+3
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes1-3/+0
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes1-1/+1
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes1-1/+1
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-11/+11
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-13/+13
2015-02-12lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes1-7/+7
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes1-2/+2
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2-6/+3
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur1-0/+1
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven1-4/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-0/+5
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak1-0/+5
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran2-3/+4
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov1-1/+8
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-5/+0
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov1-1/+2
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-2/+7
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov1-5/+5
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov1-0/+4
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov3-12/+9
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov2-12/+54
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov1-0/+3
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov1-3/+2
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov1-2/+10
2015-02-12memcg: rename some cache id related variablesVladimir Davydov1-2/+2
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov3-4/+14
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov1-2/+4
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-0/+16
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman1-1/+2
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2-156/+1
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-2/+1
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-1/+1
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman1-0/+20
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman1-4/+0
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+9
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+19
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-21/+32
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds5-58/+39
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-4/+57
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-41/+199
2015-02-12Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-9/+84
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-0/+13
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-9/+55
2015-02-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+0
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-170/+364
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+10
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-3/+16
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+4
2015-02-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-19/+63
2015-02-11mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev1-1/+1
2015-02-11mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka1-3/+4
2015-02-11pagewalk: add walk_page_vma()Naoya Horiguchi1-0/+1
2015-02-11pagewalk: improve vma handlingNaoya Horiguchi1-3/+12
2015-02-11mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi1-6/+0
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli1-11/+0
2015-02-11mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli1-0/+4
2015-02-11mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli1-0/+7
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka1-6/+6
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V1-0/+4
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim2-60/+61
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim2-0/+77
2015-02-11mm/compaction: print current range where compaction workJoonsoo Kim1-7/+23
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim2-14/+36
2015-02-11mm/compaction: change tracepoint format from decimal to hexadecimalJoonsoo Kim1-1/+1
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov2-1/+26
2015-02-11mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h>Kirill A. Shutemov1-0/+1
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-11/+3
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko1-0/+4
2015-02-11mm: memcontrol: default hierarchy interface for memoryJohannes Weiner1-0/+32
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner1-1/+2
2015-02-11vmscan: force scan offline memory cgroupsVladimir Davydov1-0/+6
2015-02-11mm: microoptimize zonelist operationsVlastimil Babka1-6/+7
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka1-8/+9
2015-02-11mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2-4/+8
2015-02-11mm: fix typo of MIGRATE_RESERVE in commentBaoquan He1-1/+1
2015-02-11mm: memcontrol: track move_lock state internallyJohannes Weiner1-8/+4
2015-02-11swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov1-15/+0
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2-0/+13
2015-02-11mm: add VM_BUG_ON_PAGE() to page_mapcount()Wang, Yalin1-1/+2
2015-02-11mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2-5/+12
2015-02-11f2fs: fix sparse warningsJaegeuk Kim1-6/+7
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim1-0/+4
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim2-0/+2
2015-02-11f2fs: merge flags in struct f2fs_sb_infoChao Yu1-2/+2
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-9/+16
2015-02-11Merge tag 'pinctrl-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-3/+201
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds4-36/+10
2015-02-11Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds10-57/+28
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-20/+151
2015-02-11block: remove unused function blk_bio_map_sgChristoph Hellwig1-2/+0
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-2/+33
2015-02-11Merge tag 'fbdev-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2-1/+12
2015-02-11Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds27-177/+273
2015-02-11Merge tag 'media/v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds13-66/+195
2015-02-11Merge tag 'for-v3.20' of git://git.infradead.org/battery-2.6Linus Torvalds3-32/+109
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds109-665/+2259
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-0/+134
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-1/+4
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-67/+49
2015-02-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-32/+28
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-16/+36
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-71/+355
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+19
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov2-6/+2
2015-02-10memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov1-2/+1
2015-02-10memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov1-2/+3
2015-02-10mm: hugetlb: fix type of hugetlb_treat_as_movable variableAndrey Ryabinin1-1/+1
2015-02-10asm-generic: drop unused pte_file* helpersKirill A. Shutemov1-15/+0
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2-4/+1
2015-02-10mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov1-5/+3
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov4-14/+2
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2-9/+0
2015-02-10mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov1-9/+7
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov1-1/+0
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-2/+6
2015-02-10mm: don't use compound_head() in virt_to_head_page()Joonsoo Kim1-1/+26
2015-02-10fsnotify: fix handling of renames in auditJan Kara1-2/+4
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-1/+68
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe1-1/+0
2015-02-10Merge branch 'next' into for-linusDmitry Torokhov871-9118/+28331
2015-02-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-5/+5
2015-02-10Merge branch 'pm-domains'Rafael J. Wysocki2-5/+1
2015-02-10Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki1-0/+196
2015-02-10Merge branch 'acpi-resources'Rafael J. Wysocki3-14/+94
2015-02-10Merge branch 'acpica'Rafael J. Wysocki19-47/+59
2015-02-10Merge branch 'devel-stable' into for-nextRussell King20-67/+92
2015-02-10ARM: 8256/1: driver coamba: add device binding path 'driver_override'Antonios Motakis1-0/+1
2015-02-09Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds4-3/+16
2015-02-09Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-6/+2
2015-02-09Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-4/+8
2015-02-09Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-3/+31
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du2-2/+2
2015-02-09Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-02-09Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+38
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+26
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-12/+27
2015-02-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+10
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-31/+70
2015-02-09ipv6: Make __ipv6_select_ident staticVlad Yasevich1-2/+0
2015-02-09ethtool: rename reserved1 memeber in ethtool_drvinfo for expansion ROM versionHariprasad Shenai1-1/+3
2015-02-09IB/mlx4: Reset flow support for IB kernel ULPsYishai Hadas1-0/+2
2015-02-09net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua1-1/+1
2015-02-09Merge tag 'regulator-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-3/+88
2015-02-09Merge tag 'spi-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds12-43/+5
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe1-0/+10
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe1-0/+5
2015-02-09tipc: convert legacy nl bearer dump to nl compatRichard Alpe1-0/+5
2015-02-09Merge tag 'regmap-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-1/+1
2015-02-09Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.or...David S. Miller4-0/+6
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2-2/+9
2015-02-09dm: remove exports for request-based interfaces without external callersMike Snitzer1-3/+0
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust1-1/+0
2015-02-09ALSA: pcm: allow for trigger_tstamp snapshot in .triggerPierre-Louis Bossart1-0/+1
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust1-1/+0
2015-02-09Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo1-0/+2
2015-02-09Merge branches 'for-3.19/upstream-fixes', 'for-3.20/apple', 'for-3.20/betop',...Jiri Kosina2-1/+4
2015-02-08net:rfs: adjust table size checkingEric Dumazet1-1/+2
2015-02-08SUNRPC: Remove TCP client connection reset hackTrond Myklebust1-1/+0
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust1-0/+3
2015-02-08Merge tag 'trace-fixes-v3.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+4
2015-02-08net: rfs: add hash collision detectionEric Dumazet2-40/+18
2015-02-08net: fix a typo in skb_checksum_validate_zero_checkSabrina Dubroca1-1/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-0/+4
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-0/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2-0/+2
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2-0/+38
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme1-1/+21
2015-02-07Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-7/+255
2015-02-08Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to...Mark Brown2-1/+1
2015-02-08Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/to...Mark Brown1-0/+2
2015-02-08Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topi...Mark Brown10-42/+0
2015-02-08Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-nextMark Brown1-0/+2
2015-02-08Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mo...Mark Brown2-0/+63
2015-02-08Merge remote-tracking branches 'regulator/topic/axp20x', 'regulator/topic/da9...Mark Brown1-0/+2
2015-02-08Merge remote-tracking branch 'regulator/topic/dt-cb' into regulator-nextMark Brown1-0/+13
2015-02-08Merge tag 'regulator-v3.19-rc7' into regulator-linusMark Brown1-3/+10
2015-02-08Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown1-1/+1
2015-02-07x86/tlb/trace: Do not trace on CPU that is offlineSteven Rostedt (Red Hat)1-1/+3
2015-02-07tracing: Add condition check to RCU lockdep checksSteven Rostedt (Red Hat)1-1/+1
2015-02-07Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-31/+1
2015-02-07Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+2
2015-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2015-02-06Merge tag 'sound-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds3-2/+3
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+19
2015-02-06ALSA: Add a helper to add a new attribute group to cardTakashi Iwai1-0/+3
2015-02-06Revert "IB/core: Add support for extended query device caps"Yann Droneaud2-31/+1
2015-02-05NFSv4.1: Pin the inode and super block in asynchronous layoutreturnsTrond Myklebust1-0/+1