aboutsummaryrefslogtreecommitdiffstats
path: root/fs/char_dev.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-08fs: implement kernel_write using __kernel_writeChristoph Hellwig1-8/+9
2020-07-08fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig1-0/+2
2020-07-08fs: unexport __kernel_writeChristoph Hellwig1-1/+0
2020-07-08bpfilter: switch to kernel_writeChristoph Hellwig1-1/+1
2020-07-08autofs: switch to kernel_writeChristoph Hellwig1-1/+1
2020-07-08cachefiles: switch to kernel_writeChristoph Hellwig1-1/+1
2020-07-07mtd: rawnand: xway: Fix build issueMiquel Raynal1-1/+1
2020-07-07Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")Jarkko Sakkinen1-0/+8
2020-07-06perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo1-1/+18
2020-07-06perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter1-2/+3
2020-07-06perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter1-1/+1
2020-07-06perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2-2/+3
2020-07-06perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li1-6/+11
2020-07-06KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTAndrew Scull1-4/+7
2020-07-06KVM: arm64: PMU: Fix per-CPU access in preemptible contextMarc Zyngier1-1/+6
2020-07-05Linux 5.8-rc4Linus Torvalds1-1/+1
2020-07-05x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds1-10/+1
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su1-3/+5
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-07-05.gitignore: Do not track `defconfig` from `make savedefconfig`Paul Menzel1-0/+3
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe1-7/+22
2020-07-04x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski1-1/+34
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski3-12/+17
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski4-25/+44
2020-07-04x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2-0/+30
2020-07-04x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski1-9/+10
2020-07-04i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang1-2/+2
2020-07-04i2c: add Kconfig help text for slave modeWolfram Sang1-0/+4
2020-07-04i2c: slave-eeprom: update documentationWolfram Sang2-5/+20
2020-07-04i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2020-07-04i2c: designware: platdrv: Set class based on DMIRicardo Ribalda1-1/+14
2020-07-04i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham1-1/+2
2020-07-03mm/page_alloc: fix documentation errorJoel Savitz1-1/+1
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig3-3/+4
2020-07-03mm/cma.c: use exact_nid true to fix possible per-numa cma leakBarry Song1-2/+2
2020-07-03samples/vfs: avoid warning in statx overrideKees Cook1-0/+2
2020-07-03mm/hugetlb.c: fix pages per hugetlb calculationMike Kravetz1-1/+1
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)1-3/+3
2020-07-03KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson2-12/+7
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson2-1/+3
2020-07-03KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson1-0/+2
2020-07-03arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718Sai Prakash Ranjan3-0/+8
2020-07-03arm64: Add KRYO4XX gold CPU cores to erratum list 1463225 and 1418040Sai Prakash Ranjan2-6/+17
2020-07-03arm64: Add MIDR value for KRYO4XX gold CPU coresSai Prakash Ranjan1-0/+2
2020-07-03tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi1-6/+9
2020-07-03tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)2-0/+30
2020-07-03perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter1-0/+4
2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' resultAdrian Hunter1-1/+2
2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' resultAdrian Hunter1-1/+2
2020-07-03perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter1-0/+1