summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim1-9/+7
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim1-1/+14
2013-04-24sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim1-3/+4
2013-04-24sched: Change position of resched_cpu() in load_balance()Joonsoo Kim1-5/+5
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner1-1/+1
2013-04-22kernel/hz.bc: ignore.Rusty Russell1-0/+1
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot3-2/+49
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney1-0/+2
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar11-45/+113
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+105
2013-04-19tracepoints: Prevent null probe from being addedSahara1-8/+13
2013-04-19mutex: Back out architecture specific check for negative mutex countWaiman Long1-7/+2
2013-04-19mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long1-1/+90
2013-04-19mutex: Make more scalable by doing less atomic operationsWaiman Long1-3/+16
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long3-52/+46
2013-04-18cgroup: fix broken file xattrsLi Zefan1-5/+6
2013-04-18Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+13
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-23/+3
2013-04-18kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu1-6/+13
2013-04-18posix-timers: Remove unused variableThomas Gleixner1-1/+0
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu1-1/+1
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu1-13/+96
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-0/+9
2013-04-17clockevents: Switch into oneshot mode even if broadcast registered lateStephen Boyd1-0/+10
2013-04-17timer_list: Convert timer list to be a proper seq_fileNathan Zimmer1-12/+77
2013-04-17timer_list: Split timer_list_show_tickdevicesNathan Zimmer1-12/+9
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov1-37/+69
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-8/+0
2013-04-16Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar3-111/+397
2013-04-15uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is emptyOleg Nesterov1-1/+4
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds3-28/+41
2013-04-15extable: Flip the sorting messageBorislav Petkov1-3/+3
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala1-1/+1
2013-04-14cgroup: remove cgrp->top_cgroupLi Zefan1-2/+0
2013-04-14cgroup: introduce sane_behavior mount optionTejun Heo1-0/+48
2013-04-14move cgroupfs_root to include/linux/cgroup.hTejun Heo1-57/+0
2013-04-14cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefixTejun Heo1-11/+10
2013-04-14userns: Changing any namespace id mappings should require privilegesAndy Lutomirski1-3/+3
2013-04-14userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski1-2/+2
2013-04-14userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman1-4/+8
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+32
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+26
2013-04-14Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-19/+19
2013-04-14cgroup: make cgroup_path() not print double slashesTejun Heo1-5/+8
2013-04-14Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds1-0/+24
2013-04-13uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov1-5/+3
2013-04-13uprobes/tracing: Change create_trace_uprobe() to support uretprobesOleg Nesterov1-4/+7
2013-04-13uprobes/tracing: Make seq_printf() code uretprobe-friendlyOleg Nesterov1-4/+13