summaryrefslogtreecommitdiffstats
path: root/samples/timers (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-08PCI: dwc: Use generic config accessorsRob Herring1-82/+37
2020-09-08PCI: dwc: Remove dwc specific config accessor opsRob Herring2-20/+0
2020-09-08PCI: dwc: histb: Use pci_ops for root config space accessorsRob Herring1-18/+23
2020-09-08PCI: dwc: exynos: Use pci_ops for root config space accessorsRob Herring1-20/+25
2020-09-08PCI: dwc: kirin: Use pci_ops for root config space accessorsRob Herring1-18/+21
2020-09-08PCI: dwc: meson: Use pci_ops for root config space accessorsRob Herring1-13/+10
2020-09-08PCI: dwc: tegra: Use pci_ops for root config space accessorsRob Herring1-14/+16
2020-09-08PCI: dwc: keystone: Use pci_ops for config space accessorsRob Herring1-22/+18
2020-09-08PCI: dwc: al: Use pci_ops for child config space accessorsRob Herring1-50/+13
2020-09-08PCI: dwc: Add a default pci_ops.map_bus for root portRob Herring2-0/+20
2020-09-07PCI: dwc: Allow overriding bridge pci_opsRob Herring2-5/+11
2020-09-07PCI: dwc: Use DBI accessors instead of own config accessorsRob Herring1-36/+19
2020-09-07PCI: Allow root and child buses to have different pci_opsRob Herring2-1/+8
2020-09-07PCI: designware-ep: Fix the Header Type checkHou Zhiqiang2-1/+3
2020-08-16Linux 5.9-rc1v5.9-rc1Linus Torvalds1-2/+2
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-16io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-15virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-15ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-15rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-15iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski22-138/+138
2020-08-15sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-15sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-15include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-15mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-15mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai1-2/+3
2020-08-15mm/rmap: annotate a data race at tlb_flush_batchedQian Cai1-1/+1
2020-08-15mm/mempool: fix a data race in mempool_free()Qian Cai1-1/+1
2020-08-15mm/list_lru: fix a data race in list_lru_count_oneQian Cai1-1/+1
2020-08-15mm/memcontrol: fix a data race in scan countQian Cai1-1/+1
2020-08-15mm/page_counter: fix various data races at memswQian Cai1-6/+7
2020-08-15mm/swapfile: fix and annotate various data racesQian Cai2-15/+20
2020-08-15mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov1-7/+13
2020-08-15mm/swap_state: mark various intentional data racesQian Cai1-2/+2
2020-08-15mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-15mm/frontswap: mark various intentional data racesQian Cai1-4/+4
2020-08-15mm/kmemleak: silence KCSAN splats in checksumQian Cai1-0/+2
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni52-227/+24
2020-08-15fs: autofs: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-15mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-15mm: add thp_headMatthew Wilcox (Oracle)1-0/+15
2020-08-15mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)20-62/+65
2020-08-15mm: add thp_sizeMatthew Wilcox (Oracle)6-11/+18
2020-08-15mm: add thp_orderMatthew Wilcox (Oracle)1-0/+19
2020-08-15mm: move page-flags include to top of fileMatthew Wilcox (Oracle)1-5/+1
2020-08-15mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)3-3/+8
2020-08-15mailmap: add entry for Greg KurzGreg Kurz1-0/+1
2020-08-15selftests/exec: add file type errno testsKees Cook3-2/+200
2020-08-15exec: restore EACCES of S_ISDIR execve()Kees Cook1-1/+3