index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
alpha
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
alpha: fix compile error from IRQ clean up
Matt Turner
2011-03-09
1
-0
/
+1
*
alpha: irq: Convert affinity to use irq_data
Thomas Gleixner
2011-03-02
1
-4
/
+9
*
alpha: irq: Remove pointless irq status manipulation
Thomas Gleixner
2011-03-02
1
-8
/
+3
*
alpha: titan: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-9
/
+12
*
alpha: takara: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-6
/
+8
*
alpha: sable: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-10
/
+10
*
alpha: rx164: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-8
/
+8
*
alpha: noritake: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-8
/
+8
*
alpha: rawhide: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-7
/
+10
*
alpha: mikasa: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-8
/
+8
*
alpha: marvel: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-23
/
+19
*
alpha: eiger: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-6
/
+8
*
alpha: eb64p: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-9
/
+9
*
alpha: dp264: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-25
/
+27
*
alpha: cabriolet: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-8
/
+8
*
alpha: i8259, alcor, jensen wildfire: Convert irq_chip
Thomas Gleixner
2011-03-02
5
-52
/
+58
*
alpha: srm: Convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-8
/
+8
*
alpha: Pyxis convert irq_chip functions
Thomas Gleixner
2011-03-02
1
-10
/
+10
*
Fix typo in call to irq_to_desc()
Morten Holst Larsen
2011-03-02
1
-1
/
+1
*
alpha: fix WARN_ON in __local_bh_enable()
Ivan Kokshaysky
2011-01-17
1
-3
/
+2
*
alpha/osf_sys: remove unused MAX_SELECT_SECONDS
Namhyung Kim
2011-01-17
1
-3
/
+0
*
alpha: change to new Makefile flag variables
matt mooney
2011-01-17
1
-2
/
+2
*
alpha: kill off alpha_do_IRQ
Kyle McMartin
2011-01-17
20
-457
/
+94
*
alpha: irq clean up
Kyle McMartin
2011-01-17
20
-58
/
+67
*
alpha: use set_irq_chip and push down __do_IRQ to the machine types
Kyle McMartin
2011-01-17
19
-48
/
+56
*
set_rtc_mmss: show warning message only once
Stephen Hemminger
2011-01-13
1
-1
/
+1
*
perf: Dynamic pmu types
Peter Zijlstra
2010-12-16
1
-1
/
+1
*
perf, arch: Cleanup perf-pmu init vs lockup-detector
Peter Zijlstra
2010-11-26
2
-5
/
+6
*
alpha: remove dma64_addr_t usage
FUJITA Tomonori
2010-10-27
1
-2
/
+2
*
ptrace: change signature of arch_ptrace()
Namhyung Kim
2010-10-27
1
-3
/
+4
*
alpha: use single HAE window on T2 core logic (gamma, sable)
Ivan Kokshaysky
2010-10-26
2
-3
/
+11
*
irq_work: Add generic hardirq context callbacks
Peter Zijlstra
2010-10-18
1
-15
/
+15
*
Merge commit 'v2.6.36-rc7' into perf/core
Ingo Molnar
2010-10-08
4
-56
/
+24
|
\
|
*
Fix up more fallout form alpha signal cleanups
Linus Torvalds
2010-09-30
1
-1
/
+1
|
*
alpha: fix compile problem in arch/alpha/kernel/signal.c
Linus Torvalds
2010-09-28
1
-2
/
+2
|
*
alpha: __get_user/__put_user results need to be checked...
Al Viro
2010-09-27
1
-4
/
+4
|
*
alpha: switch osf_sigprocmask() to use of sigprocmask()
Al Viro
2010-09-27
3
-47
/
+12
|
*
alpha: fix usp value in multithreaded coredumps
Al Viro
2010-09-25
1
-1
/
+1
|
*
alpha: fix hae_cache race in RESTORE_ALL
Al Viro
2010-09-25
1
-4
/
+7
*
|
Merge commit 'v2.6.36-rc5' into perf/core
Ingo Molnar
2010-09-21
11
-130
/
+81
|
\
\
|
|
/
|
*
alpha: deal with multiple simultaneously pending signals
Al Viro
2010-09-18
1
-5
/
+11
|
*
alpha: fix a 14 years old bug in sigreturn tracing
Al Viro
2010-09-18
1
-2
/
+11
|
*
alpha: unb0rk sigsuspend() and rt_sigsuspend()
Al Viro
2010-09-18
2
-69
/
+1
|
*
alpha: belated ERESTART_RESTARTBLOCK race fix
Al Viro
2010-09-18
1
-1
/
+2
|
*
alpha: Shift perf event pending work earlier in timer interrupt
Michael Cree
2010-09-18
1
-5
/
+5
|
*
alpha: wire up fanotify and prlimit64 syscalls
Mikael Pettersson
2010-09-18
1
-0
/
+3
|
*
alpha: kill big kernel lock
Arnd Bergmann
2010-09-18
2
-8
/
+0
|
*
alpha: remove unnecessary cast from void* in assignment.
matt mooney
2010-09-18
2
-2
/
+2
|
*
alpha: Use static const char * const where possible
Joe Perches
2010-09-18
4
-38
/
+46
*
|
alpha: Fix HW performance counters to be stopped properly
Michael Cree
2010-09-15
1
-9
/
+10
[next]