summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] drivers/mfd: header included twiceNicolas Kaiser2006-01-091-1/+0Star
* [PATCH] Fix handling of ELF segments with zero filesizeDavid Gibson2006-01-091-3/+9
* [PATCH] drivers/connector/cn_proc.c typosDavid S. Miller2006-01-091-2/+2
* [PATCH] shrink dentry structEric Dumazet2006-01-0915-48/+54
* [PATCH] nfsroot: do not silently stop parsing on an unknown optionJorn Dreyer2006-01-091-1/+3
* [PATCH] sigio: cleanup, don't take tasklist twiceOleg Nesterov2006-01-091-3/+3
* [PATCH] remove unneeded sig->curr_target recalculationOleg Nesterov2006-01-091-2/+0Star
* [PATCH] MAINTAINERS: line duplicationNicolas Kaiser2006-01-091-1/+0Star
* [PATCH] ext3: use sbi instead of EXT3_SB() in resize code.Glauber de Oliveira Costa2006-01-091-5/+5
* [PATCH] ext3: remove trailing newlines from ext3_warning() callsGlauber de Oliveira Costa2006-01-093-15/+15
* [PATCH] oprofile: Use vmalloc_node() in alloc_cpu_buffers()Eric Dumazet2006-01-091-1/+2
* [PATCH] ext3: external journal device as a mount optionJohann Lombardi2006-01-092-10/+49
* [PATCH] shared mounts: cleanupMiklos Szeredi2006-01-094-4/+5
* [PATCH] pivot_root: add commentNeil Brown2006-01-091-0/+4
* [PATCH] Updated CPU hotplug documentationAshok Raj2006-01-091-0/+357
* [PATCH] tpm: add bios measurement logKylene Jo Hall2006-01-095-0/+531
* [PATCH] little do_group_exit() cleanupOleg Nesterov2006-01-091-1/+0Star
* [PATCH] do_coredump() should reset group_stop_count earlierOleg Nesterov2006-01-091-1/+1
* [PATCH] kill_proc_info_as_uid: don't use hardcoded constantsOleg Nesterov2006-01-091-2/+1Star
* [PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton2006-01-098-17/+17
* [PATCH] Unchecked alloc_percpu() return in __create_workqueue()Ben Collins2006-01-091-0/+5
* [PATCH] nbd: remove duplicate assignmenttaneli.vahakangas@netsonic.fi2006-01-091-1/+0Star
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-0930-456/+340Star
* [PATCH] docs: updated some code docsXose Vazquez Perez2006-01-093-28/+63
* [PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger2006-01-092-2/+49
* [PATCH] keys: Permit running process to instantiate keysDavid Howells2006-01-0913-245/+378
* [PATCH] keys: Discard duplicate keys from a keyring on linkDavid Howells2006-01-092-23/+68
* [PATCH] keys: Permit key expiry time to be setDavid Howells2006-01-095-1/+63
* [PATCH] kmsg_write: don't return printk return valueGuillaume Chazarain2006-01-091-1/+4
* [PATCH] printk return value: fix itGuillaume Chazarain2006-01-091-3/+3
* [PATCH] Fix overflow tests for compat_sys_fcntl64 lockingNeilBrown2006-01-091-4/+18
* [PATCH] Fix some problems with truncate and mtime semantics.NeilBrown2006-01-095-23/+17Star
* [PATCH] Permit multiple inclusion of linux/pagevec.hDavid Howells2006-01-091-0/+5
* [PATCH] vgacon: Workaround for resize bug in some chipsetsAntonino A. Daplas2006-01-091-7/+21
* [PATCH] vgacon: fix doublescan modeSamuel Thibault2006-01-091-1/+7
* [PATCH] udf: remove bogus inode == NULL check in inode_bmapChristoph Hellwig2006-01-091-5/+0Star
* [PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig2006-01-0912-241/+105Star
* [PATCH] relayfs: Documentation cleanup, remove obsolete infoTom Zanussi2006-01-091-23/+34
* [PATCH] relayfs: cleanup, change relayfs_file_* to relay_file_*Tom Zanussi2006-01-093-46/+50
* [PATCH] relayfs: add Documentation on global relay buffersTom Zanussi2006-01-091-1/+20
* [PATCH] relayfs: add support for global relay buffersTom Zanussi2006-01-092-11/+32
* [PATCH] relayfs: add Documentation on relay files in other filesystemsTom Zanussi2006-01-091-0/+27
* [PATCH] relayfs: add support for relay files in other filesystemsTom Zanussi2006-01-093-3/+63
* [PATCH] relayfs: add Documention for non-relay filesTom Zanussi2006-01-091-0/+23
* [PATCH] relayfs: remove unused alloc/destroy_inode()Tom Zanussi2006-01-092-59/+1Star
* [PATCH] relayfs: use generic_ip for private dataTom Zanussi2006-01-091-8/+9
* [PATCH] relayfs: add relayfs_remove_file()Tom Zanussi2006-01-092-0/+13
* [PATCH] relayfs: export relayfs_create_file() with fileops paramTom Zanussi2006-01-094-21/+34
* [PATCH] relayfs: decouple buffer creation from inode creationTom Zanussi2006-01-094-26/+19Star
* [PATCH] ipc: expand shm_flagsAndrew Morton2006-01-091-12/+10Star