Age | Commit message (Expand) | Author | Files | Lines |
2021-05-20 | x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscall | Masahiro Yamada | 5 | -36/+6 |
2021-05-20 | x86/syscalls: Switch to generic syscalltbl.sh | Masahiro Yamada | 8 | -76/+34 |
2021-05-20 | x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_* | Masahiro Yamada | 2 | -19/+7 |
2021-05-14 | x86/asm: Make <asm/asm.h> valid on cross-builds as well | Ingo Molnar | 1 | -0/+4 |
2021-05-12 | x86/regs: Syscall_get_nr() returns -1 for a non-system call | H. Peter Anvin | 2 | -3/+3 |
2021-05-12 | x86/entry: Split PUSH_AND_CLEAR_REGS into two submacros | H. Peter Anvin (Intel) | 1 | -1/+8 |
2021-05-12 | x86/syscall: Maximize MSR_SYSCALL_MASK | H. Peter Anvin (Intel) | 1 | -3/+9 |
2021-05-12 | x86/syscall: Unconditionally prototype {ia32,x32}_sys_call_table[] | H. Peter Anvin (Intel) | 1 | -6/+5 |
2021-05-12 | x86/entry: Reverse arguments to do_syscall_64() | H. Peter Anvin (Intel) | 3 | -4/+4 |
2021-05-12 | x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h> | H. Peter Anvin (Intel) | 2 | -38/+4 |
2021-05-10 | x86/asm: Use _ASM_BYTES() in <asm/nops.h> | H. Peter Anvin (Intel) | 1 | -14/+10 |
2021-05-10 | x86/asm: Add _ASM_BYTES() macro for a .byte ... opcode sequence | H. Peter Anvin (Intel) | 1 | -0/+2 |
2021-05-10 | x86/asm: Have the __ASM_FORM macros handle commas in arguments | H. Peter Anvin (Intel) | 1 | -11/+10 |
2021-05-09 | Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -21/+26 |
2021-05-09 | Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 13 | -120/+131 |
2021-05-08 | Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -10/+16 |
2021-05-08 | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 17 | -196/+28 |
2021-05-08 | Merge branch 'master' into next | Michael Ellerman | 240 | -1751/+3722 |
2021-05-07 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 17 | -84/+36 |
2021-05-07 | Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+18 |
2021-05-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 40 | -108/+26 |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 3 | -15/+0 |
2021-05-07 | arm: print alloc free paths for address in registers | Maninder Singh | 3 | -0/+13 |
2021-05-07 | mm: remove xlate_dev_kmem_ptr() | David Hildenbrand | 12 | -65/+0 |
2021-05-07 | drivers/char: remove /dev/kmem for good | David Hildenbrand | 17 | -17/+0 |
2021-05-07 | arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300 | Yury Norov | 3 | -9/+10 |
2021-05-07 | alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h> | Randy Dunlap | 1 | -0/+1 |
2021-05-07 | alpha: eliminate old-style function definitions | Randy Dunlap | 1 | -2/+2 |
2021-05-07 | Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 14 | -77/+101 |
2021-05-06 | riscv: remove unused handle_exception symbol | Rouven Czerwinski | 1 | -2/+0 |
2021-05-06 | riscv: Consistify protect_kernel_linear_mapping_text_rodata() use | Geert Uytterhoeven | 3 | -4/+7 |
2021-05-06 | riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=y | Vincent Chen | 1 | -2/+2 |
2021-05-06 | riscv: Only extend kernel reservation if mapped read-only | Geert Uytterhoeven | 1 | -2/+7 |
2021-05-06 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 27 | -454/+246 |
2021-05-06 | Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 63 | -214/+2525 |
2021-05-06 | Merge tag 'hexagon-5.13-0' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 12 | -14/+258 |
2021-05-06 | x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating | Suravee Suthikulpanit | 1 | -21/+26 |
2021-05-06 | arm64: kernel: Update the stale comment | Shaokun Zhang | 1 | -1/+1 |
2021-05-06 | x86/process: setup io_threads more like normal user space threads | Stefan Metzmacher | 1 | -1/+18 |
2021-05-05 | KVM: x86: Consolidate guest enter/exit logic to common helpers | Sean Christopherson | 3 | -74/+49 |
2021-05-05 | KVM: x86: Defer vtime accounting 'til after IRQ handling | Wanpeng Li | 3 | -6/+15 |
2021-05-05 | KVM/VMX: Invoke NMI non-IST entry instead of IST entry | Lai Jiangshan | 3 | -7/+34 |
2021-05-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 22 | -139/+62 |
2021-05-05 | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -5/+38 |
2021-05-05 | Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -16/+0 |
2021-05-05 | x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers | Sean Christopherson | 2 | -5/+1 |
2021-05-05 | x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported | Sean Christopherson | 1 | -1/+1 |
2021-05-05 | x86/resctrl: Fix init const confusion | Andi Kleen | 1 | -1/+1 |
2021-05-05 | x86: Delete UD0, UD1 traces | Alexey Dobriyan | 1 | -9/+0 |
2021-05-05 | x86/smpboot: Remove duplicate includes | Wan Jiabing | 1 | -3/+0 |