summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-17firmware: Move Trusted Foundations supportThierry Reding
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers
2019-04-17fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers
2019-04-17phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHYKishon Vijay Abraham I
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers
2019-04-16rtc: ds1685: use threaded interruptThomas Bogendoerfer
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini
2019-04-16dma-buf: explicitely note that dma-fence-chains use 64bit seqnoChristian König
2019-04-16i2c: algo: bit: add flag to whitelist atomic transfersWolfram Sang
2019-04-16i2c: core: introduce callbacks for atomic transfersWolfram Sang
2019-04-16perf/core: Add perf_pmu_resched() as global functionStephane Eranian
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan
2019-04-15hwmon: Add support for samples attributesGuenter Roeck
2019-04-15hwmon: Add convience macro to define simple static sensorsCharles Keepax
2019-04-15ntp: Audit NTP parameters adjustmentOndrej Mosnacek
2019-04-15timekeeping: Audit clock adjustmentsOndrej Mosnacek
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-04-15platform/chrome: wilco_ec: Standardize mailbox interfaceNick Crews
2019-04-15PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I
2019-04-15printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker
2019-04-15firmware: xilinx: Add fpga API'sNava kishore Manne
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds
2019-04-14iio: inkern: API for reading available iio channel attribute valuesArtur Rojek
2019-04-13bfq: update internal depth state when queue depth changesJens Axboe
2019-04-13Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-13Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-04-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-13CPER: Remove unnecessary use of user-space typesBjorn Helgaas
2019-04-13CPER: Add UEFI spec referencesBjorn Helgaas
2019-04-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-12fs: drop unused fput_atomic definitionLukas Bulwahn
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown
2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown
2019-04-12rhashtable: reorder some inline functions and macros.NeilBrown
2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke
2019-04-12Merge branch 'next-integrity-for-james' of git://git.kernel.org/pub/scm/linux...James Morris
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov