summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada1-0/+2
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence1-0/+26
2017-10-19usb: renesas_usbhs: add support for R-Car D3Yoshihiro Shimoda1-2/+3
2017-10-19usb: gadget: Add kerneldoc for some neglected structure fieldsJonathan Corbet1-0/+5
2017-10-19locking/static_keys: Improve uninitialized key warningBorislav Petkov2-10/+10
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris1-17/+30
2017-10-19fscrypt: new helper function - fscrypt_prepare_setattr()Eric Biggers1-0/+25
2017-10-19fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers3-0/+35
2017-10-19fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers3-0/+47
2017-10-19fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers3-0/+34
2017-10-19fscrypt: new helper function - fscrypt_file_open()Eric Biggers2-0/+12
2017-10-19fscrypt: new helper function - fscrypt_require_key()Eric Biggers1-0/+25
2017-10-19fscrypt: remove ->is_encrypted()Eric Biggers1-1/+0
2017-10-19fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers1-1/+1
2017-10-19fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers1-0/+2
2017-10-19fscrypt: clean up include file messDave Chinner3-18/+37
2017-10-18block: remove blk_mq_reinit_tagsetSagi Grimberg1-2/+0
2017-10-18block: introduce blk_mq_tagset_iterSagi Grimberg1-0/+2
2017-10-18dma-fence: remove duplicate word in commentFrank Binns1-1/+1
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski1-0/+3
2017-10-18bpf: remove the verifier ops from program structureJakub Kicinski2-1/+1
2017-10-18bpf: split verifier and program opsJakub Kicinski2-19/+24
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer1-0/+1
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer1-1/+30
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer1-0/+1
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells1-17/+30
2017-10-18of: overlay: avoid race condition between applying multiple overlaysFrank Rowand1-3/+0
2017-10-18of: overlay: detect cases where device tree may become corruptFrank Rowand1-5/+5
2017-10-18of: overlay: rename identifiers to more reflect what they doFrank Rowand1-6/+6
2017-10-18Merge commit '3728e6a255b5' into patchworkMauro Carvalho Chehab32-147/+286
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady1-0/+10
2017-10-17bitops: Add clear/set_bit32() to linux/bitops.hAndi Kleen1-0/+26
2017-10-17memory: omap-gpmc: Drop gpmc_statusLadislav Michl1-2/+0
2017-10-17thermal : Remove const to make same prototypeArvind Yadav1-1/+1
2017-10-17ACPI / PM: Combine device suspend routinesRafael J. Wysocki1-2/+1
2017-10-17Merge branch 'pm-qos' into acpi-pmRafael J. Wysocki1-1/+0
2017-10-17ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra1-69/+14
2017-10-17perf/ftrace: Fix function trace eventsPeter Zijlstra1-0/+5
2017-10-17perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2-3/+3
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2017-10-16irqchip/irq-omap-intc: Remove omap3_init_irq()Ladislav Michl1-2/+0
2017-10-16of: make kobject and bin_attribute support configurableRob Herring1-12/+10
2017-10-16of: wrap accesses to device_node kobjectRob Herring1-0/+2
2017-10-16of: make struct property _flags field configurableRob Herring1-0/+4
2017-10-16of: remove struct property.unique_id for FDTRob Herring1-0/+2
2017-10-16NFS: Create NFS_ACCESS_* flagsAnna Schumaker1-0/+10
2017-10-16ACPI/IORT: Improve functions return type/storage class specifier indentationLorenzo Pieralisi1-2/+2
2017-10-16Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman8-29/+96
2017-10-16Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2-1/+3
2017-10-16Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman39-162/+308