aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-04-28kbuild: create a way to create preprocessor constants from C expressionsGravatar Christoph Lameter 1-0/+19
2008-04-28mm: filter based on a nodemask as well as a gfp_maskGravatar Mel Gorman 1-13/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxGravatar Mel Gorman 1-2/+2
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableGravatar Carsten Otte 1-1/+1
2008-04-26Fix uninitialized 'copy' in unshare_filesGravatar Al Viro 1-1/+1
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-38/+26
2008-04-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-5/+0
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Gravatar Linus Torvalds 2-45/+3
2008-04-25[PATCH] sanitize unshare_files/reset_files_structGravatar Al Viro 2-31/+26
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Gravatar Al Viro 2-5/+0
2008-04-25[PATCH] close race in unshare_files()Gravatar Al Viro 1-11/+9
2008-04-25sched: use alloc_bootmem() instead of alloc_bootmem_low()Gravatar David Miller 1-1/+1
2008-04-25sched: fix share (re)distributionGravatar Peter Zijlstra 1-45/+2
2008-04-25softlockup: fix NOHZ wakeupGravatar Ingo Molnar 1-0/+1
2008-04-24[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nGravatar Mike Travis 1-5/+0
2008-04-24[IA64] fix bootmem regression on AltixGravatar Russ Anderson 1-1/+1
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+1
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-21/+6
2008-04-22[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Gravatar Al Viro 1-21/+6
2008-04-22kernel-doc: fix sched.c missing parameterGravatar Randy Dunlap 1-0/+1
2008-04-21time: Export set_normalized_timespec.Gravatar YOSHIFUJI Hideaki 1-0/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Gravatar Linus Torvalds 2-4/+3
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 1-0/+18
2008-04-21ptrace: compat_ptrace_request siginfoGravatar Roland McGrath 1-13/+35
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Gravatar Linus Torvalds 2-33/+32
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Linus Torvalds 6-7/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Gravatar Linus Torvalds 20-690/+2357
2008-04-21trivial: small cleanupsGravatar Pavel Machek 2-4/+3
2008-04-21hrtimer: optimize the softirq time optimizationGravatar Thomas Gleixner 1-4/+3
2008-04-21hrtimer: reduce calls to hrtimer_get_softirq_time()Gravatar Dimitri Sivanich 1-32/+32
2008-04-21clockevents: fix typo in tick-broadcast.cGravatar Glauber Costa 1-1/+1
2008-04-20PCI: clean up resource alignment managementGravatar Ivan Kokshaysky 1-0/+18
2008-04-19sched: build fixGravatar Ingo Molnar 1-1/+1
2008-04-19sched: features fixGravatar Ingo Molnar 1-13/+2
2008-04-19sched: /debug/sched_featuresGravatar Peter Zijlstra 2-22/+150
2008-04-19sched: add SCHED_FEAT_DEADLINEGravatar Ingo Molnar 1-1/+3
2008-04-19sched: debug: show a weight treeGravatar Peter Zijlstra 1-0/+27
2008-04-19sched: fair: weight calculationsGravatar Peter Zijlstra 2-39/+65
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesGravatar Peter Zijlstra 2-10/+21
2008-04-19sched: fair-group scheduling vs latencyGravatar Peter Zijlstra 1-13/+31
2008-04-19sched: rt-group: optimize dequeue_rt_stackGravatar Peter Zijlstra 1-16/+11
2008-04-19sched: debug: add some debug code to handle the full hierarchyGravatar Peter Zijlstra 1-3/+32
2008-04-19sched: fair-group: SMP-nice for group schedulingGravatar Peter Zijlstra 3-78/+547
2008-04-19sched, cpuset: customize sched domains, coreGravatar Hidetoshi Seto 3-7/+136
2008-04-19sched: prepatory code movementGravatar Peter Zijlstra 1-98/+92
2008-04-19sched: rt: multi level group constraintsGravatar Peter Zijlstra 1-0/+33
2008-04-19sched: task_group hierarchyGravatar Peter Zijlstra 1-0/+20
2008-04-19sched: fix the task_group hierarchy for UID groupingGravatar Peter Zijlstra 2-3/+42
2008-04-19sched: allow the group scheduler to have multiple levelsGravatar Dhaval Giani 2-33/+54
2008-04-19sched: mix tasks and groupsGravatar Dhaval Giani 3-14/+103