aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-18userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli1-0/+6
2015-05-18userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPIAndrea Arcangeli1-1/+41
2015-05-18userfaultfd: activate syscallAndrea Arcangeli1-0/+1
2015-05-18userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli1-15/+49
2015-05-18userfaultfd: Rename uffd_api.bits into .features fixupAndrea Arcangeli1-1/+1
2015-05-18userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov1-2/+8
2015-05-18userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli1-1/+1
2015-05-18userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli1-0/+2
2015-05-18userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli1-0/+11
2015-05-18userfaultfd: linux/userfaultfd_k.hAndrea Arcangeli1-0/+79
2015-05-18userfaultfd: uAPIAndrea Arcangeli2-0/+82
2015-05-18userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-2/+3
2015-05-18kasan, x86: move populate_zero_shadow() out of arch directoryAndrey Ryabinin1-0/+8
2015-05-14linux-next-git-rejectsAndrew Morton2-9/+0
2015-05-14linux-nextmmotm auto import190-2689/+6171
2015-05-14lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon1-2/+2
2015-05-14kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke1-0/+2
2015-05-14rtc: restore alarm after resumeMatthew Garrett1-0/+4
2015-05-14lib: Add CRC64 ECMA moduleMarian Chereji1-0/+56
2015-05-14mm/util.c: add kstrimdup()Sebastian Capella1-0/+1
2015-05-14clone-support-passing-tls-argument-via-c-rather-than-pt_regs-magic-fixJosh Triplett1-0/+1
2015-05-14clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2-3/+17
2015-05-14compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches4-185/+116
2015-05-14compiler-gcc.h: neateningJoe Perches1-40/+45
2015-05-14mm: move lazily freed pages to inactive listMinchan Kim1-0/+1
2015-05-14mm: don't split THP page when syscall is calledMinchan Kim1-0/+4
2015-05-14mm: support madvise(MADV_FREE)Minchan Kim3-2/+9
2015-05-14include/linux/page-flags.h: rename macros to avoid collisionsAndrew Morton1-56/+56
2015-05-14mm: sanitize page->mapping for tail pagesKirill A. Shutemov1-0/+4
2015-05-14page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov1-0/+2
2015-05-14page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov1-3/+6
2015-05-14page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov1-1/+1
2015-05-14page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov1-2/+3
2015-05-14page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov1-1/+1
2015-05-14page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov1-3/+3
2015-05-14page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov1-1/+2
2015-05-14page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov1-3/+6
2015-05-14page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov1-3/+2
2015-05-14page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov1-8/+9
2015-05-14page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov1-10/+13
2015-05-14page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2-18/+9
2015-05-14page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov2-104/+134
2015-05-14page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov1-15/+3
2015-05-14mm-clarify-that-the-function-operateds-on-hugepage-pte-fixAndrew Morton1-1/+1
2015-05-14mm: clarify that the function operateds on hugepage pteAneesh Kumar K.V2-16/+20
2015-05-14mm-thp-split-out-pmd-collpase-flush-into-a-separate-functions-fixAndrew Morton1-0/+2
2015-05-14mm/thp: split out pmd collapse/flush into separate functionsAneesh Kumar K.V1-0/+19
2015-05-14mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi1-0/+1
2015-05-14tracing: add trace event for memory-failureXie XiuQi1-0/+85
2015-05-14memory-failure: change type of action_result's param 3 to enumXie XiuQi1-1/+1
2015-05-14memory-failure: export page_type and action resultXie XiuQi1-0/+34
2015-05-14mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov1-1/+1
2015-05-14mm: only define hashdist variable when neededRasmus Villemoes1-4/+4
2015-05-14mm: meminit: finish initialisation of struct pages before basic setupMel Gorman1-0/+8
2015-05-14mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman1-0/+8
2015-05-14mm: meminit: inline some helper functionsMel Gorman1-9/+0
2015-05-14mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2-3/+19
2015-05-14mm: meminit: only set page reserved in the memblock regionNathan Zimmer1-0/+2
2015-05-14memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt1-0/+18
2015-05-14mm: new arch_remap() hookLaurent Dufour1-0/+9
2015-05-14mm: new mm hook frameworkLaurent Dufour1-0/+16
2015-05-14slab: infrastructure for bulk object allocation and freeingChristoph Lameter1-0/+10
2015-05-14linux/slab.h: fix three off-by-one typos in commentRasmus Villemoes1-2/+2
2015-05-14mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo1-0/+22
2015-05-14watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf1-0/+3
2015-05-14smpboot: dynamically allocate the cpumaskChris Metcalf1-1/+1
2015-05-14smpboot: allow excluding cpus from the smpboot threadsChris Metcalf1-0/+5
2015-05-14configfs: unexport/make static config_item_init()Fabian Frederick1-1/+0
2015-05-14tracing/mm: don't trace mm_page_pcpu_drain on offline cpusShreyas B. Prabhu1-1/+15
2015-05-14tracing/mm: don't trace mm_page_free on offline cpusShreyas B. Prabhu1-1/+3
2015-05-14tracing/mm: don't trace kmem_cache_free on offline cpusShreyas B. Prabhu1-2/+4
2015-05-14uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSERJosh Triplett1-2/+2
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov1-1/+1
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov2-0/+6
2015-05-14originmmotm auto import11-10/+143
2015-05-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-05-08Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-05-07Merge tag 'for-linus' of git://github.com/dledford/linuxLinus Torvalds4-5/+31
2015-05-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée1-1/+1
2015-05-06Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+0
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-05util_macros.h: have array pointer point to array of constantsGuenter Roeck1-1/+1
2015-05-05IB/core: Fix unaligned accessesDavid Ahern1-3/+4
2015-05-05IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI1-2/+1
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-1/+22
2015-05-05RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...Tatyana Nikolova2-0/+26
2015-05-04blk-mq: fix FUA request hangShaohua Li1-1/+1
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann3-1/+22
2015-05-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-5/+19
2015-05-01virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi1-1/+1
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2015-04-30Merge tag 'sound-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-8/+24
2015-04-30Merge tag 'asoc-v4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai4-3/+15
2015-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+0
2015-04-30Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2015-04-30Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2-3/+5
2015-04-29xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky1-0/+1
2015-04-29Merge remote-tracking branches 'asoc/fix/email', 'asoc/fix/fsl-ssi', 'asoc/fi...Mark Brown3-2/+14
2015-04-29Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown1-1/+1
2015-04-29ALSA: emu10k1: Emu10k2 32 bit DMA modePeter Zubaj1-5/+9
2015-04-28ACPICA: remove duplicate u8 typedefOlaf Hering1-1/+0
2015-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+4
2015-04-28ASoC: Update email-id of Rajeev KumarRajeev Kumar2-2/+2
2015-04-28tty: Re-add external interface for tty_set_termios()Frederic Danis1-0/+1
2015-04-28uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede1-0/+2
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+14
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-48/+11
2015-04-27SCSI: add 1024 max sectors black list flagMike Christie1-0/+1
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini1-8/+0
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu1-0/+1
2015-04-26net/bonding: Make DRV macros privateMatan Barak1-7/+0
2015-04-26Merge git://git.infradead.org/intel-iommuLinus Torvalds1-3/+15
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-86/+15
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-20/+47
2015-04-26Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+18
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-04-25net: fix crash in build_skb()Eric Dumazet1-0/+1
2015-04-24fix I_DIO_WAKEUP definitionEric Sandeen1-1/+1
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-1/+28
2015-04-24irqchip: gic: Drop support for gic_arch_extnMarc Zyngier1-2/+0
2015-04-24netfilter: bridge: fix NULL deref in physin/out ifindex helpersFlorian Westphal1-2/+14
2015-04-24Merge tag 'sound-fix-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds6-35/+78
2015-04-24Merge tag 'dma-buf-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+28
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds7-46/+55
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds4-0/+12
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+15
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2-37/+1
2015-04-24rhashtable: don't attempt to grow when at max_sizeJohannes Berg1-1/+2
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-4/+61
2015-04-24Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-15/+10
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+23
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust34-98/+195
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker2-69/+1
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker1-11/+0
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton1-9/+9
2015-04-23NFS: Don't zap caches on fallocate()Anna Schumaker1-0/+4
2015-04-23netdev_alloc_pcpu_stats: use less common iterator variableJohannes Berg1-3/+3
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-0/+4
2015-04-22ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLECharles Keepax1-1/+1
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds2-19/+40
2015-04-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+4
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-13/+31
2015-04-22mpls: Per-device MPLS stateRobert Shearman1-0/+4
2015-04-22Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-36/+119
2015-04-22Revert "mm: avoid tail page refcounting on non-THP compound pages"Linus Torvalds1-1/+1
2015-04-22Merge tag 'mmc-4.1-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-2/+12
2015-04-22Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-3/+3
2015-04-22Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+134
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-2/+87
2015-04-22Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds5-49/+31
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2-1/+5
2015-04-22Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-27/+0
2015-04-22libceph: announce support for straw2 bucketsIlya Dryomov1-1/+15
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov1-2/+10
2015-04-22ceph: rename snapshot supportYan, Zheng1-0/+1
2015-04-22perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driverSonny Rao1-4/+0
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+12
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen1-0/+3
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen1-0/+1
2015-04-22Merge branch 'cluster' into for-nextNeilBrown2-0/+8
2015-04-21uapi: Remove kernel internal declarationAndreas Gruenbacher2-7/+7
2015-04-21nfsd: eliminate NFSD_DEBUGMark Salter1-8/+0
2015-04-21Merge tag 'media/v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds25-212/+526
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-4/+82
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-133/+115
2015-04-21Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-4/+1931
2015-04-21KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman1-0/+1
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab488-4454/+10741
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-6/+28
2015-04-21Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab25-214/+528
2015-04-20net: add skb_checksum_complete_unsetTom Herbert1-0/+12
2015-04-20Merge tag 'remoteproc-4.1-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2015-04-20Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds1-4/+3
2015-04-20Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-76/+460
2015-04-21Merge branch 'topic/sh' into for-linusVinod Koul3-10/+3
2015-04-20Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+30
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-165/+11
2015-04-20smp: don't use 16-bit words for atomic accessesLinus Torvalds1-1/+1
2015-04-20libceph: simplify our debugfs attr macroIlya Dryomov1-7/+1
2015-04-20libceph: expose client options through debugfsIlya Dryomov1-0/+1
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-0/+1
2015-04-20libceph: osdmap.h: Add missing format newlinesJoe Perches1-3/+2
2015-04-19target: Version 2 of TCMU ABIAndy Grover1-17/+27
2015-04-20Merge Linus master into drm-nextDave Airlie432-4258/+9919
2015-04-20media-bus: Fixup RGB444_1X12, RGB565_1X16, and YUV8_1X24 media bus formatPhilipp Zabel1-5/+5
2015-04-19ASoC: add static inline funcs to fix a compiling issueJie Yang1-0/+12
2015-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-21/+17
2015-04-18Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan1-0/+51
2015-04-18sparc: Revert generic IOMMU allocator.David S. Miller1-55/+0
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-29/+29
2015-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-0/+3
2015-04-18Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2-2/+163
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-3/+3
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+52
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds3-48/+125