summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2011-04-11sched: Dynamic sched_domain::levelPeter Zijlstra
2011-04-11sched: Move sched domain storage into the topology listPeter Zijlstra
2011-04-11sched: Reverse the topology listPeter Zijlstra
2011-04-11sched: Unify the sched_domain build functionsPeter Zijlstra
2011-04-11sched: Stuff the sched_domain creation in a data-structurePeter Zijlstra
2011-04-11sched: Create proper cpu_$DOM_mask() functionsPeter Zijlstra
2011-04-11sched: Avoid allocations in sched_domain_debug()Peter Zijlstra
2011-04-11sched: Create persistent sched_domains_tmpmaskPeter Zijlstra
2011-04-11sched: Remove some dead codePeter Zijlstra
2011-04-11sched: Remove nodemask allocationPeter Zijlstra
2011-04-11sched: Simplify NODE/ALLNODES domain creationPeter Zijlstra
2011-04-11sched: Avoid using sd->levelPeter Zijlstra
2011-04-11sched: Simplify the free path somePeter Zijlstra
2011-04-11sched: Dynamically allocate sched_domain/sched_group data-structuresPeter Zijlstra
2011-04-11sched: Simplify sched_groups_power initializationPeter Zijlstra
2011-04-11sched: Simplify finding the lowest sched_domainPeter Zijlstra
2011-04-11sched: Simplify sched_group creationPeter Zijlstra
2011-04-11sched: Clean up some ALLNODES codePeter Zijlstra
2011-04-11sched: Change NODE sched_domain group creationPeter Zijlstra
2011-04-11sched: Simplify build_sched_groups()Peter Zijlstra
2011-04-11sched: Simplify ->cpu_power initializationPeter Zijlstra
2011-04-11sched: Remove obsolete arch_ prefixesPeter Zijlstra
2011-04-11sched: Eliminate dead code from wakeup_gran()Shaohua Li
2011-04-11sched: Fix erroneous all_pinned logicKen Chen
2011-04-11sched: Fix sched-domain avg_load calculationKen Chen
2011-04-11perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec()Stephane Eranian
2011-04-10arch:Kconfig.locks Remove unused config option.Justin P. Mattock
2011-04-10treewide: remove extra semicolonsJustin P. Mattock
2011-04-08signal.c: fix erroneous syscall kernel-docRandy Dunlap
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds
2011-04-07Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-05sched: Clean up rebalance_domains() load-balance interval calculationPeter Zijlstra
2011-04-04kernel/signal.c: add kernel-doc notation to syscallsRandy Dunlap
2011-04-04kernel/signal.c: fix typos and coding styleRandy Dunlap
2011-04-04jump label: Introduce static_branch() interfaceJason Baron
2011-04-04tracing: Avoid soft lockup in trace_pipeJiri Olsa
2011-04-04tracing: Print trace_bprintk() formats for modules tooSteven Rostedt
2011-04-04tracing: Convert trace_printk() formats for module to const char *Steven Rostedt
2011-04-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-04-04ntp: fix non privileged system time shiftingRichard Cochran
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris
2011-04-04capabilities: delete unused cap_set_fullEric Paris
2011-04-04capabilities: do not drop CAP_SETPCAP from the initial taskEric Paris
2011-04-04capabilites: allow the application of capability limits to usermode helpersEric Paris
2011-04-04ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/Oleg Nesterov
2011-04-04signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov
2011-04-04signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()Oleg Nesterov
2011-04-04signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDINGOleg Nesterov