summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li2017-07-271-3/+3
* alarmtimer: don't rate limit one-shot timersGreg Hackmann2017-07-271-1/+1
* smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner2017-07-271-1/+2
* smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner2017-07-271-18/+19
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-271-0/+1
* kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter2017-07-271-11/+5
* sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo2017-07-271-12/+20
* sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li2017-07-271-22/+42
* sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker2017-07-272-51/+67
* sched/cputime: Rename vtime fieldsFrederic Weisbecker2017-07-272-17/+17
* sched/cputime: Always set tsk->vtime_snap_whence after accounting vtimeFrederic Weisbecker2017-07-271-1/+1
* vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker2017-07-271-6/+6
* Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-271-21/+0
* perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin2017-07-271-0/+7
* ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-271-1/+1
* PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez2017-07-271-1/+12
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-07-211-1/+17
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-07-211-2/+2
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-07-211-1/+1
* rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney2017-07-211-0/+2
* kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski2017-07-211-1/+1
* locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai2017-07-151-2/+2
* sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner2017-07-121-0/+2
* sched/fair: Remove effective_load()Rik van Riel2017-07-121-123/+1
* sched/numa: Implement NUMA node level wake_affine()Rik van Riel2017-07-121-59/+71
* sched/fair: Simplify wake_affine() for the single socket caseRik van Riel2017-07-121-1/+12
* sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel2017-07-121-0/+4
* sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2017-07-121-1/+2
* sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra2017-07-122-5/+17
* sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-07-121-41/+4
* Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-06-305-14/+24
|\
| * tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-06-291-9/+5
| * ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-294-5/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-291-0/+5
|\ \
| * | bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-291-0/+5
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-251-25/+46
|\ \ \
| * | | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-201-9/+10
| * | | time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-201-16/+36
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-06-251-1/+1
|\ \ \ \
| * | | | perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner2017-06-211-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-06-241-6/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-06-171-6/+14
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-06-212-7/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | livepatch: Fix stacking of patches with respect to RCUPetr Mladek2017-06-202-7/+37
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-183-6/+14
|\ \ \ \
| * | | | tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd2017-06-122-3/+3
| * | | | alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-041-0/+8
| * | | | alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-041-3/+3
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-06-182-2/+2
|\ \ \ \ \
| * | | | | sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-111-1/+1
OpenPOWER on IntegriCloud