aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2017-08-11timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic
2017-08-11cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-08-11workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo
2017-08-11cgroup: fix error return value from cgroup_subtree_control()Tejun Heo
2017-08-11cgroup: create dfl_root files on subsys registrationTejun Heo
2017-08-11cgroup: don't call migration methods if there are no tasks to migrateTejun Heo
2017-07-27sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li
2017-07-27alarmtimer: don't rate limit one-shot timersGreg Hackmann
2017-07-27smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner
2017-07-27smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-27kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter
2017-07-27sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo
2017-07-27sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li
2017-07-27sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker
2017-07-27sched/cputime: Rename vtime fieldsFrederic Weisbecker
2017-07-27sched/cputime: Always set tsk->vtime_snap_whence after accounting vtimeFrederic Weisbecker
2017-07-27vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker
2017-07-27Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar
2017-07-27perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin
2017-07-27ftrace: Fix uninitialized variable in match_records()Dan Carpenter
2017-07-27PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez
2017-07-21sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-07-21sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-07-21sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra
2017-07-21rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney
2017-07-21kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski
2017-07-15locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai
2017-07-12sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner
2017-07-12sched/fair: Remove effective_load()Rik van Riel
2017-07-12sched/numa: Implement NUMA node level wake_affine()Rik van Riel
2017-07-12sched/fair: Simplify wake_affine() for the single socket caseRik van Riel
2017-07-12sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel
2017-07-12sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2017-07-12sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra
2017-07-12sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-06-30Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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-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-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-20livepatch: Fix stacking of patches with respect to RCUPetr Mladek
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-06-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds