aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-16fs: fix cast in fsparam_u32hex() macroAlexey Dobriyan1-1/+1
2020-08-25vboxsf: Fix the check for the old binary mount-arguments structHans de Goede1-1/+1
2020-08-16Linux 5.9-rc1Linus Torvalds1-2/+2
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski22-138/+138
2020-08-14sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai1-2/+3
2020-08-14mm/rmap: annotate a data race at tlb_flush_batchedQian Cai1-1/+1
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai1-1/+1
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneQian Cai1-1/+1
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai1-1/+1
2020-08-14mm/page_counter: fix various data races at memswQian Cai1-6/+7
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai2-15/+20
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov1-7/+13
2020-08-14mm/swap_state: mark various intentional data racesQian Cai1-2/+2
2020-08-14mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm/frontswap: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm/kmemleak: silence KCSAN splats in checksumQian Cai1-0/+2
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni52-227/+24
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-14mm: add thp_headMatthew Wilcox (Oracle)1-0/+15
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)20-62/+65
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)6-11/+18
2020-08-14mm: add thp_orderMatthew Wilcox (Oracle)1-0/+19
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)1-5/+1
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)3-3/+8
2020-08-14mailmap: add entry for Greg KurzGreg Kurz1-0/+1
2020-08-14selftests/exec: add file type errno testsKees Cook3-2/+200
2020-08-14exec: restore EACCES of S_ISDIR execve()Kees Cook1-1/+3
2020-08-14lz4: fix kernel decompression speedNick Terrell4-12/+22
2020-08-14Revert "mm/vmstat.c: do not show lowmem reserve protection information of empty zone"Baoquan He1-6/+6
2020-08-14asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport1-1/+1
2020-08-14sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven1-0/+3
2020-08-14sh: bring syscall_set_return_value in line with other architecturesMichael Karcher1-4/+1
2020-08-14sh: Add SECCOMP_FILTERMichael Karcher4-3/+13
2020-08-14sh: Rearrange blocks in entry-common.SMichael Karcher1-28/+29
2020-08-14sh: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-08-14sh: use the generic dma coherent remap allocatorChristoph Hellwig2-49/+4
2020-08-14sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig1-1/+2
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig4-6/+6
2020-08-14sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig1-2/+0