Age | Commit message (Expand) | Author | Files | Lines |
2010-04-02 | sched: Make select_fallback_rq() cpuset friendly | Oleg Nesterov | 3 | -3/+50 |
2010-04-02 | sched: _cpu_down(): Don't play with current->cpus_allowed | Oleg Nesterov | 3 | -13/+8 |
2010-04-02 | sched: sched_exec(): Remove the select_fallback_rq() logic | Oleg Nesterov | 1 | -17/+8 |
2010-04-02 | sched: move_task_off_dead_cpu(): Remove retry logic | Oleg Nesterov | 1 | -7/+6 |
2010-04-02 | sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq() | Oleg Nesterov | 1 | -15/+15 |
2010-04-02 | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke... | Oleg Nesterov | 3 | -46/+4 |
2010-04-02 | sched: Remove USER_SCHED from documentation | Li Zefan | 2 | -67/+7 |
2010-04-02 | sched: Remove remaining USER_SCHED code | Li Zefan | 7 | -42/+2 |
2010-04-02 | Merge branch 'linus' into sched/core | Ingo Molnar | 5698 | -170515/+386628 |
2010-04-01 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 76 | -1676/+2904 |
2010-04-01 | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 24 | -446/+407 |
2010-04-01 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 4 | -2/+170 |
2010-04-01 | oom: fix the unsafe usage of badness() in proc_oom_score() | Oleg Nesterov | 1 | -2/+3 |
2010-04-01 | microblaze: Support word copying in copy_tofrom_user | Michal Simek | 1 | -14/+25 |
2010-04-01 | microblaze: Print early printk information to log buffer | Michal Simek | 1 | -9/+15 |
2010-04-01 | microblaze: head.S typo fix | Michal Simek | 1 | -2/+2 |
2010-04-01 | microblaze: Use MICROBLAZE_TLB_SIZE in asm code | Michal Simek | 2 | -3/+3 |
2010-04-01 | microblaze: Kconfig Fix - pci | Michal Simek | 1 | -3/+0 |
2010-04-01 | microblaze: Adding likely macros | Michal Simek | 6 | -26/+28 |
2010-04-01 | microblaze: Add .type and .size to ASM functions | Michal Simek | 3 | -1/+22 |
2010-04-01 | microblaze: Fix TLB macros | Michal Simek | 1 | -1/+2 |
2010-04-01 | microblaze: Use instruction with delay slot | Michal Simek | 1 | -8/+5 |
2010-04-01 | microblaze: Remove additional resr and rear loading | Michal Simek | 1 | -15/+3 |
2010-04-01 | microblaze: Change register usage for ESR and EAR | Michal Simek | 1 | -35/+35 |
2010-04-01 | microblaze: Prepare work for optimization in exception code | Michal Simek | 1 | -6/+3 |
2010-04-01 | microblaze: Add DEBUG option | Michal Simek | 1 | -0/+2 |
2010-04-01 | microblaze: Support systems without lmb bram | Michal Simek | 1 | -0/+6 |
2010-04-01 | microblaze: uaccess: Sync strlen, strnlen, copy_to/from_user | Michal Simek | 1 | -56/+32 |
2010-04-01 | microblaze: uaccess: Unify __copy_tofrom_user | Michal Simek | 2 | -39/+22 |
2010-04-01 | microblaze: uaccess: Move functions to generic location | Michal Simek | 3 | -200/+61 |
2010-04-01 | microblaze: uaccess: Fix put_user for noMMU | Michal Simek | 1 | -22/+56 |
2010-04-01 | microblaze: uaccess: Fix get_user macro for noMMU | Michal Simek | 1 | -23/+66 |
2010-04-01 | microblaze: uaccess: fix clear_user for noMMU kernel | Michal Simek | 1 | -45/+36 |
2010-04-01 | microblaze: uaccess: Fix strncpy_from_user function | Michal Simek | 1 | -3/+11 |
2010-04-01 | microblaze: uaccess: fix copy_from_user macro | Michal Simek | 1 | -9/+14 |
2010-04-01 | microblaze: uaccess: copy_to_user unification | Michal Simek | 1 | -9/+16 |
2010-04-01 | microblaze: uaccess: sync put/get/clear_user macros | Michal Simek | 1 | -37/+69 |
2010-04-01 | microblaze: uaccess: fix put_user and get_user macros | Michal Simek | 1 | -51/+49 |
2010-04-01 | microblaze: uaccess: fix __get_user_asm macro | Michal Simek | 1 | -16/+17 |
2010-04-01 | microblaze: uaccess: fix clean user macro | Michal Simek | 1 | -34/+55 |
2010-04-01 | microblaze: move noMMU __range_ok function to uaccess.h | Michal Simek | 2 | -9/+6 |
2010-04-01 | microblaze: Move exception_table_entry upward | Michal Simek | 1 | -16/+15 |
2010-04-01 | microblaze: Remove segment.h | Michal Simek | 5 | -52/+34 |
2010-04-01 | microblaze: Remove memset in free_init_pages | Michal Simek | 1 | -1/+0 |
2010-04-01 | microblaze: Makefile cleanups | Arun Bhanu | 1 | -4/+0 |
2010-04-01 | microblaze: Fix Makefile to delete build generated files | Arun Bhanu | 2 | -1/+3 |
2010-04-01 | microblaze: Add a missing single quote to make 'make help' happy | Arun Bhanu | 1 | -1/+1 |
2010-04-01 | microblaze: Fix "kstack=" parsing | Steven J. Magnani | 1 | -4/+2 |
2010-04-01 | drm/radeon/kms: enable ACPI powermanagement mode on radeon gpus. | Dave Airlie | 2 | -0/+8 |
2010-04-01 | drm/radeon/kms: rs400/480 should set common registers. | Dave Airlie | 1 | -0/+2 |