aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-28PCI: Add Zhaoxin Vendor IDRaymond Pang1-0/+2
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2-2/+4
2020-03-28iio: cros_ec: Report hwfifo_watermark_maxGwendal Grignou1-0/+3
2020-03-28iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou1-3/+1
2020-03-28iio: cros_ec: Remove pm functionGwendal Grignou1-5/+0
2020-03-28iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou1-1/+9
2020-03-28iio: expose iio_device_set_clockGwendal Grignou1-0/+2
2020-03-28iio: cros_ec: Move function description to .c fileGwendal Grignou1-80/+0
2020-03-28platform/chrome: cros_ec_sensorhub: Add median filterGwendal Grignou1-4/+89
2020-03-28platform/chrome: cros_ec_sensorhub: Add FIFO supportGwendal Grignou1-0/+76
2020-03-28platform/chrome: cros_ec_sensorhub: Add the number of sensors in sensorhubGwendal Grignou1-0/+2
2020-03-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-2/+2
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-7/+2
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan3-2/+13
2020-03-28PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas1-0/+5
2020-03-28Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-90/+63
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner1-3/+3
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into locking/coreThomas Gleixner1-2/+0
2020-03-28Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into x86/cleanupsThomas Gleixner2-8/+9
2020-03-28cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()Thomas Gleixner1-3/+9
2020-03-27generic arch_futex_atomic_op_inuser() doesn't need access_ok()Al Viro1-2/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-2/+2
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2-1/+21
2020-03-27bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann1-1/+6
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann3-1/+26
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe1-4/+1
2020-03-27mm/hmm: remove unused code and tidy commentsJason Gunthorpe1-102/+2
2020-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2020-03-27net: dsa: felix: support changing the MTUVladimir Oltean1-0/+7
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean1-0/+6
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean1-0/+10
2020-03-27net: phy: bcm7xx: add jumbo frame configuration to PHYMurali Krishna Policharla1-0/+2
2020-03-27PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macroVasundhara Volam1-0/+1
2020-03-27devlink: Add macro for "fw.mgmt.api" to info_get cb.Vasundhara Volam1-0/+2
2020-03-27gpiolib: Introduce gpiod_set_config()Geert Uytterhoeven1-0/+8
2020-03-27Merge tag 'v5.6-rc7' into develLinus Walleij75-428/+341
2020-03-27ring-buffer/tracing: Have iterator acknowledge dropped eventsSteven Rostedt (VMware)1-0/+1
2020-03-27NFS/pNFS: Simplify bucket layout segment reference countingTrond Myklebust1-2/+1
2020-03-27NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust1-0/+1
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust1-13/+0
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust1-0/+1
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust1-0/+1
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni1-0/+4
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig1-14/+0
2020-03-27netfilter: flowtable: Use rw sem as flow block lockPaul Blakey1-1/+1
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu1-1/+2
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso2-1/+5
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso2-1/+11
2020-03-27netfilter: conntrack: export nf_ct_acct_update()Pablo Neira Ayuso1-0/+2
2020-03-27Merge branch 'asoc-5.7' into asoc-nextMark Brown19-71/+270