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
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-04
tracing/kprobes, x86/ptrace: Fix regs argument order for i386
Vamshi K Sthambamkadi
1
-1
/
+1
2020-09-04
arm64: mte: Add specific SIGSEGV codes
Vincenzo Frascino
1
-1
/
+1
2020-09-04
x86/entry/64: Do not include inst.h in calling.h
Uros Bizjak
1
-1
/
+0
2020-09-04
x86, fakenuma: Fix invalid starting node ID
Huang Ying
1
-1
/
+1
2020-09-03
x86/uaccess: Use XORL %0,%0 in __get_user_asm()
Uros Bizjak
1
-1
/
+1
2020-09-03
dma-mapping: introduce dma_get_seg_boundary_nr_pages()
Nicolin Chen
1
-2
/
+1
2020-09-03
x86/mm/32: Bring back vmalloc faulting on x86_32
Joerg Roedel
1
-0
/
+78
2020-09-03
x86/cmdline: Disable jump tables for cmdline.c
Arvind Sankar
1
-1
/
+1
2020-09-03
x86/boot/compressed: Warn on orphan section placement
Kees Cook
1
-0
/
+1
2020-09-03
x86/build: Warn on orphan section placement
Kees Cook
1
-0
/
+4
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-11
/
+21
2020-09-01
x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
Randy Dunlap
1
-0
/
+1
2020-09-01
x86/boot/compressed: Add missing debugging sections to output
Kees Cook
1
-0
/
+2
2020-09-01
x86/boot/compressed: Remove, discard, or assert for unwanted sections
Kees Cook
2
-2
/
+13
2020-09-01
x86/boot/compressed: Reorganize zero-size section asserts
Kees Cook
1
-18
/
+26
2020-09-01
x86/build: Add asserts for unwanted sections
Kees Cook
1
-0
/
+24
2020-09-01
x86/build: Enforce an empty .got.plt section
Kees Cook
1
-1
/
+13
2020-09-01
x86/asm: Avoid generating unused kprobe sections
Kees Cook
1
-1
/
+5
2020-09-01
x86/perf, static_call: Optimize x86_pmu methods
Peter Zijlstra
1
-40
/
+94
2020-09-01
static_call: Allow early init
Peter Zijlstra
2
-1
/
+6
2020-09-01
static_call: Add some validation
Peter Zijlstra
1
-2
/
+26
2020-09-01
static_call: Handle tail-calls
Peter Zijlstra
1
-3
/
+18
2020-09-01
static_call: Add static_call_cond()
Peter Zijlstra
2
-13
/
+41
2020-09-01
x86/alternatives: Teach text_poke_bp() to emulate RET
Peter Zijlstra
2
-0
/
+24
2020-09-01
x86/static_call: Add inline static call implementation for x86-64
Josh Poimboeuf
4
-2
/
+18
2020-09-01
x86/static_call: Add out-of-line static call implementation
Josh Poimboeuf
4
-0
/
+56
2020-09-01
static_call: Avoid kprobes on inline static_call()s
Peter Zijlstra
1
-1
/
+3
2020-09-01
vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
Kees Cook
2
-0
/
+3
2020-08-30
x86/kvm: Expose TSX Suspend Load Tracking feature
Cathy Zhang
1
-1
/
+1
2020-08-30
Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-13
/
+29
2020-08-30
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-20
/
+3
2020-08-30
x86/cpufeatures: Enumerate TSX suspend load address tracking instructions
Kyung Min Park
1
-0
/
+1
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
1
-11
/
+21
2020-08-27
x86/mpparse: Remove duplicate io_apic.h include
Wang Hai
1
-1
/
+0
2020-08-27
x86/irq: Unbreak interrupt affinity setting
Thomas Gleixner
1
-7
/
+9
2020-08-27
x86/hotplug: Silence APIC only after all interrupts are migrated
Ashok Raj
1
-6
/
+20
2020-08-26
x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check()
Tony Luck
1
-5
/
+4
2020-08-26
x86/resctrl: Enable user to view thread or core throttling mode
Fenghua Yu
3
-7
/
+87
2020-08-26
x86/resctrl: Enumerate per-thread MBA controls
Fenghua Yu
3
-0
/
+3
2020-08-26
x86/entry: Remove unused THUNKs
Peter Zijlstra
1
-5
/
+0
2020-08-26
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
1
-4
/
+0
2020-08-26
cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic
Peter Zijlstra
2
-11
/
+3
2020-08-24
kvm: mmu: page_track: Fix RCU list API usage
Madhuparna Bhowmik
1
-2
/
+4
2020-08-24
x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()
Borislav Petkov
2
-6
/
+6
2020-08-24
x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASE
Borislav Petkov
1
-2
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
31
-57
/
+52
2020-08-23
Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+6
2020-08-23
Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+49
2020-08-23
Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-86
/
+39
2020-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-4
/
+8
[prev]
[next]