summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-06-19workqueue: clear leftover flags when detachedLai Jiangshan-0/+3
2014-06-19workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan-2/+0
2014-06-19workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan-2/+1
2014-06-19workqueue: remove the empty check in too_many_workers()Lai Jiangshan-7/+0
2014-06-19workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan-1/+1
2014-06-18sched: Fix CACHE_HOT_BUDY conditionHillf Danton-5/+4
2014-06-18sched/numa: Always try to migrate to preferred node at task_numa_placement() ...Rik van Riel-5/+7
2014-06-18sched/numa: Ensure task_numa_migrate() checks the preferred nodeRik van Riel-3/+2
2014-06-17cgroup: fix broken css_has_online_children()Li Zefan-1/+1
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook-0/+6
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterKees Cook-5/+35
2014-06-16nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker-6/+13
2014-06-16nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker-5/+2
2014-06-16nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker-1/+7
2014-06-16nohz: Support nohz full remote kickFrederic Weisbecker-4/+6
2014-06-16irq_work: Implement remote queueingFrederic Weisbecker-1/+33
2014-06-16irq_work: Split raised and lazy listsFrederic Weisbecker-28/+23
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner-6/+109
2014-06-14Merge branch 'perf/core' into perf/urgent, to pick up the latest fixesIngo Molnar-4/+33
2014-06-14x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu-0/+3
2014-06-12Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-20/+36
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-286/+353
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-310/+428
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-30/+367
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-57/+121
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+23
2014-06-12fork: Use ktime_get_ts()Thomas Gleixner-1/+1
2014-06-12kdb: Use ktime_get_ts()Thomas Gleixner-1/+1
2014-06-12tsacct: Use ktime_get_ts()Thomas Gleixner-1/+1
2014-06-12delayacct: Use ktime_get_ts()Thomas Gleixner-13/+3
2014-06-12acct: Use ktime_get_ts()Thomas Gleixner-1/+1
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar-27/+92
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki-2/+23
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-29/+40
2014-06-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds-0/+11
2014-06-10gcov: add support for GCC 4.9Yuan Pengfei-0/+11
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski-12/+8
2014-06-10tracing: Fix check of ftrace_trace_arrays list_empty() checkSteven Rostedt (Red Hat)-1/+1
2014-06-10tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)-9/+12
2014-06-10auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski-9/+18
2014-06-10tracing: Cleanup saved_cmdlines_size changesNamhyung Kim-3/+3
2014-06-10ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)-7/+20
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-460/+951
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-684/+1220
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-301/+149
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus-4/+0
2014-06-09perf: Pass protection and flags bits through mmap2 interfacePeter Zijlstra-0/+33
2014-06-08numa,sched: fix load_to_imbalanced logic inversionRik van Riel-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds-1274/+2130
2014-06-07rtmutex: Detect changes in the pi lock chainThomas Gleixner-24/+71