summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-26mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi1-0/+4
2019-07-26mac80211: HE: add Spatial Reuse element parsing supportJohn Crispin1-0/+49
2019-07-26mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig1-1/+3
2019-07-26mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig1-2/+9
2019-07-26mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell1-28/+6
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown3-13/+21
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek2-2/+3
2019-07-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty1-0/+15
2019-07-26mac80211: add xmit rate to struct ieee80211_tx_statusJohn Crispin1-0/+2
2019-07-26mac80211: add support for parsing ADDBA_EXT IEsJohn Crispin1-0/+8
2019-07-26mac80211: AMPDU handling for rekeys with Extended Key IDAlexander Wetzel1-0/+5
2019-07-26mac80211: Simplify Extended Key ID APIAlexander Wetzel1-8/+0
2019-07-26mac80211: add tx dequeue function for process contextErik Stromdahl1-0/+26
2019-07-26mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman1-1/+0
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
2019-07-26opp: Add dev_pm_opp_find_level_exact()Niklas Cassel1-0/+8
2019-07-26opp: Return genpd virtual devices from dev_pm_opp_attach_genpd()Viresh Kumar1-2/+2
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel3-212/+0
2019-07-26crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel1-0/+3
2019-07-26crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel1-2/+0
2019-07-26crypto: ctr - add helper for performing a CTR encryption walkArd Biesheuvel1-0/+50
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel1-2/+0
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel1-0/+34
2019-07-26crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef1-0/+7
2019-07-26bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev1-0/+1
2019-07-26bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2-1/+6
2019-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-5/+34
2019-07-26drm/panfrost: Export all GPU feature registersSteven Price1-0/+39
2019-07-25drm/dp_mst: Enable registration of AUX devices for MST portsVille Syrjälä2-0/+15
2019-07-25net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich1-0/+1
2019-07-25net/mlx5: Fix modify_cq_in alignmentEdward Srouji1-2/+4
2019-07-25mm/hmm: remove the legacy hmm_pfn_* APIsChristoph Hellwig1-34/+0
2019-07-25mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig1-54/+0
2019-07-25lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky1-56/+0
2019-07-25leds: core: Add support for composing LED class device namesJacek Anaszewski1-0/+45
2019-07-25dt-bindings: leds: Add LED_FUNCTION definitionsJacek Anaszewski1-1/+43
2019-07-25dt-bindings: leds: Add LED_COLOR_ID definitionsJacek Anaszewski1-0/+11
2019-07-25leds: class: Improve LED and LED flash class registration APIJacek Anaszewski2-15/+34
2019-07-25qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon1-1/+1
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit1-3/+7
2019-07-25platform/x86: wmi: add missing struct parameter descriptionMattias Jacobsson1-0/+1
2019-07-25RDMA: Make most headers compile stand aloneJason Gunthorpe6-6/+10
2019-07-25Merge branch 'access-creds'Linus Torvalds1-1/+7
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli1-0/+5
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli1-4/+4
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier3-0/+14
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier1-0/+10
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)1-1/+5
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner1-9/+16
2019-07-25cpumask: Implement cpumask_or_equal()Thomas Gleixner2-0/+37