summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye2020-10-141-0/+5
* fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye2020-10-141-0/+8
* mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-10-071-4/+7
* mm: replace memmap_context by meminit_contextLaurent Dufour2020-10-072-4/+9
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2020-10-071-1/+2
* ata: make qc_prep return ata_completion_errorsJiri Slaby2020-10-011-6/+6
* ata: define AC_ERR_OKJiri Slaby2020-10-011-0/+1
* NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust2020-10-011-0/+2
* PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski2020-10-011-1/+0
* skbuff: fix a data race in skb_queue_len()Qian Cai2020-10-011-1/+13
* seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrierMarco Elver2020-10-011-2/+9
* debugfs: Fix !DEBUG_FS debugfs_create_automountKusanagi Kouichi2020-10-011-2/+3
* mmc: core: Fix size overflow for mmc partitionsBradley Bolen2020-10-011-1/+1
* net: add __must_check to skb_put_padto()Eric Dumazet2020-09-261-3/+4
* i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo2020-09-231-0/+15
* netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal2020-09-171-0/+2
* libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2020-09-091-0/+1
* block: allow for_each_bvec to support zero len bvecMing Lei2020-09-091-1/+8
* uaccess: Add non-pagefault user-space write functionDaniel Borkmann2020-09-091-0/+12
* uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu2020-09-091-0/+14
* include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe2020-09-091-1/+1
* netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-09-091-2/+1
* HID: core: Sanitize event code and type when mapping inputMarc Zyngier2020-09-091-13/+29
* writeback: Avoid skipping inode writebackJan Kara2020-09-031-2/+6
* efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov2020-09-031-0/+4
* iommu/vt-d: Enforce PASID devTLB field maskLiu Yi L2020-08-211-2/+2
* PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas2020-08-211-0/+3
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-0/+13
* bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski2020-08-191-1/+1
* tracepoint: Mark __tracepoint_string's __usedNick Desaulniers2020-08-191-1/+1
* xattr: break delegations in {set,remove}xattrFrank van der Linden2020-08-111-0/+2
* Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui2020-08-111-0/+2
* random32: move the pseudo-random 32-bit definitions to prandom.hLinus Torvalds2020-08-072-62/+82
* random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds2020-08-071-1/+1
* random: fix circular include dependency on arm64 after addition of percpu.hWilly Tarreau2020-08-071-1/+1
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-071-0/+3
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-311-1/+3
* dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2020-07-291-0/+1
* io-mapping: indicate mapping failureMichael J. Ruhl2020-07-291-1/+4
* Input: add `SW_MACHINE_COVER`Merlijn Wajer2020-07-291-1/+1
* printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-07-221-5/+0
* vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen2020-07-221-35/+22
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-221-0/+28
* cgroup: Fix sock_cgroup_data on big-endian.Cong Wang2020-07-221-0/+2
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-222-3/+7
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-161-2/+2
* kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-162-3/+4
* net: qed: fix left elements count calculationAlexander Lobakin2020-06-301-10/+16
* net: core: reduce recursion limit valueTaehee Yoo2020-06-301-1/+1
* net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal2020-06-301-1/+1