aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-09-23audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs
2014-09-23audit: invalid op= values for rulesBurn Alting
2014-09-23audit: use atomic_t to simplify audit_serial()Richard Guy Briggs
2014-09-23kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick
2014-09-23audit: reduce scope of audit_log_fcapsRichard Guy Briggs
2014-09-23audit: reduce scope of audit_net_idRichard Guy Briggs
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs
2014-09-23audit: add arch field to seccomp event logRichard Guy Briggs
2014-09-23audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...Richard Guy Briggs
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-23Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-09-22Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-ad...Josh Triplett
2014-09-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-09-22ARM: exynos: Move to generic PM domain DT bindingsTomasz Figa
2014-09-22PM / Domains: Add generic OF-based PM domain look-upTomasz Figa
2014-09-22PM / sleep: new suspend_resume trace event for console resumeTodd E Brandt
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang
2014-09-20cgroup: remove redundant variable in cgroup_mount()Zefan Li
2014-09-20cgroup: fix missing unlock in cgroup_release_agent()Zefan Li
2014-09-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-09-19cgroup: remove CGRP_RELEASABLE flagZefan Li
2014-09-19perf/cgroup: Remove perf_put_cgroup()Zefan Li
2014-09-19sched: Test the CPU's capacity in wake_affine()Vincent Guittot
2014-09-19sched: Allow all architectures to set 'capacity_orig'Vincent Guittot
2014-09-19sched: Fix avg_load computationVincent Guittot
2014-09-19sched: Remove a wake_affine() conditionVincent Guittot
2014-09-19sched: Fix imbalance flag resetVincent Guittot
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2014-09-19sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai
2014-09-19sched/dl: Simplify pick_dl_task()Kirill Tkhai
2014-09-19sched/rt: Remove useless if from cleanup pick_next_task_rt()Kirill Tkhai
2014-09-19sched/core: Use put_prev_task() accessor where possibleKirill Tkhai
2014-09-19sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()Kirill Tkhai
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu
2014-09-19sched/numa: Use select_idle_sibling() to select a destination for task_numa_m...Rik van Riel
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li
2014-09-18cgroup: simplify proc_cgroup_show()Zefan Li
2014-09-18cgroup: use a per-cgroup work for release agentZefan Li
2014-09-18cgroup: fix unbalanced lockingZefan Li
2014-09-18cgroup: remove bogus commentsLi Zefan
2014-09-18cgroup: remove redundant code in cgroup_rmdir()Li Zefan
2014-09-18cgroup: remove some useless forward declarationsLi Zefan
2014-09-18Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/c...Tejun Heo
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney