Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9184289c979e78ce466993b53fc951633441e571
/
arch
9184289
xtensa: deprecate fast_xtensa and fast_spill_registers syscalls
by Max Filippov
· 10 years ago
3cfc096
xtensa: don't allow overflow/underflow on unaligned stack
by Max Filippov
· 10 years ago
d1b6ba8
xtensa: fix a6 and a7 handling in fast_syscall_xtensa
by Max Filippov
· 10 years ago
a83b02e
xtensa: allow single-stepping through unaligned load/store
by Max Filippov
· 10 years ago
2157046
xtensa: move invalid unaligned instruction handler closer to its users
by Max Filippov
· 10 years ago
e9500dd
xtensa: make fast_unaligned store restartable
by Max Filippov
· 10 years ago
c3ef1f4
xtensa: add double exception fixup handler for fast_unaligned
by Max Filippov
· 11 years ago
a450dc6
xtensa: fix kernel/user jump out of fast_unaligned
by Max Filippov
· 10 years ago
b82837c
xtensa: configure kc705 for highmem
by Max Filippov
· 11 years ago
270eec7
xtensa: support highmem in aliasing cache flushing code
by Max Filippov
· 10 years ago
8504b50
xtensa: support aliasing cache in kmap
by Max Filippov
· 10 years ago
32544d9
xtensa: support aliasing cache in k[un]map_atomic
by Max Filippov
· 11 years ago
a91902d
xtensa: implement clear_user_highpage and copy_user_highpage
by Max Filippov
· 10 years ago
7128039
xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_miss
by Max Filippov
· 10 years ago
dec7305
xtensa: allow fixmap and kmap span more than one page table
by Max Filippov
· 11 years ago
22def76
xtensa: make fixmap region addressing grow with index
by Max Filippov
· 11 years ago
5224712
xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DS
by Max Filippov
· 10 years ago
89f77c6
xtensa: add renameat2 syscall
by Miklos Szeredi
· 11 years ago
1ca4946
xtensa: fix address checks in dma_{alloc,free}_coherent
by Alan Douglas
· 10 years ago
f61bf8e
xtensa: replace IOCTL code definitions with constants
by Max Filippov
· 10 years ago
ad4a96b
xtensa: remove orphan MATH_EMULATION symbol
by Max Filippov
· 11 years ago
4964527
xtensa: select HAVE_IDE only on platforms that may have it
by Max Filippov
· 11 years ago
920f8a39
xtensa: sort 'select' statements in Kconfig
by Max Filippov
· 11 years ago
8a9de05
xtensa: make MMU-related configuration options depend on MMU
by Max Filippov
· 11 years ago
420ae95
xtensa: simplify addition of new core variants
by Max Filippov
· 11 years ago
9dae0a3
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
43a255c
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
32e6e5c
Merge tag 'blackfin-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux
by Linus Torvalds
· 10 years ago
b76f982
blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data section for XIP kernel
by Steven Miao
· 10 years ago
ac425b6
defconfig: BF609: update spi config name
by Steven Miao
· 10 years ago
814ecd0
irq: blackfin sec: drop duplicated sec priority set
by Steven Miao
· 10 years ago
3f68e17
blackfin: bind different groups of one pinmux function to different state name
by Sonic Zhang
· 11 years ago
4ba7b5f
blackfin: fix some bf5xx boards build for missing <linux/gpio.h>
by Steven Miao
· 10 years ago
c6a26ce
pm: bf609: cleanup smc nor flash
by Steven Miao
· 10 years ago
bf72f5d
x86: Merge tag 'ras_urgent' into x86/urgent
by H. Peter Anvin
· 10 years ago
9794144
parisc: Eliminate memset after alloc_bootmem_pages
by HIMANGI SARAOGI
· 10 years ago
20dbea4
parisc: Remove SA_RESTORER define
by John David Anglin
· 10 years ago
98de5ab
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
29ae8a6
Merge tag 'xtensa-next-20140721' of git://github.com/czankel/xtensa-linux
by Linus Torvalds
· 10 years ago
7442cf9
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 10 years ago
b1923b5
sh: also try passing -m4-nofpu for SH2A builds
by Geert Uytterhoeven
· 10 years ago
2a22615
x86, cpu: Fix cache topology for early P4-SMT
by Peter Zijlstra
· 10 years ago
d50314a
arm64: Create non-empty ZONE_DMA when DRAM starts above 4GB
by Catalin Marinas
· 10 years ago
8142b21
x86_32, entry: Store badsys error code in %eax
by Sven Wegener
· 10 years ago
6f5405b
powerpc: use _GLOBAL_TOC for memmove
by Li Zhong
· 10 years ago
97a9a71
powerpc/pseries: dynamically added OF nodes need to call of_node_init
by Tyrel Datwyler
· 11 years ago
dad6f37
powerpc: subpage_protect: Increase the array size to take care of 64TB
by Aneesh Kumar K.V
· 10 years ago
e698b96
powerpc: Fix bugs in emulate_step()
by Paul Mackerras
· 10 years ago
bd6ba35
powerpc: Disable doorbells on Power8 DD1.x
by Joel Stanley
· 10 years ago
89faa06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 10 years ago
2605392
sparc: Hook up renameat2 syscall.
by David S. Miller
· 10 years ago
5b2b9d7
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
80d6191
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
51cbe7e
x86, MCE: Robustify mcheck_init_device
by Borislav Petkov
· 11 years ago
bb6a1b2
um: segv: Save regs only in case of a kernel mode fault
by Richard Weinberger
· 10 years ago
468f659
um: Fix hung task in fix_range_common()
by Richard Weinberger
· 10 years ago
284e6d3
um: Ensure that a stub page cannot get unmapped
by Richard Weinberger
· 10 years ago
ae5db6d
Revert "um: Fix wait_stub_done() error handling"
by Richard Weinberger
· 10 years ago
d057190
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
d614cb0
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
1b9f0ef
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
9637f30
ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
by Tomasz Figa
· 10 years ago
e5c6cac
Merge tag 'imx-fixes-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
by Olof Johansson
· 10 years ago
0543889
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
by Olof Johansson
· 10 years ago
81cca64
Merge tag 'mvebu-fixes-3.16-3' of git://git.infradead.org/linux-mvebu into fixes
by Olof Johansson
· 10 years ago
e0d69e1
ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
by Boris BREZILLON
· 10 years ago
043dfc1
ARM: at91/dt: fix usb0 clocks definition in sam9n12 dtsi
by Boris BREZILLON
· 11 years ago
dba1fd0
ARM: at91: at91sam9x5: correct typo error for ohci clock
by Bo Shen
· 11 years ago
03e9722
ARM: clk-imx6q: parent lvds_sel input from upstream clock gates
by Lucas Stach
· 10 years ago
bcf44bf
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
d14aef3
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
4badad3
locking/mutex: Disable optimistic spinning on some architectures
by Peter Zijlstra
· 11 years ago
0cdd192
kprobes/x86: Don't try to resolve kprobe faults from userspace
by Andy Lutomirski
· 11 years ago
4485154
perf/x86/intel: Avoid spamming kernel log for BTS buffer failure
by David Rientjes
· 11 years ago
338b522
perf/x86/intel: Protect LBR and extra_regs against KVM lying
by Kan Liang
· 11 years ago
7711fe4
perf/x86/intel/uncore: Fix SNB-EP/IVT Cbox filter mappings
by Stephane Eranian
· 11 years ago
1996388
perf/x86/intel: Use proper dTLB-load-misses event on IvyBridge
by Vince Weaver
· 11 years ago
d3f44fb
x86: Remove unused variable "polling"
by Paul Bolle
· 11 years ago
9f86745
s390: fix restore of invalid floating-point-control
by Martin Schwidefsky
· 11 years ago
dab6cf55
s390/ptrace: fix PSW mask check
by Martin Schwidefsky
· 11 years ago
8fb878c
s390/MSI: Use standard mask and unmask funtions
by Yijing Wang
· 11 years ago
4a36b44
s390: require mvcos facility, not tod clock steering facility
by David Hildenbrand
· 11 years ago
4ed2ad3
Merge tag 'xtensa-for-next-20140715' of git://github.com/jcmvbkbc/linux-xtensa into for_next
by Chris Zankel
· 10 years ago
5615f9f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
8762e50
x86/espfix/xen: Fix allocation of pages for paravirt page tables
by Boris Ostrovsky
· 11 years ago
e0463e4
Merge tag 'efi-urgent' into x86/urgent
by H. Peter Anvin
· 11 years ago
2f3870e
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
5fa77b54
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 11 years ago
33fe3ae
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 11 years ago
54f8c2a
Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 11 years ago
fe22ddc
parisc: drop unused defines and header includes
by Helge Deller
· 11 years ago
ab8a261
parisc: fix fanotify_mark() syscall on 32bit compat kernel
by Helge Deller
· 11 years ago
eadcc72
parisc: add serial ports of C8000/1GHz machine to hardware database
by Helge Deller
· 11 years ago
cacadb4
Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
by Olof Johansson
· 11 years ago
363d4dd
ARM: at91: at91sam9x5: add clocks for usb device
by Bo Shen
· 11 years ago
cda390b
Merge branch 'kprobes-test-fixes' of git://git.linaro.org/people/tixy/kernel into fixes
by Russell King
· 11 years ago
47ea8dd
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
ef24209
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 11 years ago
c7c3ae2
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
5bc8c7c
m68k: Export mach_random_get_entropy to modules
by Geert Uytterhoeven
· 11 years ago
Next »