summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-03Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-30Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-06-24sched/fair: Remove effective_load()Rik van Riel
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre
2017-06-22sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker
2017-06-22nohz: Move idle balancer registration to the idle pathFrederic Weisbecker
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-06-21perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner
2017-06-20sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar
2017-06-20sched/fair: WARN() and refuse to set buddy when !se->on_rqDaniel Axtens
2017-06-20sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Ingo Molnar
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar
2017-06-20sched/wait: Standardize internal naming of wait-queue headsIngo Molnar
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-20locking/rtmutex: Don't initialize lockdep when not requiredLevin, Alexander (Sasha Levin)
2017-06-20Merge tag 'v4.12-rc6' into perf/core, to pick up fixesIngo Molnar
2017-06-20livepatch: Fix stacking of patches with respect to RCUPetr Mladek