aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn
2008-04-28vmcoreinfo: add page flags valuesKen'ichi Ohmichi
2008-04-28mm: Get rid of __ZONE_COUNTChristoph Lameter
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter
2008-04-28kbuild: create a way to create preprocessor constants from C expressionsChristoph Lameter
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte
2008-04-26Fix uninitialized 'copy' in unshare_filesAl Viro
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-04-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro
2008-04-25[PATCH] close race in unshare_files()Al Viro
2008-04-25sched: use alloc_bootmem() instead of alloc_bootmem_low()David Miller
2008-04-25sched: fix share (re)distributionPeter Zijlstra
2008-04-25softlockup: fix NOHZ wakeupIngo Molnar
2008-04-24[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nMike Travis
2008-04-24[IA64] fix bootmem regression on AltixRuss Anderson
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-04-22[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro
2008-04-22kernel-doc: fix sched.c missing parameterRandy Dunlap
2008-04-21time: Export set_normalized_timespec.YOSHIFUJI Hideaki
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2008-04-21ptrace: compat_ptrace_request siginfoRoland McGrath
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Linus Torvalds
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-04-21trivial: small cleanupsPavel Machek
2008-04-21hrtimer: optimize the softirq time optimizationThomas Gleixner
2008-04-21hrtimer: reduce calls to hrtimer_get_softirq_time()Dimitri Sivanich
2008-04-21clockevents: fix typo in tick-broadcast.cGlauber Costa
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky
2008-04-19sched: build fixIngo Molnar
2008-04-19sched: features fixIngo Molnar
2008-04-19sched: /debug/sched_featuresPeter Zijlstra
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar
2008-04-19sched: debug: show a weight treePeter Zijlstra
2008-04-19sched: fair: weight calculationsPeter Zijlstra
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra
2008-04-19sched: fair-group scheduling vs latencyPeter Zijlstra
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra
2008-04-19sched: debug: add some debug code to handle the full hierarchyPeter Zijlstra
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto