aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-07nds32: Remove the architectureAlan Kao221-15814/+6
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic into asm-genericArnd Bergmann127-1292/+403
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann76-531/+14
2022-02-25ia64: remove CONFIG_SET_FS supportArnd Bergmann5-43/+45
2022-02-25sh: remove CONFIG_SET_FS supportArnd Bergmann8-61/+21
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann9-49/+9
2022-02-25lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann1-3/+8
2022-02-25uaccess: generalize access_ok()Arnd Bergmann32-362/+110
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann10-21/+23
2022-02-25arm64: simplify access_ok()Arnd Bergmann1-24/+10
2022-02-25m68k: fix access_ok for coldfireArnd Bergmann1-6/+9
2022-02-25MIPS: use simpler access_ok()Arnd Bergmann1-18/+4
2022-02-25MIPS: Handle address errors for accesses above CPU max virtual user addressThomas Bogendoerfer1-0/+17
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann14-131/+19
2022-02-25nios2: drop access_ok() check from __put_user()Arnd Bergmann1-23/+33
2022-02-25x86: use more conventional access_ok() definitionArnd Bergmann1-22/+3
2022-02-25x86: remove __range_not_ok()Arnd Bergmann5-13/+9
2022-02-25sparc64: add __{get,put}_kernel_nofault()Arnd Bergmann1-0/+78
2022-02-25nds32: fix access_ok() checks in get/put_userArnd Bergmann1-5/+17
2022-02-25uaccess: fix nios2 and microblaze get_user_8()Arnd Bergmann2-19/+25
2022-02-18sparc64: fix building assembly filesArnd Bergmann1-1/+1
2022-02-17Merge branch 'asm-generic-compile-test' into asm-genericArnd Bergmann25-34/+47
2022-02-17reiserfs_xattr.h: add linux/reiserfs_xattr.h to UAPI compile-test coverageMasahiro Yamada2-2/+1
2022-02-17kexec.h: add linux/kexec.h to UAPI compile-test coverageMasahiro Yamada2-3/+2
2022-02-17fsmap.h: add linux/fsmap.h to UAPI compile-test coverageMasahiro Yamada2-2/+1
2022-02-17android/binder.h: add linux/android/binder(fs).h to UAPI compile-test coverageMasahiro Yamada2-4/+2
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada8-8/+27
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada14-15/+14
2022-02-14uaccess: fix integer overflow on access_ok()Arnd Bergmann3-28/+16
2022-02-06Linux 5.17-rc3Linus Torvalds1-1/+1
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds19-160/+196
2022-02-06Merge tag 'perf-tools-fixes-for-v5.17-2022-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds18-45/+186
2022-02-06Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-10/+43
2022-02-06Merge tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-02-06Merge tag 'irq_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2022-02-06Merge tag 'edac_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds2-2/+2
2022-02-06perf ftrace: system_wide collection is not effective by defaultChangbin Du1-21/+24
2022-02-06libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2-1/+102
2022-02-06tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-1/+3
2022-02-06perf stat: Fix display of grouped aliased eventsIan Rogers1-9/+10
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez3-2/+5
2022-02-06perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida1-1/+1
2022-02-06perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan1-0/+19
2022-02-06perf session: Check for NULL pointer before dereferenceAmeer Hamza1-1/+2
2022-02-06perf annotate: Set error stream of objdump process for TUINamhyung Kim1-0/+1
2022-02-06perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual1-1/+1
2022-02-06tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-3/+3
2022-02-06Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo335-2199/+4741
2022-02-05Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-50/+20
2022-02-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-121/+336