aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2-0/+4
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra1-0/+1
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra1-0/+1
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto4-4/+25
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra1-0/+3
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani1-1/+1
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis1-4/+11
2008-04-19cpumask: add show cpu map functionsMike Travis1-6/+11
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis1-3/+9
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis1-0/+6
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis2-43/+8
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-1/+1
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-6/+7
2008-04-19asm-generic: add node_to_cpumask_ptr macroMike Travis6-9/+35
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis2-0/+8
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra1-0/+7
2008-04-19time: add ns_to_ktime()Ingo Molnar1-0/+6
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar1-1/+0
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds3-135/+142
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds105-1853/+2852
2008-04-19Security: Introduce security= boot parameterAhmed S. Darwish1-0/+12
2008-04-19Audit: Final renamings and cleanupAhmed S. Darwish1-2/+2
2008-04-19SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish2-72/+29
2008-04-19LSM/Audit: Introduce generic Audit LSM hooksAhmed S. Darwish1-0/+72
2008-04-19SELinux: remove redundant exportsAhmed S. Darwish1-62/+0
2008-04-19LSM: Introduce inode_getsecid and ipc_getsecid hooksAhmed S. Darwish1-1/+29
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds10-8/+40
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-0/+10
2008-04-18[SCSI] iscsi: extended cdb supportBoaz Harrosh1-2/+4
2008-04-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds15-18/+316
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds15-170/+143
2008-04-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds4-30/+21
2008-04-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-286/+432
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds3-39/+12
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds7-0/+402
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds175-4279/+5290
2008-04-18Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds35-3762/+80
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-14/+66
2008-04-18Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds15-39/+231
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-1/+1
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller24-78/+180
2008-04-17[INET]: Uninline the __inet_inherit_port call.Pavel Emelyanov1-13/+1
2008-04-17[INET]: Drop the inet_inherit_port() call.Pavel Emelyanov1-7/+0
2008-04-18ide: remove ide_init_default_irq() macroBartlomiej Zolnierkiewicz6-36/+0
2008-04-18ide: remove ide_default_io_ctl() macroBartlomiej Zolnierkiewicz12-33/+0
2008-04-18ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz7-20/+0
2008-04-18ppc: remove ppc_ide_mdBartlomiej Zolnierkiewicz1-15/+32
2008-04-18ide: use generic ATAPI packet command flags in ide-{floppy,tape}Borislav Petkov1-0/+15
2008-04-18ide: add generic packet command representation ide_atapi_pcBorislav Petkov1-0/+47
2008-04-18ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz1-20/+9