summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-25127-1292/+403
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-2576-531/+14
| * ia64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-255-43/+45
| * sh: remove CONFIG_SET_FS supportArnd Bergmann2022-02-258-61/+21
| * sparc64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-259-49/+9
| * lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann2022-02-251-3/+8
| * uaccess: generalize access_ok()Arnd Bergmann2022-02-2532-362/+110
| * uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-2510-21/+23
| * arm64: simplify access_ok()Arnd Bergmann2022-02-251-24/+10
| * m68k: fix access_ok for coldfireArnd Bergmann2022-02-251-6/+9
| * MIPS: use simpler access_ok()Arnd Bergmann2022-02-251-18/+4
| * MIPS: Handle address errors for accesses above CPU max virtual user addressThomas Bogendoerfer2022-02-251-0/+17
| * uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-2514-131/+19
| * nios2: drop access_ok() check from __put_user()Arnd Bergmann2022-02-251-23/+33
| * x86: use more conventional access_ok() definitionArnd Bergmann2022-02-251-22/+3
| * x86: remove __range_not_ok()Arnd Bergmann2022-02-255-13/+9
| * sparc64: add __{get,put}_kernel_nofault()Arnd Bergmann2022-02-251-0/+78
| * nds32: fix access_ok() checks in get/put_userArnd Bergmann2022-02-251-5/+17
| * uaccess: fix nios2 and microblaze get_user_8()Arnd Bergmann2022-02-252-19/+25
| * uaccess: fix integer overflow on access_ok()Arnd Bergmann2022-02-143-28/+16
* | sparc64: fix building assembly filesArnd Bergmann2022-02-181-1/+1
* | Merge branch 'asm-generic-compile-test' into asm-genericArnd Bergmann2022-02-1725-34/+47
|\ \ | |/ |/|
| * reiserfs_xattr.h: add linux/reiserfs_xattr.h to UAPI compile-test coverageMasahiro Yamada2022-02-172-2/+1
| * kexec.h: add linux/kexec.h to UAPI compile-test coverageMasahiro Yamada2022-02-172-3/+2
| * fsmap.h: add linux/fsmap.h to UAPI compile-test coverageMasahiro Yamada2022-02-172-2/+1
| * android/binder.h: add linux/android/binder(fs).h to UAPI compile-test coverageMasahiro Yamada2022-02-172-4/+2
| * shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-178-8/+27
| * signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-1714-15/+14
|/
* 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