aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2017-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-07-14replace incorrect strscpy use in FORTIFY_SOURCEDaniel Micay1-11/+12
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita1-1/+1
2017-07-14Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds1-108/+613
2017-07-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-18/+28
2017-07-14Merge tag 'clk-bulk-get-prep-enable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+22
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-8/+31
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds6-14/+38
2017-07-13NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust1-0/+2
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-93/+55
2017-07-13nfs4: add NFSv4 LOOKUPP handlersJeff Layton2-1/+17
2017-07-13nfs: add a nfs_ilookup helperPeng Tao1-0/+1
2017-07-13NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever1-0/+2
2017-07-13NFS: Ensure we commit after writeback is completeTrond Myklebust2-0/+3
2017-07-13NFS: Remove unused fields in the page I/O structuresTrond Myklebust2-2/+0
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington1-0/+1
2017-07-13NFS: convert flags to boolBenjamin Coddington1-5/+5
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-1/+1
2017-07-13sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2-4/+4
2017-07-13sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-1/+1
2017-07-13sunrpc: remove kxdrproc_tChristoph Hellwig1-7/+0
2017-07-13sunrpc: properly type pc_encode callbacksChristoph Hellwig3-9/+10
2017-07-13sunrpc: properly type pc_decode callbacksChristoph Hellwig3-19/+20
2017-07-13sunrpc: properly type pc_release callbacksChristoph Hellwig1-1/+2
2017-07-13sunrpc: properly type pc_func callbacksChristoph Hellwig1-2/+2
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2-3/+3
2017-07-13sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-1/+1
2017-07-13sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig1-1/+2
2017-07-13sunrpc: properly type argument to kxdreproc_tChristoph Hellwig1-1/+4
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-73/+365
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+2
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2-7/+17
2017-07-13Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds3-18/+230
2017-07-13Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds1-35/+35
2017-07-12clk: Provide bulk prepare_enable disable_unprepare variantsBjorn Andersson1-0/+22
2017-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2017-07-13Merge tag 'drm-misc-next-fixes-2017-07-10' of git://anongit.freedesktop.org/g...Dave Airlie1-35/+35
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-22/+2
2017-07-12ARM: samsung: usb-ohci: move inline before return typeJoe Perches1-1/+1
2017-07-12mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko1-1/+1
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko3-15/+46
2017-07-12random,stackprotect: introduce get_random_canary functionRik van Riel1-0/+21
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+200
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin1-9/+20
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin1-11/+16
2017-07-12kernel/watchdog: remove unused declarationNicholas Piggin1-3/+0
2017-07-12include/linux/sem.h: correctly document sem_ctimeManfred Spraul2-2/+2
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul1-0/+3
2017-07-12ipc/sem.c: remove sem_base, embed struct semManfred Spraul1-1/+21
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov1-0/+1
2017-07-12kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov1-0/+2
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2-0/+13
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez1-0/+3
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2-1/+3
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-1/+0
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-2/+2
2017-07-12kernel.h: handle pointers to arrays better in container_of()Ian Abbott1-3/+7
2017-07-12include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell1-2/+2
2017-07-12socket: add documentation for missing elementsstephen hemminger1-0/+3
2017-07-12rtc: Remove wrong deprecation commentAlexandre Belloni1-6/+0
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever1-4/+0
2017-07-12svcrdma: Remove frmr cacheChuck Lever1-18/+0
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever1-3/+1
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever1-14/+0
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever1-0/+3
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever1-1/+1
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-235/+253
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+20
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolSakari Ailus1-0/+4
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-29/+84
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds10-118/+450
2017-07-11iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger1-0/+9
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-4/+208
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman1-1/+1
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-137/+302
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-2/+3
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox1-3/+1
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox1-0/+6
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox1-3/+20
2017-07-10ARM: fix rd_size declarationBart Van Assche1-0/+3
2017-07-10bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott2-73/+85
2017-07-10linux/bug.h: correct "space required before that '-'"Ian Abbott1-2/+2
2017-07-10linux/bug.h: correct "(foo*)" should be "(foo *)"Ian Abbott1-1/+1
2017-07-10linux/bug.h: correct formatting of block commentIan Abbott1-4/+6
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott1-0/+1
2017-07-10mm: disallow early_pfn_to_nid on configurations which do not implement itMichal Hocko1-0/+1
2017-07-10mm: swap: provide lru_add_drain_all_cpuslocked()Thomas Gleixner1-0/+1
2017-07-10mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala1-0/+1
2017-07-10include/linux/backing-dev.h: simplify wb_stat_sumNikolay Borisov1-14/+1
2017-07-10include/linux/mmzone.h: remove ancient/ambiguous commentNikolay Borisov1-5/+2
2017-07-10hugetlb: add support for preferred node to alloc_huge_page_nodemaskMichal Hocko2-3/+4
2017-07-10mm, hugetlb: unclutter hugetlb allocation layersMichal Hocko1-1/+1
2017-07-10mm/oom_kill.c: add tracepoints for oom reaper-related eventsRoman Gushchin1-0/+80
2017-07-10mm: unify new_node_page and alloc_migrate_targetMichal Hocko1-0/+16
2017-07-10hugetlb, memory_hotplug: prefer to use reserved pages for migrationMichal Hocko1-0/+2
2017-07-10include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a...Will Deacon1-0/+1
2017-07-10mm: always enable thp for dax mappingsDan Williams3-5/+11
2017-07-10mm: improve readability of transparent_hugepage_enabled()Dan Williams1-12/+29
2017-07-10oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACKSteven Rostedt (VMware)1-1/+1
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko3-2/+7
2017-07-10mm: hugetlb: delete dequeue_hwpoisoned_huge_page()Naoya Horiguchi1-5/+0
2017-07-10mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual1-4/+27
2017-07-10mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi1-9/+0
2017-07-10swap: add block io poll in swapin pathShaohua Li1-2/+3
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+80
2017-07-10Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-2/+14
2017-07-10Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki1-0/+7
2017-07-10Fix up over-eager 'wait_queue_t' renamingLinus Torvalds2-4/+4
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-0/+6
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe1-1/+22
2017-07-10Merge branch 'fix-uio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2017-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-64/+18
2017-07-10nvmem: include linux/err.h from headerArnd Bergmann1-0/+3
2017-07-10fix brown paperbag bug in inlined copy_..._iter()Al Viro1-4/+4
2017-07-10Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...Jiri Kosina37-155/+248
2017-07-10Merge branches 'for-4.13/ish' and 'for-4.13/ite' into for-linusJiri Kosina1-0/+9
2017-07-10nvme_fc/nvmet_fc: revise Create Association descriptor lengthJames Smart1-1/+22
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds48-527/+1381
2017-07-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-29/+31
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+13
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-6/+10
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+19
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-10/+45
2017-07-08i2c: Provide a stub for i2c_detect_slave_mode()Andy Shevchenko1-0/+2
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-2/+2
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-17/+121
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-0/+10
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-31/+6
2017-07-08Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+0
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-0/+1
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan1-0/+1
2017-07-08sched/headers/uapi: Fix linux/sched/types.h userspace compilation errorsDmitry V. Levin1-8/+8
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao1-2/+2
2017-07-07Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-44/+101
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-7/+162
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+1
2017-07-07Merge tag 'nand/for-4.13' into MTDBrian Norris1-9/+71
2017-07-07Merge tag 'spi-nor/for-4.13' into MTDBrian Norris1-9/+152
2017-07-07dentry name snapshotsAl Viro2-31/+6
2017-07-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+2
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-0/+215
2017-07-07Merge tag 'backlight-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+0
2017-07-07Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+279
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds9-1/+18
2017-07-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds25-9/+1314
2017-07-07Merge branch 'pci/host-tango' into nextBjorn Helgaas1-0/+2
2017-07-07PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge supportMarc Gonzalez1-0/+2
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+26
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-144/+103
2017-07-07libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUSIlya Dryomov1-0/+6
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov1-2/+2
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov1-0/+8
2017-07-07crush: implement weight and id overrides for straw2Ilya Dryomov2-5/+62
2017-07-07libceph: pg_upmap[_items] infrastructureIlya Dryomov1-1/+9
2017-07-07libceph: ceph_decode_skip_* helpersIlya Dryomov1-0/+60
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov4-0/+53
2017-07-07libceph: make DEFINE_RB_* helpers more generalIlya Dryomov1-12/+37
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov1-2/+8
2017-07-07libceph: make sure need_resend targets reflect latest mapIlya Dryomov1-0/+1
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov1-0/+2
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2-1/+20
2017-07-07libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov1-0/+2
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2-1/+12
2017-07-07libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov1-2/+2
2017-07-07libceph: support SERVER_JEWEL feature bitsIlya Dryomov1-0/+2
2017-07-07libceph: advertise support for OSD_POOLRESENDIlya Dryomov1-0/+1
2017-07-07libceph: new features macrosIlya Dryomov1-75/+167
2017-07-07libceph: remove ceph_sanitize_features() workaroundIlya Dryomov1-21/+0
2017-07-07rtc: add generic nvmem supportAlexandre Belloni1-0/+7
2017-07-07rtc: introduce new registration methodAlexandre Belloni1-0/+7
2017-07-06target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal1-0/+1
2017-07-06target: remove transport_completeMike Christie1-4/+0
2017-07-06target: add helper to copy sense to se_cmd bufferMike Christie1-0/+2
2017-07-06target: remove g_device_listMike Christie1-1/+0
2017-07-06tcmu: perfom device add, del and reconfig synchronouslyMike Christie1-0/+7
2017-07-06target: add helper to find se_device by dev_indexMike Christie1-0/+2
2017-07-06target: use idr for se_device dev indexMike Christie1-1/+0
2017-07-06target: break up free_device callbackMike Christie1-0/+1
2017-07-06tcmu: reconfigure netlink attr changesMike Christie1-8/+4
2017-07-06tcmu: Add Type of reconfig into netlinkBryant G. Ly1-0/+8
2017-07-06tcmu: Add netlink for device reconfigurationBryant G. Ly1-0/+1
2017-07-06target: Introduce a function that shows the command stateBart Van Assche1-0/+1
2017-07-06iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger1-1/+0
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche1-0/+8
2017-07-06target: Remove se_device.dev_listBart Van Assche1-2/+0
2017-07-06target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger1-1/+2
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-185/+566
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-8/+2
2017-07-06Merge branch 'work.drm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+1
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds7-17/+58
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-78/+4
2017-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-9/+5
2017-07-06Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-1/+22