aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-11x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu
2009-06-11perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-11fsnotify: allow groups to set freeing_mark to nullEric Paris
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris
2009-06-11dnotify: do not bother to lock entry->lock when reading maskEric Paris
2009-06-11dnotify: do not use ?true:false when assigning to a boolEric Paris
2009-06-11fsnotify: move events should indicate the event was on a childEric Paris
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris
2009-06-11fsnotify: fsnotify marks on inodes pin them in coreEric Paris
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris
2009-06-11fsnotify: add correlations between eventsEric Paris
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris
2009-06-11fsnotify: generic notification queue and waitqEric Paris
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris
2009-06-11fsnotify: parent event notificationEric Paris
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris
2009-06-11fsnotify: unified filesystem notification backendEric Paris
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2009-06-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-06-11slow_work_thread() should do the exclusive waitOleg Nesterov
2009-06-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11sched: use slab in cpupri_init()Pekka Enberg
2009-06-11sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu
2009-06-11vt: use kzalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11sched: use kzalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11init: introduce mm_init()Pekka Enberg
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg
2009-06-11bootmem: fix slab fallback on numaPekka Enberg
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg