summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-19tracepoints: Prevent null probe from being addedSahara
2013-04-19mutex: Back out architecture specific check for negative mutex countWaiman Long
2013-04-19mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long
2013-04-19mutex: Make more scalable by doing less atomic operationsWaiman Long
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long
2013-04-19cgroup: fix broken file xattrsLi Zefan
2013-04-19Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds
2013-04-18kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-15cgroup: remove cgrp->top_cgroupLi Zefan
2013-04-15cgroup: introduce sane_behavior mount optionTejun Heo
2013-04-15move cgroupfs_root to include/linux/cgroup.hTejun Heo
2013-04-15cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefixTejun Heo
2013-04-15userns: Changing any namespace id mappings should require privilegesAndy Lutomirski
2013-04-15userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski
2013-04-15userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-14Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-14cgroup: make cgroup_path() not print double slashesTejun Heo
2013-04-14Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds
2013-04-13ftrace: Get rid of ftrace_profile_bitsNamhyung Kim
2013-04-13tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-04-13tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim
2013-04-13tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-12Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-04-12perf: Fix error return codeWei Yongjun
2013-04-12Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2013-04-10Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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-10locking/rtmutex/tester: Set correct permissions on sysfs filesSasha Levin
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-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-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)