aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2005-10-30[PATCH] fuse: remove unused defineGravatar Miklos Szeredi 1-1/+0
2005-10-30[PATCH] Keys: Add LSM hooks for key management [try #3]Gravatar David Howells 3-5/+84
2005-10-30[PATCH] cpusets: automatic numa mempolicy rebindingGravatar Paul Jackson 1-0/+6
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsGravatar Paul Jackson 3-0/+46
2005-10-30[PATCH] cpusets: dual semaphore locking overhaulGravatar Paul Jackson 1-1/+1
2005-10-30[PATCH] add_timer() of a pending timer is illegalGravatar Andrew Morton 1-1/+2
2005-10-30[PATCH] unify sys_ptrace prototypeGravatar Christoph Hellwig 1-0/+1
2005-10-30[PATCH] kill sigqueue->lockGravatar Oleg Nesterov 1-1/+0
2005-10-30[PATCH] reduce sizeof(struct file)Gravatar Eric Dumazet 1-2/+8
2005-10-30[PATCH] remove timer debug fieldGravatar Andrew Morton 1-5/+0
2005-10-30[PATCH] NTP shift_right cleanupGravatar john stultz 1-0/+7
2005-10-30[PATCH] Add kthread_stop_sem()Gravatar Alan Stern 1-0/+12
2005-10-30[PATCH] introduce setup_timer() helperGravatar Oleg Nesterov 1-0/+9
2005-10-30[PATCH] ext3: Fix unmapped buffers in transaction's listsGravatar Jan Kara 1-0/+1
2005-10-30[PATCH] introduce .valid callback for pm_opsGravatar Shaohua Li 1-0/+1
2005-10-30[PATCH] swsusp: rework memory freeing on resumeGravatar Rafael J. Wysocki 1-2/+1
2005-10-30[PATCH] swsusp: move snapshot functionality to separate fileGravatar Rafael J. Wysocki 1-0/+6
2005-10-30[PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu.Gravatar Ashok Raj 1-0/+1
2005-10-30[PATCH] x86: inline spin_unlock if !CONFIG_DEBUG_SPINLOCK and !CONFIG_PREEMPTGravatar Ingo Molnar 1-6/+25
2005-10-30[PATCH] SELinux: canonicalize getxattr()Gravatar James Morris 1-4/+7
2005-10-30[PATCH] CONFIG_IA32Gravatar Brian Gerst 1-1/+1
2005-10-30[libata] change ata_qc_complete() to take error mask as second argGravatar Jeff Garzik 1-2/+26
2005-10-30Merge branch 'master'Gravatar Jeff Garzik 12-81/+409
2005-10-29Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-4/+13
2005-10-29[PATCH] memory hotplug: sysfs and add/remove functionsGravatar Dave Hansen 3-0/+130
2005-10-29[PATCH] memory hotplug locking: zone span seqlockGravatar Dave Hansen 2-2/+52
2005-10-29[PATCH] memory hotplug locking: node_size_lockGravatar Dave Hansen 2-0/+46
2005-10-29[PATCH] memory hotplug prep: __section_nr helperGravatar Dave Hansen 1-0/+1
2005-10-29[PATCH] mm: update comments to pte lockGravatar Hugh Dickins 1-2/+1
2005-10-29[PATCH] mm: fix rss and mmlist lockingGravatar Hugh Dickins 1-4/+38
2005-10-29[PATCH] mm: split page table lockGravatar Hugh Dickins 2-11/+41
2005-10-29[PATCH] mm: follow_page with inner ptlockGravatar Hugh Dickins 1-8/+12
2005-10-29[PATCH] mm: kill check_user_page_readableGravatar Hugh Dickins 1-1/+0
2005-10-29[PATCH] mm: rmap with inner ptlockGravatar Hugh Dickins 1-2/+2
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockGravatar Hugh Dickins 2-3/+1
2005-10-29[PATCH] mm: ptd_alloc take ptlockGravatar Hugh Dickins 1-0/+18
2005-10-29[PATCH] mm: ptd_alloc inline and outGravatar Hugh Dickins 1-19/+19
2005-10-29[PATCH] mm: init_mm without ptlockGravatar Hugh Dickins 1-1/+1
2005-10-29[PATCH] mm: ia64 use expand_upwardsGravatar Hugh Dickins 1-1/+2
2005-10-29[PATCH] mm: mm_struct hiwaters movedGravatar Hugh Dickins 1-10/+9
2005-10-29[PATCH] mm: update_hiwaters just in timeGravatar Hugh Dickins 2-3/+10
2005-10-29[PATCH] core remove PageReservedGravatar Nick Piggin 1-2/+3
2005-10-29[PATCH] mm: rss = file_rss + anon_rssGravatar Hugh Dickins 1-1/+3
2005-10-29[PATCH] mm: unlink_file_vma, remove_vmaGravatar Hugh Dickins 1-0/+1
2005-10-29[PATCH] mm: vm_stat_account unshackledGravatar Hugh Dickins 1-14/+2
2005-10-29[PATCH] Convert mempolicies to nodemask_tGravatar Andi Kleen 1-2/+2
2005-10-29[PATCH] add sem_is_read/write_locked()Gravatar Rik Van Riel 1-0/+5
2005-10-29[PATCH] vmalloc_nodeGravatar Christoph Lameter 1-1/+7
2005-10-29[libata] remove ata_chk_err(), ->check_err() hook.Gravatar Jeff Garzik 1-2/+0
2005-10-30[PATCH] Introduce sg_set_bufGravatar Herbert Xu 1-4/+13