aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov1-7/+4
2014-10-09kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality of task_struct allocations")Nishanth Aravamudan1-1/+1
2014-10-09softlockup: make detector be aware of task switch of processes hogging cpuchai wen1-1/+17
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-126/+308
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+70
2014-10-09tracing: Clean up scheduling in trace_wakeup_test_thread()Steven Rostedt1-17/+30
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+45
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-22/+55
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky1-1/+1
2014-10-09Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-19/+127
2014-10-09switch /dev/kmsg to ->write_iter()Al Viro1-13/+7
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-7/+2782
2014-10-08tracing: Robustify wait loopPeter Zijlstra1-1/+4
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+36
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+12
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2014-10-08Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-1/+0
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-4/+15
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linuxLinus Torvalds2-0/+7
2014-10-07Merge branch 'pm-domains'Rafael J. Wysocki1-0/+4
2014-10-07Merge branch 'acpi-pm'Rafael J. Wysocki1-11/+38
2014-10-07Merge branch 'pm-sleep'Rafael J. Wysocki3-18/+70
2014-10-07Merge branch 'pm-genirq'Rafael J. Wysocki5-97/+196
2014-10-06workqueue: Use cond_resched_rcu_qs macroJoe Lawrence1-2/+1
2014-10-06workqueue: Add quiescent state between work itemsJoe Lawrence1-1/+3
2014-10-03Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2014-10-03locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra1-6/+0
2014-10-03locking/rwsem: Avoid double checking before try acquiring write lockJason Low1-9/+11
2014-10-03sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai1-9/+16
2014-10-03sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai1-6/+0
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel1-10/+19
2014-10-03sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot1-6/+7
2014-10-03perf: Fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-03perf: Fix unclone_ctx() vs. lockingPeter Zijlstra1-23/+31
2014-10-02perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-02ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King5-41/+31
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-39/+20
2014-10-02aarch64: filter $x from kallsymsKyle McMartin1-1/+1
2014-10-01bpf: add search pruning optimization to verifierAlexei Starovoitov1-0/+146
2014-09-30PM / hibernate: Iterate over set bits instead of PFNs in swsusp_free()Joerg Roedel1-15/+39
2014-09-30ACPI / sleep: Rework the handling of ACPI GPE wakeup from suspend-to-idleRafael J. Wysocki1-1/+20
2014-09-30PM / sleep: Rename platform suspend/resume functions in suspend.cRafael J. Wysocki1-10/+10
2014-09-30PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()Rafael J. Wysocki1-3/+11
2014-09-30Merge branch 'pm-genirq' into acpi-pmRafael J. Wysocki5-97/+196
2014-09-30locktorture: Cleanup header usageDavidlohr Bueso1-13/+1