aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Audit: do not print error when LSMs disabledEric Paris1-6/+8
2013-04-11audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris1-1/+1
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz1-3/+7
2013-04-11MODSIGN: do not send garbage to stderr when enabling modules signatureDavid Cohen1-1/+1
2013-04-10Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2013-04-10auditsc: remove audit_set_context() altogether - fold it into its callerAndrew Morton1-8/+2
2013-04-10auditsc: Use kzalloc instead of kmalloc+memset.Rakib Mullick1-4/+4
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo1-8/+16
2013-04-10cgroup: implement cgroup_is_descendant()Li Zefan1-0/+20
2013-04-10cgroup: make sure parent won't be destroyed before its childrenLi Zefan1-0/+10
2013-04-10cgroup: remove bind() method from cgroup_subsys.Rami Rosen1-4/+0
2013-04-10kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang1-3/+6
2013-04-10audit: destroy long filenames correctlyDmitry Monakhov1-3/+3
2013-04-10sched/cpuacct/UML: Fix header file dependency bug on the UML buildIngo Molnar1-0/+1
2013-04-10locking/rtmutex/tester: Set correct permissions on sysfs filesSasha Levin1-2/+3
2013-04-10cgroup: Kill subsys.active flagLi Zefan1-3/+0
2013-04-10sched/cpuacct: No need to check subsys active stateLi Zefan1-6/+0
2013-04-10sched/cpuacct: Initialize cpuacct subsystem earlierLi Zefan1-5/+6
2013-04-10sched/cpuacct: Initialize root cpuacct earlierLi Zefan3-14/+4
2013-04-10sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct staticallyLi Zefan1-2/+2
2013-04-10sched/cpuacct: Clean up cpuacct.hLi Zefan2-47/+43
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()Li Zefan2-2/+7
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()Li Zefan2-2/+6
2013-04-10sched/cpuacct: Add cpuacct_acount_field()Li Zefan3-17/+30
2013-04-10sched/cpuacct: Add cpuacct_init()Li Zefan3-6/+14
2013-04-10sched: Split cpuacct code out of sched.hLi Zefan2-47/+53
2013-04-10sched: Split cpuacct code out of core.cLi Zefan3-220/+228
2013-04-10sched: Fix comment in rebalance_domains()Libin1-1/+1
2013-04-10Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar4-469/+435
2013-04-10sched: Simplify can_migrate_task()Zhang Hang1-7/+4
2013-04-09tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim1-1/+1
2013-04-09tracing: Fix double free when function profile init failedNamhyung Kim1-1/+0
2013-04-09workqueue: use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro1-2/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-7/+7
2013-04-09get rid of the last free_pipe_info() callersAl Viro1-1/+1
2013-04-09lift sb_start_write() out of ->write()Al Viro1-0/+2
2013-04-09kernel: tracing: Use strlcpy instead of strncpyChen Gang2-4/+4
2013-04-08Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-9/+9
2013-04-08hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf1-0/+4
2013-04-08hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava1-0/+2
2013-04-08audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs1-10/+4
2013-04-08audit: flatten kauditd_thread wait queue codeRichard Guy Briggs1-13/+13
2013-04-08audit: refactor hold queue flushRichard Guy Briggs1-22/+40
2013-04-08audit: improve GID/EGID comparation logicMatvejchikov Ilya1-0/+14
2013-04-08PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen1-1/+2
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)1-2/+3
2013-04-08ftrace: Consistently restore trace function on sysctl enablingJan Kiszka1-6/+2
2013-04-08tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)1-1/+4
2013-04-08sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka1-1/+1