aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-02watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODINGGravatar Jerry Hoemann 1-0/+2
2022-10-02watchdog: wdat_wdt: Set the min and max timeout values properlyGravatar Jean Delvare 1-3/+2
2022-10-02watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get()Gravatar Dmitry Torokhov 1-20/+31
2022-10-02dt-bindings: watchdog: toshiba,visconti-wdt: Update the common clock propertiesGravatar Nobuhiro Iwamatsu 1-8/+4
2022-08-28Linux 6.0-rc3v6.0-rc3Gravatar Linus Torvalds 1-1/+1
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 21-60/+108
2022-08-28Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxGravatar Linus Torvalds 4-24/+38
2022-08-28.mailmap: update Luca Ceresoli's e-mail addressGravatar Luca Ceresoli 1-0/+1
2022-08-28mm/mprotect: only reference swap pfn page if type matchGravatar Peter Xu 1-1/+2
2022-08-28squashfs: don't call kmalloc in decompressorsGravatar Phillip Lougher 4-21/+22
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationGravatar Badari Pulavarty 1-0/+3
2022-08-28mailmap: update email address for Colin KingGravatar Colin Ian King 1-2/+1
2022-08-28asm-generic: sections: refactor memory_intersectsGravatar Quanyang Wang 1-2/+5
2022-08-28bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemGravatar Liu Shixin 1-0/+2
2022-08-28ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownGravatar Heming Zhao 2-5/+6
2022-08-28Revert "memcg: cleanup racy sum avoidance code"Gravatar Shakeel Butt 1-2/+13
2022-08-28mm/zsmalloc: do not attempt to free IS_ERR handleGravatar Sergey Senozhatsky 1-1/+1
2022-08-28binder_alloc: add missing mmap_lock calls when using the VMAGravatar Liam Howlett 1-10/+21
2022-08-28mm: re-allow pinning of zero pfns (again)Gravatar Alex Williamson 1-3/+10
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolGravatar Stephen Brennan 1-0/+1
2022-08-28mailmap: update Guilherme G. Piccoli's email addressesGravatar Guilherme G. Piccoli 1-0/+2
2022-08-28writeback: avoid use-after-free after removing deviceGravatar Khazhismel Kumykov 3-12/+16
2022-08-28shmem: update folio if shmem_replace_page() updates the pageGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-08-28mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteGravatar Miaohe Lin 1-1/+1
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-70/+79
2022-08-28Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-67/+70
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 15-88/+183
2022-08-28Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-7/+36
2022-08-28Merge tag 'perf-tools-fixes-for-v6.0-2022-08-27' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 8-32/+61
2022-08-27Merge tag 'thermal-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+7
2022-08-27Merge tag 'pm-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+1
2022-08-27Merge tag 'acpi-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-7/+6
2022-08-27Merge tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 2-7/+19
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-13/+13
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2022-08-27Merge tag 'fbdev-for-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 34-201/+240
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitGravatar Mikulas Patocka 6-33/+25
2022-08-27perf stat: Capitalize topdown metrics' namesGravatar Zhengjun Xing 1-12/+12
2022-08-27perf docs: Update the documentation for the save_type filterGravatar Kan Liang 1-0/+3
2022-08-27perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressGravatar Ian Rogers 1-5/+19
2022-08-27perf record: Fix manpage formatting of description of support to hybrid systemsGravatar Andi Kleen 2-12/+2
2022-08-27perf test: Stat test for repeat with a weak groupGravatar Ian Rogers 1-0/+19
2022-08-27perf stat: Clear evsel->reset_group for each stat runGravatar Ian Rogers 1-0/+1
2022-08-27tools kvm headers arm64: Update KVM header from the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-2/+4
2022-08-27perf python: Fix build when PYTHON_CONFIG is user suppliedGravatar James Clark 1-1/+1
2022-08-27Merge branch 'thermal-core'Gravatar Rafael J. Wysocki 2-0/+2
2022-08-27Merge branch 'acpi-processor' into acpiGravatar Rafael J. Wysocki 1-1/+1
2022-08-27perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUGravatar Stephane Eranian 1-1/+17
2022-08-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 20-66/+136
2022-08-26Merge tag 'riscv-for-linus-6.0-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-10/+19