summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-14tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-10-14net: introduce helper sendpage_ok() in include/linux/net.hColy Li
2020-10-14mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins
2020-10-14macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet
2020-10-14nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni
2020-10-14btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo
2020-10-14btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana
2020-10-14btrfs: Ensure we trim ranges across block group boundaryQu Wenruo
2020-10-14btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo
2020-10-14Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana
2020-10-14Btrfs: send, allow clone operations within the same fileFilipe Manana
2020-10-14arm64: dts: stratix10: add status to qspi dts nodeDinh Nguyen
2020-10-14i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare
2020-10-14perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala
2020-10-14perf test session topology: Fix data pathTommi Rantala
2020-10-14driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa
2020-10-14platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuseAaron Ma
2020-10-14platform/x86: intel-vbtn: Switch to an allow-list for SW_TABLET_MODE reportingHans de Goede
2020-10-14bpf: Prevent .BTF section eliminationTony Ambardar
2020-10-14bpf: Fix sysfs export of empty BTF sectionTony Ambardar
2020-10-14platform/x86: thinkpad_acpi: initialize tp_nvram_state variableTom Rix
2020-10-14platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on the HP Pav...Hans de Goede
2020-10-14Platform: OLPC: Fix memleak in olpc_ec_probeDinghao Liu
2020-10-14usermodehelper: reset umask to default before executing user processLinus Torvalds
2020-10-14vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz
2020-10-14vhost: Don't call access_ok() when using IOTLBGreg Kurz
2020-10-14drm/nouveau/mem: guard against NULL pointer access in mem_delKarol Herbst
2020-10-14net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam
2020-10-14io_uring: Fix double list add in io_queue_async_work()Muchun Song
2020-10-14io_uring: Fix remove irrelevant req from the task_listMuchun Song
2020-10-14io_uring: Fix missing smp_mb() in io_cancel_async_work()Muchun Song
2020-10-14io_uring: Fix resource leaking when kill the processYinyin Zhu
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven
2020-10-14fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye
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-07Linux 5.4.70v5.4.70Greg Kroah-Hartman
2020-10-07netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker
2020-10-07ep_create_wakeup_source(): dentry name can change under you...Al Viro
2020-10-07epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro
2020-10-07epoll: replace ->visited/visited_list with generation countAl Viro
2020-10-07epoll: do not insert into poll queues until all sanity checks are doneAl Viro
2020-10-07nvme: consolidate chunk_sectors settingsKeith Busch
2020-10-07nvme: Introduce nvme_lba_to_sect()Damien Le Moal
2020-10-07nvme: Cleanup and rename nvme_block_nr()Damien Le Moal
2020-10-07mm: don't rely on system state to detect hot-plug operationsLaurent Dufour
2020-10-07mm: replace memmap_context by meminit_contextLaurent Dufour
2020-10-07block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov
2020-10-07random32: Restore __latent_entropy attribute on net_rand_stateThibaut Sautereau
2020-10-07scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwritingUwe Kleine-König