Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
72d64cc76941cde45e65e2a5b9fb81d527963645
/
arch
72d64cc
x86/asm: Further improve segment.h readability
by Ingo Molnar
· 10 years ago
dca5b52
x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()
by Ingo Molnar
· 10 years ago
f9d7185
x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro
by Ingo Molnar
· 10 years ago
1ddc6f3
x86/asm/entry/64: Improve the THREAD_INFO() macro explanation
by Ingo Molnar
· 10 years ago
d56fe4b
x86/asm/entry/64: Always set up SYSENTER MSRs
by Ingo Molnar
· 10 years ago
84f5378
x86/asm: Deobfuscate segment.h
by Denys Vlasenko
· 10 years ago
65c2377
x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixup
by Denys Vlasenko
· 10 years ago
a71ffdd
x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macros
by Denys Vlasenko
· 10 years ago
9ed8e7d
x86/asm/entry/64: Use PUSH instructions to build pt_regs on stack
by Denys Vlasenko
· 10 years ago
ef59326
x86/asm/entry: Get rid of KERNEL_STACK_OFFSET
by Denys Vlasenko
· 10 years ago
b3fe8ba
x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET
by Denys Vlasenko
· 10 years ago
a76c7f4
x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user
by Denys Vlasenko
· 10 years ago
34061f1
x86/asm/entry/64: Fix incorrect comment
by Denys Vlasenko
· 10 years ago
d74ef11
x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks
by Andy Lutomirski
· 10 years ago
7a28067
x86/asm/entry: Remove user_mode_vm()
by Andy Lutomirski
· 10 years ago
f39b6f0
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
by Andy Lutomirski
· 10 years ago
efa7045
x86/asm/entry: Make user_mode() work correctly if regs came from VM86 mode
by Andy Lutomirski
· 10 years ago
ae60f07
x86/asm/entry: Use user_mode_ignore_vm86() where appropriate
by Andy Lutomirski
· 10 years ago
383f3af
x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base()
by Andy Lutomirski
· 10 years ago
a67e727
x86/asm/entry: Add user_mode_ignore_vm86()
by Andy Lutomirski
· 10 years ago
e4518ab
Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts
by Ingo Molnar
· 10 years ago
c56716a
x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base()
by Andy Lutomirski
· 10 years ago
d31bf07
x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()
by Andy Lutomirski
· 10 years ago
1daeaa3
x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET
by Brian Gerst
· 10 years ago
3d7a6db
Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
60ed380
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
62a202d
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 10 years ago
7132813
arm64: Honor __GFP_ZERO in dma allocations
by Suzuki K. Poulose
· 10 years ago
130c93f
arm64: efi: don't restore TTBR0 if active_mm points at init_mm
by Will Deacon
· 10 years ago
9e8ce4b
Revert "x86/PCI: Refine the way to release PCI IRQ resources"
by Rafael J. Wysocki
· 10 years ago
18eda52
Merge tag 'nios2-fixes-v4.0-rc5' of git://git.rocketboards.org/linux-socfpga-next
by Linus Torvalds
· 10 years ago
22283c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 10 years ago
3c08158
sparc: Fix /proc/kcore
by David S. Miller
· 10 years ago
ec3fbff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
526299c
ARM: 8313/1: Use read_cpuid_ext() macro instead of inline asm
by Mason
· 10 years ago
f2ca09f
ARM: 8311/1: Don't use is_module_addr in setting page attributes
by Laura Abbott
· 10 years ago
5c95ed4
ARM: 8310/1: l2c: Fix prefetch settings dt parsing
by Fabrice Gasnier
· 10 years ago
c586165
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
2fc6775
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
c38e503
x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch'
by Ingo Molnar
· 10 years ago
7fcb3bc
x86/asm/entry/64: Update comments about stack frames
by Ingo Molnar
· 10 years ago
ac9af49
x86/asm/entry/64: Remove thread_struct::usersp
by Ingo Molnar
· 10 years ago
9854dd7
x86/asm/entry/64: Simplify 'old_rsp' usage
by Ingo Molnar
· 10 years ago
33db1fd
x86/asm/entry/64: Enable interrupts *after* we fetch PER_CPU_VAR(old_rsp)
by Denys Vlasenko
· 10 years ago
8b6c0ab
x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_init() functions
by Ingo Molnar
· 10 years ago
d828c71
x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better
by Denys Vlasenko
· 10 years ago
5c39403
x86/asm/entry: Simplify task_pt_regs() macro definition
by Denys Vlasenko
· 10 years ago
76e4c49
x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1
by Andy Lutomirski
· 10 years ago
d9e05cc
x86/asm/entry: Unify and fix initial thread_struct::sp0 values
by Andy Lutomirski
· 10 years ago
3ee4298
x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
by Andy Lutomirski
· 10 years ago
9a036b93
x86/signal/64: Remove 'fs' and 'gs' from sigcontext
by Andy Lutomirski
· 10 years ago
c6f2062
x86/signal/64: Fix SS handling for signals delivered to 64-bit programs
by Andy Lutomirski
· 10 years ago
f710a12
Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
by Marcelo Tosatti
· 10 years ago
69797da
Revert "x86/mm/ASLR: Propagate base load address calculation"
by Borislav Petkov
· 10 years ago
6347e2a
nios2: mm: do not invoke OOM killer on kernel fault OOM
by Ley Foon Tan
· 10 years ago
c105e86
nios2: Remove ucontext.h from exported arch headers
by Tobias Klauser
· 10 years ago
1ee89c5
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 10 years ago
6981e2a
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
9c987a3
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
947bb75
arm64: put __boot_cpu_mode label after alignment instead of before
by Ard Biesheuvel
· 10 years ago
60c0d45
efi/arm64: use UEFI for system reset and poweroff
by Ard Biesheuvel
· 10 years ago
285994a
arm64: Invalidate the TLB corresponding to intermediate page table levels
by Catalin Marinas
· 10 years ago
f47e331
Merge tag 'stable/for-linus-4.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 10 years ago
670125b
KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode
by Wincy Van
· 10 years ago
f4c3686
x86/fpu: Drop_fpu() should not assume that tsk equals current
by Oleg Nesterov
· 10 years ago
a7c80eb
x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_sig()
by Oleg Nesterov
· 10 years ago
ccfe8c3
crypto: aesni - fix memory usage in GCM decryption
by Stephan Mueller
· 10 years ago
65b9ab8
arch/c6x/include/asm/pgtable.h: define dummy pgprot_writecombine for !MMU
by Chen Gang
· 10 years ago
c1a6bff
kvm: x86: i8259: return initialized data on invalid-size read
by Petr Matousek
· 10 years ago
d3dd73f
Merge tag 'microblaze-4.0-rc4' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 10 years ago
5627511
Merge tag 'nios2-fix-4.0-rc4' of git://git.rocketboards.org/linux-socfpga-next
by Linus Torvalds
· 10 years ago
c8a470c
x86/apic/numachip: Fix sibling map with NumaChip
by Daniel J Blueman
· 10 years ago
7486341
x86/platform, acpi: Bypass legacy PIC and PIT in ACPI hardware reduced mode
by Li, Aubrey
· 10 years ago
92d5dd8
nios2: update pt_regs
by Chung-Ling Tang
· 10 years ago
a51139f
ARM: imx: fix struct clk pointer comparing
by Shawn Guo
· 10 years ago
30fa7e0
Merge tag 'at91-fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes
by Arnd Bergmann
· 10 years ago
e7b848d
ARM: at91: pm_slowclock: fix the compilation error
by Wenyou Yang
· 10 years ago
3440ef1
ARM: at91/dt: fix USB high-speed clock to select UTMI
by Nicolas Ferre
· 10 years ago
70a9bea
ARM: at91/dt: fix at91 udc compatible strings
by Boris Brezillon
· 10 years ago
ea1c98b
ARM: at91/dt: declare matrix node as a syscon device
by Boris Brezillon
· 10 years ago
b85b634
Merge tag 'imx-fixes-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
by Arnd Bergmann
· 10 years ago
01f3e35
ARM: vexpress: update CONFIG_USB_ISP1760 option
by Sudeep Holla
· 10 years ago
16083d4
ARM: digicolor: add the machine directory to Makefile
by Baruch Siach
· 10 years ago
0397da7
Merge tag 'fixes-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Arnd Bergmann
· 10 years ago
60b3c7e
ARM: STi: Add STiH410 SoC support
by Fabrice GASNIER
· 10 years ago
e762965
Merge tag 'at91-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes
by Arnd Bergmann
· 10 years ago
8c11340
Merge tag 'socfpga_fixes_for_v4.0' of git://git.rocketboards.org/linux-socfpga-next into fixes
by Arnd Bergmann
· 10 years ago
84ed741
arm64: KVM: Fix outdated comment about VTCR_EL2.PS
by Marc Zyngier
· 10 years ago
04b8dc8
arm64: KVM: Do not use pgd_index to index stage-2 pgd
by Marc Zyngier
· 10 years ago
a987370
arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting
by Marc Zyngier
· 10 years ago
2de9dd0
ARM: imx6sl-evk: set swbst_reg as vbus's parent reg
by Peter Chen
· 10 years ago
40f7377
ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg
by Peter Chen
· 10 years ago
dc9be0f
kvm: move advertising of KVM_CAP_IRQFD to common code
by Paolo Bonzini
· 10 years ago
6d021b7
ARM: dump pgd, pmd and pte states on unhandled data abort faults
by Russell King
· 10 years ago
8bf1268
ARM: dma-api: fix off-by-one error in __dma_supported()
by Russell King
· 10 years ago
263042e
x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath
by Denys Vlasenko
· 10 years ago
616ab24
x86/asm/entry/64: Remove stub_iopl
by Denys Vlasenko
· 10 years ago
29722cd
x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpath
by Denys Vlasenko
· 10 years ago
394838c
x86/asm/entry/32: Fix user_mode() misuses
by Andy Lutomirski
· 10 years ago
affb817
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
Next »