aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Unexport asm/page.hKirill A. Shutemov6-5/+18
2008-02-07Unexport asm/elf.hKirill A. Shutemov4-2/+5
2008-02-07Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer neededKirill A. Shutemov45-150/+3
2008-02-07Unexport asm/user.h and linux/user.hKirill A. Shutemov4-4/+2
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells1-14/+0
2008-02-07iget: stop QNX4 from using iget() and read_inode()David Howells1-0/+1
2008-02-07iget: stop EXT4 from using iget() and read_inode()David Howells1-1/+1
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells1-1/+1
2008-02-07iget: stop EFS from using iget() and read_inode()David Howells1-1/+1
2008-02-07iget: introduce a function to register iget failureDavid Howells1-0/+1
2008-02-07Add an ERR_CAST() function to complement ERR_PTR and co.David Howells1-0/+13
2008-02-07vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi1-0/+4
2008-02-07vmcoreinfo: use the existing offsetof() for VMCOREINFO_OFFSET()Ken'ichi Ohmichi1-1/+1
2008-02-07vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi1-3/+3
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle2-4/+17
2008-02-07ASIC3 driverSamuel Ortiz1-0/+497
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman1-0/+1
2008-02-07cgroups: mechanism to process each task in a cgroupCliff Wickman1-0/+14
2008-02-07Memory controller remove control_type featureBalbir Singh1-5/+1
2008-02-07per-zone and reclaim enhancements for memory controller: calculate the number of pages to be scanned per cgroupKAMEZAWA Hiroyuki1-0/+15
2008-02-07per-zone and reclaim enhancements for memory controller: remember reclaim priority in memory cgroupKAMEZAWA Hiroyuki1-0/+20
2008-02-07per-zone and reclaim enhancements for memory controller: calculate active/inactive imbalance per cgroupKAMEZAWA Hiroyuki1-0/+8
2008-02-07per-zone and reclaim enhancements for memory controller: calculate mapper_ratio per cgroupKAMEZAWA Hiroyuki1-1/+10
2008-02-07memory cgroup enhancements: add- pre_destroy() handlerKAMEZAWA Hiroyuki1-0/+1
2008-02-07bugfix for memory cgroup controller: migration under memory controller fixKAMEZAWA Hiroyuki1-0/+19
2008-02-07memcontrol: move oom task exclusion to tasklist scanDavid Rientjes1-0/+7
2008-02-07memcontrol: move mm_cgroup to header fileDavid Rientjes1-2/+9
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh2-5/+10
2008-02-07Memory controller: make page_referenced() cgroup awareBalbir Singh2-2/+9
2008-02-07Memory controller: add switch to control what type of pages to limitBalbir Singh1-0/+9
2008-02-07Memory controller: OOM handlingPavel Emelianov1-0/+1
2008-02-07Memory controller improve user interfaceBalbir Singh1-5/+7
2008-02-07Memory controller: add per cgroup LRU and reclaimBalbir Singh3-0/+38
2008-02-07Memory controller: memory accountingBalbir Singh1-0/+20
2008-02-07Memory controller: accounting setupPavel Emelianov3-0/+43
2008-02-07Memory controller: cgroups setupBalbir Singh2-0/+26
2008-02-07Memory controller: resource countersPavel Emelianov1-0/+102
2008-02-07tty: Kill TTY_FLIPBUF_SIZEAlan Cox1-7/+0
2008-02-07tty: fix tty network driver interactions with TCGET/TCSET calls (x86 fix)Dave Miller1-29/+45
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok1-1/+3
2008-02-07DS1WM: decouple host IRQ and INTR active state settingsPhilipp Zabel1-0/+1
2008-02-069p: transport API reorganizationEric Van Hensbergen3-65/+8
2008-02-069p: add support for sticky bitAnthony Liguori1-0/+1
2008-02-069p: block-based virtio clientEric Van Hensbergen1-1/+1
2008-02-069p: create transport rpc cut-thruEric Van Hensbergen1-0/+2
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds3-5/+8
2008-02-06x86: fix deadlock, make pgd_lock irq-safeIngo Molnar1-4/+6
2008-02-06generic: add __FINITDATAIngo Molnar1-0/+1
2008-02-06cpuidle: dubious one-bit signed bitfield in cpuidle.hHarvey Harrison1-1/+1
2008-02-06Merge branch 'async-tx-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop into fixLinus Torvalds4-37/+53