aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 25-1585/+2413
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-15/+15
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-10/+37
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 20-2300/+1248
2017-07-03Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+3
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+9
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 1-2/+2
2017-06-30Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-14/+24
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistGravatar Josh Poimboeuf 1-1/+3
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGravatar Gustavo A. R. Silva 1-11/+5
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateGravatar Daniel Bristot de Oliveira 1-2/+15
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitGravatar Sabrina Dubroca 1-9/+5
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+5
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedGravatar Daniel Borkmann 1-0/+5
2017-06-29ftrace: Fix regression with module command in stack_trace_filterGravatar Steven Rostedt (VMware) 4-5/+19
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildGravatar Thomas Gleixner 1-0/+2
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-25/+46
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+14
2017-06-24sched/fair: Remove effective_load()Gravatar Rik van Riel 1-123/+1
2017-06-24sched/numa: Implement NUMA node level wake_affine()Gravatar Rik van Riel 1-59/+71
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseGravatar Rik van Riel 1-1/+12
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingGravatar Rik van Riel 1-0/+4
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 2-7/+37
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cGravatar Nicolas Pitre 3-315/+315
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cGravatar Nicolas Pitre 3-340/+364
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledGravatar Nicolas Pitre 1-4/+3
2017-06-22sched/fair: Spare idle load balancing on nohz_full CPUsGravatar Frederic Weisbecker 1-0/+4
2017-06-22nohz: Move idle balancer registration to the idle pathGravatar Frederic Weisbecker 1-2/+3
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Gravatar Frederic Weisbecker 2-27/+28
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 19-94/+109
2017-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-7/+37
2017-06-21perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Gravatar Hendrik Brueckner 1-1/+1
2017-06-20sched/core: Drop the unused try_get_task_struct() helper functionGravatar Davidlohr Bueso 1-13/+0
2017-06-20Merge branch 'WIP.sched/core' into sched/coreGravatar Ingo Molnar 35-519/+550
2017-06-20sched/fair: WARN() and refuse to set buddy when !se->on_rqGravatar Daniel Axtens 1-2/+8
2017-06-20sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Gravatar Ingo Molnar 1-2/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 2-14/+14
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Gravatar Ingo Molnar 2-16/+25
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 3-258/+264
2017-06-20sched/wait: Standardize wait_bit_queue namingGravatar Ingo Molnar 1-21/+20
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameGravatar Ingo Molnar 1-21/+20
2017-06-20sched/wait: Standardize internal naming of wait-queue headsGravatar Ingo Molnar 1-77/+77
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesGravatar Ingo Molnar 1-49/+49
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 6-28/+28
2017-06-20locking/rtmutex: Don't initialize lockdep when not requiredGravatar Levin, Alexander (Sasha Levin) 1-1/+2
2017-06-20Merge tag 'v4.12-rc6' into perf/core, to pick up fixesGravatar Ingo Molnar 14-85/+44
2017-06-20livepatch: Fix stacking of patches with respect to RCUGravatar Petr Mladek 2-7/+37
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingGravatar John Stultz 1-9/+10
2017-06-20time: Fix clock->read(clock) race around clocksource changesGravatar John Stultz 1-16/+36