summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-07-07locking/static_keys: Fix non static symbol Sparse warningWei Yongjun
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar
2016-07-07perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland
2016-07-05tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang
2016-07-04genirq/msi: Fix broken debug outputThomas Gleixner
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner
2016-07-04genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig
2016-07-04genirq/msi: Make use of affinity aware allocationsThomas Gleixner
2016-07-04genirq: Use affinity hint in irqdesc allocationThomas Gleixner
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner
2016-07-04genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner
2016-07-01timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar
2016-07-01timers/nohz: Fix several typosWei Jiangang
2016-06-30timekeeping: export get_monotonic_coarse64 symbolGregor Boirie
2016-06-30Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-06-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs
2016-06-27sched/fair: Rework throttle_count syncPeter Zijlstra
2016-06-27sched/core: Fix sched_getaffinity() return value kerneldoc commentZev Weiss
2016-06-27sched/fair: Reorder cgroup creation codePeter Zijlstra
2016-06-27sched/fair: Apply more PELT fixesPeter Zijlstra
2016-06-27sched/fair: Fix PELT integrity for new tasksPeter Zijlstra
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot
2016-06-27sched/fair: Fix PELT integrity for new groupsPeter Zijlstra
2016-06-27sched/fair: Fix and optimize the fork() pathPeter Zijlstra
2016-06-27locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()Pan Xinhui
2016-06-27Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2016-06-27Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra
2016-06-26x86/KASLR, x86/power: Remove x86 hibernation restrictionsKees Cook
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-06-24oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo
2016-06-24sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds
2016-06-23irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter
2016-06-21Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner