Age | Commit message (Expand) | Author | Files | Lines |
2008-04-22 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 5 | -0/+181 |
2008-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min... | Linus Torvalds | 8 | -61/+106 |
2008-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 3 | -3/+16 |
2008-04-22 | Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -1/+63 |
2008-04-21 | Fix RCU list iterator use of 'rcu_dereference()' | Linus Torvalds | 1 | -33/+15 |
2008-04-19 | sched: fair-group: de-couple load-balancing from the rb-trees | Peter Zijlstra | 2 | -0/+4 |
2008-04-19 | sched: rt-group: optimize dequeue_rt_stack | Peter Zijlstra | 1 | -0/+1 |
2008-04-19 | sched: fair-group: SMP-nice for group scheduling | Peter Zijlstra | 1 | -0/+1 |
2008-04-19 | sched, cpuset: customize sched domains, core | Hidetoshi Seto | 1 | -1/+22 |
2008-04-19 | sched: fix the task_group hierarchy for UID grouping | Peter Zijlstra | 1 | -0/+3 |
2008-04-19 | sched: allow the group scheduler to have multiple levels | Dhaval Giani | 1 | -1/+1 |
2008-04-19 | sched: add new set_cpus_allowed_ptr function | Mike Travis | 1 | -4/+11 |
2008-04-19 | cpumask: add show cpu map functions | Mike Travis | 1 | -6/+11 |
2008-04-19 | x86: convert cpumask_of_cpu macro to allocated array | Mike Travis | 1 | -3/+9 |
2008-04-19 | cpumask: add CPU_MASK_ALL_PTR macro | Mike Travis | 1 | -0/+6 |
2008-04-19 | cpumask: reduce stack usage in SD_x_INIT initializers | Mike Travis | 1 | -38/+8 |
2008-04-19 | generic: reduce stack pressure in sched_affinity | Mike Travis | 1 | -1/+1 |
2008-04-19 | cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer | Mike Travis | 1 | -6/+7 |
2008-04-19 | cpumask: add cpumask_scnprintf_len function | Mike Travis | 2 | -0/+8 |
2008-04-19 | sched: rt-group: synchonised bandwidth period | Peter Zijlstra | 1 | -0/+7 |
2008-04-19 | time: add ns_to_ktime() | Ingo Molnar | 1 | -0/+6 |
2008-04-19 | sched: remove sysctl_sched_batch_wakeup_granularity | Ingo Molnar | 1 | -1/+0 |
2008-04-19 | generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSC | Erik Bosman | 1 | -0/+6 |
2008-04-19 | x86: pageattr.c fix shadowed variable warning | Harvey Harrison | 1 | -3/+3 |
2008-04-19 | x86: EFI_PAGE_SHIFT fix | Huang, Ying | 1 | -0/+7 |
2008-04-19 | Merge branch 'merge-fixes' into devel | Russell King | 79 | -1251/+2644 |
2008-04-19 | Merge branch 'omap2-upstream' into devel | Russell King | 20 | -45/+136 |
2008-04-19 | Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x... | Russell King | 5 | -0/+157 |
2008-04-19 | [ARM] 4964/1: htc-pasic3: MFD driver for PASIC3 LED control + DS1WM chip | Philipp Zabel | 1 | -0/+55 |
2008-04-19 | [ARM] 4947/1: htc-egpio, a driver for GPIO/IRQ expanders with fixed input/out... | Philipp Zabel | 1 | -0/+57 |
2008-04-19 | [PATCH] r/o bind mounts: debugging for missed calls | Dave Hansen | 1 | -0/+49 |
2008-04-19 | [PATCH] r/o bind mounts: honor mount writer counts at remount | Dave Hansen | 1 | -0/+1 |
2008-04-19 | [PATCH] r/o bind mounts: track numbers of writers to mounts | Dave Hansen | 1 | -0/+7 |
2008-04-19 | [PATCH] r/o bind mounts: create helper to drop file write access | Dave Hansen | 1 | -0/+1 |
2008-04-19 | [PATCH] r/o bind mounts: stub functions | Dave Hansen | 1 | -0/+3 |
2008-04-19 | [PATCH] merge open_namei() and do_filp_open() | Christoph Hellwig | 1 | -1/+2 |
2008-04-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 3 | -135/+142 |
2008-04-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds | 46 | -635/+1472 |
2008-04-19 | Security: Introduce security= boot parameter | Ahmed S. Darwish | 1 | -0/+12 |
2008-04-19 | Audit: Final renamings and cleanup | Ahmed S. Darwish | 1 | -2/+2 |
2008-04-19 | SELinux: use new audit hooks, remove redundant exports | Ahmed S. Darwish | 2 | -72/+29 |
2008-04-19 | LSM/Audit: Introduce generic Audit LSM hooks | Ahmed S. Darwish | 1 | -0/+72 |
2008-04-19 | SELinux: remove redundant exports | Ahmed S. Darwish | 1 | -62/+0 |
2008-04-19 | LSM: Introduce inode_getsecid and ipc_getsecid hooks | Ahmed S. Darwish | 1 | -1/+29 |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 4 | -3/+10 |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 1 | -0/+10 |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2 | -72/+106 |
2008-04-18 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -15/+21 |
2008-04-18 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -286/+432 |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt | Linus Torvalds | 3 | -39/+12 |