summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-04-17Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner1-0/+24
2019-04-17cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf1-0/+24
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-34/+65
2019-04-17docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab5-5/+5
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers1-0/+5
2019-04-17firmware: Move Trusted Foundations supportThierry Reding1-0/+96
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-10/+20
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers1-0/+16
2019-04-17fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers1-4/+5
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers2-5/+3
2019-04-17phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHYKishon Vijay Abraham I1-0/+2
2019-04-17fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers1-1/+2
2019-04-17fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers1-3/+2
2019-04-16rtc: ds1685: use threaded interruptThomas Bogendoerfer1-2/+0
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+6
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini1-4/+6
2019-04-16dma-buf: explicitely note that dma-fence-chains use 64bit seqnoChristian König1-6/+15
2019-04-16i2c: algo: bit: add flag to whitelist atomic transfersWolfram Sang1-0/+1
2019-04-16i2c: core: introduce callbacks for atomic transfersWolfram Sang1-3/+12
2019-04-16perf/core: Add perf_pmu_resched() as global functionStephane Eranian1-0/+3
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar18-59/+102
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan1-1/+6
2019-04-16hwmon: Add support for samples attributesGuenter Roeck1-0/+10
2019-04-16hwmon: Add convience macro to define simple static sensorsCharles Keepax1-0/+8
2019-04-16ntp: Audit NTP parameters adjustmentOndrej Mosnacek1-0/+61
2019-04-16timekeeping: Audit clock adjustmentsOndrej Mosnacek1-0/+14
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-8/+32
2019-04-15platform/chrome: wilco_ec: Standardize mailbox interfaceNick Crews1-20/+2
2019-04-15PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I2-1/+4
2019-04-15printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker1-2/+2
2019-04-15firmware: xilinx: Add fpga API'sNava kishore Manne1-0/+12
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie34-111/+207
2019-04-15Merge branch 'page-refs' (page ref overflow)Linus Torvalds2-5/+20
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-4/+6
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-04-14iio: inkern: API for reading available iio channel attribute valuesArtur Rojek1-0/+14
2019-04-14bfq: update internal depth state when queue depth changesJens Axboe1-0/+1
2019-04-14Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds4-14/+30
2019-04-14Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+0
2019-04-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2019-04-13CPER: Remove unnecessary use of user-space typesBjorn Helgaas1-143/+143
2019-04-13CPER: Add UEFI spec referencesBjorn Helgaas1-28/+26
2019-04-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2019-04-13fs: drop unused fput_atomic definitionLukas Bulwahn1-1/+0
2019-04-13rhashtable: use BIT(0) for locking.NeilBrown1-11/+24
2019-04-13rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown1-3/+6
2019-04-13rhashtable: move dereference inside rht_ptr()NeilBrown1-27/+42
2019-04-13rhashtable: reorder some inline functions and macros.NeilBrown1-71/+71