summaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)Author
2020-06-04hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARDSebastian Andrzej Siewior
2020-06-04fsnotify: replace inode pointer with an object idAmir Goldstein
2020-06-04net: stricter validation of untrusted gso packetsWillem de Bruijn
2020-06-04mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2020-06-04lib: devres: add a helper function for ioremap_ucTuowen Zhao
2020-06-04NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-06-04qed: Fix use after free in qed_chain_freeYuval Basson
2020-06-04PCI: Add Zhaoxin Vendor IDRaymond Pang
2020-06-04svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-06-04printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-06-04KVM: Check validity of resolved slot when searching memslotsSean Christopherson
2020-06-04vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-06-04iio: core: remove extra semi-colon from devm_iio_device_register() macroLars Engebretsen
2020-06-01KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-06-01SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington
2020-06-01compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum
2020-06-01percpu_counter: fix a data race at vm_committed_asQian Cai
2020-06-01include/linux/swapops.h: correct guards for non_swap_entry()Steven Price
2020-06-01mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFSChristophe Leroy
2020-06-01ext4: use non-movable memory for superblock readaheadRoman Gushchin
2020-06-01xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)
2020-06-01PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I
2020-06-01thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=nMartin Blumenstingl
2020-06-01block: Fix use-after-free issue accessing struct io_cqSahitya Tummala
2020-06-01hrtimer: Introduce HARD expiry modeSebastian Andrzej Siewior
2020-06-01IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloadsAlex Vesker
2020-06-01net/mlx5: Expose IP-in-IP capability bitAya Levin
2020-06-01uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov
2020-06-01libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov
2020-06-01vt: switch vt_dont_switch to boolJiri Slaby
2020-06-01vt: selection, introduce vc_is_selJiri Slaby
2020-06-01driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede
2020-06-01driver core: platform: Introduce platform_get_irq_optional()Thierry Reding
2020-05-21net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-05-21ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-05-21iommu/vt-d: Fix debugfs register readsMegha Dey
2020-05-21iommu/vt-d: Silence RCU-list debugging warningsQian Cai
2020-05-21tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2020-05-21mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-05-21futex: Fix inode life-time issuePeter Zijlstra
2020-05-21page-flags: fix a crash at SetPageError(THP_SWAP)Qian Cai
2020-05-21iommu/vt-d: Fix RCU list debugging warningsAmol Grover
2020-05-21cgroup: Iterate tasks that did not finish do_exit()Michal Koutný
2020-05-21net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit
2020-05-21inet_diag: return classid for all socket typesDmitry Yakunin
2020-05-21rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)
2020-05-21rcu: Fix irritating whitespace error in rcu_assign_pointer()Paul E. McKenney
2020-05-21treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)
2020-05-21signal: Extend exec_id to 64bitsEric W. Biederman
2020-05-15bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig