aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris1-3/+3
2008-12-09Audit: Log TIOCSTIAl Viro1-0/+4
2008-12-04Merge branch 'master' into nextJames Morris18-35/+46
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-0/+2
2008-12-03block: internal dequeue shouldn't start timerTejun Heo1-5/+2
2008-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-0/+8
2008-12-02nfsd: fix vm overcommit crash fix #2Junjiro R. Okajima1-4/+8
2008-12-02amd74xx: workaround unreliable AltStatus register for nVidia controllersBartlomiej Zolnierkiewicz1-0/+8
2008-12-01lib/idr.c: fix rcu related race with idr_findManfred Spraul1-1/+2
2008-12-01epoll: introduce resource usage limitsDavide Libenzi1-0/+4
2008-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+1
2008-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+1
2008-12-01libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQTejun Heo1-0/+1
2008-11-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2008-11-30Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+3
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+0
2008-11-30hotplug_memory_notifier section annotationAl Viro1-1/+1
2008-11-30meminit section warningsAl Viro1-2/+2
2008-11-28mlx4_core: Save/restore default port IB capability maskJack Morgenstein1-0/+1
2008-11-27Allow architectures to override copy_user_highpage()Russell King1-0/+2
2008-11-24netfilter: xtables: add missing const qualifier to xt_tgchk_paramJan Engelhardt1-1/+1
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn5-11/+7
2008-11-23irq.h: fix missing/extra kernel-docRandy Dunlap1-2/+1
2008-11-23Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar21-56/+230
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-4/+0
2008-11-19reintroduce accept4Ulrich Drepper2-6/+3
2008-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+3
2008-11-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-1/+3
2008-11-18Merge branch 'master' into nextJames Morris6-21/+44
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+3
2008-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+2
2008-11-15Fix inotify watch removal/umount racesAl Viro1-0/+11
2008-11-15Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+3
2008-11-15Add 'pr_fmt()' format modifier to pr_xyz macros.Martin Schwidefsky1-19/+23
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+3
2008-11-14Merge branch 'master' into nextJames Morris24-324/+816
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells2-0/+34
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells3-15/+20
2008-11-14CRED: DocumentationDavid Howells1-1/+11
2008-11-14CRED: Use creds in file structsDavid Howells1-1/+1
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells5-92/+48
2008-11-14CRED: Inaugurate COW credentialsDavid Howells7-137/+139
2008-11-14CRED: Pass credentials through dentry_open()David Howells2-4/+7
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells3-12/+18
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-1/+2
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells2-45/+144
2008-11-14CRED: Detach the credentials from task_structDavid Howells4-29/+43
2008-11-14CRED: Separate task security context from task_structDavid Howells4-76/+153