Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0c6fc11ac343c82d4a2f8348fa6f829e07c12554
/
arch
0c6fc11
x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix
by Ingo Molnar
· 8 years ago
dd618c7
x86/boot/e820: Remove unnecessary #include's
by Ingo Molnar
· 8 years ago
090d717
x86/boot/e820: Rename e820_mark_nosave_regions() to e820__register_nosave_regions()
by Ingo Molnar
· 8 years ago
1506c8d
x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()
by Ingo Molnar
· 8 years ago
81b3e09
x86/boot/e820: Use bool in query APIs
by Ingo Molnar
· 8 years ago
1a12703
x86/boot/e820: Document e820__reserve_setup_data()
by Ingo Molnar
· 8 years ago
9a02fd0
x86/boot/e820: Clean up __e820__update_table() et al
by Ingo Molnar
· 8 years ago
f9748fa
x86/boot/e820: Simplify the e820__update_table() interface
by Ingo Molnar
· 8 years ago
e7dbf7a
xen, x86/boot/e820: Simplify Xen's xen_e820_table construct
by Ingo Molnar
· 8 years ago
d88961b
x86/boot/e820: Clean up and standardize sizeof() uses
by Ingo Molnar
· 8 years ago
08b46d5
x86/boot/e820: Clean up the E820 table size define names
by Ingo Molnar
· 8 years ago
09821ff
x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"
by Ingo Molnar
· 8 years ago
6afc03b
x86/boot/e820: Use 'enum e820_type' when handling the e820 region type
by Ingo Molnar
· 8 years ago
09c5151
x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry'
by Ingo Molnar
· 8 years ago
7ad1ed8
x86/boot/e820: Introduce 'enum e820_type'
by Ingo Molnar
· 8 years ago
c594761
x86/boot/e820: Simplify e820_reserve_resources()
by Ingo Molnar
· 8 years ago
2504be7
x86/boot/e820: Reorder the function prototypes in api.h
by Ingo Molnar
· 8 years ago
be0c3f0
x86/boot/e820: Rename e820_print_map() to e820__print_table()
by Ingo Molnar
· 8 years ago
ab6bc04
x86/boot/e820: Create coherent API function names for E820 range operations
by Ingo Molnar
· 8 years ago
2df908b
x86/boot/e820: Rename e820_setup_gap() to e820__setup_pci_gap()
by Ingo Molnar
· 8 years ago
3bce64f
x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all()
by Ingo Molnar
· 8 years ago
f52355a
x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()
by Ingo Molnar
· 8 years ago
6464d29
x86/boot/e820: Rename update_e820() to e820__update_table()
by Ingo Molnar
· 8 years ago
5da217c
x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and document it
by Ingo Molnar
· 8 years ago
9641bda
x86/boot/e820: Clarify the role of finish_e820_parsing() and rename it to e820__finish_early_params()
by Ingo Molnar
· 8 years ago
da92139
x86/boot/e820: Move e820_reserve_setup_data() to e820.c
by Ingo Molnar
· 8 years ago
914053c
x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended()
by Ingo Molnar
· 8 years ago
4270fd8
x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to memblock_set_dma_reserve()
by Ingo Molnar
· 8 years ago
01259ef
x86/boot/e820: Convert printk(KERN_* ...) to pr_*()
by Ingo Molnar
· 8 years ago
e5540f8
x86/boot/e820: Consolidate 'struct e820_entry *entry' local variable names
by Ingo Molnar
· 8 years ago
4918e22
x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and improve the explanations
by Ingo Molnar
· 8 years ago
640e1b3
x86/boot/e820: Basic cleanup of e820.c
by Ingo Molnar
· 8 years ago
544a0f4
x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description
by Ingo Molnar
· 8 years ago
103e206
x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory_setup_default()
by Ingo Molnar
· 8 years ago
bf49557
x86/boot/e820: Harmonize the 'struct e820_table' fields
by Ingo Molnar
· 8 years ago
61a5010
x86/boot/e820: Rename everything to e820_table
by Ingo Molnar
· 8 years ago
acd4c04
x86/boot/e820: Rename 'e820_map' variables to 'e820_array'
by Ingo Molnar
· 8 years ago
e79d74d
x86/boot/e820: Remove e820_mark_nosave_regions() definition uglies
by Ingo Molnar
· 8 years ago
9de94db
x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.h
by Ingo Molnar
· 8 years ago
8ec67d9
x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'
by Ingo Molnar
· 8 years ago
308bee6
x86/boot/e820: Move HIGH_MEMORY define to asm/e820/types.h
by Ingo Molnar
· 8 years ago
993f4b7
x86/boot/e820: Remove unnecessary __ASSEMBLY__ guard
by Ingo Molnar
· 8 years ago
0f85650
x86/boot/e820: Clean up asm/e820/api.h
by Ingo Molnar
· 8 years ago
b0bd00d
x86/boot/e820: Remove assembly guard from asm/e820/types.h
by Ingo Molnar
· 8 years ago
5520b7e
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
by Ingo Molnar
· 8 years ago
7b6e4ba
x86/boot/e820: Clean up the E820_X_MAX definition
by Ingo Molnar
· 8 years ago
99da1ff
x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.h
by Ingo Molnar
· 8 years ago
66441bd
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
by Ingo Molnar
· 8 years ago
7b80ba5
x86/boot/e820: Clean up and improve comments in asm/e820/types.h
by Ingo Molnar
· 8 years ago
70a9d81
x86/boot/e820: Introduce arch/x86/include/asm/e820/types.h
by Ingo Molnar
· 8 years ago
9a1f415
Merge branch 'linus' into x86/boot, to pick up fixes
by Ingo Molnar
· 8 years ago
69978aa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 8 years ago
f284424
x86/boot: Fix KASLR and memmap= collision
by Dave Jiang
· 8 years ago
3705ccf
mn10300: fix build error of missing fpu_save()
by Randy Dunlap
· 8 years ago
4180c4c
frv: add missing atomic64 operations
by Sudip Mukherjee
· 8 years ago
545d58f
frv: add atomic64_add_unless()
by Sudip Mukherjee
· 8 years ago
0d6da87
s390/mm: Fix cmma unused transfer from pgste into pte
by Christian Borntraeger
· 8 years ago
9dce990
s390/ptrace: Preserve previous registers for short regset write
by Martin Schwidefsky
· 8 years ago
a4685d2
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 8 years ago
095cbe6
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
455a70c
Merge tag 'arc-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 8 years ago
83fd57a
Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
4c9eff7
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
f8f2d4b
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
fec9690
Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux
by Radim Krčmář
· 8 years ago
0447819
KVM: s390: do not expose random data via facility bitmap
by Christian Borntraeger
· 8 years ago
178f358
powerpc: Ignore reserved field in DCSR and PVR reads and writes
by Anton Blanchard
· 8 years ago
b34ca60
powerpc/ptrace: Preserve previous TM fprs/vsrs on short regset write
by Dave Martin
· 8 years ago
99dfe80
powerpc/ptrace: Preserve previous fprs/vsrs on short regset write
by Dave Martin
· 8 years ago
44b4b46
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
4384978
ARM: dts: da850-evm: fix read access to SPI flash
by Fabien Parent
· 8 years ago
81aaeaa
Merge tag 'pci-v4.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
4a1cc2e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 8 years ago
7d9e8f7
arm64: avoid returning from bad_mode
by Mark Rutland
· 8 years ago
d0e73e2
ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"
by Vineet Gupta
· 8 years ago
76894a7
ARC: mm: split arc_cache_init to allow __init reaping of bulk
by Vineet Gupta
· 8 years ago
e47a8b1
Merge tag 'omap-for-v4.10/fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 8 years ago
e497c8e
ARCv2: IOC: Use actual memory size to setup aperture size
by Vineet Gupta
· 8 years ago
8c47f83
ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruption
by Vineet Gupta
· 9 years ago
d4911cdd
ARCv2: IOC: refactor the IOC and SLC operations into own functions
by Vineet Gupta
· 9 years ago
fa19a76
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 8 years ago
eb1357d
ARC: module: Fix !CONFIG_ARC_DW2_UNWIND builds
by Vineet Gupta
· 8 years ago
ca92e6c
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
ad9e202
arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
by Dave Martin
· 8 years ago
aeb1f39
arm64/ptrace: Avoid uninitialised struct padding in fpr_set()
by Dave Martin
· 8 years ago
a672401c
arm64/ptrace: Preserve previous registers for short regset write
by Dave Martin
· 8 years ago
9dd73f7
arm64/ptrace: Preserve previous registers for short regset write
by Dave Martin
· 8 years ago
9a17b87
arm64/ptrace: Preserve previous registers for short regset write
by Dave Martin
· 8 years ago
020eb3d
x86/ioapic: Restore IO-APIC irq_chip retrigger callback
by Ruslan Ruslichenko
· 8 years ago
1c8a946
arm64: mm: avoid name clash in __page_to_voff()
by Oleksandr Andrushchenko
· 8 years ago
27593d7
powerpc/perf: Use MSR to report privilege level on P9 DD1
by Madhavan Srinivasan
· 8 years ago
387bbc9
powerpc/eeh: Enable IO path on permanent error
by Gavin Shan
· 8 years ago
d89f473
powerpc/perf: Fix PM_BRU_CMPL event code for power9
by Madhavan Srinivasan
· 8 years ago
20717e1
powerpc/mm: Fix little-endian 4K hugetlb
by Aneesh Kumar K.V
· 8 years ago
ff8b857
powerpc/mm/hugetlb: Don't panic when we don't find the default huge page size
by Aneesh Kumar K.V
· 8 years ago
bf5ca68
powerpc: Fix pgtable pmd cache init
by Nicholas Piggin
· 8 years ago
1ea6af3
ARM: dts: omap3: Fix Card Detect and Write Protect on Logic PD SOM-LV
by Adam Ford
· 8 years ago
f7bcd4b
ARM64: dts: meson-gxbb-odroidc2: Disable SCPI DVFS
by Neil Armstrong
· 8 years ago
ce2e852
KVM: x86: fix fixing of hypercalls
by Dmitry Vyukov
· 8 years ago
1b1973e
Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
by Radim Krčmář
· 8 years ago
Next »