aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-31hung_task debugging: Add tracepoint to report the hangOleg Nesterov1-0/+4
2013-10-30kernel/system_certificate.S: use real contents instead of macro GLOBAL()Chen Gang1-6/+4
2013-10-30padata: make the sequence counter an atomic_tMathias Krause1-5/+4
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov2-3/+9
2013-10-29uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov1-0/+28
2013-10-29uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov1-0/+43
2013-10-29uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov1-8/+12
2013-10-29uprobes: Introduce __create_xol_area()Oleg Nesterov1-22/+25
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov2-9/+9
2013-10-29perf: Fix the perf context switch optimizationPeter Zijlstra1-18/+46
2013-10-29perf: Change zero-padding of strings in perf_event_mmap_event()Peter Zijlstra1-6/+11
2013-10-29perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()Oleg Nesterov1-7/+8
2013-10-29perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()Oleg Nesterov1-8/+6
2013-10-29perf: Remove useless atomic_tPeter Zijlstra1-9/+9
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2013-10-29sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2013-10-29sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2013-10-29sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall3-9/+19
2013-10-29perf: Fix perf ring buffer memory orderingPeter Zijlstra1-4/+27
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar5-40/+77
2013-10-28sched: Remove extra put_online_cpus() inside sched_setaffinity()Michael wang1-1/+0
2013-10-28genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff1-1/+1
2013-10-28Merge branch 'pm-sleep'Rafael J. Wysocki2-10/+26
2013-10-28Merge branch 'pm-qos'Rafael J. Wysocki1-22/+4
2013-10-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+50
2013-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2013-10-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+16
2013-10-26sched/rt: Fix task_tick_rt() commentLi Bin1-2/+2
2013-10-26Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin1-4/+4
2013-10-25smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !waitJens Axboe1-1/+5
2013-10-25smp: export __smp_call_function_single()Jens Axboe1-0/+1
2013-10-24pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro1-1/+7
2013-10-25PM / hibernate: Move software_resume to late_initcall_syncRuss Dill1-1/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-7/+6
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-15/+33
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-10-22Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+6
2013-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-0/+4
2013-10-19static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa1-0/+5
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman6-7/+36
2013-10-18ftrace: Add set_graph_notrace filterNamhyung Kim3-3/+108
2013-10-18ftrace: Narrow down the protected area of graph_lockNamhyung Kim1-13/+9
2013-10-18ftrace: Introduce struct ftrace_graph_dataNamhyung Kim1-19/+62
2013-10-18ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2-7/+2
2013-10-18tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka3-3/+3
2013-10-18timekeeping: Fix some trivial typos in commentsXie XiuQi1-1/+2
2013-10-18alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2