summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-04-12perf: Fix error return codeWei Yongjun
2013-04-11Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2013-04-11Audit: do not print error when LSMs disabledEric Paris
2013-04-11audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz
2013-04-11MODSIGN: do not send garbage to stderr when enabling modules signatureDavid Cohen
2013-04-10Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-04-10auditsc: remove audit_set_context() altogether - fold it into its callerAndrew Morton
2013-04-10auditsc: Use kzalloc instead of kmalloc+memset.Rakib Mullick
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo
2013-04-10cgroup: implement cgroup_is_descendant()Li Zefan
2013-04-10cgroup: make sure parent won't be destroyed before its childrenLi Zefan
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