aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes1-4/+0
2016-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+1
2016-10-23Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2-0/+19
2016-10-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2016-10-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+0
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2016-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-10-21Merge tag 'acpi-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2016-10-21Merge branches 'acpi-wdat' and 'acpi-cppc'Rafael J. Wysocki1-1/+1
2016-10-21Merge tag 'gic-fixes-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner1-1/+1
2016-10-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+40
2016-10-20Merge tag 'pm-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2016-10-20Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2016-10-20clocksource: Add J-Core timer/clocksource driverRich Felker1-0/+1
2016-10-20cpufreq: fix overflow in cpufreq_table_find_index_dl()Sergey Senozhatsky1-2/+2
2016-10-20sched/core, x86: Make struct thread_info arch specific againHeiko Carstens1-11/+0
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski1-1/+1
2016-10-19target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger1-0/+1
2016-10-19nvme.h: add an enum for cns valuesChristoph Hellwig1-0/+10
2016-10-19nvme.h: don't use uuid_beChristoph Hellwig1-2/+1
2016-10-19nvme.h: resync with nvme-cliChristoph Hellwig1-6/+27
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi1-1/+2
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-9/+10
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+2
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes1-2/+1
2016-10-18mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-0/+1
2016-10-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2016-10-17clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo1-1/+1
2016-10-17generic syscalls: kill cruft from removed pkey syscallsDave Hansen2-7/+0
2016-10-17irqchip/gic-v3-its: Fix entry size mask for GITS_BASERVladimir Murzin1-1/+1
2016-10-17mailbox: PCC: Fix return value of pcc_mbox_request_channel()Hoan Tran1-1/+1
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov1-0/+2
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-6/+29
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+11
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-63/+179
2016-10-14Merge tag 'docs-4.9-2' of git://git.lwn.net/linuxLinus Torvalds1-35/+42
2016-10-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-0/+109
2016-10-14Merge tag 'acpi-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+19
2016-10-14Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-52/+52
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds4-23/+188
2016-10-14qedr: Add support for QP verbsRam Amrani1-0/+34
2016-10-14qedr: Add support for PD,PKEY and CQ verbsRam Amrani1-0/+19
2016-10-14qedr: Add support for user context verbsRam Amrani1-0/+53
2016-10-14qedr: Add RoCE driver frameworkRam Amrani1-0/+3
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-23/+30
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds3-34/+45
2016-10-14pkeys: Remove easily triggered WARNDave Jones1-1/+0
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+1203
2016-10-14Merge branches 'device-properties' and 'acpi-misc'Rafael J. Wysocki1-3/+19
2016-10-14Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki1-52/+52
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi1-0/+1
2016-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+35
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds11-10/+58
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+55
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-2/+23
2016-10-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+24
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-0/+24
2016-10-13net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert1-2/+11
2016-10-12cpufreq: skip invalid entries when searching the frequencyAaro Koskinen1-52/+52
2016-10-12Merge tag 'pwm/for-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-3/+45
2016-10-12Merge tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2-361/+60
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+0
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds52-2350/+3787
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-238/+357
2016-10-11docs-rst: sphinxify 802.11 documentationJohannes Berg1-35/+42
2016-10-11mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2-12/+11
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2-2/+0
2016-10-11kthread: add kerneldoc for kthread_create()Jonathan Corbet1-0/+11
2016-10-11kthread: better support freezable kthread workersPetr Mladek1-3/+9
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek1-0/+4
2016-10-11kthread: allow to cancel kthread workPetr Mladek1-0/+5
2016-10-11kthread: initial support for delayed kthread workPetr Mladek1-0/+33
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek1-0/+2
2016-10-11kthread: add kthread_create_worker*()Petr Mladek1-0/+7
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-9/+9
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek1-1/+1
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-0/+18
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier1-0/+6
2016-10-11ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul1-0/+1
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra1-1/+2
2016-10-11dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-0/+5
2016-10-11random: remove unused randomize_range()Jason Cooper1-1/+0
2016-10-11random: simplify API for random address requestsJason Cooper1-0/+1
2016-10-11autofs4: move linux/auto_dev-ioctl.h to uapi/linuxIan Kent2-208/+222
2016-10-11autofs: move inclusion of linux/limits.h to uapiTomohiro Kusumi2-1/+1
2016-10-11autofs: remove AUTOFS_DEVID_LENTomohiro Kusumi1-2/+0
2016-10-11include/linux/ctype.h: make isdigit() table lookuplessAlexey Dobriyan1-1/+4
2016-10-11radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler1-0/+8
2016-10-11ACPI / property: Allow holes in reference propertiesMika Westerberg1-3/+19
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds29-579/+1587
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-2/+64
2016-10-11Merge tag 'libnvdimm-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-34/+33
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro23-53/+208
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2-69/+272
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-13/+17
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy6-6/+18
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-0/+11
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-74/+133
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-3/+89
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds13-114/+123
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-16/+50
2016-10-10constify iov_iter_count() and iter_is_iovec()Al Viro1-2/+2
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds2-1/+2
2016-10-10drm/crtc: constify drm_crtc_index parameterJani Nikula1-1/+1
2016-10-10drm: use the right function name in documentationGrazvydas Ignotas1-2/+2
2016-10-10drm/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPSStefan Christ1-1/+1
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+23
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+13
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+1
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds11-19/+998
2016-10-09Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds1-3/+20
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2-1/+2
2016-10-08Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris1-0/+107
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-1/+2
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro4-10/+28
2016-10-08watchdog: add watchdog pretimeout governor frameworkVladimir Zapolskiy1-0/+13
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-153/+250
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+9
2016-10-07Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds4-0/+100
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-4/+158
2016-10-07Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversionAlex Sidorenko1-1/+1
2016-10-07Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+4
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-9/+0
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton1-0/+6
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-10/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2-0/+11
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-5/+26
2016-10-07min/max: remove sparse warnings when they're nestedJohannes Berg1-20/+28
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-2/+2
2016-10-07linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu1-1/+1
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-1/+1
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko1-3/+2
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli1-2/+8
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-1/+1
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer1-3/+3
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-2/+4
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie1-0/+3
2016-10-07mm, compaction: restrict full priority to non-costly ordersVlastimil Babka1-0/+1
2016-10-07mm: remove page_file_indexHuang Ying2-13/+1
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-4/+4
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu2-4/+5
2016-10-07thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani1-0/+7
2016-10-07mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying1-0/+12
2016-10-07mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu1-4/+5
2016-10-07mm/memblock.c: expose total reserved memorySrikar Dronamraju1-0/+1
2016-10-07mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju1-0/+3
2016-10-07mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko1-0/+1
2016-10-07mm, oom: enforce exit_oom_victim on current taskTetsuo Handa1-1/+1
2016-10-07oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko1-1/+1
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko2-2/+6
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2-2/+14
2016-10-07oom: keep mm of the killed task availableMichal Hocko1-0/+2
2016-10-07mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa1-1/+0
2016-10-07mm, swap: add swap_cluster_listHuang Ying1-4/+7
2016-10-07mm: pagewalk: fix the comment for test_walkJames Morse1-2/+2
2016-10-07mm/page_owner: don't define fields on struct page_ext by hard-codingJoonsoo Kim1-6/+0
2016-10-07mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim1-0/+2
2016-10-07mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim1-0/+2
2016-10-07mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko1-1/+0
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka1-0/+23
2016-10-07mm, compaction: add the ultimate direct compaction priorityVlastimil Babka1-1/+2
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2-5/+5
2016-10-07mm, compaction: cleanup unused functionsVlastimil Babka1-5/+0
2016-10-07mm/vmalloc.c: fix align value calculation errorzijun_hu1-10/+26
2016-10-07mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov2-39/+19
2016-10-07jiffies: add time comparison functions for 64 bit jiffiesJason A. Donenfeld1-0/+4
2016-10-07fanotify: use notification_lock instead of access_lockJan Kara1-1/+0
2016-10-07fsnotify: convert notification_mutex to a spinlockJan Kara1-1/+1
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-0/+3
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher1-0/+1
2016-10-07Merge branch 'for-4.9/dax' into libnvdimm-for-nextDan Williams1-0/+1
2016-10-07Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextDan Williams3-34/+32
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-21/+65
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-49/+3
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds9-34/+417
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-10/+49
2016-10-07IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsJack Morgenstein1-1/+12
2016-10-07IB/mthca: Move user vendor structuresLeon Romanovsky2-0/+112
2016-10-07IB/nes: Move user vendor structuresLeon Romanovsky2-0/+115
2016-10-07IB/ocrdma: Move user vendor structuresLeon Romanovsky2-0/+152
2016-10-07IB/mlx4: Move user vendor structuresLeon Romanovsky2-0/+108
2016-10-07IB/cxgb4: Move user vendor structuresLeon Romanovsky2-0/+82
2016-10-07IB/cxgb3: Move user vendor structuresLeon Romanovsky2-0/+77
2016-10-07IB/mlx5: Move and decouple user vendor structuresLeon Romanovsky2-0/+250
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-2/+4
2016-10-07IB/core: Add more fields to IPv6 flow specificationMaor Gottlieb2-2/+11
2016-10-07IB/uverbs: Add more fields to IPv4 flow specificationMaor Gottlieb2-0/+15