index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
hwmon
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-08-05
memblock: Make memblock_find_region() out of memblock_alloc_region()
Benjamin Herrenschmidt
1
-11
/
+9
2010-08-05
memblock: Add debug markers at the end of the array
Benjamin Herrenschmidt
1
-0
/
+11
2010-08-05
memblock: Move memblock arrays to static storage in memblock.c and make their...
Benjamin Herrenschmidt
2
-4
/
+13
2010-08-05
memblock: Remove memblock_type.size and add memblock.memory_size instead
Benjamin Herrenschmidt
3
-6
/
+6
2010-08-05
memblock: Remove unused memblock.debug struct member
Benjamin Herrenschmidt
1
-3
/
+4
2010-08-05
memblock: Change u64 to phys_addr_t
Benjamin Herrenschmidt
2
-82
/
+84
2010-08-05
memblock: Remove rmo_size, burry it in arch/powerpc where it belongs
Benjamin Herrenschmidt
16
-40
/
+125
2010-08-05
memblock: Introduce default allocation limit and use it to replace explicit ones
Benjamin Herrenschmidt
14
-53
/
+63
2010-08-05
memblock: Expose MEMBLOCK_ALLOC_ANYWHERE
Benjamin Herrenschmidt
3
-3
/
+2
2010-08-05
memblock: Factor the lowest level alloc function
Benjamin Herrenschmidt
1
-32
/
+27
2010-08-05
memblock: Remove nid_range argument, arch provides memblock_nid_range() instead
Benjamin Herrenschmidt
3
-17
/
+19
2010-08-05
memblock: Remove memblock_find()
Benjamin Herrenschmidt
2
-33
/
+0
2010-08-05
memblock: Remove obsolete accessors
Benjamin Herrenschmidt
1
-23
/
+0
2010-08-05
memblock/arm: Use new accessors
Benjamin Herrenschmidt
1
-9
/
+12
2010-08-04
memblock/powerpc: Use new accessors
Benjamin Herrenschmidt
3
-71
/
+46
2010-08-04
memblock/sparc: Use new accessors
Benjamin Herrenschmidt
1
-18
/
+12
2010-08-04
memblock/sh: Use new accessors
Benjamin Herrenschmidt
1
-8
/
+9
2010-08-04
memblock/microblaze: Use new accessors
Benjamin Herrenschmidt
1
-11
/
+9
2010-08-04
memblock: Introduce for_each_memblock() and new accessors
Benjamin Herrenschmidt
1
-0
/
+52
2010-08-04
memblock/arm: Use memblock_region_is_memory() for omap fb
Benjamin Herrenschmidt
2
-11
/
+3
2010-08-04
memblock/arm: pfn_valid uses memblock_is_memory()
Benjamin Herrenschmidt
1
-14
/
+1
2010-08-04
memblock: Implement memblock_is_memory and memblock_is_region_memory
Benjamin Herrenschmidt
2
-8
/
+36
2010-08-04
memblock: No reason to include asm/memblock.h late
Benjamin Herrenschmidt
1
-2
/
+2
2010-08-04
memblock: Rename memblock_region to memblock_type and memblock_property to me...
Benjamin Herrenschmidt
10
-120
/
+118
2010-08-04
memblock: Fix memblock_is_region_reserved() to return a boolean
Benjamin Herrenschmidt
1
-1
/
+1
2010-08-03
PARISC: led.c - fix potential stack overflow in led_proc_write()
Helge Deller
1
-2
/
+4
2010-08-03
UBIFS: fix a memory leak on error path.
Matthieu CASTET
1
-1
/
+1
2010-08-02
9p: fix sparse warnings in new xattr code
Eric Van Hensbergen
1
-2
/
+2
2010-08-02
fs/9p: remove sparse warning in vfs_inode
Eric Van Hensbergen
1
-1
/
+1
2010-08-02
fs/9p: destroy fid on failed remove
Aneesh Kumar K.V
1
-2
/
+1
2010-08-02
fs/9p: Prevent parallel rename when doing fid_lookup
Aneesh Kumar K.V
5
-39
/
+91
2010-08-02
fs/9p: Add support user. xattr
Aneesh Kumar K.V
6
-3
/
+289
2010-08-02
net/9p: Implement TXATTRCREATE 9p call
Aneesh Kumar K.V
3
-0
/
+28
2010-08-02
net/9p: Implement attrwalk 9p call
Aneesh Kumar K.V
3
-0
/
+53
2010-08-02
9p: Implement LOPEN
M. Mohan Kumar
3
-11
/
+21
2010-08-02
fs/9p: This patch implements TLCREATE for 9p2000.L protocol.
Venkateswararao Jujjuri (JV)
4
-1
/
+163
2010-08-02
9p: Implement TMKDIR
M. Mohan Kumar
4
-3
/
+117
2010-08-02
9p: Implement TMKNOD
M. Mohan Kumar
4
-3
/
+140
2010-08-02
9p: Define and implement TSYMLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
4
-4
/
+137
2010-08-02
9p: Define and implement TLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
3
-0
/
+22
2010-08-02
9p: Define and implement TLINK for 9P2000.L
Eric Van Hensbergen
1
-1
/
+106
2010-08-02
9p: Implement client side of setattr for 9P2000.L protocol.
Sripathi Kodi
5
-3
/
+122
2010-08-02
9p: getattr client implementation for 9P2000.L protocol.
Sripathi Kodi
7
-34
/
+321
2010-08-02
fs/9p: Pass the correct user credentials during attach
Aneesh Kumar K.V
2
-2
/
+3
2010-08-02
net/9p: Handle the server returned error properly
Aneesh Kumar K.V
1
-1
/
+2
2010-08-02
9p: readdir implementation for 9p2000.L
Sripathi Kodi
5
-16
/
+227
2010-08-02
9p: Make use of iounit for read/write
M. Mohan Kumar
1
-6
/
+7
2010-08-02
9p: strlen() doesn't count the terminator
Dan Carpenter
1
-1
/
+1
2010-08-02
virtio_9p.h needs <linux/types.h>
Fang Wenqi
1
-0
/
+1
2010-08-02
cifs: fsc should not default to "on"
Jeff Layton
1
-3
/
+0
[next]