summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-10-04sched/wait: Collapse __wait_event_hrtimeout()Peter Zijlstra1-13/+2
2013-10-04sched/wait: Collapse __wait_event_killable()Peter Zijlstra1-16/+1
2013-10-04sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra1-17/+4
2013-10-04sched/wait: Collapse __wait_event_interruptible_lock_irq_timeout()Peter Zijlstra1-19/+6
2013-10-04sched/wait: Collapse __wait_event_interruptible_lock_irq()Peter Zijlstra1-20/+6
2013-10-04sched/wait: Collapse __wait_event_lock_irq()Peter Zijlstra1-14/+6
2013-10-04sched/wait: Collapse __wait_event_interruptible_exclusive()Peter Zijlstra1-20/+2
2013-10-04sched/wait: Collapse __wait_event_interruptible_timeout()Peter Zijlstra1-15/+3
2013-10-04sched/wait: Collapse __wait_event_interruptible()Peter Zijlstra1-15/+2
2013-10-04sched/wait: Collapse __wait_event_timeout()Peter Zijlstra1-11/+3
2013-10-04sched/wait: Collapse __wait_event()Peter Zijlstra1-11/+2
2013-10-04sched/wait: Introduce ___wait_event()Peter Zijlstra1-0/+36
2013-10-04sched/wait: Change the wait_exclusive control flowPeter Zijlstra1-4/+5
2013-10-04sched/wait: Change timeout logicPeter Zijlstra1-13/+11
2013-10-04sched/wait: Make the signal_pending() checks consistentPeter Zijlstra2-26/+22
2013-09-28sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra1-0/+5
2013-09-25sched, x86: Optimize the preempt_schedule() callPeter Zijlstra1-8/+5
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra1-3/+9
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra4-73/+54
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-48/+1
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra2-7/+47
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra1-6/+19
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra2-7/+73
2013-09-25sched: Remove {set,clear}_need_reschedPeter Zijlstra1-2/+13
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low2-0/+6
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low2-0/+4
2013-09-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2013-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+4
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini1-0/+1
2013-09-17Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-16/+0
2013-09-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds4-279/+124
2013-09-14Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds4-20/+12
2013-09-13HID: provide a helper for validating hid reportsKees Cook1-0/+4
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky7-144/+3
2013-09-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-0/+60
2013-09-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds6-25/+143
2013-09-13thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov2-4/+2
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-13mm: make lru_add_drain_all() selectiveChris Metcalf1-1/+1
2013-09-13memcg: add per cgroup writeback pages accountingSha Zhengju1-0/+1
2013-09-13memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju1-8/+19
2013-09-13memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-1/+1
2013-09-13memcg: correct RESOURCE_MAX to ULLONG_MAXSha Zhengju1-1/+1
2013-09-13mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2-0/+25
2013-09-13mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner2-0/+47
2013-09-13arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+1
2013-09-13memcg: enhance memcg iterator to support predicatesMichal Hocko1-6/+43
2013-09-13vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko1-2/+4