Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c81c6ca45a69478c7877b729af1942d2b80ef582
c81c6ca
x86: unify set_tss_desc
by Glauber de Oliveira Costa
· 17 years ago
507f90c
x86: move _set_gate and its users to a common location
by Glauber de Oliveira Costa
· 17 years ago
54cd0ea
x86: unify paravirt pieces of descriptor handling
by Glauber de Oliveira Costa
· 17 years ago
cc69785
x86: modify get_desc_base
by Glauber de Oliveira Costa
· 17 years ago
26048d7
x86: use the same data type for tls_array.
by Glauber de Oliveira Costa
· 17 years ago
881c297
x86: unify non-paravirt parts of desc.h
by Glauber de Oliveira Costa
· 17 years ago
59fbed7
x86: move constants to desc_defs.h
by Glauber de Oliveira Costa
· 17 years ago
75b8bb3
x86: change write_ldt_entry signature
by Glauber de Oliveira Costa
· 17 years ago
014b15b
x86: change write_gdt_entry signature.
by Glauber de Oliveira Costa
· 17 years ago
18245d5
x86: provide tss_desc
by Glauber de Oliveira Costa
· 17 years ago
80fbb69
x86: introduce fill_ldt
by Glauber de Oliveira Costa
· 17 years ago
5af7250
x86: modify write_ldt function
by Glauber de Oliveira Costa
· 17 years ago
25deca5
x86: introduce ldt_desc type.
by Glauber de Oliveira Costa
· 17 years ago
8d94734
x86: change write_idt_entry signature
by Glauber de Oliveira Costa
· 17 years ago
010d4f8
x86: introduce gate_desc type.
by Glauber de Oliveira Costa
· 17 years ago
7e6ebe1
x86: removed unused variable
by Glauber de Oliveira Costa
· 17 years ago
f6dc247
x86: change gdt acessor macro name
by Glauber de Oliveira Costa
· 17 years ago
6b68f01
x86: unify struct desc_ptr
by Glauber de Oliveira Costa
· 17 years ago
6842ef0
x86: unify desc_struct
by Glauber de Oliveira Costa
· 17 years ago
746ef0c
x86: prepare 64-bit architecture initialization for paravirt
by Glauber de Oliveira Costa
· 17 years ago
ba08242
x86: tweak io_64.h for paravirt.
by Glauber de Oliveira Costa
· 17 years ago
ee238e5
x86: prepare time related functions for paravirt
by Glauber de Oliveira Costa
· 17 years ago
49a6978
x86: turn priviled operation into a macro in head_64.S
by Glauber de Oliveira Costa
· 17 years ago
70fd93c
x86: export cpu_gdt_descr
by Glauber de Oliveira Costa
· 17 years ago
21db558
x86: export math_state_restore
by Glauber de Oliveira Costa
· 17 years ago
2355188
x86: avoid build warning
by Ingo Molnar
· 17 years ago
675a081
x86: unify mmap_{32|64}.c
by Harvey Harrison
· 17 years ago
f3f20de
x86: clean up mm/init_32.c
by Jeremy Fitzhardinge
· 17 years ago
27ec161
x86: kill mk_pte_huge
by Jeremy Fitzhardinge
· 17 years ago
5fd1fe9
x86: clean up drivers/char/rtc.c
by Ingo Molnar
· 17 years ago
6b4b05b
x64/page.h: convert some macros to inlines
by Randy Dunlap
· 17 years ago
b23be39
x86: remove arch specific segment headers
by Glauber de Oliveira Costa
· 17 years ago
15ee09b
x86: unify common parts of segment.h
by Glauber de Oliveira Costa
· 17 years ago
cef1895
x86: put get_kernel_rpl in a common location
by Glauber de Oliveira Costa
· 17 years ago
eee3af4
x86, ptrace: support for branch trace store(BTS)
by Markus Metzger
· 17 years ago
7796931
UML: change sigcontext fields to match x86
by Jeff Dike
· 17 years ago
d46d7d7
x86: unify system.h
by Glauber de Oliveira Costa
· 17 years ago
0a3b4d1
x86: move switch_to macro to system.h
by Glauber de Oliveira Costa
· 17 years ago
833d846
x86: unify smp parts of system.h
by Glauber de Oliveira Costa
· 17 years ago
62fe164
x86: remove unused macro
by Glauber de Oliveira Costa
· 17 years ago
d3ca901
x86: unify paravirt parts of system.h
by Glauber de Oliveira Costa
· 17 years ago
a6b4655
x86: unify load_segment macro
by Glauber de Oliveira Costa
· 17 years ago
d895422
x86: put together equal pieces of system.h
by Glauber de Oliveira Costa
· 17 years ago
e34907a
x86: remove volatile keyword from clflush.
by Glauber de Oliveira Costa
· 17 years ago
929fd58
x86: some whitespace cleanups in paging code
by Joerg Roedel
· 17 years ago
954683a
x86: PIE executable randomization, uninlining
by Andrew Morton
· 17 years ago
bb1ad82
x86: PIE executable randomization, checkpatch fixes
by Andrew Morton
· 17 years ago
cc503c1
x86: PIE executable randomization
by Jiri Kosina
· 17 years ago
82f74e7
x86: unify include/asm-x86/linkage_[32|64].h
by Harvey Harrison
· 17 years ago
c210d24
x86: integrate 32-bit and 64-bit code in msr.h
by Glauber de Oliveira Costa
· 17 years ago
56ec1dd
x86: make fixups wordsize agnostic
by Glauber de Oliveira Costa
· 17 years ago
c9dcda5
x86: change write msr functions interface
by Glauber de Oliveira Costa
· 17 years ago
b8d1fae
x86: change rdpmc interface
by Glauber de Oliveira Costa
· 17 years ago
8f12dea
x86: introduce native_read_tscp
by Glauber de Oliveira Costa
· 17 years ago
c758ecf
x86: unify cpuid functions
by Glauber de Oliveira Costa
· 17 years ago
4e87173
x86: split get_cycles_sync
by Glauber de Oliveira Costa
· 17 years ago
16e2011
x86: allow sched clock to be overridden by paravirt
by Glauber de Oliveira Costa
· 17 years ago
751de83
x86: unify msr smp funcs
by Glauber de Oliveira Costa
· 17 years ago
fe58fc8
x86: wipe out traditional opt from x86_64 Makefile
by Glauber de Oliveira Costa
· 17 years ago
96daa8c
x86: use def_bool where possible in Kconfig.cpu
by Harvey Harrison
· 17 years ago
6612538
x86: clean up process_32/64.c
by Hiroshi Shimamoto
· 17 years ago
3c2362e
x86: use def_bool where possible
by Harvey Harrison
· 17 years ago
40842bf
x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE
by Joerg Roedel
· 17 years ago
1c6f703
x86: define all _PAGE_* in terms of _PAGE_BIT_* on 64-bit
by Joerg Roedel
· 17 years ago
2ba7dee
x86: 32-bit IOAPIC: de-fang IRQ compression
by Len Brown
· 17 years ago
faca622
x86: use generic register name in the thread and tss structures
by H. Peter Anvin
· 17 years ago
25149b6
x86: x86 ptrace merge removals
by Roland McGrath
· 17 years ago
cbc9d9d
x86: x86 ptrace merge complete
by Roland McGrath
· 17 years ago
099cd6e
x86: x86 ia32 ptrace arch merge
by Roland McGrath
· 17 years ago
cb757c4
x86: x86 ia32 ptrace getreg/putreg merge
by Roland McGrath
· 17 years ago
86976cd
x86: x86 ptrace merge syscall trace
by Roland McGrath
· 17 years ago
e9c86c7
x86: x86 ptrace arch merge
by Roland McGrath
· 17 years ago
2047b08
x86: x86 ptrace getreg/putreg merge
by Roland McGrath
· 17 years ago
06ee1b6
x86: x86 ptrace getreg/putreg cleanup
by Roland McGrath
· 17 years ago
e39c289
x86: ptrace FLAG_MASK cleanup
by Roland McGrath
· 17 years ago
d52e9d6
x86: ptrace_32 renamed
by Roland McGrath
· 17 years ago
0f53409
x86: x86-32 thread_struct.debugreg
by Roland McGrath
· 17 years ago
d277fb8
x86: x86-64 ia32 ptrace get/putreg32 current task
by Roland McGrath
· 17 years ago
5fd4d16
x86: x86-32 ptrace get/putreg current task
by Roland McGrath
· 17 years ago
ce90f34
x86: x86-64 ptrace get/putreg current task
by Roland McGrath
· 17 years ago
9e714be
x86: x86-32 ptrace whitespace
by Roland McGrath
· 17 years ago
80976c0
x86: x86-64 ptrace whitespace
by Roland McGrath
· 17 years ago
ff14c61
x86: x86-64 ia32 ptrace pt_regs cleanup
by Roland McGrath
· 17 years ago
35d0991
x86: eflags enum
by Roland McGrath
· 17 years ago
a46ff73
x86: setup64 eflags constants
by Roland McGrath
· 17 years ago
742fa54
x86: use generic register names in struct sigcontext
by H. Peter Anvin
· 17 years ago
153d5f2
x86: use generic register names in struct user_regs_struct
by H. Peter Anvin
· 17 years ago
65ea5b0
x86: rename the struct pt_regs members for 32/64-bit consistency
by H. Peter Anvin
· 17 years ago
53756d3
x86: add set/clear_cpu_cap operations
by Jeremy Fitzhardinge
· 17 years ago
5548fec
x86: clean up bitops-related warnings
by Jeremy Fitzhardinge
· 17 years ago
1c54d77
x86: partial unification of asm-x86/bitops.h
by Jeremy Fitzhardinge
· 17 years ago
7bf0c23
x86: prevent dereferencing non-allocated per_cpu variables
by Mike Travis
· 17 years ago
0fa376e
x86: PTRACE_SINGLEBLOCK
by Roland McGrath
· 17 years ago
1ecc798
x86: debugctlmsr kprobes
by Roland McGrath
· 17 years ago
10faa81
x86: debugctlmsr arch_has_block_step
by Roland McGrath
· 17 years ago
7e99160
x86: debugctlmsr context switch
by Roland McGrath
· 17 years ago
0a049bb
x86: debugctlmsr kconfig
by Roland McGrath
· 17 years ago
d2499d8
x86: debugctlmsr constants
by Roland McGrath
· 17 years ago
5b88abb
ptrace: generic PTRACE_SINGLEBLOCK
by Roland McGrath
· 17 years ago
dc802c2
ptrace: arch_has_block_step
by Roland McGrath
· 17 years ago
Next »