summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-11-23cpu: Remove unused variableDhaval Giani1-1/+0
2010-11-23sched: Fix UP build breakagePeter Zijlstra1-1/+1
2010-11-23sched: Make task dump print all 15 chars of proc commErik Gilling1-1/+1
2010-11-18sched: Update tg->shares after cpu.shares writePaul Turner1-31/+11
2010-11-18sched: Allow update_cfs_load() to update global loadPaul Turner1-15/+29
2010-11-18sched: Implement demand based update_cfs_load()Paul Turner2-1/+20
2010-11-18sched: Update shares on idle_balancePaul Turner1-0/+1
2010-11-18sched: Add sysctl_sched_shares_windowPaul Turner2-1/+15
2010-11-18sched: Introduce hierarchal order on shares update listPaul Turner1-10/+16
2010-11-18sched: Fix update_cfs_load() synchronizationPaul Turner2-13/+22
2010-11-18sched: Fix load corruption from update_cfs_shares()Paul Turner1-8/+8
2010-11-18sched: Make tg_shares_up() walk on-demandPeter Zijlstra2-67/+58
2010-11-18sched: Implement on-demand (active) cfs_rq listPeter Zijlstra3-83/+92
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra5-211/+162
2010-11-18sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra2-155/+67
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar62-911/+1301
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris1-1/+14
2010-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+0
2010-11-12Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+34
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg2-0/+15
2010-11-12latencytop: fix per task accumulatorKen Chen1-9/+8
2010-11-12kernel/range.c: fix clean_sort_range() for the case of full arrayAlexey Khoroshilov1-1/+1
2010-11-10perf_events: Fix time tracking in samplesStephane Eranian1-8/+34
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-4/+0
2010-11-05watchdog: Fix section mismatch and potential undefined behavior.David Daney1-1/+1
2010-11-05posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov1-0/+8
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl1-11/+4
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds1-0/+4
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2-21/+82
2010-10-30audit mmapAl Viro1-0/+16
2010-10-30audit: Use rcu for task lookup protectionThomas Gleixner1-16/+14
2010-10-30audit: Do not send uninitialized data for AUDIT_TTY_GETThomas Gleixner1-2/+4
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner1-16/+9
2010-10-30in untag_chunk() we need to do alloc_chunk() a bit earlierAl Viro1-2/+7
2010-10-30audit: make functions staticStephen Hemminger3-9/+6
2010-10-30Audit: add support to match lsm labels on user audit messagesMiloslav Trmac1-0/+12
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2-49/+15
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng1-13/+3
2010-10-29kdb: Fix early debugging crash regressionJason Wessel1-1/+1
2010-10-29kdb: fix per_cpu command to remove supress maskJason Wessel1-35/+11
2010-10-29jump label: Make arch_jump_label_text_poke_early() optionalSteven Rostedt1-0/+7
2010-10-29jump label: Fix error with preempt disable holding mutexSteven Rostedt1-13/+13
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-13/+11
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-29/+24
2010-10-29convert cgroup and cpusetAl Viro2-13/+11
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-16/+135
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron2-12/+27
2010-10-28jump label: Fix module __init section raceJason Baron1-1/+40
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds1-4/+4
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-242/+218