Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to sparc64 | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+29 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to sparc, move __cmpxchg to system.h | Mathieu Desnoyers | 2008-02-07 | 2 | -36/+48 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to s390 | Mathieu Desnoyers | 2008-02-07 | 1 | -3/+41 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to ppc | Gunnar Larisch | 2008-02-07 | 1 | -2/+49 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to parisc | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+33 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to m68knommu | Mathieu Desnoyers | 2008-02-07 | 1 | -17/+11 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to m86k | Mathieu Desnoyers | 2008-02-07 | 1 | -3/+24 | |
* | | | | | | | | | | | | | | | | | | local_t m32r use architecture specific cmpxchg_local | Mathieu Desnoyers | 2008-02-07 | 1 | -1/+361 | |
* | | | | | | | | | | | | | | | | | | Fix m32r __xchg | Mathieu Desnoyers | 2008-02-07 | 1 | -3/+1 | |
* | | | | | | | | | | | | | | | | | | New cmpxchg_local (optimized for UP case) for m32r | Mathieu Desnoyers | 2008-02-07 | 1 | -10/+101 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local, cmpxchg64 and cmpxchg64_local to ia64 | Mathieu Desnoyers | 2008-02-07 | 1 | -3/+9 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to h8300 | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to frv | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+24 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to cris | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchg | Mathieu Desnoyers | 2008-02-07 | 1 | -46/+11 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to avr32 | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+23 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to arm | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg64 and cmpxchg64_local to x86_64 | Mathieu Desnoyers | 2008-02-07 | 1 | -6/+16 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg64 and cmpxchg64_local to powerpc | Mathieu Desnoyers | 2008-02-07 | 1 | -2/+16 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg64 and cmpxchg64_local to mips | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+17 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg64 and cmpxchg64_local to alpha | Mathieu Desnoyers | 2008-02-07 | 1 | -2/+13 | |
* | | | | | | | | | | | | | | | | | | Add cmpxchg_local to asm-generic for per cpu atomic operations | Mathieu Desnoyers | 2008-02-07 | 2 | -0/+87 | |
* | | | | | | | | | | | | | | | | | | Sanitize the type of struct user.u_ar0 | H. Peter Anvin | 2008-02-07 | 16 | -19/+16 | |
* | | | | | | | | | | | | | | | | | | 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 | 1 | -14/+0 | |
* | | | | | | | | | | | | | | | | | | iget: stop QNX4 from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | iget: stop EXT4 from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | iget: stop EXT3 from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | iget: stop EFS from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | iget: introduce a function to register iget failure | David Howells | 2008-02-07 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | Add an ERR_CAST() function to complement ERR_PTR and co. | David Howells | 2008-02-07 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | | | | | vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str() | Ken'ichi Ohmichi | 2008-02-07 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | 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 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | | | | Introduce flags for reserve_bootmem() | Bernhard Walle | 2008-02-07 | 2 | -4/+17 | |
* | | | | | | | | | | | | | | | | | | ASIC3 driver | Samuel Ortiz | 2008-02-07 | 1 | -0/+497 | |
* | | | | | | | | | | | | | | | | | | hotplug cpu: move tasks in empty cpusets to parent | Cliff Wickman | 2008-02-07 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | cgroups: mechanism to process each task in a cgroup | Cliff Wickman | 2008-02-07 | 1 | -0/+14 | |
* | | | | | | | | | | | | | | | | | | Memory controller remove control_type feature | Balbir Singh | 2008-02-07 | 1 | -5/+1 | |
* | | | | | | | | | | | | | | | | | | per-zone and reclaim enhancements for memory controller: calculate the number... | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | | | | | per-zone and reclaim enhancements for memory controller: remember reclaim pri... | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -0/+20 | |
* | | | | | | | | | | | | | | | | | | per-zone and reclaim enhancements for memory controller: calculate active/ina... | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | | | | per-zone and reclaim enhancements for memory controller: calculate mapper_rat... | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -1/+10 | |
* | | | | | | | | | | | | | | | | | | memory cgroup enhancements: add- pre_destroy() handler | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | bugfix for memory cgroup controller: migration under memory controller fix | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -0/+19 | |
* | | | | | | | | | | | | | | | | | | memcontrol: move oom task exclusion to tasklist scan | David Rientjes | 2008-02-07 | 1 | -0/+7 | |
* | | | | | | | | | | | | | | | | | | memcontrol: move mm_cgroup to header file | David Rientjes | 2008-02-07 | 1 | -2/+9 |