index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
arc/mm: use helper fault_signal_pending()
Peter Xu
1
-21
/
+13
2020-04-02
x86/mm: use helper fault_signal_pending()
Peter Xu
1
-15
/
+13
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
17
-18
/
+17
2020-04-02
mm/vma: make vma_is_foreign() available for general use
Anshuman Khandual
2
-27
/
+0
2020-04-02
asm-generic: make more kernel-space headers mandatory
Masahiro Yamada
24
-555
/
+0
2020-04-02
csky: Enable LOCKDEP_SUPPORT
Guo Ren
2
-0
/
+14
2020-04-01
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-0
/
+3
2020-04-01
Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
7
-10
/
+9
2020-04-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-3
/
+3
2020-04-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
8
-2256
/
+1342
2020-04-01
x86: start using named parameters for low-level uaccess asms
Linus Torvalds
1
-11
/
+15
2020-04-01
x86: get rid of 'rtype' argument to __get_user_asm() macro
Linus Torvalds
1
-11
/
+17
2020-04-01
x86: get rid of 'rtype' argument to __put_user_goto() macro
Linus Torvalds
1
-7
/
+7
2020-04-01
Merge tag 'irqchip-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Thomas Gleixner
3
-3
/
+23
2020-04-01
Revert "irqchip/xilinx: Enable generic irq multi handler"
Marc Zyngier
3
-3
/
+23
2020-04-01
powerpc: Make setjmp/longjmp signature standard
Clement Courbet
3
-8
/
+4
2020-04-01
powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_type
Leonardo Bras
1
-1
/
+0
2020-04-01
powerpc: Suppress .eh_frame generation
Naveen N. Rao
1
-0
/
+3
2020-04-01
powerpc: Drop -fno-dwarf2-cfi-asm
Naveen N. Rao
1
-5
/
+0
2020-04-01
powerpc/32: drop unused ISA_DMA_THRESHOLD
Mike Rapoport
7
-10
/
+1
2020-04-01
powerpc/vmlinux.lds: Explicitly retain .gnu.hash
Michael Ellerman
1
-0
/
+1
2020-04-01
powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c
Christophe Leroy
2
-19
/
+16
2020-04-01
powerpc/ptrace: create ppc_gethwdinfo()
Christophe Leroy
4
-31
/
+37
2020-04-01
powerpc/ptrace: create ptrace_get_debugreg()
Christophe Leroy
4
-16
/
+26
2020-04-01
powerpc/ptrace: split out ADV_DEBUG_REGS related functions.
Christophe Leroy
5
-650
/
+709
2020-04-01
powerpc/ptrace: move register viewing functions out of ptrace.c
Christophe Leroy
4
-968
/
+949
2020-04-01
powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.
Christophe Leroy
4
-914
/
+943
2020-04-01
powerpc/ptrace: split out SPE related functions.
Christophe Leroy
4
-66
/
+78
2020-04-01
powerpc/ptrace: split out ALTIVEC related functions.
Christophe Leroy
4
-124
/
+138
2020-04-01
powerpc/ptrace: split out VSX related functions.
Christophe Leroy
5
-172
/
+241
2020-04-01
powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSET
Christophe Leroy
1
-10
/
+0
2020-04-01
powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
Christophe Leroy
2
-15
/
+5
2020-04-01
powerpc/ptrace: remove unused header includes
Christophe Leroy
2
-28
/
+2
2020-04-01
powerpc: Move ptrace into a subdirectory.
Christophe Leroy
4
-5
/
+12
2020-04-01
powerpc/64/syscall: Reconcile interrupts
Nicholas Piggin
2
-14
/
+21
2020-04-01
powerpc/64s/exception: Remove lite interrupt return
Nicholas Piggin
2
-16
/
+14
2020-04-01
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
11
-526
/
+652
2020-04-01
powerpc/64: Implement soft interrupt replay in C
Nicholas Piggin
4
-115
/
+130
2020-04-01
powerpc/64/syscall: Zero volatile registers when returning
Nicholas Piggin
1
-0
/
+13
2020-04-01
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
13
-306
/
+326
2020-04-01
powerpc/64/sstep: Ifdef the deprecated fast endian switch syscall
Nicholas Piggin
1
-2
/
+3
2020-04-01
powerpc/64/syscall: Remove non-volatile GPR save optimisation
Nicholas Piggin
2
-66
/
+28
2020-04-01
powerpc/64s/exception: Soft NMI interrupt should not use ret_from_except
Nicholas Piggin
1
-1
/
+29
2020-04-01
powerpc/64s/exception: Reconcile interrupts in system_reset
Nicholas Piggin
1
-4
/
+10
2020-04-01
powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supported
Nicholas Piggin
1
-3
/
+62
2020-04-01
powerpc/64s/exception: Add more comments for interrupt handlers
Nicholas Piggin
1
-38
/
+353
2020-04-01
powerpc/64s/exception: Clean up SRR specifiers
Nicholas Piggin
1
-36
/
+32
2020-04-01
powerpc/64s/exception: Re-inline some handlers
Nicholas Piggin
1
-3
/
+3
2020-04-01
powerpc/64s/exception: Avoid touching the stack in hdecrementer
Nicholas Piggin
3
-15
/
+20
2020-04-01
powerpc/64s/exception: Trim unused arguments from KVMTEST macro
Nicholas Piggin
1
-6
/
+6
[prev]
[next]