summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cpu hotplug: remove unused cpuhotplug_mutex_lock()Lai Jiangshan2009-04-031-16/+0Star
* tracehook_notify_death: use task_detached() helperOleg Nesterov2009-04-031-1/+1
* forget_original_parent: split out the un-ptrace partOleg Nesterov2009-04-032-1/+6
* ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov2009-04-031-0/+1
* signals: remove 'handler' parameter to tracehook functionsOleg Nesterov2009-04-031-9/+4Star
* cpusets: replace zone allowed functions with node allowedDavid Rientjes2009-04-031-6/+27
* cgroups: add 'data' field to struct cgroup_scannerLi Zefan2009-04-031-0/+1
* cgroups: use css id in swap cgroup for saving memory v5KAMEZAWA Hiroyuki2009-04-031-7/+6Star
* memcg: remove mem_cgroup_reclaim_imbalance() remnantsKOSAKI Motohiro2009-04-031-7/+0Star
* memcg: remove mem_cgroup_calc_mapped_ratio()KOSAKI Motohiro2009-04-031-6/+0Star
* memcg: show memcg information during OOMBalbir Singh2009-04-031-0/+7
* memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki2009-04-031-1/+1
* cgroups: show correct file modeLi Zefan2009-04-031-0/+5
* cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki2009-04-031-1/+5
* cgroup: CSS ID supportKAMEZAWA Hiroyuki2009-04-032-0/+51
* cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek2009-04-031-2/+2
* cgroups: fix cgroup.h commentsPaul Menage2009-04-031-30/+41
* ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi2009-04-031-3/+2Star
* spi-gpio: allow operation without CS signalMichael Buesch2009-04-031-0/+6
* gpiolib: allow GPIOs to be namedDaniel Silverstone2009-04-031-0/+5
* rtc-v3020: add ability to access v3020 chip with GPIOsMike Rapoport2009-04-031-0/+6
* Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+2
* memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMsDavid Brownell2009-04-031-0/+6
* memory_accessor: implement the new memory_accessor interface for I2C EEPROMKevin Hilman2009-04-031-0/+4
* memory_accessor: new interface for reading/writing persistent memoryKevin Hilman2009-04-031-0/+11
* workqueue: add to_delayed_work() helper functionJean Delvare2009-04-031-0/+5
* mm: define a UNIQUE value for AS_UNEVICTABLE flagLee Schermerhorn2009-04-031-4/+8
* add fiemap.h to header-yEric Sandeen2009-04-031-0/+1
* nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-031-1/+1
* generic debug pagealloc: build fixAkinobu Mita2009-04-031-3/+3
* Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-04-016-42/+89
|\
| * Merge branch 'devel' into for-linusTrond Myklebust2009-04-016-42/+89
| |\
| | * SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-281-3/+2Star
| | * SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-1/+2
| | * SUNRPC: Pass a family argument to svc_register()Chuck Lever2009-03-281-2/+2
| | * SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever2009-03-281-1/+2
| | * SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever2009-03-281-20/+26
| | * NFS: Optimise NFS close()Trond Myklebust2009-03-191-0/+1
| | * SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust2009-03-191-0/+1
| | * SUNRPC: dynamically load RPC transport modules on-demandTom Talpey2009-03-111-0/+1
| | * NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust2009-03-111-0/+1
| | * NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust2009-03-111-2/+1Star
| | * NFSv4: Simplify some cache consistency post-op GETATTRsTrond Myklebust2009-03-111-0/+5
| | * NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust2009-03-111-2/+1Star
| | * NFS: Shrink the struct nfs_fattrTrond Myklebust2009-03-111-4/+3Star
| | * NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust2009-03-111-7/+41
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-011-0/+6
|\ \ \ | |/ / |/| |
| * | ext4: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-261-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-04-011-29/+27Star
|\ \ \
| * | | ide: inline SELECT_DRIVE()Sergei Shtylyov2009-03-311-1/+0Star