aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-09-11mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesGravatar Xishi Qiu 1-6/+6
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Gravatar Oleg Nesterov 1-6/+3
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksGravatar Oleg Nesterov 1-15/+9
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Gravatar Oleg Nesterov 1-3/+2
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Gravatar Oleg Nesterov 1-3/+4
2013-09-11perf: Fix up MMAP2 buffer space reservationGravatar Arnaldo Carvalho de Melo 1-0/+1
2013-09-10fs: bump inode and dentry counters to longGravatar Glauber Costa 1-3/+3
2013-09-10Merge branch 'acpi-hotplug'Gravatar Rafael J. Wysocki 2-32/+37
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-16/+17
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Gravatar Joonsoo Kim 1-1/+1
2013-09-09Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 6-209/+65
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-0/+1
2013-09-07Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.cGravatar Al Viro 1-16/+17
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 11-59/+27
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-22/+10
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 69-1908/+2886
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-41/+66
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+11
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+6
2013-09-05ftrace/rcu: Do not trace debug_lockdep_rcu_enabled()Gravatar Steven Rostedt (Red Hat) 1-1/+1
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-15/+0
2013-09-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-10/+29
2013-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-127/+117
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-241/+303
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Gravatar Linus Torvalds 6-184/+330
2013-09-04Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-35/+35
2013-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-447/+873
2013-09-04sched/cputime: Do not scale when utime == 0Gravatar Stanislaw Gruszka 1-8/+11
2013-09-03switch copy_module_from_fd() to fdgetGravatar Al Viro 1-7/+6
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 7-1066/+1246
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-5/+9
2013-09-03ftrace: Fix a slight race in modifying what function callback gets tracedGravatar Steven Rostedt (Red Hat) 1-1/+16
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-8/+5
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+7
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-12/+15
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyGravatar Li Zhong 2-3/+18
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 11-447/+873
2013-09-02perf: Add attr->mmap2 attribute to an eventGravatar Stephane Eranian 1-4/+42
2013-09-02sched/fair: Fix the sd_parent_degenerate() codeGravatar Peter Zijlstra 1-1/+9
2013-09-02sched/fair: Rework and comment the group_imb codeGravatar Peter Zijlstra 1-34/+89
2013-09-02sched/fair: Optimize find_busiest_queue()Gravatar Peter Zijlstra 1-4/+1
2013-09-02sched/fair: Make group power more consistentGravatar Peter Zijlstra 1-19/+22
2013-09-02sched/fair: Remove duplicate load_per_task computationsGravatar Peter Zijlstra 1-11/+2
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesGravatar Peter Zijlstra 1-7/+26
2013-09-02sched: Clean-up struct sd_lb_statGravatar Joonsoo Kim 1-115/+114
2013-09-02sched: Factor out code to should_we_balance()Gravatar Joonsoo Kim 1-54/+53
2013-09-02sched: Remove one division operation in find_busiest_queue()Gravatar Joonsoo Kim 1-5/+9
2013-09-02perf: Prevent race in unthrottling codeGravatar Jiri Olsa 1-1/+1