summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye2020-10-141-0/+8
* ata: make qc_prep return ata_completion_errorsJiri Slaby2020-10-011-6/+6
* ata: define AC_ERR_OKJiri Slaby2020-10-011-0/+1
* 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
* net: add __must_check to skb_put_padto()Eric Dumazet2020-10-011-1/+1
* mtd: Fix comparison in map_word_andequal()Ben Hutchings2020-10-011-1/+1
* i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo2020-09-231-0/+15
* USB: core: add helpers to retrieve endpointsJohan Hovold2020-09-231-0/+35
* libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2020-09-121-0/+1
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2020-09-123-14/+31
* block: allow for_each_bvec to support zero len bvecMing Lei2020-09-121-1/+8
* uaccess: Add non-pagefault user-space write functionDaniel Borkmann2020-09-121-0/+12
* uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu2020-09-121-0/+14
* include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe2020-09-121-1/+1
* HID: core: Sanitize event code and type when mapping inputMarc Zyngier2020-09-121-13/+29
* overflow.h: Add allocation size calculation helpersKees Cook2020-09-031-0/+73
* writeback: Avoid skipping inode writebackJan Kara2020-09-031-2/+6
* efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov2020-09-031-0/+4
* mm: Avoid calling build_all_zonelists_init under hotplug contextOscar Salvador2020-08-211-1/+2
* iommu/vt-d: Enforce PASID devTLB field maskLiu Yi L2020-08-211-2/+2
* tracepoint: Mark __tracepoint_string's __usedNick Desaulniers2020-08-211-1/+1
* xattr: break delegations in {set,remove}xattrFrank van der Linden2020-08-211-0/+2
* random32: move the pseudo-random 32-bit definitions to prandom.hLinus Torvalds2020-08-212-62/+82
* random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds2020-08-211-1/+1
* random: fix circular include dependency on arm64 after addition of percpu.hWilly Tarreau2020-08-211-1/+1
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-211-0/+3
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-311-1/+3
* io-mapping: indicate mapping failureMichael J. Ruhl2020-07-311-1/+4
* usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai2020-07-221-0/+2
* 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
* sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2020-07-091-0/+1
* net: qed: fix left elements count calculationAlexander Lobakin2020-06-301-10/+16
* net: core: reduce recursion limit valueTaehee Yoo2020-06-301-1/+1
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2020-06-301-4/+2
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-301-0/+4
* block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish2020-06-301-0/+2
* libata: Use per port sync for detachKai-Heng Feng2020-06-301-0/+3
* elfnote: mark all .note sections SHF_ALLOCNick Desaulniers2020-06-301-1/+1
* include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann2020-06-301-1/+1
* usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak2020-06-301-0/+3
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-202-1/+3
* kgdb: Fix spurious true from in_dbg_master()Daniel Thompson2020-06-201-1/+1
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-111-0/+6
* netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-06-031-1/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-031-1/+1
* mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov2020-06-031-2/+13
* net/mlx5: Add command entry handling completionMoshe Shemesh2020-06-031-0/+1