index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-06
arc: remove '__init' for get_hw_config_num_irq()
Chen Gang
1
-1
/
+1
2013-11-06
arc: remove '__init' for first_lines_of_secondary()
Chen Gang
1
-1
/
+1
2013-11-06
arc: kgdb: add default implementation for kgdb_roundup_cpus()
Chen Gang
1
-0
/
+12
2013-11-06
ARC: Add support for irqflags tracing and lockdep
Vineet Gupta
2
-1
/
+14
2013-11-06
ARC: Reset the value of Interrupt Priority Register
Vineet Gupta
1
-3
/
+7
2013-11-06
ARC: Reduce #ifdef'ery for unaligned access emulation
Vineet Gupta
2
-6
/
+1
2013-11-06
ARC: Change calling convention of do_page_fault()
Vineet Gupta
1
-5
/
+4
2013-11-06
ARC: use __weak instead of __attribute__((weak))
Vineet Gupta
2
-2
/
+2
2013-11-06
ARC: Annotate some functions as static
Vineet Gupta
1
-6
/
+5
2013-11-06
arc: Replace __get_cpu_var uses
Christoph Lameter
2
-4
/
+4
2013-10-14
doc: typo on word accounting in kprobes.c in mutliple architectures
Anoop Thomas Mathew
1
-1
/
+1
2013-10-12
ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"
Vineet Gupta
1
-1
/
+1
2013-10-10
arc: remove unnecessary prom.h includes
Rob Herring
2
-2
/
+0
2013-10-10
arc: use common of_flat_dt_match_machine
Rob Herring
2
-49
/
+20
2013-10-09
arc: use early_init_dt_scan
Rob Herring
1
-13
/
+1
2013-10-09
arc: use unflatten_and_copy_device_tree
Rob Herring
2
-17
/
+1
2013-10-03
ARC: Fix signal frame management for SA_SIGINFO
Christian Ruppert
1
-12
/
+13
2013-09-27
ARC: Use clockevents_config_and_register over clockevents_register_device
Uwe Kleine-König
1
-5
/
+2
2013-09-27
ARC: Handle zero-overhead-loop in unaligned access handler
Mischa Jonker
1
-0
/
+6
2013-09-12
ARC: SMP failed to boot due to missing IVT setup
Noam Camus
3
-4
/
+5
2013-09-11
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-6
/
+0
2013-09-05
ARC: remove console_verbose() from setup_arch()
Mischa Jonker
1
-2
/
+0
2013-09-05
ARC: Handle un-aligned user space access in BE.
Noam Camus
1
-7
/
+19
2013-08-29
of: consolidate definition of early_init_dt_alloc_memory_arch()
Grant Likely
1
-6
/
+0
2013-08-26
ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE
Vineet Gupta
1
-5
/
+5
2013-08-26
ARC: Exception Handlers Code consolidation
Vineet Gupta
1
-43
/
+13
2013-08-26
ARC: Add some .gitignore entries
Vineet Gupta
1
-0
/
+1
2013-07-03
Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
18
-168
/
+158
2013-06-29
more open-coded file_inode() calls
Al Viro
1
-1
/
+1
2013-06-27
ARC: warn on improper stack unwind FDE entries
Vineet Gupta
1
-0
/
+2
2013-06-27
arc: delete __cpuinit usage from all arc files
Paul Gortmaker
4
-11
/
+11
2013-06-27
ARC: Adjustments for gcc 4.8
Vineet Gupta
1
-8
/
+16
2013-06-26
ARC: Setup Vector Table Base in early boot
Vineet Gupta
2
-2
/
+2
2013-06-26
ARC: Remove explicit passing around of ECR
Vineet Gupta
6
-58
/
+46
2013-06-26
ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values
Vineet Gupta
5
-19
/
+20
2013-06-22
ARC: pt_regs update #4: r25 saved/restored unconditionally
Vineet Gupta
3
-14
/
+2
2013-06-22
ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption
Vineet Gupta
1
-6
/
+2
2013-06-22
ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values
Vineet Gupta
1
-6
/
+9
2013-06-22
ARC: Increase readability of entry handlers
Vineet Gupta
1
-0
/
+4
2013-06-22
ARC: pt_regs update #3: Remove unused gutter at start of callee_regs
Vineet Gupta
5
-15
/
+12
2013-06-22
ARC: pt_regs update #2: Remove unused gutter at start of pt_regs
Vineet Gupta
1
-0
/
+8
2013-06-22
ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page
Vineet Gupta
1
-2
/
+0
2013-06-22
ARC: [mm] Remove @write argument to do_page_fault()
Vineet Gupta
1
-10
/
+4
2013-06-22
ARC: Reduce Code for ECR printing
Vineet Gupta
1
-9
/
+7
2013-06-22
ARC: Disintegrate arcregs.h
Vineet Gupta
1
-0
/
+11
2013-06-22
ARC: More code beautification with IS_ENABLED()
Vineet Gupta
1
-9
/
+3
2013-06-22
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
Vineet Gupta
1
-4
/
+4
2013-05-10
Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-74
/
+81
2013-05-07
ARC: Prepare interrupt code for external controllers
Christian Ruppert
1
-1
/
+1
2013-05-07
ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy
Vineet Gupta
1
-8
/
+13
[prev]
[next]