summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim
2013-04-24sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim
2013-04-24sched: Change position of resched_cpu() in load_balance()Joonsoo Kim
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner
2013-04-22kernel/hz.bc: ignore.Rusty Russell
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-04-21Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-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-16Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
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-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-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