Linux Tip Commits
[Prev Page][Next Page]
- [tip:x86/fpu] x86/fpu: Remove fpu__init_cpu_ctx_switch() call from fpu__init_system(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Do system-wide setup from fpu__detect(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Call fpu__init_cpu_ctx_switch() from fpu__init_cpu(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Do CLTS fpu__init_system(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move the fpstate_xstate_init_size() call into fpu__init_system(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Split fpu__ctx_switch_init() into _cpu() and _system() portions, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Clean up eager_fpu_init() and rename it to fpu__ctx_switch_init(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move eager_fpu_init() to fpu/init.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove setup_init_fpu_buf() call from eager_fpu_init(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move all eager-fpu setup code to eager_fpu_init(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove xsave_init(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Do fpu__init_system_xstate only from fpu__init_system(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Set up the legacy FPU init image from fpu__init_system(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Propagate once per boot quirk into fpu__init_system_xstate(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move legacy check to fpu__init_system_xstate(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move CPU capability check into fpu__init_cpu_xstate(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Make the system/ cpu init distinction clear in the xstate code as well, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Split fpu__cpu_init() into early-boot and cpu-boot parts, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove 'init_xstate_buf' bootmem allocation, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Make setup_init_fpu_buf() run-once explicitly, tip-bot for Ingo Molnar
- [tip:x86/urgent] x86/fpu: Disable XSAVES* support for now, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove xsave_init() bootmem allocations, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename __thread_fpu_end() to fpregs_deactivate(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove fpstate_xstate_init_size() boot quirk, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename __thread_fpu_begin() to fpregs_activate(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename __thread_set_has_fpu() to __fpregs_activate(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename __thread_clear_has_fpu() to __fpregs_deactivate(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename fpu->has_fpu to fpu->fpregs_active, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Improve the __sanitize_i387_state() documentation, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Explain the AVX register layout in the xsave area, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename regset FPU register accessors, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Clean up and fix MXCSR handling, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename xsave.header::xstate_bv to ' xfeatures', tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename 'xsave_hdr' to 'header', tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Clean up regset functions, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move XCR0 manipulation to the FPU code proper, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename 'xstate_features' to 'xfeatures_nr', tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask', tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Print supported xstate features in human readable way, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove assembly guard from asm/fpu/api.h, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Improve FPU detection kernel messages, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove xsave_init() __init obfuscation, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move MXCSR_DEFAULT to fpu/internal.h, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename fpu-internal.h to fpu/internal.h, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename i387.h to fpu/api.h, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move xsave.h to fpu/xsave.h, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Clean up fpu__clear() a bit, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename fpu__flush_thread() to fpu__clear(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in fpu__unlazy_stopped(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in fpstate_alloc_init(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in fpu__copy(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in fpu_copy(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in fpu__save(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in __fpu_save(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move __save_fpu() into fpu/core.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in switch_fpu_finish(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in switch_fpu_prepare(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in fpu_reset_state(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in restore_fpu_checking(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Use 'struct fpu' in fpu_lazy_restore(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove task_disable_lazy_fpu_restore(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove 'struct task_struct' usage from drop_fpu(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Document fpu__unlazy_stopped(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Open code PF_USED_MATH usages, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_begin(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_end(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove 'struct task_struct' usage from __thread_set_has_fpu(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Change fpu_owner_task to fpu_fpregs_owner_ctx, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/ core.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Change __thread_clear_has_fpu() to ' struct fpu' parameter, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Eliminate the __thread_has_fpu() wrapper, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Print out whether we are doing lazy/ eager FPU context switches, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Add debugging check to fpu_copy(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move fpu_copy() to fpu/core.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove __save_init_fpu(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Add kernel_fpu_disabled(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Add debug check to kernel_fpu_disable(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Make kernel_fpu_disable/enable() static, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Make task_xstate_cachep static, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Uninline fpstate_free() and move it next to the allocation function, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Factor out fpu__copy(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move task_xstate_cachep handling to core.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove fpu_xsave(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Simplify the xsave_state*() methods, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename math_state_restore() to fpu__restore(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move math_state_restore() to fpu/core.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Factor out fpu__flush_thread() from flush_thread(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove the free_thread_xstate() complication, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move the no_387 handling and FPU detection code into init.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove unnecessary includes from core.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Split out the boot time FPU init code into fpu/init.c, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Fix header file dependencies of fpu-internal.h, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move i387.c and xsave.c to arch/x86/kernel /fpu/, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Clean up asm/fpu/types.h, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move FPU data structures to asm/ fpu_types.h, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Improve the comment for the fpu:: counter field, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move thread_info:: fpu_counter into thread_info::fpu.counter, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename init_thread_xstate() to fpstate_xstate_init_size(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename fpu_init() to fpu__cpu_init(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename fpu_finit() to fpstate_init(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename fpu_free() to fpstate_free(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename fpu_alloc() to fpstate_alloc(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Move fpu_alloc() out of line, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove fpu_allocated(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Simplify fpu__unlazy_stopped(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Optimize fpu__unlazy_stopped(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename init_fpu() to fpu__unlazy_stopped() and add debugging check, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Make init_fpu() static, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Split an fpstate_alloc_init() function out of init_fpu(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Remove stale init_fpu() prototype, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename fpu_detect() to fpu__detect(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Add debugging check to fpu__save(), tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Add comments to fpu__save() and restrict its export, tip-bot for Ingo Molnar
- [tip:x86/fpu] x86/fpu: Rename unlazy_fpu() to fpu__save(), tip-bot for Ingo Molnar
- [tip:perf/core] perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit, tip-bot for Wang Nan
- [tip:sched/core] mm/fault, um: Fix compile error, tip-bot for Peter Zijlstra
- [tip:perf/core] perf bench numa: Share sched_getcpu() __weak def with cloexec.c, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding, tip-bot for Wang Nan
- [tip:perf/core] tools lib traceevent: Install libtraceevent.a into libdir, tip-bot for Wang Nan
- [tip:perf/core] perf tools: Add rm_rf() utility function, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Introduce copyfile_offset() function, tip-bot for Namhyung Kim
- [tip:perf/core] perf symbols: Protect dso symbol loading using a mutex, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Protect dso cache fd with a mutex, tip-bot for Namhyung Kim
- [tip:perf/core] perf symbols: Protect dso cache tree using dso-> lock, tip-bot for Namhyung Kim
- [tip:perf/core] tools include: add __aligned_u64 to types.h., tip-bot for Wang Nan
- [tip:perf/core] perf tools: Elliminate alignment holes, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf probe: Load map before glob matching, tip-bot for Wang Nan
- [tip:perf/core] perf tools: Fix dwarf-aux.c compilation on i386, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Fix "Command" sort_entry' s cmp and collapse function, tip-bot for Jiri Olsa
- [tip:perf/core] perf cgroup: Use atomic.h for refcounting, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf evlist: Use atomic.h for the perf_mmap refcount, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf machine: Stop accessing atomic_t:: counter directly, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Use atomic.h for the map_groups refcount, tip-bot for Arnaldo Carvalho de Melo
- [tip:timers/core] jiffies: Remove the extra indentation level, tip-bot for Thomas Gleixner
- [tip:timers/core] clockevents: Stop unused clockevent devices, tip-bot for Viresh Kumar
- [tip:timers/core] clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state, tip-bot for Viresh Kumar
- [tip:x86/apic] x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqs, tip-bot for Feng Wu
- [tip:x86/apic] x86/irq: Define a global vector for VT-d Posted-Interrupts, tip-bot for Feng Wu
- [tip:x86/apic] x86/irq: Show statistics information for posted-interrupts, tip-bot for Feng Wu
- [tip:irq/core] genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU, tip-bot for Jiang Liu
- [tip:timers/core] time: Refactor msecs_to_jiffies, tip-bot for Nicholas Mc Guire
- [tip:timers/core] time: Allow gcc to fold constants when possible, tip-bot for Nicholas Mc Guire
- [tip:timers/core] time: Move timeconst.h into include/generated,
tip-bot for Nicholas Mc Guire
- [tip:x86/apic] x86: Rename eisa_set_level_irq to elcr_set_level_irq, tip-bot for Paul Gortmaker
- [tip:sched/core] sched/dl/Documentation: Fix typos, tip-bot for Luca Abeni
- [tip:sched/core] sched/dl/Documentation: Split Section 3, tip-bot for Luca Abeni
- [tip:sched/core] sched/dl/Documentation: Use consistent naming, tip-bot for Luca Abeni
- [tip:sched/core] sched/dl/Documentation: Clarify the relationship between tasks' deadlines and absolute scheduling deadlines, tip-bot for Luca Abeni
- [tip:sched/core] sched/dl/Documentation: Add some references, tip-bot for Luca Abeni
- [tip:sched/core] sched/dl/Documentation: Add some notes on EDF schedulability, tip-bot for Luca Abeni
- [tip:sched/core] sched/dl/Documentation: Clarify indexing notation, tip-bot for Luca Abeni
- [tip:sched/core] sched/dl/Documentation: Correct the definition of density as C_i/min{D_i,P_i}, tip-bot for Zhiqiang Zhang
- [tip:sched/core] sched/dl/Documentation: Switch to American English, tip-bot for Luca Abeni
- [tip:sched/core] sched/wait: Introduce TASK_NOLOAD and TASK_IDLE, tip-bot for Peter Zijlstra
- [tip:sched/core] mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler, tip-bot for David Hildenbrand
- [tip:sched/core] sched/numa: Reduce conflict between fbq_classify_rq() and migration, tip-bot for Rik van Riel
- [tip:sched/core] sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitly, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, MIPS: Properly lock access to the FPU, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, mm/fault: Decouple preemption from the page fault logic, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, arm/futex: Disable preemption in UP futex_atomic_op_inuser() explicitly, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, futex: Update comments to clarify that preemption doesn't have to be disabled, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, arm/futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic() explicitly, tip-bot for David Hildenbrand
- [tip:sched/core] mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaults, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, futex: Disable preemption in UP futex_atomic_op_inuser() explicitly, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic() explicitly, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitly, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, mm/kmap: Explicitly disable/ enable preemption in kmap_atomic_*, tip-bot for David Hildenbrand
- [tip:sched/core] mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt, mm/fault: Count pagefault_disable () levels in pagefault_disabled, tip-bot for David Hildenbrand
- [tip:sched/core] sched/preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic(), tip-bot for Frederic Weisbecker
- [tip:sched/core] sched/preempt: Fix out of date comment, tip-bot for Frederic Weisbecker
- [tip:sched/core] sched/preempt: Optimize preemption operations on __schedule() callers, tip-bot for Frederic Weisbecker
- [tip:sched/core] sched/preempt: Merge preempt_mask.h into preempt.h, tip-bot for Frederic Weisbecker
- [tip:sched/core] sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET, tip-bot for Frederic Weisbecker
- [tip:sched/core] sched/preempt: Rearrange a few symbols after headers merge, tip-bot for Frederic Weisbecker
- [tip:locking/core] locking/arch: Rename set_mb() to smp_store_mb( ), tip-bot for Peter Zijlstra
- [tip:locking/core] locking/arch: Add WRITE_ONCE() to set_mb(), tip-bot for Peter Zijlstra
- [tip:irq/core] irqchip: vf610-mscm: Support NVIC parent chip,
tip-bot for Stefan Agner
- [tip:irq/core] genirq: Add irq_chip_(enable/disable)_parent, tip-bot for Stefan Agner
- [tip:irq/core] irqdomain: Add non-hierarchy helper irq_domain_set_info, tip-bot for Stefan Agner
- [tip:irq/core] irqchip: nvic: Support hierarchy irq domain, tip-bot for Stefan Agner
- [tip:irq/core] genirq: generic chip: Support hierarchy domain, tip-bot for Stefan Agner
- [tip:irq/core] genirq: Don' t suspend nested_thread irqs over system suspend, tip-bot for NeilBrown
- [tip:timers/core] sched,perf: Fix periodic timers, tip-bot for Peter Zijlstra
- [tip:x86/apic] x86/smp/boot: Fix legacy SMP bootup slow-boot bug, tip-bot for Ingo Molnar
- [tip:x86/urgent] x86/mce: Fix MCE severity messages, tip-bot for Borislav Petkov
- [tip:x86/urgent] x86/Documentation: Update the contact email for L3 cache index disable functionality, tip-bot for Aravind Gopalakrishnan
- [tip:x86/microcode] x86/microcode/intel: Rename get_matching_sig( ), tip-bot for Borislav Petkov
- [tip:x86/microcode] x86/microcode/intel: Simplify get_matching_sig(), tip-bot for Borislav Petkov
- [tip:x86/microcode] x86/microcode/intel: Rename get_matching_microcode, tip-bot for Borislav Petkov
- [tip:x86/microcode] x86/microcode/intel: Simplify update_match_cpu(), tip-bot for Borislav Petkov
- [tip:x86/apic] x86/asm/entry/64: Use shorter MOVs from segment registers, tip-bot for Denys Vlasenko
- [tip:x86/apic] x86/asm/head*.S: Change global labels to local,
tip-bot for Borislav Petkov
- [tip:x86/apic] x86: Pack loops tightly as well, tip-bot for Ingo Molnar
- [tip:sched/core] sched: Fix function declaration return type mismatch, tip-bot for Nicholas Mc Guire
- [tip:x86/apic] x86: Consolidate irq entering inlines, tip-bot for Thomas Gleixner
- [tip:x86/apic] x86: Use entering[_ack]_irq() instead of open coding it, tip-bot for Thomas Gleixner
- [tip:x86/asm] x86: Align jump targets to 1-byte boundaries, tip-bot for Ingo Molnar
- [tip:x86/asm] x86: Pack loops tightly as well, tip-bot for Ingo Molnar
- [tip:x86/asm] x86: Pack function addresses tightly as well,
tip-bot for Ingo Molnar
- [tip:perf/urgent] tools/liblockdep: Fix compilation error, tip-bot for Eunbong Song
- [tip:perf/urgent] tools/liblockdep: Fix linker error in case of cross compile, tip-bot for Eunbong Song
- [tip:perf/core] perf probe: Remove length limitation for showing available variables, tip-bot for He Kuang
- [tip:perf/core] perf probe: Add --range option to show a variable 's location range, tip-bot for He Kuang
- [tip:perf/core] perf report: Do not restrict -T option by other options, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Make flex/bison calls honour V=1, tip-bot for Jiri Olsa
- [tip:perf/core] perf trace: Fix the build on older distros, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf probe: Ignore tail calls to probed functions, tip-bot for Naveen N. Rao
- [tip:perf/core] perf report: Fix some option handling on --stdio, tip-bot for Namhyung Kim
- [tip:perf/core] tools lib traceevent: Provide le16toh define for older systems, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf machine: No need to keep a refcnt for last_match, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tests: Fix map_groups refcount test, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tests: Show refcounting broken expectations in thread-mg-share test, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tests: Fix to get negative exit codes, tip-bot for He Kuang
- [tip:perf/core] perf probe: Show better error message when failed to find variable, tip-bot for He Kuang
- [tip:perf/core] perf trace: Removed duplicated NULL test, tip-bot for He Kuang
- [tip:perf/core] perf report: Force tty output if -T/ --thread option is given, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Document relation of per-thread event count feature, tip-bot for Namhyung Kim
- [tip:perf/core] perf kmem: Fix compiler warning about may be accessing uninitialized variable,
tip-bot for Arnaldo Carvalho de Melo
- [tip:sched/core] sched: Remove redundant #ifdef, tip-bot for Nikolay Borisov
- [tip:x86/asm] x86/asm/uaccess: Unify the ALIGN_DESTINATION macro, tip-bot for Borislav Petkov
- [tip:x86/asm] x86/asm/uaccess: Get rid of copy_user_nocache_64.S, tip-bot for Borislav Petkov
- [tip:x86/asm] x86/asm/uaccess: Remove FIX_ALIGNMENT define from copy_user_nocache_64.S:, tip-bot for Borislav Petkov
- [tip:locking/core] rtmutex: Warn if trylock is called from hard/ softirq context, tip-bot for Thomas Gleixner
- [tip:locking/core] locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG, tip-bot for Sebastian Andrzej Siewior
- [tip:locking/core] arch: Remove __ARCH_HAVE_CMPXCHG, tip-bot for Thomas Gleixner
- [tip:irq/core] genirq: devres: Fix testing return value of request_any_context_irq(), tip-bot for Axel Lin
- [tip:irq/urgent] irqchip: tegra: Set the proper base address in irq chip data, tip-bot for Lucas Stach
- [tip:x86/apic] x86, irq: Allocate CPU vectors from device local CPUs if possible, tip-bot for Jiang Liu
- [tip:x86/apic] x86/hpet: Pass proper pointer to irq_alloc_info, tip-bot for Sergey Senozhatsky
- [tip:x86/apic] Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization similar to Xen"), tip-bot for Ingo Molnar
- [tip:perf/urgent] perf tools: Use getconf to determine number of online CPUs, tip-bot for Will Deacon
- [tip:perf/urgent] tools: Fix tools/vm build, tip-bot for Andi Kleen
- [tip:locking/core] locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS, tip-bot for Waiman Long
- [tip:x86/apic] x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delay, tip-bot for Len Brown
- [tip:x86/apic] x86/smp/boot: Remove 10ms delay from cpu_up() on modern processors, tip-bot for Len Brown
- [tip:timers/core] ALSA: drivers: pcsp: Fix printout of resolution, tip-bot for Thomas Gleixner
- [tip:timers/urgent] ktime: Fix ktime_divns to do signed division,
tip-bot for John Stultz
- [tip:x86/urgent] selftests, x86: Install tests, tip-bot for Tyler Baker
- [tip:x86/urgent] selftests, x86: Have no dependency on all when cross building, tip-bot for Tyler Baker
- [tip:x86/urgent] selftests, x86: Build both bitnesses, tip-bot for Tyler Baker
- [tip:x86/mm] x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-), tip-bot for Luis R. Rodriguez
- [tip:perf/core] perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU support, tip-bot for Stephane Eranian
- [tip:x86/mm] x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys(), tip-bot for Dexuan Cui
- [tip:perf/core] perf/x86/rapl: Enable Broadwell-U RAPL support, tip-bot for Stephane Eranian
- [tip:x86/mm] x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup(), tip-bot for Toshi Kani
- [tip:x86/mm] x86/mm: Add kerneldoc comments for pcommit_sfence(), tip-bot for Ross Zwisler
- [tip:x86/boot] x86/kaslr: Fix typo in the KASLR_FLAG documentation, tip-bot for Miroslav Benes
- [tip:x86/mm] x86/mm: Do not flush last cacheline twice in clflush_cache_range(), tip-bot for Ross Zwisler
- [tip:x86/microcode] x86/cpu/microcode: Zap changelog, tip-bot for Borislav Petkov
- [tip:x86/asm] x86/alternatives: Switch AMD F15h and later to the P6 NOPs, tip-bot for Borislav Petkov
- [tip:x86/urgent] x86/vdso: Fix 'make bzImage' on older distros, tip-bot for Oleg Nesterov
- [tip:x86/build] x86/build: Remove -Wno-sign-compare, tip-bot for Ingo Molnar
- [tip:locking/core] locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS, tip-bot for Ingo Molnar
- [tip:locking/core] locking/pvqspinlock: Replace xchg() by the more descriptive set_mb(),
tip-bot for Waiman Long
- [tip:x86/asm] x86/asm/entry/irq: Clean up IRQn_VECTOR macros, tip-bot for Brian Gerst
- [tip:x86/asm] x86/asm/entry: Fix remaining use of SYSCALL_VECTOR, tip-bot for Ingo Molnar
- [tip:x86/asm] x86/asm/entry: Remove SYSCALL_VECTOR, tip-bot for Brian Gerst
- [tip:x86/asm] x86/irq: Merge irq_regs & irq_stat, tip-bot for Brian Gerst
- [tip:x86/asm] x86/asm/entry/irq: Remove unused invalidate_interrupt prototypes, tip-bot for Brian Gerst
- [tip:perf/core] perf build: Disable libdw DWARF unwind when built with NO_DWARF, tip-bot for Naveen N. Rao
- [tip:perf/core] perf probe: Support glob wildcards for function name, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Add --no-inlines option to avoid searching inline functions, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Introduce probe_conf global configs, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Use perf_probe_event.target instead of passing as an argument, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf bench futex: Support parallel waker threads, tip-bot for Davidlohr Bueso
- [tip:perf/core] perf bench futex: Handle spurious wakeups, tip-bot for Davidlohr Bueso
- [tip:perf/core] perf machine: Protect the machine-> threads with a rwlock, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] tools include: Add basic atomic.h implementation from the kernel sources, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Use atomic_t to implement thread__{get,put} refcnt, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move generic barriers out of perf-sys.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move tile barrier.h stuff to tools/ arch/tile/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move mips barrier.h stuff to tools/ arch/mips/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf probe: Fix a typo for the flags of open, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf tools: Move xtensa barrier.h stuff to tools/ arch/xtensa/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move arm(64) barrier.h stuff to tools /arch/arm*/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf probe: Skip kernel symbols which is out of .text, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf tools: Move ia64 barrier.h stuff to tools/ arch/ia64/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move sh barrier.h stuff to tools/arch /sh/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move alpha barrier.h stuff to tools/ arch/alpha/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move sparc barrier.h stuff to tools/ arch/sparc/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] tools: Adopt asm-generic/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move barrier() definition to tools/ include/linux/compiler.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move s390 barrier.h stuff to tools/ arch/s390/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Move powerpc barrier.h stuff to tools /arch/powerpc/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf probe: Support $params special probe argument, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf tools: Move x86 barrier.h stuff to tools/ arch/x86/include/asm/barrier.h, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf probe: Make --line checks validate C-style function name, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Fix to return 0 when positive value returned, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Fix to close probe_events file in error, tip-bot for Masami Hiramatsu
- [tip:locking/core] locking/qspinlock: Extract out code snippets for the next patch, tip-bot for Waiman Long
- [tip:locking/core] locking/qspinlock: Revert to test-and-set on hypervisors, tip-bot for Peter Zijlstra (Intel)
- [tip:locking/core] locking/pvqspinlock, x86: Enable PV qspinlock for KVM, tip-bot for Waiman Long
- [tip:x86/asm] x86, selftests: Add a test for the "sysret_ss_attrs " bug, tip-bot for Andy Lutomirski
- [tip:x86/asm] x86/entry: Stop using PER_CPU_VAR(kernel_stack), tip-bot for Denys Vlasenko
- [tip:x86/asm] x86/entry: Remove unused 'kernel_stack' per-cpu variable, tip-bot for Denys Vlasenko
- [tip:x86/asm] x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code, tip-bot for Denys Vlasenko
- [tip:x86/build] x86/kconfig: Fix the CONFIG_NR_CPUS description, tip-bot for Kirill A. Shutemov
- [tip:x86/asm] x86: Force inlining of atomic ops, tip-bot for Denys Vlasenko
- [tip:x86/build] x86/kconfig: Bump default NR_CPUS from 8 to 64 for 64-bit configuration, tip-bot for Kirill A. Shutemov
- [tip:locking/core] locking/pvqspinlock, x86: Enable PV qspinlock for Xen, tip-bot for David Vrabel
- [tip:locking/core] locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching,
tip-bot for Peter Zijlstra (Intel)
- [tip:locking/core] locking/pvqspinlock: Implement simple paravirt support for the qspinlock, tip-bot for Waiman Long
- [tip:x86/cleanups] x86/mm: Clean up types in xlate_dev_mem_ptr() some more, tip-bot for Ingo Molnar
- [tip:locking/core] locking/qspinlock: Use a simple write to grab the lock, tip-bot for Waiman Long
- [tip:locking/core] locking/qspinlock: Introduce a simple generic 4-byte queued spinlock, tip-bot for Waiman Long
- [tip:locking/core] locking/qspinlock: Optimize for smaller NR_CPUS, tip-bot for Peter Zijlstra (Intel)
- [tip:locking/core] locking/qspinlock: Add pending bit, tip-bot for Peter Zijlstra (Intel)
- [tip:locking/core] locking/qspinlock, x86: Enable x86-64 to use queued spinlocks, tip-bot for Waiman Long
- [tip:locking/core] kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in comment, tip-bot for Preeti U Murthy
- [tip:locking/core] locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write(), tip-bot for Waiman Long
- [tip:perf/core] perf_event: Don't allow vmalloc() backed perf on powerpc, tip-bot for Michael Ellerman
- [tip:sched/core] sched: Implement lockless wake-queues, tip-bot for Peter Zijlstra
- [tip:sched/core] ipc/mqueue: Implement lockless pipelined wakeups, tip-bot for Davidlohr Bueso
- [tip:perf/core] perf: Fix software migrate events, tip-bot for Peter Zijlstra
- [tip:sched/core] futex: Implement lockless wakeups, tip-bot for Davidlohr Bueso
- [tip:sched/core] sched, timer: Use the atomic task_cputime in thread_group_cputimer, tip-bot for Jason Low
- [tip:sched/core] sched, timer: Provide an atomic ' struct task_cputime' data structure, tip-bot for Jason Low
- [tip:sched/core] sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability,
tip-bot for Jason Low
- [tip:sched/core] sched/numa: Document usages of mm->numa_scan_seq, tip-bot for Jason Low
- [tip:sched/core] sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE(), tip-bot for Jason Low
- [tip:sched/core] sched/core: Remove unnecessary down/ up conversion, tip-bot for Nicholas Mc Guire
- [tip:sched/core] signals, ptrace, sched: Fix a misaligned load inside ptrace_attach(), tip-bot for Palmer Dabbelt
- [tip:sched/core] sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *, tip-bot for Palmer Dabbelt
- [tip:sched/core] signals, sched: Change all uses of JOBCTL_* from 'int' to 'long', tip-bot for Palmer Dabbelt
- [tip:sched/core] sched: Move the loadavg code to a more obvious location, tip-bot for Peter Zijlstra
- [tip:perf/urgent] perf/x86/intel: Fix SLM cache event list, tip-bot for Kan Liang
- [tip:perf/urgent] perf: Annotate inherited event ctx-> mutex recursion, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/core: Fix regression in cpuset_cpu_inactive() for suspend, tip-bot for Omar Sandoval
- [tip:sched/core] sched/core: Remove __cpuinit section tag that crept back in, tip-bot for Paul Gortmaker
- [tip:sched/core] sched: Handle priority boosted tasks proper in setscheduler(), tip-bot for Thomas Gleixner
- [tip:x86/asm] x86/asm/entry/64: Tidy up JZ insns after TESTs, tip-bot for Denys Vlasenko
- [tip:x86/asm] x86/asm/entry/64: Clean up usage of TEST insns, tip-bot for Denys Vlasenko
- [tip:timers/core] nohz: Fix !HIGH_RES_TIMERS hang, tip-bot for Thomas Gleixner
- [tip:timers/nohz] nohz: Set isolcpus when nohz_full is set, tip-bot for Chris Metcalf
- [tip:timers/nohz] nohz: Add tick_nohz_full_add_cpus_to() API, tip-bot for Chris Metcalf
- [tip:timers/nohz] context_tracking: Inherit TIF_NOHZ through forks instead of context switches, tip-bot for Frederic Weisbecker
- [tip:timers/nohz] context_tracking: Protect against recursion, tip-bot for Frederic Weisbecker
- [tip:x86/platform] x86/platform/atom/punit: Add Punit device state debug driver, tip-bot for Srinivas Pandruvada
- [tip:x86/asm] x86/alternatives: Document macros, tip-bot for Borislav Petkov
- [tip:x86/microcode] x86/microcode: Parse built-in microcode early, tip-bot for Borislav Petkov
- [tip:x86/urgent] x86/fpu: Always restore_xinit_state() when use_eager_cpu(), tip-bot for Bobby Powers
- [tip:x86/microcode] x86/microcode/intel: Remove unused @rev arg of get_matching_sig(), tip-bot for Borislav Petkov
- [tip:x86/microcode] x86/microcode/intel: Get rid of revision_is_newer(), tip-bot for Borislav Petkov
- [tip:x86/cpu] x86/cpu/amd: Set X86_FEATURE_EXTD_APICID for future processors, tip-bot for Aravind Gopalakrishnan
- [tip:x86/cpu] x86/gart: Check for GART support before accessing GART registers, tip-bot for Aravind Gopalakrishnan
- [tip:x86/asm] x86/asm: Use -mskip-rax-setup if supported, tip-bot for H.J. Lu
- [tip:x86/apic] x86/smpboot: Skip delays during SMP initialization similar to Xen, tip-bot for Jan H. Schönherr
- [tip:x86/urgent] efi: Fix error handling in add_sysfs_runtime_map_entry(), tip-bot for Dan Carpenter
- [tip:x86/urgent] x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr, tip-bot for Roy Franz
- [tip:x86/urgent] efivarfs: Ensure VariableName is NUL-terminated, tip-bot for Ross Lagerwall
- [tip:perf/urgent] perf probe: Fix segfault if passed with ''., tip-bot for Wang Nan
- [tip:x86/platform] x86/platform/uv: Make SGI UV dependent on CONFIG_PCI, tip-bot for Ingo Molnar
- [tip:perf/urgent] perf report: Fix -T/ --threads option to work again, tip-bot for Namhyung Kim
- [tip:perf/core] perf kmem: Fix compiles on RHEL6/OL6, tip-bot for David Ahern
- [tip:perf/core] perf hists: Get rid of position field from struct hist_entry, tip-bot for Namhyung Kim
- [tip:perf/core] perf diff: Make hist_entry_diff fields union, tip-bot for Namhyung Kim
- [tip:perf/core] perf record: Add basic AUX area tracing support, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add aux_watermark member of struct perf_event_attr, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add parse_events_error interface, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Change parse_events_add_pmu interface, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add location to pmu event terms, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Use getconf to determine number of online CPUs, tip-bot for Will Deacon
- [tip:perf/core] perf probe ppc: Fix symbol fixup issues due to ELF type, tip-bot for Naveen N. Rao
- [tip:perf/core] perf probe ppc64le: Prefer symbol table lookup over DWARF, tip-bot for Naveen N. Rao
- [tip:perf/core] perf probe ppc: Enable matching against dot symbols automatically, tip-bot for Naveen N. Rao
- [tip:perf/core] perf probe ppc64le: Fixup function entry if using kallsyms lookup, tip-bot for Naveen N. Rao
- [tip:perf/core] perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding, tip-bot for Ananth N Mavinakayanahalli
- [tip:perf/core] perf script: Always allow fields 'addr' and 'cpu' for auxtrace, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Improve strfilter to append additional rules, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf tools: Add strfilter__string to recover rules string, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf tools: Add support for PERF_RECORD_ITRACE_START, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add AUX area tracing Snapshot Mode, tip-bot for Adrian Hunter
- [tip:perf/core] perf probe: Allow to use filter on --del command, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Accept filter argument for --funcs, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf kmem: Show warning when trying to run stat without record, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Move TUI-specific fields out of map_symbol, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists browser: Simplify zooming code using pstack_peek(), tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Introduce pstack_peek(), tip-bot for Namhyung Kim
- [tip:perf/core] perf hists browser: Split popup menu actions - part 2, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists browser: Split popup menu actions, tip-bot for Namhyung Kim
- [tip:perf/core] perf probe: Cleanup and consolidate command parsers, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf hists browser: Save perf_session_env in the hist_browser, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists browser: Save pstack in the hist_browser, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists browser: Save hist_browser_timer pointer in hist_browser, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists browser: Fix possible memory leak, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Move init_have_children field to the unnamed union, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Move TUI-specific fields into unnamed union, tip-bot for Namhyung Kim
- [tip:perf/core] perf probe: Remove redundant cleanup of params.filter, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf record: Add AUX area tracing Snapshot Mode support, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add support for PERF_RECORD_AUX, tip-bot for Adrian Hunter
- [tip:perf/core] perf probe: Accept multiple filter options, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf auxtrace: Add option to synthesize events for transactions, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Hit all build ids when AUX area tracing, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add AUX area tracing index, tip-bot for Adrian Hunter
- [tip:perf/core] perf report: Fix placement of itrace option in documentation, tip-bot for Adrian Hunter
- [tip:perf/core] perf kmem: Implement stat --page --caller, tip-bot for Namhyung Kim
- [tip:perf/core] perf kmem: Add --live option for current allocation stat, tip-bot for Namhyung Kim
- [tip:perf/core] perf kmem: Print gfp flags in human readable string, tip-bot for Namhyung Kim
- [tip:perf/core] perf kmem: Add kmem.default config option, tip-bot for Namhyung Kim
- [tip:perf/core] perf kmem: Support sort keys on page analysis, tip-bot for Namhyung Kim
- [tip:perf/core] perf probe: Accept filter argument for --list, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Improve detection of file/ function name in the probe pattern, tip-bot for Naveen N. Rao
- [tip:perf/core] perf tools: Fix bison-related build failure on CentOS 6, tip-bot for Namhyung Kim
- [tip:perf/core] perf report: Add Instruction Tracing support, tip-bot for Adrian Hunter
- [tip:perf/core] perf symbols: Warn on build id mismatch, tip-bot for Naveen N. Rao
- [tip:perf/core] perf evlist: Amend mmap ref counting for the AUX area mmap, tip-bot for Adrian Hunter
- [tip:perf/core] perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc, tip-bot for Naveen N. Rao
- [tip:perf/core] perf tools: Document --children option in more detail, tip-bot for Namhyung Kim
- [tip:perf/core] perf bench numa: Show more stats of particular threads in verbose mode, tip-bot for Petr Holasek
- [tip:perf/core] perf tools: Add symbolic events support for parse_events_error, tip-bot for Jiri Olsa
- [tip:perf/core] perf probe: Make --funcs option exclusive, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Remove all probes matches given pattern at once, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf trace: Fix --filter-pids OPTION description, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf stat: Fix metrics calculation with event qualifiers, tip-bot for Andi Kleen
- [tip:perf/core] perf stat: Add metrics support for exclude_idle, tip-bot for Jiri Olsa
- [tip:perf/core] perf stat: Add metrics support for exclude_( host|guest), tip-bot for Jiri Olsa
- [tip:perf/core] perf stat: Add metrics support for exclude_hv, tip-bot for Jiri Olsa
- [tip:perf/core] perf stat: Change metrics context calculation, tip-bot for Jiri Olsa
- [tip:perf/core] perf trace: Clarify that -e is about syscalls, not perf events in general, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Add tracepoint support for parse_events_error, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add static terms support for parse_events_error, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add term support for parse_events_error, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add flex support for parse_events_error, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Always bail out when config_attr function fails, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add a user event for AUX area tracing errors, tip-bot for Adrian Hunter
- [tip:perf/core] perf script: Add field option 'flags' to print sample flags, tip-bot for Adrian Hunter
- [tip:perf/core] perf inject: Add Instruction Tracing support, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add member to struct dso for an instruction cache, tip-bot for Adrian Hunter
- [tip:perf/core] perf inject: Re-pipe AUX area tracing events, tip-bot for Adrian Hunter
- [tip:perf/core] perf script: Add Instruction Tracing support, tip-bot for Adrian Hunter
- [tip:perf/core] perf auxtrace: Add a heap for sorting AUX area tracing queues, tip-bot for Adrian Hunter
- [tip:perf/core] perf auxtrace: Add processing for AUX area tracing events, tip-bot for Adrian Hunter
- [tip:perf/core] perf auxtrace: Add a hashtable for caching, tip-bot for Adrian Hunter
- [tip:perf/core] perf auxtrace: Add helpers for queuing AUX area tracing data, tip-bot for Adrian Hunter
- [tip:perf/core] perf auxtrace: Add helpers for AUX area tracing errors, tip-bot for Adrian Hunter
- [tip:perf/core] perf session: Add instruction tracing options, tip-bot for Adrian Hunter
- [tip:perf/core] perf session: Add hooks to allow transparent decoding of AUX area tracing data, tip-bot for Adrian Hunter
- [tip:perf/core] perf record: Extend -m option for AUX area tracing mmap pages, tip-bot for Adrian Hunter
- [tip:perf/core] perf auxtrace: Add support for AUX area recording, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add user events for AUX area tracing, tip-bot for Adrian Hunter
- [tip:perf/core] perf evlist: Add support for mmapping an AUX area buffer, tip-bot for Adrian Hunter
- [tip:perf/core] tools build: Fix Makefile(s) to properly invoke tools build, tip-bot for Jiri Olsa
- [tip:perf/core] perf header: Add AUX area tracing feature, tip-bot for Adrian Hunter
- [tip:perf/core] perf data: Switch to multiple cpu stream files, tip-bot for Sebastian Andrzej Siewior
- [tip:perf/core] perf data: Fix duplicate field names and avoid reserved keywords, tip-bot for Wang Nan
- [tip:perf/core] perf data: Fix signedness of value, tip-bot for Wang Nan
- [tip:perf/core] perf data: Add support for setting ordered_events queue size, tip-bot for Jiri Olsa
- [tip:perf/core] perf data: Enable stream flush within processing, tip-bot for Jiri Olsa
- [tip:perf/core] perf tests: Add build tests for building perf from kernel source root and tools, tip-bot for Jiri Olsa
- [tip:perf/core] tools lib traceevent: Add alias field to struct format_field, tip-bot for Jiri Olsa
- [tip:perf/core] tools build: No need to make libapi for perf explicitly, tip-bot for Jiri Olsa
- [tip:perf/core] perf data: Show error message when conversion failed, tip-bot for He Kuang
- [tip:x86/cleanups] x86: Merge common 32-bit values in asm-offsets.c, tip-bot for Brian Gerst
- [tip:x86/cleanups] x86: Deinline dma_alloc_attrs(), tip-bot for Denys Vlasenko
- [tip:x86/cleanups] x86: Deinline dma_free_attrs(), tip-bot for Denys Vlasenko
- [tip:x86/cleanups] x86: Remove unused TI_cpu, tip-bot for Brian Gerst
- [tip:x86/urgent] x86: Make cpu_tss available to external modules, tip-bot for Marc Dionne
- [tip:timers/core] tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is unused, tip-bot for Andreas Sandberg
- [tip:x86/apic] x86: Let x2APIC support depend on interrupt remapping or guest support, tip-bot for Jan Kiszka
- [tip:x86/apic] x86/x2apic: Acpi_gbl_FADT existence depends on CONFIG_ACPI, tip-bot for Jan Kiszka
- [tip:x86/apic] irq_remapping/vt-d: Init all MSI entries not just the first one, tip-bot for Thomas Gleixner
- [tip:x86/apic] x86: Constify irqdomain ops, tip-bot for Thomas Gleixner
- [tip:x86/urgent] x86/spinlocks: Fix regression in spinlock contention detection, tip-bot for Tahsin Erdogan
- [tip:irq/core] irqchip: vf610: Fix of_io_request_and_map error check, tip-bot for Maxime Ripard
- [tip:irq/core] irqchip: irqc: Remove platform data support, tip-bot for Geert Uytterhoeven
- [tip:irq/core] genirq: Fix unnecessary automatic type conversion, tip-bot for Nicholas Mc Guire
- [tip:irq/core] genirq: Fix type inconsistency, tip-bot for Nicholas Mc Guire
- [tip:irq/core] irqchip: Constify irq_domain_ops, tip-bot for Krzysztof Kozlowski
- [tip:irq/core] genirq: MSI: Constify irq_domain_ops, tip-bot for Krzysztof Kozlowski
- [tip:timers/core] timer: Use timer->base for flag checks, tip-bot for Joonwoo Park
- [tip:timers/core] clocksource: sun5i: Fix of_io_request_and_map error check, tip-bot for Maxime Ripard
- [tip:timers/core] clocksource: integrator: Fix of_io_request_and_map error check, tip-bot for Maxime Ripard
- [tip:timers/core] clocksource: asm9260: Fix of_io_request_and_map error check, tip-bot for Maxime Ripard
- [tip:timers/core] tick-broadcast: Fix the printing of broadcast masks, tip-bot for Preeti U Murthy
- [tip:timers/core] tick: broadcast: Prevent livelock from event handler, tip-bot for Thomas Gleixner
- [tip:timers/core] tick: broadcast: Simplify oneshot logic and shorten lock region, tip-bot for Thomas Gleixner
- [tip:timers/core] perf: Remove unused function perf_mux_hrtimer_cancel(), tip-bot for Thomas Gleixner
- [tip:tools/kvm] kvmtool: Add virtio types for recent upstream changes, tip-bot for Ingo Molnar
- [tip:tools/kvm] kvmtool: Add minimal support for macvtap, tip-bot for Marc Zyngier
- [tip:perf/urgent] perf top: Fix a segfault when kernel map is restricted., tip-bot for Wang Nan
- [tip:perf/urgent] perf probe: Fix bug with global variables handling, tip-bot for He Kuang
- [tip:perf/urgent] perf bench numa: Fix immediate meeting of convergence condition, tip-bot for Petr Holasek
- [tip:perf/urgent] perf bench numa: Fixes of --quiet argument, tip-bot for Petr Holasek
- [tip:perf/urgent] perf bench futex: Fix hung wakeup tasks after requeueing, tip-bot for Davidlohr Bueso
- [tip:perf/urgent] tools lib api: Undefine _FORTIFY_SOURCE before setting it, tip-bot for Bobby Powers
- [tip:perf/urgent] tools lib traceevent: Fix build failure on 32-bit arch, tip-bot for Namhyung Kim
- [tip:perf/urgent] perf kmem: Fix compiles on RHEL6/OL6, tip-bot for David Ahern
- [tip:perf/urgent] perf trace: Disable events and drain events when forked workload ends, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] perf kmem: Consistently use PRIu64 for printing u64 values, tip-bot for Will Deacon
- [tip:perf/urgent] perf trace: Enable events when doing system wide tracing and starting a workload, tip-bot for Arnaldo Carvalho de Melo
- [tip:timers/urgent] clockevents: Shutdown detached clockevent device, tip-bot for Viresh Kumar
- [tip:irq/urgent] genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip, tip-bot for Roger Quadros
- [tip:irq/urgent] irqchip: gic: Drop support for gic_arch_extn, tip-bot for Marc Zyngier
- [tip:x86/apic] x86/irq: Use hierarchical irqdomain to manage DMAR interrupts, tip-bot for Jiang Liu
- [tip:x86/apic] x86/uv: Use new irqdomain interfaces to allocate/ free IRQ, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping: Clean up unused MSI related code, tip-bot for Jiang Liu
- [tip:x86/apic] x86/uv: Use hierarchical irqdomain to manage UV interrupts, tip-bot for Jiang Liu
- [tip:x86/apic] x86/MSI: Simplify the way to deal with remapped MSI interrupts, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping: Introduce new interfaces to support hierarchical irqdomains, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove unused old IOAPIC irqdomain interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove unused pre_init_apic_IRQ0(), tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove x86_io_apic_ops.set_affinity and related interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Clean up unused forward declarations in x86_init.h, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping: Clean up unsued code to support IOAPIC, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping/vt-d: Clean up unsued code, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping/amd: Clean up unsued code, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove struct io_apic_irq_attr, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Clean up io_apic.h, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modify, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Make functions only used in vector.c static, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq, ACPI: Remove private function mp_register_gsi()/ mp_unregister_gsi(), tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Move irqdomain specific code into asm/ irqdomain.h, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Avoid memory allocation in __assign_irq_vector(), tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove unused alloc_irq_and_cfg_at(), tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Refine the way to calculate NR_IRQS, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Move private data in struct irq_cfg into dedicated data structure, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Move check of cfg-> move_in_progress into send_cleanup_vector(), tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove function apic_set_affinity(), tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping: Remove unused function irq_remapping_print_chip(), tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove sis apic bug workaround, tip-bot for Thomas Gleixner
- [tip:x86/apic] x86/irq: Use cached IOAPIC entry instead of reading from hardware, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Move irq_cfg.irq_2_pin into io_apic.c, tip-bot for Jiang Liu
- [tip:x86/apic] x86: Remove more unmodified io_apic_ops, tip-bot for Thomas Gleixner
- [tip:x86/apic] irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove irq_cfg.irq_remapped, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping: Clean up unused interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove x86_io_apic_ops.setup_entry and related interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICs, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Remove unused struct mp_pin_info, tip-bot for Jiang Liu
- [tip:x86/apic] x86/htirq: Use hierarchical irqdomain to manage Hypertransport interrupts, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Introduce helper functions to support hierarchical irqdomains for IOAPIC, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Simplify the way to print IOAPIC entry, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Refine the way to allocate irq_cfg for legacy IRQs, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomains, tip-bot for Jiang Liu
- [tip:x86/apic] x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr(), tip-bot for Jiang Liu
- [tip:x86/apic] x86/intel-mid: Delay initialization of APB timer, tip-bot for Thomas Gleixner
- [tip:x86/apic] x86/irq: Simplify MSI/DMAR/ HPET implementation by using common code, tip-bot for Jiang Liu
- [tip:x86/apic] x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg(), tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Normalize x86 irq_chip name, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ, tip-bot for Jiang Liu
- [tip:x86/apic] x86/MSI: Clean up unused MSI related code and interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping/amd: Clean up unused MSI related code, tip-bot for Jiang Liu
- [tip:x86/apic] x86/hpet: Enhance HPET IRQ to support hierarchical irqdomains, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping/vt-d: Clean up unused MSI related code, tip-bot for Jiang Liu
- [tip:x86/apic] x86/MSI: Use hierarchical irqdomains to manage MSI interrupts, tip-bot for Jiang Liu
- [tip:x86/apic] x86/htirq: Use new irqdomain interfaces to allocate/free IRQ, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomains, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomains, tip-bot for Jiang Liu
- [tip:x86/apic] irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomain, tip-bot for Jiang Liu
- [tip:x86/apic] x86/dmar: Use new irqdomain interfaces to allocate /free IRQ, tip-bot for Jiang Liu
- [tip:x86/apic] x86/MSI: Use new irqdomain interfaces to allocate/ free IRQ, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors, tip-bot for Jiang Liu
- [tip:x86/apic] x86/hpet: Use new irqdomain interfaces to allocate /free IRQ, tip-bot for Jiang Liu
- [tip:x86/apic] x86/irq: Save destination CPU ID in irq_cfg, tip-bot for Jiang Liu
- [tip:timers/core] power: reset: ltc2952: Remove bogus hrtimer_start() return value checks, tip-bot for Thomas Gleixner
- [tip:timers/core] sched: debug: Remove the cfs bandwidth timer_active printout, tip-bot for Thomas Gleixner
- [tip:timers/core] perf: perf_mux_hrtimer_cancel() can be static, tip-bot for kbuild test robot
- [tip:timers/core] hrtimer: Make offset update smarter, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Align the hrtimer clock bases as well, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Make use of timerqueue_add/ del return values, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Get rid of hrtimer softirq, tip-bot for Thomas Gleixner
- [tip:timers/core] tick: Nohz: Rework next timer evaluation, tip-bot for Thomas Gleixner
- [tip:timers/core] x86: perf: Use hrtimer_start(), tip-bot for Thomas Gleixner
- [tip:timers/core] perf: core: Use hrtimer_start(), tip-bot for Thomas Gleixner
- [tip:timers/core] sched: core: Use hrtimer_start[_expires](), tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Get rid of __hrtimer_start_range_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] futex: Remove bogus hrtimer_active() check, tip-bot for Thomas Gleixner
- [tip:timers/core] rtmutex: Remove bogus hrtimer_active() check, tip-bot for Thomas Gleixner
- [tip:timers/core] tick: broadcast-hrtimer: Remove overly clever return value abuse, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Remove hrtimer_start() return value, tip-bot for Thomas Gleixner
- [tip:timers/core] perf: Fix mux_interval hrtimer wreckage, tip-bot for Peter Zijlstra
- [tip:timers/core] sched: Cleanup bandwidth timers, tip-bot for Peter Zijlstra
- [tip:timers/core] hrtimer: Allow concurrent hrtimer_start() for self restarting timers, tip-bot for Peter Zijlstra
- [tip:timers/core] timer: Put usleep_range into the __sched section, tip-bot for Thomas Gleixner
- [tip:timers/core] timer: Remove pointless return value of do_usleep_range(), tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Avoid locking in hrtimer_cancel() if timer not active, tip-bot for Thomas Gleixner
- [tip:timers/core] alarmtimer: Get rid of unused return value, tip-bot for Thomas Gleixner
- [tip:timers/core] net: core: pktgen: Remove bogus hrtimer_active( ) check, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Remove bogus hrtimer_active() check, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Make hrtimer_start() a inline wrapper, tip-bot for Thomas Gleixner
- [tip:timers/core] sched: deadline: Use hrtimer_start(), tip-bot for Thomas Gleixner
- [tip:timers/core] x86: perf: uncore: Use hrtimer_start(), tip-bot for Thomas Gleixner
- [tip:timers/core] tick: Sched: Restructure code, tip-bot for Thomas Gleixner
- [tip:timers/core] tick: sched: Force tick interrupt and get rid of softirq magic, tip-bot for Thomas Gleixner
- [tip:timers/core] tick: sched: Remove hrtimer_active() checks, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Keep pointer to first timer and simplify __remove_hrtimer(), tip-bot for Thomas Gleixner
- [tip:timers/core] timerqueue: Let timerqueue_add/ del return information, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Use bits for various boolean indicators, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Cache line align the hrtimer cpu base, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Use cpu_base-> active_base for hotpath iterators, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Get rid of softirq time, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Get rid of hrtimer_get_res(), tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Make the statistics fields smaller, tip-bot for Thomas Gleixner
- [tip:timers/core] net: sched: Use hrtimer_resolution instead of hrtimer_get_res(), tip-bot for Thomas Gleixner
- [tip:timers/core] sound: Use hrtimer_resolution instead of hrtimer_get_res(), tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Update active_bases before calling hrtimer_force_reprogram(), tip-bot for Viresh Kumar
- [tip:timers/core] hrtimer: Get rid of the resolution field in hrtimer_clock_base, tip-bot for Thomas Gleixner
- [tip:timers/core] hrtimer: Document hrtimer_forward[_now]() proper, tip-bot for Thomas Gleixner
- [tip:timers/core] time: Remove nonexistent function prototype, tip-bot for Yingjoe Chen
- [tip:timers/core] timekeeping: Remove stale function prototype, tip-bot for Thomas Gleixner
- [tip:timers/core] timer_list: Reduce SEQ_printf footprint, tip-bot for Joe Perches
- [tip:perf/urgent] perf/x86/intel: Add cpu_(prepare|starting|dying ) for core_pmu, tip-bot for Jiri Olsa
- [tip:perf/urgent] perf/x86/intel/uncore: Add support for Intel Haswell ULT (lower power Mobile Processor) IMC uncore PMUs, tip-bot for Sonny Rao
- [tip:x86/asm] x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logic, tip-bot for Denys Vlasenko
- [tip:x86/asm] x86/asm/entry/64: Merge 32-bit execve stubs with x32 ones, as they are identical, tip-bot for Denys Vlasenko
- [tip:x86/asm] x86/asm/entry/64: Implement better check for canonical addresses, tip-bot for Denys Vlasenko
- [tip:perf/urgent] perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driver, tip-bot for Sonny Rao
- [tip:x86/asm] x86/asm: Always inline atomics, tip-bot for Hagen Paul Pfeifer
- [tip:x86/asm] x86, paravirt, xen: Remove the 64-bit -> irq_enable_sysexit() pvop, tip-bot for Andy Lutomirski
- [tip:x86/urgent] perf/x86/intel/uncore: Add support for Intel Haswell ULT (lower power Mobile Processor) IMC uncore PMUs, tip-bot for Sonny Rao
- [tip:x86/urgent] x86/mm: Clean up types in xlate_dev_mem_ptr(), tip-bot for Ingo Molnar
- [tip:core/urgent] rcu: Control grace-period delays directly from value, tip-bot for Paul E. McKenney
- [tip:x86/urgent] config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected, tip-bot for Konrad Rzeszutek Wilk
- [tip:perf/urgent] perf/x86/intel/pt: Fix and clean up error handling in pt_event_add(), tip-bot for Ingo Molnar
- [tip:x86/urgent] x86/fpu: Load xsave pointer *after* initialization, tip-bot for Borislav Petkov
- [tip:perf/urgent] perf/x86/intel: Add Broadwell support for the LBR callstack, tip-bot for Kan Liang
- [tip:perf/urgent] perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain energy units, tip-bot for Jacob Pan
- [tip:perf/urgent] perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles: pp events, tip-bot for Peter Zijlstra
- [tip:locking/urgent] smp: Fix smp_call_function_single_async() locking, tip-bot for Linus Torvalds
- [tip:locking/urgent] lockdep: Make print_lock() robust against concurrent release, tip-bot for Peter Zijlstra
- [tip:perf/urgent] perf/x86: Fix hw_perf_event::flags collision, tip-bot for Peter Zijlstra
- [tip:x86/urgent] x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal(), tip-bot for Oleg Nesterov
[Index of Archives]
[Linux Stable Commits]
[Linux Stable Kernel]
[Linux Kernel Development]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]