summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-07-19eventfd 勉强通过TEMP3Your Name
2023-07-18add system call uintr_event(int fd)temp2Your Name
2023-07-17add UINTR_EVENT_VECTORtemp1Your Name
2023-07-14sys_uintr_wait 添加超时时间支持.qemu 下建议 2575usuintr_wait_fixYour Name
2022-07-11turn off debug, modify makefile for test, ready for iouringtsing-kernel项小羽
2022-05-28modify xstate.c, modify some exsample项小羽
2022-04-18now can caught all intructions, and msrs workxxy
2021-09-12x86/uintr: Wire up the user interrupt syscallsSohil Mehta
2021-09-12x86/uintr: Introduce uintr_wait() syscallSohil Mehta
2021-09-12x86/uintr: Introduce user IPI sender syscallsSohil Mehta
2021-09-12x86/uintr: Introduce vector registration and uintr_fd syscallSohil Mehta
2021-09-12x86/process/64: Clean up uintr task fork and exit pathsSohil Mehta
2021-09-12x86/process/64: Add uintr task context switch supportSohil Mehta
2021-09-12x86/uintr: Introduce uintr receiver syscallsSohil Mehta
2021-09-12x86/irq: Reserve a user IPI notification vectorSohil Mehta
2021-09-12x86/fpu/xstate: Enumerate User Interrupts supervisor stateSohil Mehta
2021-09-12x86/cpu: Enumerate User Interrupts supportSohil Mehta
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-10riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang
2021-09-10riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven
2021-09-10riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada
2021-09-10riscv: Improve stack randomisation on RV64Kefeng Wang
2021-09-10riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1Heinrich Schuchardt
2021-09-10riscv: defconfig: enable BLK_DEV_NVMEHeinrich Schuchardt
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner
2021-09-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-09-10Merge tag 'for-5.15/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-10arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-09-09arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel
2021-09-09parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller
2021-09-09parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller
2021-09-09parisc: Drop useless debug info and comments from signal.cHelge Deller
2021-09-09parisc: Drop strnlen_user() in favour of generic versionHelge Deller
2021-09-09parisc: Add missing FORCE prerequisite in MakefileHelge Deller
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds
2021-09-08nds32/setup: remove unused memblock_region variable in setup_memory()Mike Rapoport
2021-09-08Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-09-08Merge tag 'microblaze-v5.15' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08configs: remove the obsolete CONFIG_INPUT_POLLDEVZenghui Yu
2021-09-08trap: cleanup trap_init()Kefeng Wang