summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: KVM: Update documentation to indicate KVM is arm64-onlyOliver Upton2022-03-092-45/+44
* KVM: arm64: Only open the interrupt window on exit due to an interruptMarc Zyngier2022-03-041-3/+5
* KVM: arm64: Enable Cortex-A510 erratum 2077057 by defaultMark Brown2022-03-021-0/+1
* KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2Keir Fraser2022-02-083-23/+56
* KVM: arm64: Drop unused param from kvm_psci_version()Oliver Upton2022-02-082-8/+4
* Linux 5.17-rc3v5.17-rc3Linus Torvalds2022-02-061-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-0619-160/+196
|\
| * fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-038-20/+20
| * ext4: fix incorrect type issue during replay_del_rangeXin Yin2022-02-031-2/+3
| * jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()Yang Li2022-02-031-0/+4
| * ext4: fix potential NULL pointer dereference in ext4_fill_super()Lukas Czerner2022-02-031-1/+1
| * jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani2022-02-033-38/+38
| * jbd2: cleanup unused functions declarations from jbd2.hRitesh Harjani2022-02-031-7/+0
| * ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani2022-02-031-35/+29
| * ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...Ritesh Harjani2022-02-031-9/+4
| * ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-031-1/+9
| * ext4: fast commit may miss file actionsXin Yin2022-02-033-10/+7
| * ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-0311-23/+42
| * ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin2022-02-031-9/+17
| * ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-033-5/+22
* | Merge tag 'perf-tools-fixes-for-v5.17-2022-02-06' of git://git.kernel.org/pub...Linus Torvalds2022-02-0618-45/+186
|\ \
| * | perf ftrace: system_wide collection is not effective by defaultChangbin Du2022-02-061-21/+24
| * | libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2022-02-062-1/+102
| * | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-061-1/+3
| * | perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-061-9/+10
| * | perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez2022-02-063-2/+5
| * | perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida2022-02-061-1/+1
| * | perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan2022-02-061-0/+19
| * | perf session: Check for NULL pointer before dereferenceAmeer Hamza2022-02-061-1/+2
| * | perf annotate: Set error stream of objdump process for TUINamhyung Kim2022-02-061-0/+1
| * | perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual2022-02-061-1/+1
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-061-3/+3
| * | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2022-02-06335-2199/+4741
| |\ \
| * | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-0/+3
| * | | perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMAArnaldo Carvalho de Melo2022-02-011-1/+1
| * | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-0/+2
| * | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-3/+3
| * | | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-1/+6
* | | | Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-065-10/+43
|\ \ \ \
| * | | | perf/x86/intel/pt: Fix crash with stop filters in single-range modeTristan Hume2022-02-021-2/+3
| * | | | perf: uapi: Document perf_event_attr::sig_data truncation on 32 bit architect...Marco Elver2022-02-021-0/+2
| * | | | selftests/perf_events: Test modification of perf_event_attr::sig_dataMarco Elver2022-02-021-8/+9
| * | | | perf: Copy perf_event_attr::sig_data on modificationMarco Elver2022-02-021-0/+16
| * | | | x86/perf: Default set FREEZE_ON_SMI for allPeter Zijlstra2022-02-021-0/+13
| |/ / /
* | | | Merge tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-061-1/+1
|\ \ \ \
| * | | | objtool: Fix truncated string warningSergei Trofimovich2022-01-241-1/+1
* | | | | Merge tag 'irq_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-061-1/+2
|\ \ \ \ \
| * | | | | PCI/MSI: Remove bogus warning in pci_irq_get_affinity()Thomas Gleixner2022-02-041-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'edac_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-062-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | EDAC/xgene: Fix deferred probingSergey Shtylyov2022-01-301-1/+1