summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker
2013-04-19nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker
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-18cgroup: fix broken file xattrsLi Zefan
2013-04-18Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker
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-18posix-timers: Remove unused variableThomas Gleixner
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-17clockevents: Switch into oneshot mode even if broadcast registered lateStephen Boyd
2013-04-17timer_list: Convert timer list to be a proper seq_fileNathan Zimmer
2013-04-17timer_list: Split timer_list_show_tickdevicesNathan Zimmer
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner
2013-04-17module: don't unlink the module until we've removed all exposure.Rusty Russell
2013-04-16audit: allow checking the type of audit message in the user filterEric Paris
2013-04-16audit: fix build break when AUDIT_DEBUG == 2Eric Paris
2013-04-16Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2013-04-15rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney
2013-04-15nohz: Improve a bit the full dynticks Kconfig documentationFrederic Weisbecker
2013-04-15nohz: Align periodic tick Kconfig with other choices' naming conventionFrederic Weisbecker
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker
2013-04-15nohz: Fix old dynticks idle Kconfig backward compatibilityFrederic Weisbecker
2013-04-15uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is emptyOleg Nesterov
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds
2013-04-15extable: Flip the sorting messageBorislav Petkov
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-14cgroup: remove cgrp->top_cgroupLi Zefan
2013-04-15kernel: kallsyms: memory override issue, need check destination buffer lengthChen Gang
2013-04-14cgroup: introduce sane_behavior mount optionTejun Heo
2013-04-14move cgroupfs_root to include/linux/cgroup.hTejun Heo
2013-04-14cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefixTejun Heo
2013-04-14userns: Changing any namespace id mappings should require privilegesAndy Lutomirski
2013-04-14userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski
2013-04-14userns: 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-13uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov
2013-04-13uprobes/tracing: Change create_trace_uprobe() to support uretprobesOleg Nesterov
2013-04-13uprobes/tracing: Make seq_printf() code uretprobe-friendlyOleg Nesterov