summaryrefslogtreecommitdiffstats
path: root/tools/firewire (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-01PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai1-4/+1
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar4-13/+251
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar1-6/+21
2021-07-01cpufreq: CPPC: Pass structure instance by referenceViresh Kumar1-8/+8
2021-07-01cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar1-8/+20
2021-06-30cpufreq: Remove ->resolve_freq()Viresh Kumar4-27/+8
2021-06-30cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target()Viresh Kumar1-20/+22
2021-06-30cpufreq: Remove the ->stop_cpu() driver callbackViresh Kumar4-10/+0
2021-06-30cpufreq: powernv: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar1-14/+9
2021-06-30cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar1-22/+24
2021-06-30cpufreq: intel_pstate: Combine ->stop_cpu() and ->offline()Rafael J. Wysocki1-6/+5
2021-06-28selftests/seccomp: Avoid using "sysctl" for reportKees Cook1-2/+6
2021-06-28selftests/seccomp: Flush benchmark outputKees Cook1-0/+2
2021-06-28selftests/seccomp: More closely track fds being assignedKees Cook1-7/+12
2021-06-28selftests/seccomp: Add test for atomic addfd+sendRodrigo Campos1-0/+38
2021-06-28seccomp: Support atomic "addfd + send reply"Rodrigo Campos3-6/+58
2021-06-28mm/page_alloc: Correct return value of populated elements if bulk array is po...Mel Gorman1-1/+1
2021-06-28media: s5p-mfc: Fix display delay control creationMarek Szyprowski1-0/+1
2021-06-28media: mtk-vpu: on suspend, read/write regs only if vpu is runningDafna Hirschfeld1-0/+6
2021-06-28media: video-mux: Skip dangling endpointsPhilipp Zabel1-1/+9
2021-06-28time/kunit: Add missing MODULE_LICENSE()Thomas Gleixner1-0/+1
2021-06-28Linux 5.13v5.13Linus Torvalds1-1/+1
2021-06-27MAINTAINERS: erofs: update my email addressChao Yu1-1/+1
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds5-61/+2
2021-06-25userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definitionGleb Fotengauer-Malinovskiy1-2/+2
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul2-0/+5
2021-06-25spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAMLNobuhiro Iwamatsu2-25/+51
2021-06-25gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAPJohannes Berg1-0/+2
2021-06-25mailmap: add Marek's other e-mail address and identity without diacriticsMarek BehĂșn1-0/+2
2021-06-25MAINTAINERS: fix Marek's identity againMarek BehĂșn1-2/+2
2021-06-25mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman1-0/+4
2021-06-25mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes1-1/+1
2021-06-25mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi1-14/+30
2021-06-25mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao1-1/+2
2021-06-25mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck1-13/+23
2021-06-25mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins4-28/+9
2021-06-25kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek1-11/+24
2021-06-25kthread_worker: split code for canceling the delayed work timerPetr Mladek1-17/+29
2021-06-25mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens1-10/+14
2021-06-25KVM: s390: prepare for hugepage vmallocClaudio Imbrenda1-1/+6
2021-06-25mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda2-0/+18
2021-06-25nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-06-25mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins1-0/+4
2021-06-25mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins1-9/+25
2021-06-25mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins1-4/+9
2021-06-25mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins1-4/+3
2021-06-25mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins1-50/+55
2021-06-25mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins1-4/+4
2021-06-25mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins1-16/+14
2021-06-25mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins1-5/+6