Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00a2083324a4e15f8c328ddd3614a3be906a1640
/
arch
« Previous
25fee47
parisc: Set CONFIG_NET=y in defconfigs
by Michal Marek
· 10 years ago
d1630f9
mips: Set CONFIG_NET=y in defconfigs
by Michal Marek
· 10 years ago
c82eb46
Merge tag 'mvebu-soc-3.18' of git://git.infradead.org/linux-mvebu into next/cleanup
by Olof Johansson
· 10 years ago
1aafa57
ARM: hisi: Fix platmcpm compilation when ARMv6 is selected
by Wei Xu
· 10 years ago
d06efeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
by Tejun Heo
· 10 years ago
2368a94
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
cfa1950
ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocks
by Ludovic Desroches
· 10 years ago
b65e0fb
ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings
by Andreas Henriksson
· 10 years ago
eeeda4c
x86/relocs: Make per_cpu_load_addr static
by Ben Hutchings
· 10 years ago
212be3b
x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"
by Oleg Nesterov
· 10 years ago
0ad6e3c
x86: Speed up ___preempt_schedule*() by using THUNK helpers
by Oleg Nesterov
· 10 years ago
7da4b29
crypto: aesni - disable "by8" AVX CTR optimization
by Mathias Krause
· 10 years ago
03bd4e1
sched: Fix unreleased llc_shared_mask bit during CPU hotplug
by Wanpeng Li
· 10 years ago
ee1b5b1
x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead
by Bryan O'Donoghue
· 10 years ago
2ed53c0
x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline during S3
by Lan Tianyu
· 10 years ago
521e8ba
perf/x86/intel/uncore: Update support for client uncore IMC PMU
by Stephane Eranian
· 10 years ago
b10fc1c
perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EP
by Andi Kleen
· 10 years ago
7e96ae1
perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore driver
by Andi Kleen
· 10 years ago
513d793
perf/x86/intel/uncore: Register the PMU only if the uncore pci device exists
by Yan, Zheng
· 10 years ago
e735b9d
perf/x86/intel/uncore: Add Haswell-EP uncore support
by Yan, Zheng
· 10 years ago
fdda3c4
perf/x86/intel: Use Broadwell cache event list for Haswell
by Andi Kleen
· 10 years ago
c46e665
perf/x86: Add INST_RETIRED.ALL workarounds
by Andi Kleen
· 10 years ago
86a349a
perf/x86/intel: Add Broadwell core support
by Andi Kleen
· 10 years ago
d86c8ea
perf/x86/intel: Document all Haswell models
by Andi Kleen
· 10 years ago
b761468
perf/x86/intel: Remove incorrect model number from Haswell perf
by Andi Kleen
· 10 years ago
6637501
drm/i915/skl: Add the additional graphics stolen sizes
by Damien Lespiau
· 11 years ago
cebf15e
x86, sched: Add new topology for multi-NUMA-node CPUs
by Dave Hansen
· 10 years ago
c55f515
sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW
by Peter Zijlstra
· 10 years ago
615f775
x86/PCI: Mark PCI BIOS initialization code as such
by Mathias Krause
· 10 years ago
6af13ba
x86/PCI: Constify pci_mmcfg_probes[] array
by Mathias Krause
· 10 years ago
776f7ad
x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconst
by Mathias Krause
· 10 years ago
64474b5
x86/PCI: Move __init annotation to the correct place
by Mathias Krause
· 10 years ago
c24ae0d
kvm: x86: Unpin and remove kvm_arch->apic_access_page
by Tang Chen
· 10 years ago
38b9917
kvm: vmx: Implement set_apic_access_page_addr
by Tang Chen
· 10 years ago
4256f43
kvm: x86: Add request bit to reload APIC access page address
by Tang Chen
· 10 years ago
fe71557
kvm: Add arch specific mmu notifier for page invalidation
by Tang Chen
· 10 years ago
5712846
kvm: Fix page ageing bugs
by Andres Lagar-Cavilla
· 10 years ago
8a9522d
kvm/x86/mmu: Pass gfn and level to rmapp callback.
by Andres Lagar-Cavilla
· 10 years ago
c1118b3
x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only
by Paolo Bonzini
· 10 years ago
81760dc
kvm: x86: use macros to compute bank MSRs
by Chen Yucong
· 10 years ago
d526273
KVM: x86: Remove debug assertion of non-PAE reserved bits
by Nadav Amit
· 10 years ago
b461966
kvm: x86: fix two typos in comment
by Tiejun Chen
· 10 years ago
4566654
KVM: vmx: Inject #GP on invalid PAT CR
by Nadav Amit
· 10 years ago
040c8dc
KVM: x86: emulating descriptor load misses long-mode case
by Nadav Amit
· 10 years ago
77c3913
KVM: x86: directly use kvm_make_request again
by Liang Chen
· 10 years ago
a70656b
KVM: x86: count actual tlb flushes
by Radim Krčmář
· 10 years ago
bc61349
KVM: nested VMX: disable perf cpuid reporting
by Marcelo Tosatti
· 10 years ago
a2b9e6c
KVM: x86: Don't report guest userspace emulation error to userspace
by Nadav Amit
· 10 years ago
1f755a8
kvm: Make init_rmode_tss() return 0 on success.
by Paolo Bonzini
· 10 years ago
dd59809
KVM: x86: Warn if guest virtual address space is not 48-bits
by Nadav Amit
· 10 years ago
56394ab
x86/efi: Delete misleading efi_printk() error message
by Matt Fleming
· 10 years ago
f12c1f9
x86/vdso: Fix vdso2c's special_pages[] error checking
by Andy Lutomirski
· 10 years ago
422d9abf
Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next/fixes-non-critical
by Olof Johansson
· 10 years ago
fa0510f
Merge tag 'v3.18-rockchip-dts2-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt
by Olof Johansson
· 10 years ago
5f0798c
Merge tag 'qcom-dt-for-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/dt
by Olof Johansson
· 10 years ago
007c7fd
Merge tag 'qcom-dt-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/dt
by Olof Johansson
· 10 years ago
37bdaf8
ARM: debug: fix alphanumerical order on debug uarts
by Olof Johansson
· 10 years ago
c8bc4dc
Merge tag 'D01-for-3.18' of git://github.com/hisilicon/linux-hisi into next/soc
by Olof Johansson
· 10 years ago
8adc36b
Merge tag 'dt-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
by Olof Johansson
· 10 years ago
9cdf6bd
Merge tag 'intc-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/drivers
by Olof Johansson
· 10 years ago
eec3173
Merge tag 'soc-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
by Olof Johansson
· 10 years ago
2fee8c1
Merge tag 'fixes-v3.18-not-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical
by Olof Johansson
· 10 years ago
4693c72
Merge tag 'at91-drivers2' of git://github.com/at91linux/linux-at91 into next/drivers
by Olof Johansson
· 10 years ago
d19eff3
Merge branch 'parisc-3.17-7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 10 years ago
84be880
Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"
by Matt Fleming
· 10 years ago
4913c59
audit: arm64: Remove the audit arch argument to audit_syscall_entry
by Eric Paris
· 10 years ago
23fed62
arm64: audit: Add audit hook in syscall_trace_enter/exit()
by AKASHI Takahiro
· 10 years ago
b4f0d37
audit: x86: drop arch from __audit_syscall_entry() interface
by Richard Guy Briggs
· 11 years ago
a17c8b5
sparc: implement is_32bit_task
by Eric Paris
· 11 years ago
01ed102
sparc: properly conditionalize use of TIF_32BIT
by Stephen Rothwell
· 11 years ago
75dddcb
sparc: simplify syscall_get_arch()
by Eric Paris
· 11 years ago
9139740
ARCH: AUDIT: audit_syscall_entry() should not require the arch
by Eric Paris
· 11 years ago
ce5d112
ARCH: AUDIT: implement syscall_get_arch for all arches
by Eric Paris
· 11 years ago
0451623
Alpha: define syscall_get_arch()
by Eric Paris
· 11 years ago
4b4665e
UM: implement syscall_get_arch()
by Eric Paris
· 11 years ago
37d181b
SH: define syscall_get_arch() for superh
by Eric Paris
· 11 years ago
d26a773
parisc: Only use -mfast-indirect-calls option for 32-bit kernel builds
by John David Anglin
· 10 years ago
7a512b0
ARM: exynos_defconfig: Enable Maxim 77693 and I2C GPIO drivers
by Krzysztof Kozlowski
· 10 years ago
e8ee39e
[IA64] refresh arch/ia64/configs/* using "make savedefconfig"
by Tony Luck
· 10 years ago
f6f1ae8
ARM: mm: Fix ifdef around cpu_*_do_[suspend, resume] ops
by Bartlomiej Zolnierkiewicz
· 10 years ago
658cff0
ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=n
by Bartlomiej Zolnierkiewicz
· 10 years ago
2c05471
ARM: SAMSUNG: Restore Samsung PM Debug functionality
by Tomasz Figa
· 10 years ago
b756dc4
ARM: dts: Fix pull setting in sd4_width8 pin group for exynos4x12
by Tomasz Figa
· 10 years ago
3e95b7b
ARM: exynos_defconfig: Enable SBS battery support
by Javier Martinez Canillas
· 10 years ago
4c79279
ARM: exynos_defconfig: Enable Control Groups support
by Javier Martinez Canillas
· 10 years ago
a5ec3a4
ARM: exynos_defconfig: Enable Atmel maXTouch support
by Javier Martinez Canillas
· 10 years ago
6e80e3d
ARM: exynos_defconfig: Enable MAX77802
by Vivek Gautam
· 10 years ago
e8b56d5
net: bpf: arm: make hole-faulting more robust
by Daniel Borkmann
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
1059c6b
arm64: debug: don't re-enable debug exceptions on return from el1_dbg
by Will Deacon
· 10 years ago
f955371
x86: remove the Xen-specific _PAGE_IOMAP PTE flag
by David Vrabel
· 11 years ago
7f2f882
x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappings
by David Vrabel
· 11 years ago
3166851
x86: skip check for spurious faults for non-present faults
by David Vrabel
· 11 years ago
342cd34
xen/efi: Directly include needed headers
by Daniel Kiper
· 10 years ago
4fbb67e3
xen/setup: Remap Xen Identity Mapped RAM
by Matt Rushton
· 10 years ago
3cf6b01
Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/next
by Josh Triplett
· 10 years ago
f367039
Revert "x86/efi: Fixup GOT in all boot code paths"
by Linus Torvalds
· 10 years ago
21c68e7
Merge tag 'fix-v3.17-io-chain-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 10 years ago
602f585
Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 10 years ago
3c91f97
Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into fixes
by Olof Johansson
· 10 years ago
Next »