aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-10sched/cpuacct: Clean up cpuacct.hLi Zefan2-47/+43
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()Li Zefan2-2/+7
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()Li Zefan2-2/+6
2013-04-10sched/cpuacct: Add cpuacct_acount_field()Li Zefan3-17/+30
2013-04-10sched/cpuacct: Add cpuacct_init()Li Zefan3-6/+14
2013-04-10sched: Split cpuacct code out of sched.hLi Zefan2-47/+53
2013-04-10sched: Split cpuacct code out of core.cLi Zefan3-220/+228
2013-04-10sched: Fix comment in rebalance_domains()Libin1-1/+1
2013-04-10sched: Simplify can_migrate_task()Zhang Hang1-7/+4
2013-04-08sched: Fix typo inside commentViresh Kumar1-1/+1
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra1-1/+1
2013-03-18Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-12/+34
2013-03-14sched: Fix variable name misnomer, add commentsAndrei Epure1-4/+5
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker1-12/+34
2013-03-11sched: Spelling fixAndrei Epure1-1/+1
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMPLi Zefan1-1/+2
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar3-76/+86
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2-75/+81
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker1-1/+5
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan2-5/+4
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan2-5/+17
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan1-3/+3
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan1-0/+55
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan1-0/+7
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan1-0/+56
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan1-1/+25
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-2/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan1-2/+4
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds6-127/+62
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-0/+5
2013-03-02kdb: Remove unhandled ssb commandVincent4-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel1-2/+6
2013-03-02kdb: Remove the ll commandJason Wessel1-65/+0
2013-03-02kdb_main: fix help printJason Wessel1-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel1-9/+21
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein3-6/+23
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin1-2/+2
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood1-1/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-0/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+77
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds25-779/+120
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin12-71/+46
2013-02-27kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov1-3/+1
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold2-610/+1
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu1-1/+1
2013-02-27kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu1-1/+2
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang1-1/+2