summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-01-21fsnotify: remove pointless NULL initializersJan Kara-5/+0
2014-01-21fsnotify: remove .should_send_event callbackJan Kara-20/+1
2014-01-21fsnotify: do not share events between notification groupsJan Kara-10/+12
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-254/+190
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-323/+3087
2014-01-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-37/+96
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-74/+251
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-50/+242
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+1
2014-01-16sched: Fix __sched_setscheduler() nice testPeter Zijlstra-1/+2
2014-01-16futexes: Fix futex_hashsize initializationHeiko Carstens-2/+4
2014-01-16Merge branch 'perf/urgent' into perf/coreIngo Molnar-116/+162
2014-01-16sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra-14/+28
2014-01-16sched: Fix up attr::sched_priority warningPeter Zijlstra-2/+1
2014-01-16sched: Fix up scheduler syscall LTP failsPeter Zijlstra-3/+11
2014-01-16sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra-2/+4
2014-01-16sched/core: Fix htmldocs warningsJuri Lelli-2/+2
2014-01-16sched/deadline: No need to check p if dl_se is validJuri Lelli-2/+1
2014-01-16sched/deadline: Remove unused variablesPeter Zijlstra-11/+0
2014-01-16sched/deadline: Fix sparse static warningsFengguang Wu-3/+3
2014-01-16Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds-1/+1
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra-9/+11
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra-29/+6
2014-01-13sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra-1/+12
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra-10/+37
2014-01-13sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra-28/+6
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra-2/+2
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano-3/+5
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano-6/+5
2014-01-13sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano-4/+4
2014-01-13sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano-4/+2
2014-01-13sched: Remove unused parameter from find_new_ilb()Daniel Lezcano-2/+2
2014-01-13sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano-4/+4
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano-4/+4
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano-3/+5
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra-51/+32
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra-221/+97
2014-01-13sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra-19/+9
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli-40/+269
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli-36/+541
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli-53/+122
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra-52/+138
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli-18/+79
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson-5/+15
2014-01-13sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli-0/+2
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli-17/+962
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli-19/+812
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli-23/+249
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar-60/+110