aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15fs/ntfs: remove unused variblesAlex Shi2-6/+2
2020-12-15ide: remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister()Sebastian Andrzej Siewior1-3/+0
2020-12-15ide/falcon: remove in_interrupt() usageSebastian Andrzej Siewior1-2/+0
2020-12-15uapi: move constants from <linux/kernel.h> to <linux/const.h>Petr Vorel8-14/+12
2020-12-15kthread_worker: document CPU hotplug handlingPetr Mladek1-1/+19
2020-12-15kthread: add kthread_work tracepointsRob Clark2-0/+93
2020-12-13Linux 5.10Linus Torvalds1-1/+1
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer1-2/+2
2020-12-12x86/kprobes: Fix optprobe to detect INT3 padding correctlyMasami Hiramatsu1-2/+20
2020-12-11Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn1-0/+12
2020-12-11tools/kvm_stat: Exempt time-based countersStefan Raspl1-1/+5
2020-12-11KVM: mmu: Fix SPTE encoding of MMIO generation upper halfMaciej S. Szmigiero3-10/+21
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko4-8/+8
2020-12-11mm/hugetlb: clear compound_nr before freeing gigantic pagesGerald Schaefer1-0/+1
2020-12-11kasan: fix object remaining in offline per-cpu quarantineKuan-Ying Lee1-0/+39
2020-12-11elfcore: fix building with clangArnd Bergmann3-27/+22
2020-12-11initramfs: fix clang build failureArnd Bergmann1-1/+1
2020-12-11kbuild: avoid static_assert for genksymsArnd Bergmann1-0/+5
2020-12-11selftest/fpu: avoid clang warningArnd Bergmann1-1/+2
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-11revert "mm/filemap: add static for function __add_to_page_cache_locked"Andrew Morton1-1/+1
2020-12-11Input: cm109 - do not stomp on control URBDmitry Torokhov1-2/+5
2020-12-11mtd: rawnand: xway: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: socrates: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: plat_nand: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: pasemi: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: orion: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: mpc5121: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: gpio: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: au1550: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: ams-delta: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11Revert "scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()"Andrea Parri (Microsoft)1-5/+0
2020-12-10RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt1-2/+2
2020-12-11drm/i915/display: Go softly softly on initial modeset failureChris Wilson1-1/+1
2020-12-10x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner1-10/+14
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker2-1/+10
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo1-1/+1
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2-9/+13
2020-12-10selftests: fix poll error in udpgro.shPaolo Abeni1-0/+3
2020-12-10selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker1-4/+4
2020-12-10selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker1-1/+1
2020-12-10selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker1-0/+41
2020-12-10bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov1-5/+5
2020-12-10x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen1-4/+2
2020-12-10x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2-2/+3
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal1-6/+8
2020-12-09Input: i8042 - add Acer laptops to the i8042 reset listChris Chiu1-0/+42
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu3-24/+12
2020-12-09Revert "md/raid10: extend r10bio devs to raid disks"Song Liu1-4/+5
2020-12-09Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu1-67/+51