summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai-0/+1
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz-3/+7
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown-19/+12
2015-02-18sched/completion: Serialize completion_done() with complete()Oleg Nesterov-2/+17
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker-1/+1
2015-02-18sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai-0/+20
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra-85/+79
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra-0/+16
2015-02-18locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior-1/+2
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-151/+37
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-52/+47
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-18/+23
2015-02-17seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook-1/+3
2015-02-17kernel/module.c: do not inline do_init_module()Jan Kiszka-2/+7
2015-02-17kexec: simplify conditionalGeoff Levand-7/+10
2015-02-17kexec: fix a typo in commentAlexander Kuleshov-1/+1
2015-02-17kexec: remove never used member destination in kimageBaoquan He-4/+0
2015-02-17signal: use current->state helpersDavidlohr Bueso-2/+2
2015-02-17ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick-1/+0
2015-02-17Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-17/+142
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+12
2015-02-16livepatch: fix format string in kobject_init_and_add()Jiri Kosina-2/+2
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki-2/+54
2015-02-15timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki-0/+30
2015-02-13kprobes: makes kprobes/enabled works correctly for optimized kprobes.Wang Nan-2/+9
2015-02-13kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan-1/+6
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin-0/+2
2015-02-13profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-2/+1
2015-02-13irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-7/+4
2015-02-13padata: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-8/+3
2015-02-13tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-4/+4
2015-02-13workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasksTejun Heo-3/+2
2015-02-13time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-9/+2
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-15/+6
2015-02-13rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-3/+2
2015-02-13cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-33/+9
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo-1/+1
2015-02-13timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki-8/+6
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki-7/+52
2015-02-13Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-29/+18
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches-6/+6
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur-1/+14
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-9/+7
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes-1/+1
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov-3/+1
2015-02-12cgroup: release css->id after css_freeVladimir Davydov-3/+7
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-2/+2
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-150/+175
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton-0/+12