summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra
2017-08-25workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-25tracing, perf: Adjust code layout in get_recursion_context()Jesper Dangaard Brouer
2017-08-25perf/core: Don't report zero PIDs for exiting tasksOleg Nesterov
2017-08-25perf/aux: Ensure aux_wakeup represents most recent wakeup indexWill Deacon
2017-08-25perf/aux: Make aux_{head,wakeup} ring_buffer members longWill Deacon
2017-08-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-08-25perf/core: Fix group {cpu,task} validationMark Rutland
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingWaiman Long
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin
2017-08-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-08-23genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier
2017-08-22ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.Martijn Coenen
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-20Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan
2017-08-18signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles
2017-08-18kmod: fix wait on recursive loopLuis R. Rodriguez
2017-08-18posix-cpu-timers: Use dedicated helper to access rlimit valuesKrzysztof Opasiak
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier
2017-08-18Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2017-08-18irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney
2017-08-18irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney
2017-08-18irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney
2017-08-18genirq: Export more irq_chip_*_parent() functionsDavid Daney
2017-08-18genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier
2017-08-18genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier
2017-08-18ACPI / PM: Check low power idle constraints for debug onlySrinivas Pandruvada
2017-08-18cpufreq: schedutil: Always process remote callback with slow switchingViresh Kumar
2017-08-18cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarilyViresh Kumar
2017-08-17alarmtimer: Fix unavailable wake-up source in sysfsGeert Uytterhoeven
2017-08-17timekeeping: Use proper timekeeper for debug codeStafford Horne
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney
2017-08-17locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney
2017-08-17exit: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney
2017-08-17completion: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers