aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-12-22PM / sleep: Fix memory leak in pm_vt_switch_unregister().Masami Ichikawa1-0/+1
2013-12-20tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi1-0/+446
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi5-5/+480
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov1-1/+1
2013-12-20Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2013-12-19libata, freezer: avoid block device removal while system is frozenTejun Heo1-0/+6
2013-12-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+17
2013-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+18
2013-12-18Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-1/+10
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+1
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman1-0/+7
2013-12-18kexec: migrate to reboot cpuVivek Goyal2-1/+2
2013-12-18Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-6/+7
2013-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-80/+65
2013-12-17mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu1-1/+6
2013-12-17Merge tag 'v3.13-rc4' into core/lockingIngo Molnar36-346/+602
2013-12-17sched/numa: Fix period_slot recalculationWanpeng Li1-1/+0
2013-12-17sched/numa: Use wrapper function task_faults_idx to calculate index in group_faultsWanpeng Li1-1/+2
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li2-3/+3
2013-12-17sched/numa: Drop sysctl_numa_balancing_settle_count sysctlWanpeng Li2-16/+0
2013-12-17Merge branch 'sched/urgent' into sched/coreIngo Molnar18-176/+262
2013-12-17perf: Fix PERF_EVENT_IOC_PERIOD to force-reset the periodPeter Zijlstra1-1/+15
2013-12-17sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai1-0/+14
2013-12-17sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman1-2/+3
2013-12-17perf: Disable all pmus on unthrottling and reschedulingAlexander Shishkin1-3/+18
2013-12-17cgroup: don't recycle cgroup id until all csses' have been destroyedLi Zefan1-8/+11
2013-12-16ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie1-1/+1
2013-12-16Merge tag 'v3.13-rc4' into perf/coreIngo Molnar38-366/+625
2013-12-16Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar8-74/+251
2013-12-16rcu: Apply smp_mb__after_unlock_lock() to preserve grace periodsPaul E. McKenney2-1/+30
2013-12-15Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-22/+14
2013-12-13cgroup: fix fail path in cgroup_load_subsys()Vladimir Davydov1-3/+9
2013-12-13KEYS: fix uninitialized persistent_keyring_register_semXiao Guangrong1-3/+3
2013-12-13KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=yKirill Tkhai1-1/+1
2013-12-13X.509: Fix certificate gatheringDavid Howells1-2/+3
2013-12-12rcu: Remove "extern" from function declarations in kernel/rcu/rcu.hTeodora Baluta1-1/+1
2013-12-12rcu/torture: Dynamically allocate SRCU output buffer to avoid overflowChen Gang1-33/+34
2013-12-12rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney3-0/+25
2013-12-12rcu: Warn on allegedly impossible rcu_read_unlock_special() from irqLai Jiangshan1-2/+6
2013-12-12Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-4/+15
2013-12-12futex: move user address verification up to common codeLinus Torvalds1-2/+3
2013-12-12futex: fix handling of read-only-mapped hugepagesLinus Torvalds1-1/+1
2013-12-12cgroup: fix missing unlock on error in cgroup_load_subsys()Wei Yongjun1-0/+1
2013-12-11perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra1-16/+26
2013-12-11sched/fair: Rework sched_fair time accountingPeter Zijlstra1-80/+64
2013-12-11sched: Initialize power_orig for overlapping groupsPeter Zijlstra1-0/+1
2013-12-10KEYS: correct alignment of system_certificate_list content in assembly fileHendrik Brueckner2-4/+14
2013-12-10Ignore generated file kernel/x509_certificate_listRusty Russell1-0/+1
2013-12-09rcu: Provide better diagnostics for blocking in RCU callback functionsPaul E. McKenney2-0/+8
2013-12-09rcu: Improve SRCU's grace-period commentsPaul E. McKenney1-7/+49