summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-10-14net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-10-14netlink: fix policy dump leakJohannes Berg
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna
2020-10-14mm: validate inode in mapping_set_error()Minchan Kim
2020-10-14net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov
2020-10-14net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha
2020-10-14pipe: Fix memory leaks in create_pipe_files()Qian Cai
2020-10-14xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony
2020-10-14net: introduce helper sendpage_ok() in include/linux/net.hColy Li
2020-10-14bpf: Prevent .BTF section eliminationTony Ambardar
2020-10-14Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye
2020-10-14fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye
2020-10-07scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal
2020-10-07pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds
2020-10-07memstick: Skip allocating card when removing hostKai-Heng Feng
2020-10-01mm: don't rely on system state to detect hot-plug operationsLaurent Dufour
2020-10-01mm: replace memmap_context by meminit_contextLaurent Dufour
2020-10-01mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik
2020-10-01kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu
2020-10-01net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov
2020-09-26net: add __must_check to skb_put_padto()Eric Dumazet
2020-09-26net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski
2020-09-26ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
2020-09-23dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara
2020-09-23dm: Call proper helper to determine dax supportJan Kara
2020-09-23arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones
2020-09-23serial: core: fix console port-lock regressionJohan Hovold
2020-09-23locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao
2020-09-23ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failureCezary Rojewski
2020-09-23ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto
2020-09-23KVM: MIPS: Change the definition of kvm typeHuacai Chen
2020-09-23i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo
2020-09-17test_firmware: Test platform fw loading on non-EFI systemsKees Cook
2020-09-17irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta
2020-09-17netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal
2020-09-09drm/i915: Fix sha_text population codeSean Paul
2020-09-09libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo
2020-09-09block: allow for_each_bvec to support zero len bvecMing Lei
2020-09-09include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe
2020-09-09netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso
2020-09-09netfilter: nf_tables: fix destination register zeroingFlorian Westphal
2020-09-09netfilter: nf_tables: incorrect enum nft_list_attributes definitionPablo Neira Ayuso
2020-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-09-09rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells
2020-09-05HID: core: Sanitize event code and type when mapping inputMarc Zyngier
2020-09-03fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa
2020-09-03drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter
2020-09-03writeback: Fix sync livelock due to b_dirty_time processingJan Kara
2020-09-03writeback: Avoid skipping inode writebackJan Kara
2020-09-03ext4: limit the length of per-inode prealloc listbrookxu