summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-10cgroup: remove bind() method from cgroup_subsys.Rami Rosen
2013-04-10kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang
2013-04-10audit: destroy long filenames correctlyDmitry Monakhov
2013-04-10sched/cpuacct/UML: Fix header file dependency bug on the UML buildIngo Molnar
2013-04-10locking/rtmutex/tester: Set correct permissions on sysfs filesSasha Levin
2013-04-10cgroup: Kill subsys.active flagLi Zefan
2013-04-10sched/cpuacct: No need to check subsys active stateLi Zefan
2013-04-10sched/cpuacct: Initialize cpuacct subsystem earlierLi Zefan
2013-04-10sched/cpuacct: Initialize root cpuacct earlierLi Zefan
2013-04-10sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct staticallyLi Zefan
2013-04-10sched/cpuacct: Clean up cpuacct.hLi Zefan
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()Li Zefan
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()Li Zefan
2013-04-10sched/cpuacct: Add cpuacct_acount_field()Li Zefan
2013-04-10sched/cpuacct: Add cpuacct_init()Li Zefan
2013-04-10sched: Split cpuacct code out of sched.hLi Zefan
2013-04-10sched: Split cpuacct code out of core.cLi Zefan
2013-04-10sched: Fix comment in rebalance_domains()Libin
2013-04-10Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-04-10sched: Simplify can_migrate_task()Zhang Hang
2013-04-09tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-04-09tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-09workqueue: use kmem_cache_free() instead of kfree()Wei Yongjun
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09get rid of the last free_pipe_info() callersAl Viro
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-04-09kernel: tracing: Use strlcpy instead of strncpyChen Gang
2013-04-08Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-04-08hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf
2013-04-08hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava
2013-04-08audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs
2013-04-08audit: flatten kauditd_thread wait queue codeRichard Guy Briggs
2013-04-08audit: refactor hold queue flushRichard Guy Briggs
2013-04-08audit: improve GID/EGID comparation logicMatvejchikov Ilya
2013-04-08PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)
2013-04-08ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
2013-04-08tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)
2013-04-08sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka
2013-04-08lockdep: Remove unnecessary 'hlock_next' variableHong Zhiguo
2013-04-08idle: Implement generic idle functionThomas Gleixner
2013-04-08idle: Provide a generic entry point for the idle codeThomas Gleixner
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner
2013-04-08sched: Fix typo inside commentViresh Kumar
2013-04-08ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang
2013-04-08perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang
2013-04-08perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang
2013-04-08sched/debug: Fix sd->*_idx limit range avoiding overflowlibin
2013-04-08sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner