summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2015-02-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+12
2015-02-16livepatch: fix format string in kobject_init_and_add()Jiri Kosina1-2/+2
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki3-2/+54
2015-02-15timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki1-0/+30
2015-02-14kprobes: makes kprobes/enabled works correctly for optimized kprobes.Wang Nan1-2/+9
2015-02-14kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan1-1/+6
2015-02-14kasan: enable instrumentation of global variablesAndrey Ryabinin1-0/+2
2015-02-14profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-2/+1
2015-02-14irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-7/+4
2015-02-14padata: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-8/+3
2015-02-14tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-4/+4
2015-02-14workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasksTejun Heo1-3/+2
2015-02-14time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-9/+2
2015-02-14sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-15/+6
2015-02-14rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+2
2015-02-14cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-33/+9
2015-02-14kernfs: remove KERNFS_STATIC_NAMETejun Heo1-1/+1
2015-02-14timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki1-8/+6
2015-02-14PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2-7/+52
2015-02-13Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-29/+18
2015-02-13perf: Remove the extra validity check on nr_pagesKaixu Xia1-1/+1
2015-02-13printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches1-6/+6
2015-02-13kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2-1/+14
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski6-9/+7
2015-02-13kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes1-1/+1
2015-02-13mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov1-3/+1
2015-02-13cgroup: release css->id after css_freeVladimir Davydov1-3/+7
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds19-150/+175
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton1-0/+12
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2015-02-12Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-2/+0
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-54/+35
2015-02-12Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+12
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-10/+10
2015-02-12mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-0/+8
2015-02-12mm: account pmd page tables to the processKirill A. Shutemov1-0/+3
2015-02-12oom, PM: make OOM detection in the freezer path racelessMichal Hocko2-42/+11
2015-02-12PM: convert printk to pr_* equivalentMichal Hocko1-14/+15
2015-02-12oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko1-1/+1
2015-02-12rcu: Clear need_qs flag to prevent splatPaul E. McKenney1-0/+1
2015-02-11ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)1-5/+35
2015-02-11module: Replace over-engineered nested sleepPeter Zijlstra1-28/+8
2015-02-11module: Annotate nested sleep in resolve_symbol()Peter Zijlstra1-0/+6
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-88/+123
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-0/+1039
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+2
2015-02-11Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-7/+121