summaryrefslogtreecommitdiffstats
path: root/kernel/uid16.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-06ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann6-43/+43
2021-12-06ARM: iop32x: offset IRQ numbers by 1Arnd Bergmann4-33/+37
2021-12-06ARM: footbridge: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann3-107/+88
2021-12-03ARM: riscpc: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann5-99/+99
2021-12-03ARM: riscpc: drop support for IOMD_IRQREQC/IOMD_IRQREQD IRQ groupsArd Biesheuvel1-47/+0
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel11-15/+244
2021-12-03ARM: entry: rework stack realignment code in svc_entryArd Biesheuvel1-11/+14
2021-12-03ARM: switch_to: clean up Thumb2 code pathArd Biesheuvel1-5/+18
2021-12-03ARM: unwind: disregard unwind info before stack frame is set upArd Biesheuvel1-1/+15
2021-12-03ARM: memset: clean up unwind annotationsArd Biesheuvel1-4/+3
2021-12-03ARM: memmove: use frame pointer as unwind anchorArd Biesheuvel1-40/+20
2021-12-03ARM: memcpy: use frame pointer as unwind anchorArd Biesheuvel4-68/+38
2021-12-03ARM: run softirqs on the per-CPU IRQ stackArd Biesheuvel2-0/+16
2021-12-03ARM: call_with_stack: add unwind supportArd Biesheuvel1-8/+25
2021-12-03ARM: implement IRQ stacksArd Biesheuvel7-4/+112
2021-12-03ARM: backtrace-clang: avoid crash on bogus frame pointerArd Biesheuvel1-3/+3
2021-12-03ARM: unwind: dump exception stack from calling frameArd Biesheuvel3-2/+19
2021-12-03ARM: export dump_mem() to other objectsArd Biesheuvel2-4/+5
2021-12-03ARM: unwind: support unwinding across multiple stacksArd Biesheuvel1-9/+16
2021-12-03ARM: assembler: introduce bl_r macroArd Biesheuvel1-0/+15
2021-12-03ARM: remove some dead codeArd Biesheuvel3-34/+0
2021-12-03ARM: stackprotector: prefer compiler for TLS based per-task protectorArd Biesheuvel2-2/+15
2021-12-03ARM: decompressor: disable stack protectorArd Biesheuvel2-12/+1
2021-11-14Linux 5.16-rc1v5.16-rc1Linus Torvalds1-2/+2
2021-11-14kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva2-5/+6
2021-11-13perf tests: Remove bash constructs from stat_all_pmu.shJames Clark1-2/+2
2021-11-13perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark1-1/+1
2021-11-13perf test: Remove bash construct from stat_bpf_counters.sh testJames Clark1-1/+1
2021-11-13perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed4-0/+4
2021-11-13tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2021-11-13tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+241
2021-11-13tools headers UAPI: Sync sound/asound.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2021-11-13tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2021-11-13tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2021-11-13perf tools: Add more weak libbpf functionsJiri Olsa1-0/+27
2021-11-13perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers3-3/+10
2021-11-13perf symbols: Factor out annotation init/exitIan Rogers3-1/+22
2021-11-13perf symbols: Bit pack to save a byteIan Rogers2-3/+3
2021-11-13perf symbols: Add documentation to 'struct symbol'Ian Rogers1-3/+14
2021-11-13tools headers UAPI: Sync files changed by new futex_waitv syscallArnaldo Carvalho de Melo2-1/+5
2021-11-13perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing arr...Guo Zhengkui1-1/+1
2021-11-13perf arm-spe: Support hardware-based PID tracingGerman Gomez1-29/+70
2021-11-13perf arm-spe: Save context ID in recordGerman Gomez2-0/+3
2021-11-13perf arm-spe: Update --switch-events docs in 'perf record'German Gomez2-2/+4
2021-11-13perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim2-1/+30