aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-3/+4
2009-09-24cgroups: change css_set freeing mechanism to be under RCUBen Blum1-0/+3
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid namespacesBen Blum1-5/+29
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgidsBen Blum1-8/+14
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Paul Menage1-4/+7
2009-09-24docs: fix various Documentation/ paths in header filesRandy Dunlap4-5/+5
2009-09-24time: add function to convert between calendar time and broken-down time for universal useZhaolei1-0/+28
2009-09-24truncate: new helpersnpiggin@suse.de2-3/+5
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig1-0/+1
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig1-1/+0
2009-09-24vfs: seq_file: add helpers for data fillingMiklos Szeredi1-0/+38
2009-09-24vfs: change sb->s_maxbytes to a loff_tJeff Layton1-1/+1
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara1-0/+1
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds6-493/+255
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-24cpumask: Move deprecated functions to end of header.Rusty Russell1-341/+252
2009-09-24cpumask: remove unused deprecated functions, avoid accusations of insanityRusty Russell1-111/+1
2009-09-24cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: coreRusty Russell1-6/+0
2009-09-24cpumask: remove the deprecated smp_call_function_mask()Rusty Russell1-11/+0
2009-09-24cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=yRusty Russell1-0/+3
2009-09-24cpumask: Remove mask field from commentsNobuhiro Iwamatsu1-1/+0
2009-09-24cpumask: remove unused mask field from struct irqaction.Rusty Russell1-1/+0
2009-09-24cpumask: remove unused cpu_mask_allRusty Russell1-3/+0
2009-09-24cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell1-3/+0
2009-09-24cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell1-17/+0
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-1/+149
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-0/+2
2009-09-23Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-2/+3
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+3
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-17/+1
2009-09-23sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentBenny Halevy1-2/+3
2009-09-23serial core: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-0/+3
2009-09-23include/linux/cred.h: fix buildAndrew Morton1-17/+1
2009-09-23Merge git://git.infradead.org/battery-2.6Linus Torvalds4-14/+232
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-2/+20
2009-09-23Merge branch 'vgaarb-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-1/+10
2009-09-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-1/+2
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds6-8/+59
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-3/+356
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-14/+0
2009-09-23Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6Linus Torvalds2-0/+299
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds9-745/+1213
2009-09-23Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds3-13/+1
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds8-159/+265
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds8-18/+33
2009-09-23fs: change sys_truncate length parameter typeHeiko Carstens1-2/+1
2009-09-23Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-rolandLinus Torvalds1-2/+6
2009-09-23jbd.h: bitfields should be unsignedH Hartley Sweeten1-1/+1
2009-09-23davinci-fb-frame-buffer-driver-for-ti-da8xx-omap-l1xx-v4Sudhakar Rajashekhara1-3/+0