aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai1-1/+1
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai1-4/+5
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai1-4/+4
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai1-0/+10
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai1-14/+2
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2-36/+0
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov1-5/+2
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov1-10/+6
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov1-1/+1
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre1-7/+34
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano2-0/+36
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli2-3/+8
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli3-4/+20
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov1-4/+0
2014-09-23audit: get comm using lock to avoid race in string printingRichard Guy Briggs2-4/+4
2014-09-23audit: remove open_arg() function that is never usedRichard Guy Briggs1-8/+0
2014-09-23audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs1-1/+1
2014-09-23audit: set nlmsg_len for multicast messages.Richard Guy Briggs1-1/+2
2014-09-23audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs1-9/+20
2014-09-23audit: invalid op= values for rulesBurn Alting3-5/+5
2014-09-23audit: use atomic_t to simplify audit_serial()Richard Guy Briggs1-12/+2
2014-09-23kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-09-23audit: reduce scope of audit_log_fcapsRichard Guy Briggs2-2/+1
2014-09-23audit: reduce scope of audit_net_idRichard Guy Briggs1-1/+1
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs1-4/+2
2014-09-23audit: add arch field to seccomp event logRichard Guy Briggs1-5/+4
2014-09-23audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...Richard Guy Briggs1-1/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-42/+72
2014-09-23Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2014-09-22Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-ad...Josh Triplett2-0/+7
2014-09-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar12-362/+1272
2014-09-22ARM: exynos: Move to generic PM domain DT bindingsTomasz Figa1-1/+1
2014-09-22PM / Domains: Add generic OF-based PM domain look-upTomasz Figa1-0/+4
2014-09-22PM / sleep: new suspend_resume trace event for console resumeTodd E Brandt1-0/+2
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang3-6/+6
2014-09-20cgroup: remove redundant variable in cgroup_mount()Zefan Li1-7/+4
2014-09-20cgroup: fix missing unlock in cgroup_release_agent()Zefan Li1-0/+3
2014-09-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2014-09-19cgroup: remove CGRP_RELEASABLE flagZefan Li1-27/+13
2014-09-19perf/cgroup: Remove perf_put_cgroup()Zefan Li1-6/+1
2014-09-19sched: Test the CPU's capacity in wake_affine()Vincent Guittot1-9/+10
2014-09-19sched: Allow all architectures to set 'capacity_orig'Vincent Guittot1-16/+11
2014-09-19sched: Fix avg_load computationVincent Guittot1-2/+2
2014-09-19sched: Remove a wake_affine() conditionVincent Guittot1-24/+6
2014-09-19sched: Fix imbalance flag resetVincent Guittot1-4/+19
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin1-0/+3
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin1-1/+1
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin2-6/+10
2014-09-19sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai1-15/+32
2014-09-19sched/dl: Simplify pick_dl_task()Kirill Tkhai1-3/+1