summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* binfmt_elf: Introduce KUnit testKees Cook2022-03-034-0/+80
* ELF: Properly redefine PT_GNU_* in terms of PT_LOOSKees Cook2022-03-011-3/+4
* MAINTAINERS: Update execve entry with more detailsKees Cook2022-03-011-0/+4
* exec: cleanup commentsTom Rix2022-03-011-3/+3
* fs/binfmt_elf: Refactor load_elf_binary functionAkira Kawata2022-03-011-8/+6
* fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata2022-03-011-6/+18
* binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan2022-03-014-1/+7
* selftests/exec: Test for empty string on NULL argvKees Cook2022-03-012-0/+79
* exec: Force single empty string when argv is emptyKees Cook2022-03-011-1/+25
* coredump: Also dump first pages of non-executable ELF librariesJann Horn2022-03-011-5/+34
* ELF: fix overflow in total mapping size calculationAlexey Dobriyan2022-03-011-12/+11
* binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook2022-03-011-7/+18
* 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