aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-2/+2
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte1-1/+1
2008-04-26Fix uninitialized 'copy' in unshare_filesAl Viro1-1/+1
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-38/+26
2008-04-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-5/+0
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-fixesLinus Torvalds2-45/+3
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro2-31/+26
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro2-5/+0
2008-04-25[PATCH] close race in unshare_files()Al Viro1-11/+9
2008-04-25sched: use alloc_bootmem() instead of alloc_bootmem_low()David Miller1-1/+1
2008-04-25sched: fix share (re)distributionPeter Zijlstra1-45/+2
2008-04-25softlockup: fix NOHZ wakeupIngo Molnar1-0/+1
2008-04-24[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nMike Travis1-5/+0
2008-04-24[IA64] fix bootmem regression on AltixRuss Anderson1-1/+1
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-21/+6
2008-04-22[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro1-21/+6
2008-04-22kernel-doc: fix sched.c missing parameterRandy Dunlap1-0/+1
2008-04-21time: Export set_normalized_timespec.YOSHIFUJI Hideaki1-0/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivialLinus Torvalds2-4/+3
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+18
2008-04-21ptrace: compat_ptrace_request siginfoRoland McGrath1-13/+35
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2-33/+32
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds6-7/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds20-690/+2357
2008-04-21trivial: small cleanupsPavel Machek2-4/+3
2008-04-21hrtimer: optimize the softirq time optimizationThomas Gleixner1-4/+3
2008-04-21hrtimer: reduce calls to hrtimer_get_softirq_time()Dimitri Sivanich1-32/+32
2008-04-21clockevents: fix typo in tick-broadcast.cGlauber Costa1-1/+1
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky1-0/+18
2008-04-19sched: build fixIngo Molnar1-1/+1
2008-04-19sched: features fixIngo Molnar1-13/+2
2008-04-19sched: /debug/sched_featuresPeter Zijlstra2-22/+150
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar1-1/+3
2008-04-19sched: debug: show a weight treePeter Zijlstra1-0/+27
2008-04-19sched: fair: weight calculationsPeter Zijlstra2-39/+65
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2-10/+21
2008-04-19sched: fair-group scheduling vs latencyPeter Zijlstra1-13/+31
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra1-16/+11
2008-04-19sched: debug: add some debug code to handle the full hierarchyPeter Zijlstra1-3/+32
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra3-78/+547
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto3-7/+136
2008-04-19sched: prepatory code movementPeter Zijlstra1-98/+92
2008-04-19sched: rt: multi level group constraintsPeter Zijlstra1-0/+33
2008-04-19sched: task_group hierarchyPeter Zijlstra1-0/+20
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra2-3/+42
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani2-33/+54
2008-04-19sched: mix tasks and groupsDhaval Giani3-14/+103
2008-04-19sched: fix checksIngo Molnar1-4/+6
2008-04-19sched: old sleeper bonusPeter Zijlstra2-3/+8