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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sanitize the type of struct user.u_ar0
H. Peter Anvin
2008-02-07
18
-22
/
+18
*
Unexport asm/page.h
Kirill A. Shutemov
2008-02-07
6
-5
/
+18
*
Unexport asm/elf.h
Kirill A. Shutemov
2008-02-07
4
-2
/
+5
*
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
Kirill A. Shutemov
2008-02-07
45
-150
/
+3
*
Unexport asm/user.h and linux/user.h
Kirill A. Shutemov
2008-02-07
4
-4
/
+2
*
iget: remove iget() and the read_inode() super op as being obsolete
David Howells
2008-02-07
5
-41
/
+9
*
iget: stop HPPFS from using iget() and read_inode()
David Howells
2008-02-07
1
-5
/
+22
*
iget: stop HOSTFS from using iget() and read_inode()
David Howells
2008-02-07
1
-19
/
+38
*
iget: stop OPENPROMFS from using iget() and read_inode()
David Howells
2008-02-07
1
-15
/
+30
*
iget: stop UFS from using iget() and read_inode()
David Howells
2008-02-07
4
-23
/
+33
*
iget: stop the SYSV filesystem from using iget() and read_inode()
David Howells
2008-02-07
4
-14
/
+22
*
iget: stop ROMFS from using iget() and read_inode()
David Howells
2008-02-07
1
-14
/
+32
*
iget: stop QNX4 from using iget() and read_inode()
David Howells
2008-02-07
3
-18
/
+38
*
iget: stop PROCFS from using iget() and read_inode()
David Howells
2008-02-07
1
-32
/
+28
*
iget: stop the MINIX filesystem from using iget() and read_inode()
David Howells
2008-02-07
3
-18
/
+33
*
iget: stop JFS from using iget() and read_inode()
David Howells
2008-02-07
4
-31
/
+40
*
iget: stop JFFS2 from using iget() and read_inode()
David Howells
2008-02-07
4
-26
/
+39
*
iget: stop ISOFS from using read_inode()
David Howells
2008-02-07
4
-32
/
+58
*
iget: stop HFSPLUS from using iget() and read_inode()
David Howells
2008-02-07
4
-19
/
+43
*
iget: stop FUSE from using iget() and read_inode()
David Howells
2008-02-07
1
-6
/
+0
*
iget: stop FreeVXFS from using iget() and read_inode()
David Howells
2008-02-07
4
-23
/
+40
*
iget: stop FAT from using iget() and read_inode()
David Howells
2008-02-07
1
-4
/
+2
*
iget: stop EXT4 from using iget() and read_inode()
David Howells
2008-02-07
6
-70
/
+87
*
iget: stop EXT3 from using iget() and read_inode()
David Howells
2008-02-07
6
-72
/
+89
*
iget: stop EXT2 from using iget() and read_inode()
David Howells
2008-02-07
4
-29
/
+46
*
iget: stop EFS from using iget() and read_inode()
David Howells
2008-02-07
4
-25
/
+41
*
iget: stop CIFS from using iget() and read_inode()
David Howells
2008-02-07
3
-7
/
+24
*
iget: stop BFS from using iget() and read_inode()
David Howells
2008-02-07
3
-13
/
+27
*
iget: stop BEFS from using iget() and read_inode()
David Howells
2008-02-07
1
-14
/
+25
*
iget: stop autofs from using iget() and read_inode()
David Howells
2008-02-07
3
-13
/
+37
*
iget: stop AFFS from using iget() and read_inode()
David Howells
2008-02-07
5
-19
/
+32
*
iget: use iget_failed() in GFS2
David Howells
2008-02-07
1
-1
/
+1
*
iget: use iget_failed() in AFS
David Howells
2008-02-07
1
-4
/
+1
*
iget: introduce a function to register iget failure
David Howells
2008-02-07
3
-5
/
+28
*
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
2008-02-07
28
-39
/
+39
*
Add an ERR_CAST() function to complement ERR_PTR and co.
David Howells
2008-02-07
1
-0
/
+13
*
MBCS: convert dmareadlock to mutex
Matthias Kaehlcke
2008-02-07
2
-4
/
+4
*
MBCS: convert dmawritelock to mutex
Matthias Kaehlcke
2008-02-07
2
-4
/
+4
*
MBCS: convert algolock to mutex
Matthias Kaehlcke
2008-02-07
2
-4
/
+5
*
vmcoreinfo: fix the configuration dependencies
Ken'ichi Ohmichi
2008-02-07
3
-3
/
+9
*
vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()
Ken'ichi Ohmichi
2008-02-07
2
-2
/
+6
*
vmcoreinfo: use the existing offsetof() for VMCOREINFO_OFFSET()
Ken'ichi Ohmichi
2008-02-07
1
-1
/
+1
*
vmcoreinfo: rename vmcoreinfo's macros returning the size
Ken'ichi Ohmichi
2008-02-07
3
-11
/
+11
*
Use BOOTMEM_EXCLUSIVE for kdump
Bernhard Walle
2008-02-07
2
-26
/
+39
*
Introduce flags for reserve_bootmem()
Bernhard Walle
2008-02-07
43
-105
/
+183
*
fs menu: small reorg
Randy Dunlap
2008-02-07
1
-47
/
+46
*
dz.c: Resource management
Maciej W. Rozycki
2008-02-07
1
-101
/
+188
*
dz.c: Use a helper to cast from "struct uart_port *"
Maciej W. Rozycki
2008-02-07
1
-11
/
+16
*
dz: clean up and improve the setup of termios settings
Maciej W. Rozycki
2008-02-07
2
-51
/
+56
*
MAINTAINERS: add self for the dz serial driver
Maciej W. Rozycki
2008-02-07
1
-0
/
+5
[next]