summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-09-26ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders
2014-09-26kernel: add support for kernel restart handler call chainGuenter Roeck
2014-09-26Revert "cgroup: remove redundant variable in cgroup_mount()"Zefan Li
2014-09-25Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2014-09-25PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH classTomeu Vizoso
2014-09-25Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"Rafael J. Wysocki
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-24Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa
2014-09-24perf: Fix child event initial state setupJiri Olsa
2014-09-24perf: Do not POLLHUP event if it has childrenJiri Olsa
2014-09-24sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov
2014-09-23audit: get comm using lock to avoid race in string printingRichard Guy Briggs
2014-09-23audit: remove open_arg() function that is never usedRichard Guy Briggs
2014-09-23audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs
2014-09-23audit: set nlmsg_len for multicast messages.Richard Guy Briggs
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