aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd1-0/+45
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy2-2/+5
2014-02-09sched: Expose some macros related to priorityDongsheng Yang1-18/+0
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai1-1/+1
2014-02-09perf/x86: Push the duration-logging printk() to IRQ contextPeter Zijlstra1-7/+21
2014-02-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-02-08Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo2-17/+19
2014-02-08cgroup: remove cgroup_root_mutexTejun Heo1-41/+1
2014-02-08cgroup: update locking in cgroup_show_options()Tejun Heo1-3/+16
2014-02-08cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo1-10/+10
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo6-39/+33
2014-02-08cgroup: drop module supportTejun Heo1-268/+16
2014-02-08cgroup: fix locking in cgroup_cfts_commit()Tejun Heo1-9/+2
2014-02-08cgroup: fix error return from cgroup_create()Tejun Heo1-3/+7
2014-02-08cgroup: fix error return value in cgroup_mount()Tejun Heo1-3/+3
2014-02-07cgroup: use an ordered workqueue for cgroup destructionHugh Dickins1-2/+6
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner1-1/+2
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy3-4/+158
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy3-8/+12
2014-02-07clockevents: Adjust timer interval when frequency changesSoren Brinkmann1-3/+6
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner3-13/+45
2014-02-07timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta1-2/+3
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds2-2/+2
2014-02-05genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble1-0/+1
2014-02-03arm, pm, vmpressure: add missing slab.h includesTejun Heo1-0/+1
2014-02-02compat: Fix sparse address space warningsH. Peter Anvin1-2/+2
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2-55/+55
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar50-2148/+4195
2014-02-02Merge branch 'linus' into core/lockingIngo Molnar49-2161/+4230
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-15/+16
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+5
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+12
2014-01-30kernel/smp.c: remove cpumask_ipiRoman Gushchin1-16/+1
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig1-38/+13
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+9
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+0
2014-01-28sched/numa: Turn some magic numbers into #definesRik van Riel1-9/+25
2014-01-28sched/numa: Rename variables in task_numa_fault()Rik van Riel1-4/+4
2014-01-28sched/numa: Do statistics calculation using local variables onlyRik van Riel1-8/+4
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel2-2/+53
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel1-0/+63
2014-01-28sched/numa: Build per numa_group active node mask from numa_faults_cpu statisticsRik van Riel1-0/+42
2014-01-28sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel1-7/+23
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel3-33/+33
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel2-15/+0
2014-01-28locking/mutexes/mcs: Restructure the MCS lock defines and locking code into its own fileTim Chen1-61/+7
2014-01-28locking/mutexes/mcs: Correct barrier usageWaiman Long1-5/+13
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra1-1/+3
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli1-1/+2