Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
2b2811178e85553405b86e3fe78357b9b95889ce
/
arch
/
arc
/
kernel
76d3f4c
Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 12 years ago
e77e430
more open-coded file_inode() calls
by Al Viro
· 12 years ago
baadb8f
ARC: warn on improper stack unwind FDE entries
by Vineet Gupta
· 12 years ago
ce75995
arc: delete __cpuinit usage from all arc files
by Paul Gortmaker
· 12 years ago
5a45da0
ARC: Adjustments for gcc 4.8
by Vineet Gupta
· 12 years ago
05b016e
ARC: Setup Vector Table Base in early boot
by Vineet Gupta
· 12 years ago
38a9ff6
ARC: Remove explicit passing around of ECR
by Vineet Gupta
· 12 years ago
502a0c7
ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values
by Vineet Gupta
· 12 years ago
359105b
ARC: pt_regs update #4: r25 saved/restored unconditionally
by Vineet Gupta
· 12 years ago
147aece
ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption
by Vineet Gupta
· 12 years ago
1898a95
ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values
by Vineet Gupta
· 12 years ago
3ebedbb
ARC: Increase readability of entry handlers
by Vineet Gupta
· 12 years ago
16f9afe
ARC: pt_regs update #3: Remove unused gutter at start of callee_regs
by Vineet Gupta
· 12 years ago
2fa9190
ARC: pt_regs update #2: Remove unused gutter at start of pt_regs
by Vineet Gupta
· 12 years ago
283237a
ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page
by Vineet Gupta
· 12 years ago
3e1ae441
ARC: [mm] Remove @write argument to do_page_fault()
by Vineet Gupta
· 12 years ago
6546415
ARC: Reduce Code for ECR printing
by Vineet Gupta
· 12 years ago
da1677b
ARC: Disintegrate arcregs.h
by Vineet Gupta
· 12 years ago
1843734
ARC: More code beautification with IS_ENABLED()
by Vineet Gupta
· 12 years ago
8235703
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
by Vineet Gupta
· 12 years ago
e30f419
Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 12 years ago
a37cdac
ARC: Prepare interrupt code for external controllers
by Christian Ruppert
· 12 years ago
c93d8b8
ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy
by Vineet Gupta
· 12 years ago
9593a93
ARC: [cmdline] Don't overwrite u-boot provided bootargs
by Vineet Gupta
· 12 years ago
6971881
ARC: [cmdline] Remove CONFIG_CMDLINE
by Vineet Gupta
· 12 years ago
ce147c7
ARC: unaligned access emulation broken if callee-reg dest of LD/ST
by Vineet Gupta
· 12 years ago
c723ea4
ARC: unaligned access emulation error handling consolidation
by Vineet Gupta
· 12 years ago
bd3c8b1
ARC: Debug/crash-printing Improvements
by Vineet Gupta
· 12 years ago
68e4790e
ARC: fix typo with clock speed
by Noam Camus
· 12 years ago
681a90f
arc, print-fatal-signals: reduce duplicated information
by Vineet Gupta
· 12 years ago
a43cb95
dump_stack: unify debug information printed by show_regs()
by Tejun Heo
· 12 years ago
196779b
dump_stack: consolidate dump_stack() implementations and unify their behaviors
by Tejun Heo
· 12 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
30ecee8
ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH
by Vineet Gupta
· 12 years ago
5b00029
ARC: [build] Build failure with !KPROBES
by Christian Ruppert
· 12 years ago
e420c82
ARC: Remove duplicate inclusion of header files
by Sachin Kamat
· 12 years ago
955ad59
ARC: Fix coding style issues
by Sachin Kamat
· 12 years ago
1ec9db1
ARC: Use <linux/*> headers instead of <asm/*>
by Sachin Kamat
· 12 years ago
fa35e42
arc: Use generic idle loop
by Thomas Gleixner
· 12 years ago
367f3fc
ARC: Fix the typo in event identifier flags used by ptrace
by Vineet Gupta
· 12 years ago
b237ba8
arc: fix incorrect ifdef comment
by Paul Bolle
· 12 years ago
180d406
ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI
by Vineet Gupta
· 12 years ago
8ff14bb
ARC: ABIv3: Print the correct ABI ver
by Vineet Gupta
· 12 years ago
1540c85
ARC: make allyesconfig build breakages
by Vineet Gupta
· 12 years ago
1713905
ARC: Fixup the current ABI version
by Vineet Gupta
· 12 years ago
eab6a08
ARC: make a copy of flat DT
by Vineet Gupta
· 12 years ago
3eb3e7d
ARC: Fix pt_orig_r8 access
by Vineet Gupta
· 12 years ago
7f85e5e
ARC: [3.9] Fallout of hlist iterator update
by Vineet Gupta
· 12 years ago
1e26662
ARC: 64bit RTSC timestamp hardware issue
by Vineet Gupta
· 12 years ago
10b1271
ARC: [Review] Multi-platform image #7: SMP common code to use callbacks
by Vineet Gupta
· 12 years ago
e97ff12
ARC: [Review] Multi-platform image #4: Isolate platform headers
by Vineet Gupta
· 12 years ago
877768c
ARC: [Review] Multi-platform image #3: switch to board callback
by Vineet Gupta
· 12 years ago
03a6d28
ARC: [Review] Multi-platform image #2: Board callback Infrastructure
by Vineet Gupta
· 12 years ago
cbe056f
ARC: Hostlink Pseudo-Driver for Metaware Debugger
by Vineet Gupta
· 12 years ago
8b5850f
ARC: Support for single cycle Close Coupled Mem (CCM)
by Vineet Gupta
· 12 years ago
af61742
ARC: Boot #2: Verbose Boot reporting / feature verification
by Vineet Gupta
· 12 years ago
f46121b
ARC: kgdb support
by Mischa Jonker
· 12 years ago
2e651ea
ARC: Unaligned access emulation
by Vineet Gupta
· 12 years ago
4d86dfb
ARC: kprobes support
by Vineet Gupta
· 12 years ago
e65ab5a
ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
by Vineet Gupta
· 12 years ago
44c8bb9
ARC: stacktracing APIs based on dw2 unwinder
by Vineet Gupta
· 12 years ago
854a0d9
ARC: DWARF2 .debug_frame based stack unwinder
by Vineet Gupta
· 12 years ago
41195d2
ARC: SMP support
by Vineet Gupta
· 12 years ago
0ef88a5
ARC: Diagnostics: show_regs() etc
by Vineet Gupta
· 12 years ago
fa1c3ff
ARC: Module support
by Vineet Gupta
· 12 years ago
4788a59
ARC: Support for high priority interrupts in the in-core intc
by Vineet Gupta
· 12 years ago
547f112
ARC: ptrace support
by Vineet Gupta
· 12 years ago
080c374
ARC: [optim] Cache "current" in Register r25
by Vineet Gupta
· 12 years ago
c08098f
ARC: Last bits (stubs) to get to a running kernel with UART
by Vineet Gupta
· 12 years ago
abe11dd
ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
by Vineet Gupta
· 12 years ago
450dd43
ARC: [DeviceTree] Convert some Kconfig items to runtime values
by Vineet Gupta
· 12 years ago
999159a
ARC: [DeviceTree] Basic support
by Vineet Gupta
· 12 years ago
c121c50
ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
by Vineet Gupta
· 12 years ago
55bb948
ARC: [Review] Prevent incorrect syscall restarts
by Vineet Gupta
· 12 years ago
5c39c0a
ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
by Vineet Gupta
· 12 years ago
c358103
ARC: Signal handling
by Vineet Gupta
· 12 years ago
d8005e6
ARC: Timers/counters/delay management
by Vineet Gupta
· 12 years ago
bf90e1e
ARC: Process-creation/scheduling/idle-loop
by Vineet Gupta
· 12 years ago
4adeefe
ARC: Syscall support (no-legacy-syscall ABI)
by Vineet Gupta
· 12 years ago
054419e
ARC: Non-MMU Exception Handling
by Vineet Gupta
· 12 years ago
bacdf48
ARC: Interrupt Handling
by Vineet Gupta
· 12 years ago
9d42c84
ARC: Low level IRQ/Trap/Exception Handling
by Vineet Gupta
· 12 years ago
ac4c244
ARC: irqflags - Interrupt enabling/disabling at in-core intc
by Vineet Gupta
· 12 years ago
cfdbc2e
ARC: Build system: Makefiles, Kconfig, Linker script
by Vineet Gupta
· 12 years ago