aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-21thermal: Fix thermal_zone_of_sensor_register to match documentationPunit Agrawal1-1/+1
2015-09-20security: fix typo in security_task_prctlJann Horn1-1/+1
2015-09-19Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+31
2015-09-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-2/+2
2015-09-19Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+50
2015-09-19mm: fix type cast in __pfn_to_phys()Tyler Baker1-1/+1
2015-09-18Merge branch 'acpi-bus'Rafael J. Wysocki2-3/+3
2015-09-18Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2-1/+28
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+1
2015-09-18IB/hfi1: fix pstateinfo from returning improperly byteswapped valueIra Weiny1-2/+2
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-65/+59
2015-09-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-1/+4
2015-09-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-24/+5
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+9
2015-09-17libceph: advertise support for keepalive2Ilya Dryomov1-0/+1
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov1-1/+3
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-8/+6
2015-09-17Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-5/+1
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei1-5/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner3-11/+11
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2-5/+5
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-6/+6
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2-5/+5
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu1-3/+14
2015-09-16genirq: Provide IRQD_FORWARDED_TO_VCPU status flagThomas Gleixner1-0/+16
2015-09-16genirq: Simplify irq_data_to_desc()Thomas Gleixner1-5/+1
2015-09-16genirq: Remove __irq_set_handler_locked()Thomas Gleixner1-10/+0
2015-09-16genirq: Remove __irq_set_chip_handler_name_locked()Thomas Gleixner1-13/+0
2015-09-16cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki1-0/+5
2015-09-15genirq: Update the comment for generic_handle_irq_descHuang Shijie1-3/+1
2015-09-15genirq: Remove stale commentThomas Gleixner1-4/+0
2015-09-15locking/static_keys: Fix up the static keys documentationJonathan Corbet1-6/+4
2015-09-15ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla2-3/+3
2015-09-15Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki1-1/+23
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar1-24/+5
2015-09-12blk: rq_data_dir() should not return a booleanLinus Torvalds1-1/+1
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-10/+69
2015-09-11Merge tag 'ntb-4.3' of git://github.com/jonmason/ntbLinus Torvalds2-5/+5
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds9-37/+40
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-35/+21
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-6/+49
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-18/+14
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches1-9/+10
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers4-1/+59
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-1/+9
2015-09-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg1-0/+30
2015-09-11Merge branch 'pm-opp'Rafael J. Wysocki1-0/+6
2015-09-11target: use stringify.h instead of own definitionDavid Disseldorp1-4/+0
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger1-0/+13
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra1-2/+2
2015-09-11PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham1-1/+8
2015-09-11PM / devfreq: cache the last call to get_dev_status()Javi Merino1-0/+15
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds5-155/+397
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-35/+341
2015-09-10Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+14
2015-09-11Merge tag 'drm-intel-next-fixes-2015-09-10' of git://anongit.freedesktop.org/...Dave Airlie1-1/+1
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-6/+82
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+11
2015-09-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+1
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-7/+91
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-0/+15
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-0/+13
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-0/+14
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-0/+18
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-0/+58
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-2/+10
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-3/+3
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young1-0/+11
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko1-0/+4
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker1-2/+0
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook1-7/+7
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij1-2/+8
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld1-2/+2
2015-09-10include/linux/poison.h: remove not-used poison pointer macrosVasily Kulikov1-7/+0
2015-09-10include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2015-09-10proc: export idle flag via kpageflagsVladimir Davydov1-0/+1
2015-09-10mm: introduce idle page trackingVladimir Davydov4-0/+127
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+44
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov1-8/+1
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov1-0/+1
2015-09-10zpool: add zpool_has_pool()Dan Streetman1-0/+2
2015-09-09ether: add IEEE 1722 ethertype - TSNHenrik Austad1-0/+1
2015-09-10elf-em.h: move EM_MICROBLAZE to the common headerMike Frysinger1-0/+1
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann1-2/+11
2015-09-09add microchip LAN88xx phy driverWoojung.Huh@microchip.com1-0/+73
2015-09-09Merge tag 'qcom-soc-for-4.3-rc2' of git://codeaurora.org/quic/kernel/agross-m...Kevin Hilman3-0/+92
2015-09-09Merge branch 'drivers/reset' into next/lateKevin Hilman4-0/+14
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter1-2/+0
2015-09-09Merge tag 'qcom-soc-for-4.3' into v4.2-rc2Andy Gross3-0/+92
2015-09-09Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-14/+0
2015-09-09Merge tag 'pwm/for-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-41/+58
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds19-101/+1312
2015-09-08Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds1-1/+6
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-156/+549
2015-09-08Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+2
2015-09-09PM / OPP: add dev_pm_opp_get_suspend_opp() helperBartlomiej Zolnierkiewicz1-0/+6
2015-09-08Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2-51/+328
2015-09-08Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds1-1/+1
2015-09-08Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds4-6/+10
2015-09-08Merge tag 'platform-drivers-x86-v4.3-1' of git://git.infradead.org/users/dvha...Linus Torvalds1-3/+29
2015-09-08Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-4/+77
2015-09-08Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-0/+29
2015-09-08mm: zbud: constify the zbud_opsKrzysztof Kozlowski1-1/+1
2015-09-08mm: zpool: constify the zpool_opsKrzysztof Kozlowski1-2/+2
2015-09-08mm: swap: zswap: maybe_preload & refactoringDmitry Safonov1-0/+3
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky1-2/+2
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky1-0/+6
2015-09-08mm: use numa_mem_id() in alloc_pages_node()Vlastimil Babka1-2/+3
2015-09-08mm: unify checks in alloc_pages_node() and __alloc_pages_node()Vlastimil Babka1-5/+5
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-8/+15
2015-09-08mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li1-0/+14
2015-09-08mm/hwpoison: introduce num_poisoned_pages wrappersNaoya Horiguchi1-0/+23
2015-09-08mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error han...Wanpeng Li1-0/+1
2015-09-08mm: add utility for early copy from unmapped ramMark Salter1-0/+6
2015-09-08pci: mm: add pci_pool_zalloc() callSean O. Stalley1-0/+2
2015-09-08mm: add dma_pool_zalloc() call to DMA APISean O. Stalley1-0/+6
2015-09-08mm: drop __nocast from vm_flags_t definitionKirill A. Shutemov1-1/+1
2015-09-08mm, page_isolation: make set/unset_migratetype_isolate() file-localNaoya Horiguchi1-5/+0
2015-09-08mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen1-0/+2
2015-09-08mm/memblock.c: make memblock_overlaps_region() return bool.Tang Chen1-1/+1
2015-09-08hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz1-0/+3
2015-09-08hugetlbfs: New huge_add_to_page_cache helper routineMike Kravetz1-0/+2
2015-09-08hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz1-1/+3
2015-09-08mm/hugetlb: expose hugetlb fault mutex for use by fallocateMike Kravetz1-0/+5
2015-09-08mm/hugetlb: add cache of descriptors to resv_map for region_addMike Kravetz1-0/+3
2015-09-08mm: rename and move get/set_freepage_migratetypeVlastimil Babka1-12/+0
2015-09-08memcg: move memcg_proto_active from sock.hMichal Hocko1-5/+0
2015-09-08memcg: get rid of extern for functions in memcontrol.hMichal Hocko1-8/+8
2015-09-08memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCGMichal Hocko1-2/+0
2015-09-08memcg: export struct mem_cgroupMichal Hocko3-62/+346
2015-09-08mm, oom: add description of struct oom_controlDavid Rientjes1-3/+17
2015-09-08mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes1-1/+0
2015-09-08mm, oom: organize oom context into structDavid Rientjes1-10/+15
2015-09-08mm: improve __GFP_NORETRY comment based on implementationDavid Rientjes1-1/+4
2015-09-08mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim1-0/+6
2015-09-08mm: remove put_page_unless_one()Vineet Gupta1-12/+0
2015-09-08dax: don't use set_huge_zero_page()Kirill A. Shutemov1-3/+0
2015-09-08dax: add huge page fault supportMatthew Wilcox1-0/+14
2015-09-08mm: add vmf_insert_pfn_pmd()Matthew Wilcox1-0/+2
2015-09-08mm: export various functions for the benefit of DAXMatthew Wilcox1-0/+10
2015-09-08mm: add a pmd_fault handlerMatthew Wilcox1-0/+2
2015-09-08thp: prepare for DAX huge pagesMatthew Wilcox1-0/+4
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox2-14/+21
2015-09-08thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov1-10/+1
2015-09-08mm: introduce vma_is_anonymous(vma) helperOleg Nesterov1-0/+5
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-42/+179
2015-09-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-3/+1
2015-09-08Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-1/+8
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng3-1/+9
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds11-14/+75
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+6
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-18/+141
2015-09-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+13
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall2-5/+9
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+2
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross1-2/+2
2015-09-08kvm: move new trace event outside #ifdef CONFIG_KVM_ASYNC_PFWanpeng Li1-2/+2
2015-09-08locking/static_keys: Fix a silly typoJonathan Corbet1-1/+1
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-61/+57
2015-09-07NTB: Fix documentation for ntb_peer_db_clear.Allen Hubbe1-1/+1
2015-09-07NTB: Fix documentation for ntb_link_is_upAllen Hubbe1-4/+3
2015-09-07NTB: Add flow control to the ntb_netdevDave Jiang1-0/+1
2015-09-07NFSv4: Express delegation limit in units of pagesTrond Myklebust1-1/+1
2015-09-06Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/lin...David S. Miller1-1/+3
2015-09-06KVM: trace kvm_halt_poll_ns grow/shrinkWanpeng Li1-0/+30
2015-09-06KVM: make halt_poll_ns per-vCPUWanpeng Li1-0/+1
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-2/+3
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-16/+46
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds20-948/+1312
2015-09-05Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds1-3/+4
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-114/+83
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-51/+433
2015-09-05rtc: cmos: century supportSylvain Chouleur1-0/+29
2015-09-04mm: remove struct node_active_regionminkyung88.kim1-8/+0
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov2-1/+1
2015-09-04genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy1-0/+2
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy1-2/+2
2015-09-04mm: defer flush of writable TLB entriesMel Gorman1-0/+7
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2-0/+19
2015-09-04x86, mm: trace when an IPI is about to be sentMel Gorman2-1/+3
2015-09-04userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli1-0/+6
2015-09-04userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPIAndrea Arcangeli1-1/+41
2015-09-04userfaultfd: activate syscallAndrea Arcangeli1-0/+1
2015-09-04userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli1-15/+55
2015-09-04userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov1-3/+9
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli1-1/+1
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli1-0/+2
2015-09-04userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli1-0/+11
2015-09-04userfaultfd: linux/userfaultfd_k.hAndrea Arcangeli1-0/+79
2015-09-04userfaultfd: uAPIAndrea Arcangeli2-0/+84
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-2/+3
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter1-0/+10
2015-09-04watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell1-4/+4
2015-09-04watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell1-4/+9
2015-09-04watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell1-0/+2
2015-09-04kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2-11/+5