summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-12-132-13/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | alpha: ret_from_fork can go straight to ret_to_userAl Viro2022-10-301-1/+1
| * | | | | | | | alpha: syscall exit cleanupAl Viro2022-10-301-5/+1
| * | | | | | | | alpha: fix handling of a3 on straced syscallsAl Viro2022-10-301-1/+1
| * | | | | | | | alpha: fix syscall entry in !AUDUT_SYSCALL caseAl Viro2022-10-301-1/+3
| * | | | | | | | alpha: _TIF_ALLWORK_MASK is unusedAl Viro2022-10-301-4/+0
| * | | | | | | | alpha: fix TIF_NOTIFY_SIGNAL handlingAl Viro2022-10-301-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-139-23/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-257-21/+10
| * | | | | | | | kill extern of vsyscall32_sysctlAl Viro2022-10-241-1/+0
| * | | | | | | | kill signal_pt_regs()Al Viro2022-10-241-1/+0
| |/ / / / / / /
* | | | | | | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-1320-98/+82
|\ \ \ \ \ \ \ \
| * | | | | | | | ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas2022-11-181-4/+0
| * | | | | | | | ia64/kprobes: remove orphan declarations from arch/ia64/include/asm/kprobes.hGaosheng Cui2022-11-181-2/+0
| * | | | | | | | ia64: replace IS_ERR() with IS_ERR_VALUE()ye xingchen2022-11-181-3/+3
| * | | | | | | | ARM: kexec: make machine_crash_nonpanic_core() staticChen Lifu2022-11-181-1/+1
| * | | | | | | | kexec: replace crash_mem_range with rangeLi Chen2022-11-182-5/+5
| * | | | | | | | sparc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-152-16/+16
| * | | | | | | | sh: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+4
| * | | | | | | | powerpc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-152-12/+13
| * | | | | | | | parisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-6/+9
| * | | | | | | | openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-5/+3
| * | | | | | | | nios2: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-3/+3
| * | | | | | | | mips: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+5
| * | | | | | | | ia64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-11/+9
| * | | | | | | | hexagon: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+3
| * | | | | | | | arm64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-12/+4
| * | | | | | | | arm: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-5/+3
| * | | | | | | | arc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-1335-147/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | random: remove early archrandom abstractionJason A. Donenfeld2022-11-181-38/+10
| * | | | | | | | random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld2022-11-184-6/+0
| * | | | | | | | stackprotector: actually use get_random_canary()Jason A. Donenfeld2022-11-189-81/+9
| * | | | | | | | stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-184-3/+4
| * | | | | | | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | | | | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-1817-19/+19
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1315-164/+536
|\ \ \ \ \ \ \ \
| * | | | | | | | perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()Xiongfeng Wang2022-11-241-0/+3
| * | | | | | | | perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()Xiongfeng Wang2022-11-241-0/+2
| * | | | | | | | perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()Xiongfeng Wang2022-11-241-0/+1
| * | | | | | | | perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology()Xiongfeng Wang2022-11-241-0/+2
| * | | | | | | | perf/x86/intel/uncore: Make set_mapping() procedure voidAlexander Antonov2022-11-242-23/+20
| * | | | | | | | perf/x86/intel/uncore: Enable UPI topology discovery for Sapphire RapidsAlexander Antonov2022-11-241-1/+42
| * | | | | | | | perf/x86/intel/uncore: Enable UPI topology discovery for Icelake ServerAlexander Antonov2022-11-241-0/+75
| * | | | | | | | perf/x86/intel/uncore: Get UPI NodeID and GroupIDAlexander Antonov2022-11-241-8/+25
| * | | | | | | | perf/x86/intel/uncore: Enable UPI topology discovery for Skylake ServerAlexander Antonov2022-11-241-0/+130
| * | | | | | | | perf/x86/intel/uncore: Generalize get_topology() for SKX PMUsAlexander Antonov2022-11-241-10/+28
| * | | | | | | | perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-DAlexander Antonov2022-11-242-0/+6
| * | | | | | | | perf/x86/intel/uncore: Clear attr_update properlyAlexander Antonov2022-11-241-1/+16
| * | | | | | | | perf/x86/intel/uncore: Introduce UPI topology typeAlexander Antonov2022-11-242-1/+10