index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Fix warning reported by verify_cpu_node_mapping()
Li Zhong
2014-09-25
1
-2
/
+1
*
powerpc: Implement emulation of string loads and stores
Paul Mackerras
2014-09-25
1
-10
/
+49
*
powerpc: Emulate icbi, mcrf and conditional-trap instructions
Paul Mackerras
2014-09-25
2
-0
/
+61
*
powerpc: Split out instruction analysis part of emulate_step()
Paul Mackerras
2014-09-25
2
-360
/
+598
*
powerpc: Check flat device tree version at boot
Michael Ellerman
2014-09-25
1
-0
/
+4
*
powerpc/powernv: Don't call generic code on offline cpus
Paul Mackerras
2014-09-25
4
-4
/
+30
*
powerpc: Use CONFIG_ARCH_HAS_FAST_MULTIPLIER
Anton Blanchard
2014-09-25
1
-0
/
+2
*
powerpc: Add POWER8 CPU selection
Anton Blanchard
2014-09-25
2
-0
/
+5
*
pseries: Fix endian issues in cpu hot-removal
Thomas Falcon
2014-09-25
2
-13
/
+17
*
pseries: Fix endian issues in onlining cpu threads
Thomas Falcon
2014-09-25
1
-3
/
+5
*
powerpc: Simplify symbol check in prom_init_check.sh
Andreas Schwab
2014-09-25
1
-16
/
+6
*
powerpc: make of_device_ids const
Uwe Kleine-König
2014-09-25
58
-67
/
+67
*
powerpc/jump_label: use HAVE_JUMP_LABEL?
Zhouyi Zhou
2014-09-25
2
-2
/
+2
*
powerpc: Export dcr_ind_lock to fix build error
Pranith Kumar
2014-09-25
1
-0
/
+1
*
powerpc: Move htab_remove_mapping function prototype into header file
Anton Blanchard
2014-09-25
2
-3
/
+2
*
powerpc: Remove stale function prototypes
Anton Blanchard
2014-09-25
11
-21
/
+0
*
powerpc: Ensure global functions include their prototype
Anton Blanchard
2014-09-25
7
-0
/
+8
*
powerpc: Make a bunch of things static
Anton Blanchard
2014-09-25
21
-40
/
+43
*
powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c
Anton Blanchard
2014-09-25
3
-108
/
+79
*
powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c
Anton Blanchard
2014-09-25
3
-33
/
+40
*
powerpc: Remove unused 32bit symbol exports
Anton Blanchard
2014-09-25
1
-16
/
+0
*
powerpc: Move more symbol exports next to function definitions
Anton Blanchard
2014-09-25
5
-14
/
+7
*
powerpc: Move via-cuda symbol exports next to function definitions
Anton Blanchard
2014-09-25
2
-4
/
+2
*
powerpc: Move adb symbol exports next to function definitions
Anton Blanchard
2014-09-25
2
-7
/
+5
*
powerpc/powernv: Check OPAL dump calls exist before using
Michael Neuling
2014-09-25
1
-0
/
+4
*
powerpc/powernv: Check OPAL elog calls exist before using
Michael Neuling
2014-09-25
1
-0
/
+4
*
powerpc/powernv: Check OPAL RTC calls exists before using
Michael Neuling
2014-09-25
1
-5
/
+10
*
powerpc/powernv: Add OPAL check token call
Michael Neuling
2014-09-25
2
-0
/
+3
*
powerpc: Fix build error with CONFIG_PCI=n
Pranith Kumar
2014-09-25
1
-1
/
+1
*
powerpc/boot: Don't install zImage.* from make install
Tony Breeds
2014-09-25
1
-0
/
+5
*
powerpc/powernv: Improve error messages in dump code
Vasant Hegde
2014-09-25
1
-5
/
+9
*
powerpc/pseries: Drop unnecessary continue
Himangi Saraogi
2014-09-23
1
-1
/
+0
*
Linux 3.17-rc5
v3.17-rc5
Linus Torvalds
2014-09-14
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-09-14
3
-23
/
+39
|
\
|
*
be careful with nd->inode in path_init() and follow_dotdot_rcu()
Al Viro
2014-09-14
1
-2
/
+13
|
*
don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()
Al Viro
2014-09-14
1
-16
/
+17
|
*
fix bogus read_seqretry() checks introduced in b37199e
Al Viro
2014-09-13
1
-2
/
+2
|
*
move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)
Al Viro
2014-09-13
1
-2
/
+6
|
*
[fix] lustre: d_make_root() does iput() on dentry allocation failure
Al Viro
2014-09-13
1
-1
/
+1
*
|
vfs: avoid non-forwarding large load after small store in path lookup
Linus Torvalds
2014-09-14
2
-9
/
+11
*
|
Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-09-14
9
-8
/
+280
|
\
\
|
*
|
parisc: Implement new LWS CAS supporting 64 bit operations.
Guy Martin
2014-09-13
1
-4
/
+229
|
*
|
parisc: Wire up seccomp, getrandom and memfd_create syscalls
Helge Deller
2014-08-27
6
-2
/
+49
|
*
|
parisc: dino: fix %d confusingly prefixed with 0x in format string
Hans Wennborg
2014-08-27
1
-1
/
+1
|
*
|
parisc: sys_hpux: NUL terminator is one past the end
Dan Carpenter
2014-08-27
1
-1
/
+1
*
|
|
Merge tag 'ntb-3.17' of git://github.com/jonmason/ntb
Linus Torvalds
2014-09-14
2
-3
/
+17
|
\
\
\
|
*
|
|
ntb: Add alignment check to meet hardware requirement
Dave Jiang
2014-09-14
1
-0
/
+13
|
*
|
|
MAINTAINERS: update NTB info
Jon Mason
2014-09-14
1
-1
/
+2
|
*
|
|
NTB: correct the spread of queues over mw's
Jon Mason
2014-09-14
1
-2
/
+2
*
|
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-09-14
4
-22
/
+23
|
\
\
\
\
[next]