Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
da181a8b3916aa7f2e3c5775d2bd2fe3454cf82d
/
include
/
asm-i386
da181a8
[PATCH] paravirt: Add MMU virtualization to paravirt_ops
by Rusty Russell
· 18 years ago
13623d7
[PATCH] paravirt: Add APIC accessors to paravirt-ops.
by Rusty Russell
· 18 years ago
4f205fd
[PATCH] paravirt: Allow selected bug checks to be
by Rusty Russell
· 18 years ago
c9ccf30
[PATCH] paravirt: Add startup infrastructure for paravirtualization
by Rusty Russell
· 18 years ago
d7cd561
[PATCH] i386: cpu_detect extraction
by Rusty Russell
· 18 years ago
139ec7c
[PATCH] paravirt: Patch inline replacements for paravirt intercepts
by Rusty Russell
· 18 years ago
d3561b7
[PATCH] paravirt: header and stubs for paravirtualisation
by Rusty Russell
· 18 years ago
e6536c1
[PATCH] x86: comment magic constants in delay.h
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
cef518e
[PATCH] i386: Move memory map printing and other code to e820.c
by bibo,mao
· 18 years ago
b5b2405
[PATCH] i386: Move e820/efi memmap walking code to e820.c
by bibo,mao
· 18 years ago
b2dff6a
[PATCH] i386: Move find_max_pfn function to e820.c
by bibo,mao
· 18 years ago
3760dd6
[PATCH] i386: Use CLFLUSH instead of WBINVD in change_page_attr
by Andi Kleen
· 18 years ago
770d132
[PATCH] i386: Retrieve CLFLUSH size from CPUID
by Andi Kleen
· 18 years ago
e69f202
[PATCH] i386: Implement CONFIG_PHYSICAL_ALIGN
by Vivek Goyal
· 18 years ago
2a43f3e
[PATCH] i386: CONFIG_PHYSICAL_START cleanup
by Eric W. Biederman
· 18 years ago
9f45acc
[PATCH] i386: define __pa_symbol()
by Eric W. Biederman
· 18 years ago
63cb683
[PATCH] i386: PDA: Fix math emulator for new pt_regs
by Andi Kleen
· 18 years ago
70463da
[PATCH] i386: Store the interrupt regs pointer in the PDA
by Jeremy Fitzhardinge
· 18 years ago
ec7fcaa
[PATCH] i386: Implement "current" with the PDA
by Jeremy Fitzhardinge
· 18 years ago
b2938f8
[PATCH] i386: Implement smp_processor_id() with the PDA
by Jeremy Fitzhardinge
· 18 years ago
49d26b6
[PATCH] i386: Update sys_vm86 to cope with changed pt_regs and %gs usage
by Jeremy Fitzhardinge
· 18 years ago
66e10a4
[PATCH] i386: Fix places where using %gs changes the usermode ABI
by Jeremy Fitzhardinge
· 18 years ago
f95d47c
[PATCH] i386: Use %gs as the PDA base-segment in the kernel
by Jeremy Fitzhardinge
· 18 years ago
6211119
[PATCH] i386: Initialize the per-CPU data area
by Jeremy Fitzhardinge
· 18 years ago
9ca3610
[PATCH] i386: Basic definitions for i386-pda
by Jeremy Fitzhardinge
· 18 years ago
bb0d977
[PATCH] i386: add Intel Core related PMU MSRs
by Stephane Eranian
· 18 years ago
acc2076
[PATCH] i386: add sleazy FPU optimization
by Chuck Ebbert
· 18 years ago
be44d2a
[PATCH] i386: espfix cleanup
by Stas Sergeev
· 18 years ago
bb81a09
[PATCH] x86: all cpu backtrace
by Andrew Morton
· 18 years ago
e5e3a04
[PATCH] i386: remove default_ldt, and simplify ldt-setting.
by Jeremy Fitzhardinge
· 18 years ago
42ed458
[PATCH] i386: i386 add X86_FEATURE_PEBS and detection
by Stephane Eranian
· 18 years ago
d7731c0
[PATCH] i386: i386 rename X86_FEATURE_DTES to X86_FEATURE_DS
by Stephane Eranian
· 18 years ago
e624386
[PATCH] Centralise definitions of sector_t and blkcnt_t
by Matthew Wilcox
· 18 years ago
72685fc
[NET]: I386 checksum annotations and cleanups.
by Al Viro
· 18 years ago
465ae64
ACPI: Change ACPI to use dev_archdata instead of firmware_data
by Benjamin Herrenschmidt
· 18 years ago
c6dbaef
Driver core: add dev_archdata to struct device
by Benjamin Herrenschmidt
· 18 years ago
38b5b03
[PATCH] i386: Fix compilation with UP genericarch
by Andi Kleen
· 18 years ago
fa18f47
[PATCH] x86: Add acpi_user_timer_override option for Asus boards
by Andi Kleen
· 18 years ago
130fe05
i386: clean up io-apic accesses
by Linus Torvalds
· 18 years ago
08d892f
[PATCH] visws build fix
by Andrey Panin
· 18 years ago
991528d
ACPI: Processor native C-states using MWAIT
by Venkatesh Pallipadi
· 18 years ago
81c06b1
[VOYAGER] fix up ptregs removal mess
by James Bottomley
· 18 years ago
58f0794
[VOYAGER] fix up attribute packed specifiers in voyager.h
by James Bottomley
· 18 years ago
9c7fff6
[PATCH] uaccess.h: match kernel-doc and function names
by Randy Dunlap
· 18 years ago
e50190a
[PATCH] Consolidate check_signature
by Matthew Wilcox
· 18 years ago
b611967
[PATCH] epoll_pwait()
by Davide Libenzi
· 18 years ago
b940d22
[PATCH] i386/x86_64: Remove global IO_APIC_VECTOR
by Eric W. Biederman
· 18 years ago
815a965
[PATCH] make kernels with CONFIG_X86_GENERIC and !CONFIG_SMP compilable
by Jiri Kosina
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
fefd26b
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh
by Linus Torvalds
· 18 years ago
3b7d192
[PATCH] msi: refactor and move the msi irq_chip into the arch code
by Eric W. Biederman
· 18 years ago
8b955b0
[PATCH] Initial generic hypertransport interrupt support
by Eric W. Biederman
· 18 years ago
ace80ab
[PATCH] genirq: i386 irq: Remove the msi assumption that irq == vector
by Eric W. Biederman
· 18 years ago
2d3fcc1
[PATCH] genirq: i386 irq: Move msi message composition into io_apic.c
by Eric W. Biederman
· 18 years ago
f5b9ed7
[PATCH] genirq: convert the i386 architecture to irq-chips
by Ingo Molnar
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
78b656b
[PATCH] i383 numa: fix numaq/summit apicid conflict
by Keith Mannthey
· 18 years ago
1a84887
[PATCH] sched: introduce child field in sched_domain
by Siddha, Suresh B
· 18 years ago
eed34d0
[PATCH] kernel-doc for kernel/dma.c
by Randy Dunlap
· 18 years ago
135ab6e
[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references
by Arnd Bergmann
· 18 years ago
96b644b
[PATCH] namespaces: utsname: use init_utsname when appropriate
by Serge E. Hallyn
· 18 years ago
e9ff399
[PATCH] namespaces: utsname: switch to using uts namespaces
by Serge E. Hallyn
· 18 years ago
b3f827c
[PATCH] Add regs_return_value() helper
by Ananth N Mavinakayanahalli
· 18 years ago
789e6ac
[PATCH] paravirt: update pte hook
by Zachary Amsden
· 18 years ago
a93cb05
[PATCH] paravirt: remove set pte atomic
by Zachary Amsden
· 18 years ago
d6d861e
[PATCH] paravirt: optimize ptep establish for pae
by Zachary Amsden
· 18 years ago
23002d8
[PATCH] paravirt: kpte flush
by Zachary Amsden
· 18 years ago
25e4df5
[PATCH] paravirt: combine flush accessed dirty.patch
by Zachary Amsden
· 18 years ago
dc2bc76
[PATCH] stack overflow safe kdump: safe_smp_processor_id()
by Fernando Vazquez
· 18 years ago
ef6edc9
[PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locks
by Martin Schwidefsky
· 18 years ago
29cbc78
[PATCH] x86: Clean up x86 NMI sysctls
by Andi Kleen
· 18 years ago
3171a03
[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
by Atsushi Nemoto
· 18 years ago
cd1c6a4
[PATCH] Use valid_dma_direction() in include/asm-i386/dma-mapping.h
by Rolf Eike Beer
· 18 years ago
3b08606
[PATCH] convert i386 Summit subarch to use SRAT info for apicid_to_node calls
by keith mannthey
· 18 years ago
00463c16
[PATCH] i386: Use early clobbers for semaphores now
by Andi Kleen
· 18 years ago
ebba5f9
[PATCH] consistently use MAX_ERRNO in __syscall_return
by Randy Dunlap
· 18 years ago
b278240
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
70e0eb8
[PATCH] Split i386 and x86_64 ptrace.h
by Jeff Dike
· 18 years ago
2965a0e
[PATCH] x86: trivial move of ptep_set_access_flags
by Rusty Russell
· 18 years ago
6049742
[PATCH] x86: trivial move of __HAVE macros in i386 pagetable headers
by Rusty Russell
· 18 years ago
052e799
[PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hypervisor
by Jeremy Fitzhardinge
· 18 years ago
9f09339
[PATCH] x86: roll all the cpuid asm into one __cpuid call
by Rusty Russell
· 18 years ago
027a8c7
[PATCH] x86: implement always-locked bit ops, for memory shared with an SMP hypervisor
by Chris Wright
· 18 years ago
3a75036
[PATCH] Use BUG_ON(foo) instead of "if (foo) BUG()" in include/asm-i386/dma-mapping.h
by Rolf Eike Beer
· 18 years ago
46a82b2
[PATCH] Standardize pxx_page macros
by Dave McCracken
· 18 years ago
9102330
[PATCH] convert i386 NUMA KVA space to bootmem
by keith mannthey
· 18 years ago
3222b36
[PATCH] x86: Add a cumulative thermal throttle event counter.
by Dmitriy Zavin
· 18 years ago
15d5f83
[PATCH] x86: Refactor thermal throttle processing
by Dmitriy Zavin
· 18 years ago
adf1423
[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder
by Jan Beulich
· 18 years ago
2817716
[PATCH] i386: Fix pack_descriptor()
by Jeremy Fitzhardinge
· 18 years ago
78be370
[PATCH] i386: Allow a kernel not to be in ring 0
by Rusty Russell
· 18 years ago
0da5db3
[PATCH] i386: Abstract sensitive instructions
by Rusty Russell
· 18 years ago
3566561
[PATCH] i386: Avoid overwriting the current pgd (V4, i386)
by Magnus Damm
· 18 years ago
80d2679
[PATCH] x86: Remove incorrect comment about ACPI e820 entries
by Andi Kleen
· 18 years ago
a549b86
[PATCH] i386: annotate FIX_STACK() and the rest of nmi()
by Chuck Ebbert
· 18 years ago
f704cb9
[PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64
by Dave Jones
· 18 years ago
73fea17
[PATCH] i386: Support physical cpu hotplug for x86_64
by Ashok Raj
· 18 years ago
522e93e
[PATCH] i386: Descriptor and trap table cleanups.
by Rusty Russell
· 18 years ago
3d08a25
[PATCH] i386: Make enable_local_apic static
by Adrian Bunk
· 18 years ago
a32cf39
[PATCH] i386: Get ebp from unwinder state when continuing fallback backtrace
by Andi Kleen
· 18 years ago
Next »