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
2019-04-30
x86/modules: Avoid breaking W^X while loading modules
Nadav Amit
2
-8
/
+22
2019-04-30
x86/kprobes: Set instruction page as executable
Nadav Amit
1
-4
/
+20
2019-04-30
x86/ftrace: Set trampoline pages as executable
Nadav Amit
1
-0
/
+8
2019-04-30
x86/kgdb: Avoid redundant comparison of patched code
Nadav Amit
1
-13
/
+1
2019-04-30
x86/alternatives: Use temporary mm for text poking
Nadav Amit
3
-26
/
+86
2019-04-30
x86/alternatives: Initialize temporary mm for patching
Nadav Amit
4
-0
/
+45
2019-04-30
x86/mm: Save debug registers when loading a temporary mm
Nadav Amit
1
-0
/
+23
2019-04-30
x86/mm: Introduce temporary mm structs
Andy Lutomirski
1
-0
/
+33
2019-04-30
x86/jump_label: Use text_poke_early() during early init
Nadav Amit
1
-1
/
+6
2019-04-30
mm/tlb: Provide default nmi_uaccess_okay()
Nadav Amit
1
-0
/
+2
2019-04-30
x86/alternatives: Add text_poke_kgdb() to not assert the lock when debugging
Nadav Amit
3
-19
/
+45
2019-04-30
Merge tag 'v5.1-rc7' into x86/mm, to pick up fixes
Ingo Molnar
12
-55
/
+100
2019-04-28
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-6
/
+20
2019-04-28
Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-40
/
+60
2019-04-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+7
2019-04-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+5
2019-04-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-3
/
+8
2019-04-26
x86/mm/tlb: Remove 'struct flush_tlb_info' from the stack
Nadav Amit
1
-34
/
+82
2019-04-26
Merge branch 'linus' into x86/mm, to pick up dependent fix
Ingo Molnar
132
-1141
/
+1274
2019-04-25
x86/Kconfig: Deprecate DISCONTIGMEM support for 32-bit x86
Mike Rapoport
1
-1
/
+2
2019-04-25
x86/Kconfig: Make SPARSEMEM default for 32-bit x86
Mike Rapoport
1
-6
/
+1
2019-04-25
perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...
Harry Pan
1
-5
/
+5
2019-04-24
x86/build: Move _etext to actual end of .text
Kees Cook
1
-3
/
+3
2019-04-24
x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()
Jiri Kosina
1
-2
/
+0
2019-04-24
x86/mm: Fix a crash with kmemleak_scan()
Qian Cai
1
-0
/
+6
2019-04-23
Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
16
-1
/
+65
2019-04-23
ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cache
Ard Biesheuvel
1
-1
/
+15
2019-04-23
ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is disabled
Tigran Tadevosyan
1
-1
/
+1
2019-04-23
ARM: fix function graph tracer and unwinder dependencies
Russell King
2
-4
/
+4
2019-04-23
arm64/module: ftrace: deal with place relative nature of PLTs
Ard Biesheuvel
1
-2
/
+7
2019-04-23
arm64: mm: Ensure tail of unaligned initrd is reserved
Bjorn Andersson
1
-1
/
+1
2019-04-22
Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-7
/
+1
2019-04-22
x86/boot: Disable RSDP parsing temporarily
Borislav Petkov
1
-1
/
+1
2019-04-21
x86/fault: Make fault messages more succinct
Borislav Petkov
1
-3
/
+3
2019-04-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-31
/
+92
2019-04-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-14
/
+41
2019-04-19
x86/fault: Decode and print #PF oops in human readable form
Sean Christopherson
1
-31
/
+11
2019-04-19
x86/fault: Reword initial BUG message for unhandled page faults
Sean Christopherson
1
-3
/
+6
2019-04-19
x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...
Hans de Goede
1
-2
/
+2
2019-04-19
x86/cpu/bugs: Use __initconst for 'const' init data
Andi Kleen
1
-3
/
+3
2019-04-19
x86/kprobes: Avoid kretprobe recursion bug
Masami Hiramatsu
1
-2
/
+20
2019-04-19
x86/kprobes: Verify stack frame on kretprobe
Masami Hiramatsu
1
-0
/
+26
2019-04-18
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2019-04-18
arm64: futex: Restore oldval initialization to work around buggy compilers
Nathan Chancellor
1
-1
/
+1
2019-04-18
Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
3
-6
/
+6
2019-04-18
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-12
/
+24
2019-04-18
perf/x86/amd: Add event map for AMD Family 17h
Kim Phillips
1
-9
/
+26
2019-04-18
x86/mm/KASLR: Fix the size of the direct mapping section
Baoquan He
1
-1
/
+1
2019-04-17
powerpc/mm_iommu: Allow pinning large regions
Alexey Kardashevskiy
1
-4
/
+20
2019-04-17
powerpc/mm_iommu: Fix potential deadlock
Alexey Kardashevskiy
1
-36
/
+39
[next]