Linux Tip Commits
[Prev Page][Next Page]
- [tip:perf/core] perf tools: Prefer to use a cpu-wide event for probing CLOEXEC, tip-bot for Adrian Hunter
- [tip:perf/core] perf annotate: Move session handling out of __cmd_annotate(), tip-bot for Namhyung Kim
- [tip:perf/core] perf buildid-cache: Move session handling into cmd_buildid_cache(), tip-bot for Namhyung Kim
- [tip:perf/core] perf inject: Move session handling out of __cmd_inject(), tip-bot for Namhyung Kim
- [tip:perf/core] perf kmem: Move session handling out of __cmd_kmem(), tip-bot for Namhyung Kim
- [tip:perf/core] perf lock: Move call to symbol__init() after creating session, tip-bot for Namhyung Kim
- [tip:perf/core] perf sched: Move call to symbol__init() after creating session, tip-bot for Namhyung Kim
- [tip:perf/core] perf script: Move call to symbol__init() after creating session, tip-bot for Namhyung Kim
- [tip:perf/core] perf timechart: Move call to symbol__init() after creating session, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists browser: Fix a small callchain display bug, tip-bot for Namhyung Kim
- [tip:perf/core] perf top: Fix -z option behavior, tip-bot for Namhyung Kim
- [tip:perf/core] perf report: Set proper sort__mode for the branch option, tip-bot for naota@xxxxxxxxx
- [tip:perf/core] perf symbols: Fix missing label symbols, tip-bot for Adrian Hunter
- [tip:perf/core] perf evlist: Add 'system_wide' option, tip-bot for Adrian Hunter
- [tip:perf/core] perf evlist: Add perf_evlist__set_tracking_event( ), tip-bot for Adrian Hunter
- [tip:perf/core] perf session: Add perf_session__peek_event(), tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Identify which comms are from exec, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add flags and insn_len to struct sample, tip-bot for Adrian Hunter
- [tip:perf/core] perf evlist: Add perf_evlist__enable_event_idx(), tip-bot for Adrian Hunter
- [tip:perf/core] perf machine: Add machine__thread_exec_comm(), tip-bot for Adrian Hunter
- [tip:perf/core] perf script python: Add helpers for calling Python objects, tip-bot for Adrian Hunter
- [tip:perf/core] perf script: Allow callchains if any event samples them, tip-bot for Adrian Hunter
- [tip:perf/core] perf script: Fix possible memory leaks, tip-bot for Namhyung Kim
- [tip:perf/core] perf top: Handle 'z' key for toggle zeroing samples in TUI, tip-bot for Namhyung Kim
- [tip:perf/core] perf symbols: Don' t demangle parameters and such by default, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Check recorded kernel version when finding vmlinux, tip-bot for Namhyung Kim
- [tip:perf/core] perf trace: Move call to symbol__init() after creating session, tip-bot for Namhyung Kim
- [tip:perf/core] perf kvm: Move call to symbol__init() after creating session, tip-bot for Namhyung Kim
- [tip:perf/core] perf symbols: Fix a memory leak in vmlinux_path__init(), tip-bot for Namhyung Kim
- [tip:perf/core] perf probe: Fix --list option to show events only with uprobe events, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Fix --del option to delete events only with uprobe events, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf top: Setup signals for terminal output, tip-bot for Jiri Olsa
- [tip:perf/core] perf kvm: Fix stdin handling for 'kvm stat live' command, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add cpu_startup_entry to the list of kernel idle symbols, tip-bot for Arnaldo Carvalho de Melo
- [tip:locking/core] locking/mutexes: Document quick lock release when unlocking, tip-bot for Davidlohr Bueso
- [tip:locking/core] locking/mcs: Remove obsolete comment, tip-bot for Davidlohr Bueso
- [tip:locking/core] locking/Documentation: Update locking/ mutex-design.txt disadvantages, tip-bot for Davidlohr Bueso
- [tip:locking/core] locking/spinlocks: Always evaluate the second argument of spin_lock_nested(), tip-bot for Bart Van Assche
- [tip:locking/core] locking/Documentation: Move locking related docs into Documentation/locking/, tip-bot for Davidlohr Bueso
- [tip:locking/core] locking/mutexes: Refactor optimistic spinning code, tip-bot for Davidlohr Bueso
- [tip:locking/core] locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate, tip-bot for Davidlohr Bueso
- [tip:locking/core] locking/mutexes: Standardize arguments in lock /unlock slowpaths, tip-bot for Davidlohr Bueso
- [tip:locking/core] locking: Remove deprecated smp_mb__() barriers, tip-bot for Peter Zijlstra
- [tip:perf/core] perf: Set owner pointer for kernel events, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/uncore: Move NHM/SNB/ IVB specific code to seperate file, tip-bot for Yan, Zheng
- [tip:perf/core] perf: Add queued work to remove orphaned child events, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/uncore: Move SNB/ IVB-EP specific code to seperate file, tip-bot for Yan, Zheng
- [tip:perf/core] perf/x86/uncore: Fix coccinelle warnings, tip-bot for Fengguang Wu
- [tip:perf/core] perf/x86: Use extended offcore mask on Haswell, tip-bot for Andi Kleen
- [tip:perf/core] perf/x86: Revamp PEBS event selection, tip-bot for Andi Kleen
- [tip:perf/core] perf/x86: Don't mark DataLA addresses as store, tip-bot for Andi Kleen
- [tip:perf/core] perf/x86: Fix data source encoding issues for load latency/precise store, tip-bot for Stephane Eranian
- [tip:perf/core] perf/x86: Clean up __intel_pmu_pebs_event() code, tip-bot for Stephane Eranian
- [tip:perf/core] perf/x86/uncore: Rename IvyTown to IvyBridge-EP, tip-bot for Peter Zijlstra
- [tip:perf/core] perf/x86/uncore: Export basic memory events for IVT IMC PMU, tip-bot for Stephane Eranian
- [tip:perf/core] perf/x86: Fix :pp without LBR, tip-bot for Andi Kleen
- [tip:perf/core] perf: Do poll_wait() before checking condition in perf_poll(), tip-bot for Sebastian Andrzej Siewior
- [tip:perf/core] perf/x86/uncore: move NHM-EX/ WSM-EX specific code to seperate file,
tip-bot for Yan, Zheng
- [tip:perf/core] perf/x86/uncore: Declare some functions and variables, tip-bot for Yan, Zheng
- [tip:perf/core] perf/x86/intel: Update Intel models, tip-bot for Peter Zijlstra
- [tip:perf/core] perf tools: Rename ordered_samples bool to ordered_events, tip-bot for Jiri Olsa
- [tip:perf/core] perf record: Honour --no-time command line option, tip-bot for Andi Kleen
- [tip:perf/core] perf tools: Rename ordered_samples struct to ordered_events, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Rename ordered_events members, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Limit ordered events queue size, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Use list_move in ordered_events_delete function, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Fix make PYTHON override, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Left-align output contents, tip-bot for Namhyung Kim
- [tip:perf/core] perf top: Add -w option for setting column width, tip-bot for Namhyung Kim
- [tip:perf/core] perf report: Honor column width setting, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters due to EBUSY error, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Default to python version 2, tip-bot for Thomas Ilsche
- [tip:perf/core] perf tools: Add name field into perf_hpp_fmt, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Fix column alignment when headers aren't shown on TUI, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Make __hpp__fmt() receive an additional len argument, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Save column length in perf_hpp_fmt, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Show better error message in case we fail to open counters due to EBUSY error, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add ordered_events__init function, tip-bot for Jiri Olsa
- [tip:perf/core] perf kmem: Do not ignore mmap events, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Add ordered_events__free function, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add debug prints for ordered events queue, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Allow out of order messages in forced flush, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add report.queue-size config file option, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add perf_config_u64 function, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Create ordered-events object, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Flush ordered events in case of allocation failure, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Make perf_session__deliver_event global, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Factor ordered_events__flush to be more generic, tip-bot for Jiri Olsa
- [tip:perf/core] perf kvm stat: Properly show submicrosecond times, tip-bot for Christian Borntraeger
- [tip:perf/core] perf evlist: Don't run workload if not told to, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf symbols: Make sure --symfs usage includes the path separator, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Fix arm64 build error, tip-bot for Mark Salter
- [tip:sched/core] sched/fair: Allow calculate_imbalance() to move idle cpus, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/fair: Make calculate_imbalance() independent, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/numa: Fix numa capacity computation, tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Fix off-by-one in capacity check, tip-bot for Rik van Riel
- [tip:sched/core] sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sd, tip-bot for Rik van Riel
- [tip:sched/core] sched: Rename a misleading variable in build_overlap_sched_groups(), tip-bot for Zhihui Zhang
- [tip:x86/efi] x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub, tip-bot for Matt Fleming
- [tip:x86/urgent] x86/doc: Fix the 'tlb_single_page_flush_ceiling' sysconfig path, tip-bot for Jeremiah Mahler
- [tip:rfc/perf] jump_label: Fix small typos in the documentation, tip-bot for Ingo Molnar
- [tip:x86/urgent] x86/mm: Fix sparse ' tlb_single_page_flush_ceiling' warning and make the variable read-mostly, tip-bot for Jeremiah Mahler
- [tip:x86/apic] x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernation, tip-bot for Jiang Liu
- [tip:x86/urgent] x86/mm: Fix RCU splat from new TLB tracepoints, tip-bot for Dave Hansen
- [tip:perf/urgent] kprobes: Skip kretprobe hit in NMI context to avoid deadlock, tip-bot for Masami Hiramatsu
- [tip:x86/efi] x86/efi: Fix 3DNow optimization build failure in EFI stub, tip-bot for Matt Fleming
- [tip:x86/platform] x86/pmc_atom: Silence shift wrapping warnings in pmc_sleep_tmr_show(), tip-bot for Dan Carpenter
- [tip:x86/apic] x86/apic/vsmp: Make is_vsmp_box() static, tip-bot for H. Peter Anvin
- [tip:timers/urgent] timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks, tip-bot for Jan Kara
- [tip:irq/core] Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND", tip-bot for Thomas Gleixner
- [tip:irq/core] Revert "PM / sleep / irq: Do not suspend wakeup interrupts", tip-bot for Thomas Gleixner
- [tip:x86/apic] x86, apic: Remove smp_callin_clear_local_apic callback, tip-bot for David Rientjes
- [tip:x86/apic] x86, apic: Remove check_apicid_present callback, tip-bot for David Rientjes
- [tip:x86/apic] x86, apic: Replace noop_check_apicid_used, tip-bot for David Rientjes
- [tip:x86/apic] x86, apic: Remove multi_timer_check callback, tip-bot for David Rientjes
- [tip:x86/apic] x86, apic: Remove setup_portio_remap callback, tip-bot for David Rientjes
- [tip:x86/apic] x86, apic: Remove enable_apic_mode callback, tip-bot for David Rientjes
- [tip:x86/apic] x86, apic: Remove mps_oem_check callback, tip-bot for David Rientjes
- [tip:x86/apic] x86, apic: Replace trampoline physical addresses with defaults, tip-bot for David Rientjes
- [tip:x86/apic] x86, apic: Remove x86_32_numa_cpu_node callback, tip-bot for David Rientjes
- [tip:x86/mm] x86/mm: Rip out complicated, out-of-date, buggy TLB flushing, tip-bot for Dave Hansen
- [tip:x86/mm] x86/mm: Fix missed global TLB flush stat, tip-bot for Dave Hansen
- [tip:x86/mm] x86/mm: Add tracepoints for TLB flushes, tip-bot for Dave Hansen
- [tip:x86/mm] x86/mm: Set TLB flush tunable to sane value (33), tip-bot for Dave Hansen
- [tip:x86/mm] x86/mm: New tunable for single vs full TLB flush, tip-bot for Dave Hansen
- [tip:x86/mm] x86/mm: Unify remote INVLPG code, tip-bot for Dave Hansen
- [tip:x86/mm] x86/mm: Clean up the TLB flushing code, tip-bot for Dave Hansen
- [tip:tools/kvm] kvm tools, mips: Adapt signature of kvm_cpu__emulate_io, tip-bot for Andreas Herrmann
- [tip:perf/core] Revert "perf tools: Fix jump label always changing during tracing", tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Fix perf usage string leftover, tip-bot for Jiri Olsa
- [tip:timers/core] timekeeping: Fixup typo in update_vsyscall_old definition, tip-bot for John Stultz
- [tip:x86/urgent] x86_64/entry/xen: Do not invoke espfix64 on Xen,
tip-bot for Andy Lutomirski
- [tip:tools/kvm] kvmtool: arm64: fix compilation error, tip-bot for Joel Schopp
- [tip:tools/kvm] kvmtool: ARM: timers: add "always-on" property to the device tree, tip-bot for Marc Zyngier
- [tip:perf/core] perf tools: Record whether a dso has data, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add dso__data_status_seen(), tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add dsos__hit_all(), tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add dso__data_size(), tip-bot for Adrian Hunter
- [tip:perf/core] perf machine: Fix the lifetime of the VDSO temporary file, tip-bot for Adrian Hunter
- [tip:sched/core] sched: Use macro for magic number of -1 for setparam, tip-bot for Steven Rostedt
- [tip:sched/core] sched: Robustify topology setup, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/fair: Fix 'make xmldocs' warning caused by missing description, tip-bot for Masanari Iida
- [tip:perf/core] perf tools: Separate the VDSO map name from the VDSO dso name, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add dso__type(), tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Fix build on gcc 4.4.7, tip-bot for Arnaldo Carvalho de Melo
- [tip:sched/core] sched: Fix sched_setparam() policy == -1 logic, tip-bot for Daniel Bristot de Oliveira
- [tip:perf/core] perf: Check permission only for parent tracepoint event, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add thread parameter to vdso__dso_findnew(), tip-bot for Adrian Hunter
- [tip:perf/core] perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty rounds, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Expose 'addr' functions so they can be reused, tip-bot for Adrian Hunter
- [tip:perf/core] perf inject: Add --kallsyms parameter, tip-bot for Adrian Hunter
- [tip:perf/core] perf record: Always force PERF_RECORD_FINISHED_ROUND event, tip-bot for Jiri Olsa
- [tip:perf/core] perf powerpc: Include util/ util.h and remove stringify macros, tip-bot for Sukadev Bhattiprolu
- [tip:perf/core] perf session: Fix accounting of ordered samples queue, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add vdso__new(), tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Pass machine to vdso__dso_findnew(), tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Group VDSO global variables into a structure, tip-bot for Adrian Hunter
- [tip:perf/core] perf session: Add ability to skip 4GiB or more, tip-bot for Adrian Hunter
- [tip:perf/core] perf session: Add ability to 'skip' a non-piped event stream, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Move rdtsc() function, tip-bot for Adrian Hunter
- [tip:perf/core] perf machine: Add ability to record the current tid for each cpu, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add cpu to struct thread, tip-bot for Adrian Hunter
- [tip:perf/core] perf script: Improve srcline display for BTS, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Fix jump label always changing during tracing, tip-bot for Adrian Hunter
- [tip:perf/core] perf script: Do not print dangling '=>' for BTS, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Fix incorrect fd error comparison, tip-bot for Adrian Hunter
- [tip:x86/vdso] x86_64/vsyscall: Fix warn_bad_vsyscall log output, tip-bot for Andy Lutomirski
- [tip:x86/vdso] x86/vdso: Set VM_MAYREAD for the vvar vma, tip-bot for Andy Lutomirski
- [tip:x86/platform] x86/pmc_atom: Eisable a few S0ix wake up events for S0ix residency, tip-bot for Li, Aubrey
- [tip:x86/platform] x86/pmc_atom: Expose PMC device state and platform sleep state, tip-bot for Li, Aubrey
- [tip:x86/platform] x86/platform: New Intel Atom SOC power management controller driver, tip-bot for Li, Aubrey
- [tip:x86/urgent] x86, MCE: Robustify mcheck_init_device, tip-bot for Borislav Petkov
- [tip:irq/core] irq: Warn when shared interrupts do not match on NO_SUSPEND,
tip-bot for Peter Zijlstra
- [tip:timers/urgent] sched_clock: Avoid corrupting hrtimer tree during suspend, tip-bot for Stephen Boyd
- [tip:timers/core] clocksource: document some basic timekeeping concepts, tip-bot for Linus Walleij
- [tip:timers/core] timekeeping: Use cached ntp_tick_length when accumulating error, tip-bot for John Stultz
- [tip:timers/core] timekeeping: Rework frequency adjustments to work better w/ nohz, tip-bot for John Stultz
- [tip:timers/core] ftrace: Provide trace clocks monotonic,
tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Minor fixup for timespec64-> timespec assignment, tip-bot for John Stultz
- [tip:timers/core] timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONIC, tip-bot for Thomas Gleixner
- [tip:timers/core] seqcount: Add raw_write_seqcount_latch(), tip-bot for Mathieu Desnoyers
- [tip:timers/core] seqcount: Provide raw_read_seqcount(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Use tk_read_base as argument for timekeeping_get_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Create struct tk_read_base and use it in struct timekeeper, tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Restructure the timekeeper some more, tip-bot for Thomas Gleixner
- [tip:timers/core] clocksource: Get rid of cycle_last, tip-bot for Thomas Gleixner
- [tip:timers/core] clocksource: Move cycle_last validation to core code, tip-bot for Thomas Gleixner
- [tip:timers/core] wireless: ath9k: Get rid of timespec conversions, tip-bot for Thomas Gleixner
- [tip:timers/core] clocksource: Make delta calculation a function, tip-bot for Thomas Gleixner
- [tip:timers/core] drm: vmwgfx: Use nsec based interfaces, tip-bot for Thomas Gleixner
- [tip:timers/core] drm: i915: Use nsec based interfaces, tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Provide ktime_get_raw(), tip-bot for Thomas Gleixner
- [tip:timers/core] hangcheck-timer: Use ktime_get_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Simplify timekeeping_clocktai(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Remove timekeeper.total_sleep_time, tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Simplify getboottime(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Use ktime_get_boottime() for get_monotonic_boottime(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Remove monotonic_to_bootbased, tip-bot for Thomas Gleixner
- [tip:timers/core] x86: kvm: Make kvm_get_time_and_clockread() nanoseconds based, tip-bot for Thomas Gleixner
- [tip:timers/core] x86: kvm: Use ktime_get_boot_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] arm: bL_switcher:k Use ktime_get_real_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] iio: Use ktime_get_real_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] hwmon: ibmaem: Use ktime_get_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] fs: lockd: Use ktime_get_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] net: mlx5: Use ktime_get_ns(),
tip-bot for Thomas Gleixner
- [tip:timers/core] misc: ioc4: Use ktime_get_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] mfd: cros_ec_spi: Use ktime_get_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] connector: Use ktime_get_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] powerpc: cell: Use ktime_get_ns(), tip-bot for Thomas Gleixner
- [tip:timers/core] delayacct: Remove braindamaged type conversions, tip-bot for Thomas Gleixner
- [tip:timers/core] delayacct: Make accounting nanosecond based, tip-bot for Thomas Gleixner
- [tip:timers/core] sched: Make task->start_time nanoseconds based, tip-bot for Thomas Gleixner
- [tip:timers/core] sched: Make task-> real_start_time nanoseconds based, tip-bot for Thomas Gleixner
- [tip:timers/core] time: Export nsecs_to_jiffies(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Provide ktime_get[*]_ns() helpers, tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Remove ktime_get_monotonic_offset( ), tip-bot for Thomas Gleixner
- [tip:timers/core] drm: Use ktime_mono_to_real(), tip-bot for Thomas Gleixner
- [tip:timers/core] input: evdev: Use ktime_mono_to_real(), tip-bot for Thomas Gleixner
- [tip:timers/core] timerfd: Use ktime_mono_to_real(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Provide ktime_mono_to_any(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping; Use ktime based data for ktime_get_update_offsets_tick(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Use ktime_t data for ktime_get_update_offsets_now(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Use ktime_t based data for ktime_get_clocktai(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping; Use ktime_t based data for ktime_get_boottime(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Use ktime_t based data for ktime_get_real(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Provide ktime_get_with_offset(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Use ktime_t based data for ktime_get(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Provide internal ktime_t based data, tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Use timekeeping_update() instead of memcpy(), tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Cache optimize struct timekeeper, tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeper: Move tk_xtime to core code, tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Provide timespec64 based interfaces, tip-bot for Thomas Gleixner
- [tip:timers/core] time: Consolidate the time accessor prototypes, tip-bot for Thomas Gleixner
- [tip:timers/core] timekeeping: Convert timekeeping core to use timespec64s, tip-bot for John Stultz
- [tip:timers/core] time: More core infrastructure for timespec64, tip-bot for John Stultz
- [tip:timers/core] time64: Add time64.h header and define struct timespec64, tip-bot for John Stultz
- [tip:timers/core] ktime: Change ktime_set() to take 64bit seconds value, tip-bot for John Stultz
- [tip:timers/core] ktime: Sanitize ktime_to_us/ms conversion, tip-bot for Thomas Gleixner
- [tip:timers/core] ktime: Kill non-scalar ktime_t implementation for 2038, tip-bot for John Stultz
- [tip:timers/core] hrtimer: Cleanup hrtimer accessors to the timekepeing state, tip-bot for John Stultz
- [tip:timers/core] timekeeping: Simplify arch_gettimeoffset(), tip-bot for Thomas Gleixner
- [tip:timers/core] tile: Convert VDSO timekeeping to the precise mechanism, tip-bot for Thomas Gleixner
- [tip:timers/core] kernel: time: Add udelay_test module to validate udelay, tip-bot for David Riley
- [tip:timers/core] tools: add script to test udelay, tip-bot for David Riley
- [tip:x86/urgent] x86, cpu: Fix cache topology for early P4-SMT, tip-bot for Peter Zijlstra
- [tip:timers/core] clocksource: exynos_mct: Only use 32-bits where possible, tip-bot for Doug Anderson
- [tip:timers/core] clocksource: exynos_mct: Use readl_relaxed/ writel_relaxed, tip-bot for Doug Anderson
- [tip:timers/core] ARM: pxa: Add non device-tree timer link to clocksource, tip-bot for Robert Jarzmik
- [tip:timers/core] ARM: pxa: Add CLKSRC_OF dependency, tip-bot for Robert Jarzmik
- [tip:timers/core] clocksource: pxa: Add device-tree support for PXA timer, tip-bot for Robert Jarzmik
- [tip:timers/core] clocksource: pxa: Move PXA timer to clocksource framework, tip-bot for Robert Jarzmik
- [tip:timers/core] clocksource: clps711x: Add DT bindings documentation, tip-bot for Alexander Shiyan
- [tip:timers/core] clocksource: clps711x: Add CLPS711X clocksource driver, tip-bot for Alexander Shiyan
- [tip:timers/core] clocksource: sirf: Fix incorrect clock enable counter for timer, tip-bot for Zhiwu Song
- [tip:timers/core] clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEM, tip-bot for Chen Gang
- [tip:timers/core] vendor-prefixes: Add prefix for Mediatek Inc., tip-bot for Matthias Brugger
- [tip:timers/core] dt-bindings: Add mtk-timer bindings, tip-bot for Matthias Brugger
- [tip:timers/core] clocksource: Add support for the Mediatek SoCs, tip-bot for Matthias Brugger
- [tip:timers/core] of: Provide a function to request and map memory, tip-bot for Matthias Brugger
- [tip:timers/core] clocksource: sh_mtu2: Tidy up Kconfig typo for MTU2, tip-bot for Kuninori Morimoto
- [tip:timers/core] clocksource: sh_mtu2: Add DT support, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Add DT support, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Add DT support, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: shmobile: Remove unused sh_timer_config members, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Replace global spinlock with a per-device spinlock, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Drop support for legacy platform data, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Replace global spinlock with a per-device spinlock, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Drop support for legacy platform data, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Replace global spinlock with a per-device spinlock, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Drop support for legacy platform data, tip-bot for Laurent Pinchart
- [tip:x86/urgent] x86_32, entry: Store badsys error code in %eax, tip-bot for Sven Wegener
- [tip:irq/core] irqchip: atmel-aic: Add atmel AIC/AIC5 drivers, tip-bot for Boris BREZILLON
- [tip:irq/core] irqchip: atmel-aic: Move binding doc to interrupt-controller directory, tip-bot for Boris BREZILLON
- [tip:irq/core] irqchip: atmel-aic: Define irq fixups for atmel SoCs, tip-bot for Boris BREZILLON
- [tip:irq/core] irqchip: atmel-aic: Implement RTC irq fixup, tip-bot for Boris BREZILLON
- [tip:irq/core] irqchip: atmel-aic: Add irq fixup infrastructure, tip-bot for Boris BREZILLON
- [tip:irq/core] irqchip: gic-v3: Initial support for GICv3, tip-bot for Marc Zyngier
- [tip:irq/core] genirq: generic chip: Export irq_map_generic_chip function, tip-bot for Boris BREZILLON
- [tip:irq/core] irqchip: gic: Move some bits of GICv2 to a library-type file, tip-bot for Marc Zyngier
- [tip:irq/urgent] irqchip: gic: Fix core ID calculation when topology is read from DT, tip-bot for Tomasz Figa
- [tip:irq/urgent] irqchip: gic: Add binding probe for ARM GIC400, tip-bot for Suravee Suthikulpanit
- [tip:irq/urgent] irqchip: gic: Add support for cortex a7 compatible string, tip-bot for Matthias Brugger
- [tip:x86/efi] efi/arm64: Handle missing virtual mapping for UEFI System Table, tip-bot for Ard Biesheuvel
- [tip:x86/efi] arch/x86/xen: Silence compiler warnings, tip-bot for Daniel Kiper
- [tip:x86/efi] xen: Silence compiler warnings, tip-bot for Daniel Kiper
- [tip:x86/efi] x86/efi: Request desired alignment via the PE/ COFF headers, tip-bot for Michael Brown
- [tip:x86/efi] x86/efi: Add better error logging to EFI boot stub, tip-bot for Ulf Winkelvos
- [tip:x86/efi] efi: Autoload efivars, tip-bot for Lee, Chun-Yi
- [tip:x86/efi] efi: Update stale locking comment for struct efivars, tip-bot for Matt Fleming
- [tip:x86/efi] arch/x86: Remove efi_set_rtc_mmss(), tip-bot for Daniel Kiper
- [tip:x86/efi] arch/x86: Replace plain strings with constants, tip-bot for Daniel Kiper
- [tip:x86/efi] xen: Put EFI machinery in place, tip-bot for Daniel Kiper
- [tip:x86/efi] xen: Define EFI related stuff, tip-bot for Daniel Kiper
- [tip:x86/efi] arch/x86: Remove redundant set_bit(EFI_MEMMAP) call, tip-bot for Daniel Kiper
- [tip:x86/efi] arch/x86: Remove redundant set_bit( EFI_SYSTEM_TABLES) call, tip-bot for Daniel Kiper
- [tip:x86/efi] efi: Introduce EFI_PARAVIRT flag, tip-bot for Daniel Kiper
- [tip:x86/efi] arch/x86: Do not access EFI memory map if it is not available, tip-bot for Daniel Kiper
- [tip:x86/efi] efi: Use early_mem*() instead of early_io*(), tip-bot for Daniel Kiper
- [tip:x86/efi] arch/ia64: Define early_memunmap(), tip-bot for Daniel Kiper
- [tip:x86/efi] x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag, tip-bot for Matt Fleming
- [tip:x86/efi] efi/reboot: Allow powering off machines using EFI, tip-bot for Matt Fleming
- [tip:x86/efi] efi/reboot: Add generic wrapper around EfiResetSystem(), tip-bot for Matt Fleming
- [tip:x86/efi] efi: efistub: Convert into static library, tip-bot for Ard Biesheuvel
- [tip:x86/efi] efi: efistub: Refactor stub components, tip-bot for Ard Biesheuvel
- [tip:x86/efi] efi/arm64: efistub: Move shared dependencies to < asm/efi.h>, tip-bot for Ard Biesheuvel
- [tip:x86/efi] efi/x86: efistub: Move shared dependencies to <asm/ efi.h>, tip-bot for Ard Biesheuvel
- [tip:x86/efi] efi/arm64: Avoid EFI_ERROR as a generic return code, tip-bot for Ard Biesheuvel
- [tip:x86/efi] efi/arm64: Preserve FP/ SIMD registers on UEFI runtime services calls, tip-bot for Ard Biesheuvel
- [tip:x86/efi] efi/x86: Move UEFI Runtime Services wrappers to generic code, tip-bot for Ard Biesheuvel
- [tip:x86/efi] efi/arm64: efistub: remove local copy of linux_banner, tip-bot for Ard Biesheuvel
- [tip:x86/efi] x86/efi: Support initrd loaded above 4G, tip-bot for Yinghai Lu
- [tip:x86/efi] x86/efi: Use early_memunmap() to squelch sparse errors, tip-bot for Matt Fleming
- [tip:x86/efi] x86/efi: Move all workarounds to a separate file quirks.c, tip-bot for Saurabh Tangri
- [tip:perf/core] perf tests: Update attr test with PERF_FLAG_FD_CLOEXEC flag, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Enable close-on-exec flag on perf file descriptor, tip-bot for Yann Droneaud
- [tip:timers/core] timerfd: Implement show_fdinfo method, tip-bot for Cyrill Gorcunov
- [tip:timers/core] timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3, tip-bot for Cyrill Gorcunov
- [tip:timers/core] docs: Procfs -- Document timerfd output, tip-bot for Cyrill Gorcunov
- [tip:perf/core] perf script: Display PERF_RECORD_MISC_COMM_EXEC flag, tip-bot for Adrian Hunter
- [tip:perf/core] perf record: Select comm_exec flag if supported, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Fix missing kernel map load, tip-bot for Adrian Hunter
- [tip:perf/core] perf symbols: Fix missing GNU IFUNC symbols, tip-bot for Adrian Hunter
- [tip:perf/core] perf inject: Fix build id injection, tip-bot for Adrian Hunter
- [tip:perf/core] perf callchain: Fix appending a callchain from a previous sample, tip-bot for Adrian Hunter
- [tip:perf/core] perf buildid-cache: Apply force option to copying kcore, tip-bot for Adrian Hunter
- [tip:perf/core] perf symbols: Record whether a dso is 64-bit, tip-bot for Adrian Hunter
- [tip:perf/core] perf symbols: Do not attempt to read data from kallsyms, tip-bot for Adrian Hunter
- [tip:perf/core] perf symbols: Add ability to iterate over a dso' s symbols, tip-bot for Adrian Hunter
- [tip:perf/core] perf evlist: Pass mmap parameters in a struct, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add feature test for __sync_val_compare_and_swap, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add option macro OPT_CALLBACK_OPTARG, tip-bot for Adrian Hunter
- [tip:perf/core] perf evsel: Add 'no_aux_samples' option, tip-bot for Adrian Hunter
- [tip:perf/core] perf evsel: Add 'immediate' option, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Allow TSC conversion on any arch, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Remove verbose from functions prototypes, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Move pr_* debug macros into debug object, tip-bot for Jiri Olsa
- [tip:perf/core] perf machine: Fix map groups of threads with unknown pids, tip-bot for Adrian Hunter
- [tip:perf/core] perf thread: Allow deletion of a thread with no map groups, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Factor eprintf to allow different debug variables, tip-bot for Jiri Olsa
- [tip:perf/core] perf machine: Fix leak of 'struct thread' on error path, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add --debug optionto set debug variable, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Remove needless getopt.h includes, tip-bot for Jiri Olsa
- [tip:perf/core] perf session: Flag if the event stream is entirely in memory, tip-bot for Adrian Hunter
- [tip:perf/core] perf machine: Fix the value used for unknown pids, tip-bot for Adrian Hunter
- [tip:perf/core] perf kvm: Move arch specific code into arch/, tip-bot for Alexander Yarygin
- [tip:perf/core] perf kvm: Use defines of kvm events, tip-bot for Alexander Yarygin
- [tip:perf/core] perf kvm: Add stat support on s390, tip-bot for Alexander Yarygin
- [tip:perf/core] perf script: Add callchain to generic and tracepoint events, tip-bot for Joseph Schuchart
- [tip:perf/core] perf script: Provide additional sample information on generic events, tip-bot for Joseph Schuchart
- [tip:perf/core] perf script: Add missing calls to Py_DECREF for return values, tip-bot for Joseph Schuchart
- [tip:perf/core] perf kvm: Add skip_event() for --duration option, tip-bot for Alexander Yarygin
- [PATCH v6] [BUGFIX] kprobes: Fix "Failed to find blacklist" error on ia64 and ppc64,
Masami Hiramatsu
- [tip:locking/core] locking/lockdep: Restrict the use of recursive read_lock() with qrwlock,
tip-bot for Waiman Long
- [tip:locking/core] locking/selftest: Support queued rwlock,
tip-bot for Waiman Long
- [tip:locking/core] locking/lockdep: Only ask for /proc/ lock_stat output when available, tip-bot for Andreas Gruenbacher
- [tip:core/rcu] rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missing, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp(), tip-bot for Pranith Kumar
- [tip:core/rcu] rcu: Fix a sparse warning in rcu_initiate_boost(), tip-bot for Pranith Kumar
- [tip:core/rcu] rcu: Fix __rcu_reclaim() to use true/ false for bool, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Use __this_cpu_read() instead of per_cpu_ptr( ), tip-bot for Shan Wei
- [tip:core/rcu] rcu: Remove CONFIG_PROVE_RCU_DELAY, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Don't use NMIs to dump other CPUs' stacks, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Simplify priority boosting by putting rt_mutex in rcu_node, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Check both root and current rcu_node when setting up future grace period, tip-bot for Pranith Kumar
- [tip:core/rcu] rcu: Allow post-unlock reference for rt_mutex, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Loosen __call_rcu()' s rcu_head alignment constraint, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Eliminate read-modify-write ACCESS_ONCE() calls, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpu, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Make rcu node arrays static const char * const, tip-bot for Fabian Frederick
- [tip:core/rcu] signal: Explain local_irq_save() call, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Handle obsolete references to TINY_PREEMPT_RCU, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Document deadlock-avoidance information for rcu_read_unlock(), tip-bot for Paul E. McKenney
- [tip:core/rcu] scripts: Teach get_maintainer.pl about the new "R: " tag, tip-bot for Joe Perches
- [tip:core/rcu] rcu: Update rcu torture maintainership filename patterns, tip-bot for Joe Perches
- [tip:core/rcu] documentation: Add pointer to percpu-ref for RCU and refcount, tip-bot for Paul E. McKenney
- [tip:core/rcu] documentation: Add acquire/ release barriers to pairing rules, tip-bot for Paul E. McKenney
- [tip:core/rcu] documentation: Clarify wake-up/ memory-barrier relationship, tip-bot for Paul E. McKenney
- [tip:core/rcu] documentation: Update reference, kerneltrap.org no longer works, tip-bot for Pranith Kumar
- [tip:core/rcu] rcu: Don' t offload callbacks unless specifically requested, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Parallelize and economize NOCB kthread wakeups, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Avoid format string leak to thead name, tip-bot for Kees Cook
- [tip:core/rcu] rcu: Add designated reviewers for RCU, tip-bot for Paul E. McKenney
- [tip:core/rcu] MAINTAINERS: Add "R:" designated-reviewers tag, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Clean up diagnostics from --buildonly runs, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Enable versions without CFcommon to function correctly, tip-bot for Paul E. McKenney
- [RESEND PATCH v5] [BUGFIX] kprobes: Fix "Failed to find blacklist" error on ia64 and ppc64,
Masami Hiramatsu
- [tip:x86/platform] x86/platform/ts5500: Add support for TS-5400 boards, tip-bot for Vivien Didelot
- [tip:x86/platform] x86/platform/ts5500: Add a 'name' sysfs attribute, tip-bot for Vivien Didelot
- [tip:x86/platform] x86/platform/ts5500: Use the DEVICE_ATTR_RO() macro, tip-bot for Vivien Didelot
- [tip:perf/core] perf ui browser: Allow overriding refresh_dimensions method, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag, tip-bot for Alexander Yarygin
- [tip:perf/core] perf tools: Allow to use cpuinfo on s390, tip-bot for Alexander Yarygin
- [tip:perf/urgent] perf/x86/intel: Avoid spamming kernel log for BTS buffer failure, tip-bot for David Rientjes
- [tip:perf/core] perf/x86/amd: Try to fix some mem allocation failure handling, tip-bot for Zhouyi Zhou
- [tip:perf/core] perf: Add vm_ops-> name call for mmap event name retrieval, tip-bot for Jiri Olsa
- [tip:sched/urgent] sched: Fix possible divide by zero in avg_atom () calculation, tip-bot for Mateusz Guzik
- [tip:sched/core] sched/deadline: Kill task_struct->pi_top_task, tip-bot for Oleg Nesterov
- [tip:sched/core] sched: Transform resched_task() into resched_curr(), tip-bot for Kirill Tkhai
- [tip:x86/debug] x86/debug: Drop several unnecessary CFI annotations, tip-bot for Jan Beulich
- [tip:sched/core] sched: Allow wait_on_bit_action() functions to support a timeout, tip-bot for NeilBrown
- [tip:locking/urgent] locking/rwsem: Reduce the size of struct rw_semaphore, tip-bot for Jason Low
- [tip:sched/core] sched: Remove proliferation of wait_on_bit() action functions, tip-bot for NeilBrown
- [tip:locking/urgent] locking/mutex: Disable optimistic spinning on some architectures,
tip-bot for Peter Zijlstra
- [tip:locking/urgent] locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER, tip-bot for Davidlohr Bueso
- [tip:sched/core] sched: Remove extra static_key*() function indirection, tip-bot for Jason Baron
- [tip:sched/core] sched/numa: Revert "Use effective_load() to balance NUMA loads", tip-bot for Peter Zijlstra
- [tip:locking/urgent] locking/rwsem: Rename 'activity' to 'count', tip-bot for Peter Zijlstra
- [tip:sched/core] sched: Fix static_key race with sched_feat(), tip-bot for Jason Baron
- [tip:perf/urgent] kprobes/x86: Don' t try to resolve kprobe faults from userspace, tip-bot for Andy Lutomirski
- [tip:sched/core] sched/rt: Fix replenish_dl_entity() comments to match the current upstream code, tip-bot for xiaofeng.yan
- [tip:locking/urgent] locking/spinlocks/mcs: Micro-optimize osq_unlock(), tip-bot for Jason Low
- [tip:locking/urgent] locking/spinlocks/mcs: Introduce and use init macro and function for osq locks, tip-bot for Jason Low
- [tip:locking/urgent] locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node(), tip-bot for Jason Low
- [tip:locking/urgent] locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead, tip-bot for Jason Low
- [tip:perf/urgent] perf/x86/intel/uncore: Fix SNB-EP/ IVT Cbox filter mappings, tip-bot for Stephane Eranian
- [tip:x86/urgent] x86: Remove unused variable "polling", tip-bot for Paul Bolle
- [tip:perf/urgent] perf/x86/intel: Protect LBR and extra_regs against KVM lying, tip-bot for Kan Liang
- [tip:locking/urgent] locking/rwsem: Allow conservative optimistic spinning when readers have lock, tip-bot for Jason Low
- [tip:perf/urgent] perf/x86/intel: Use proper dTLB-load-misses event on IvyBridge, tip-bot for Vince Weaver
- [tip:perf/urgent] perf: Fix lockdep warning on process exit, tip-bot for Peter Zijlstra
- [tip:perf/core] perf trace: Fix build on 32-bit systems, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] perf: Revert ("perf: Always destroy groups on exit"), tip-bot for Peter Zijlstra
- [tip:perf/core] perf timechart: Implement IO mode, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf timechart: Conditionally update start_time on fork, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf timechart: Add more options to IO mode, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf timechart: Fix rendering in Firefox, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf tools: Suggest using -f to override perf.data file ownership message, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Add pagefault statistics, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf tools: Convert open coded equivalents to asprintf(), tip-bot for Andy Shevchenko
- [tip:perf/core] perf kvm: Refactoring of cpu_isa_config(), tip-bot for Alexander Yarygin
- [tip:perf/core] perf kvm: Simplify exit reasons tables definitions, tip-bot for Alexander Yarygin
- [tip:perf/core] perf hists browser: Left justify column headers, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf hists browser: Add ui.show-headers config file option, tip-bot for Jiri Olsa
- [tip:locking/urgent] tools/liblockdep: Fix comparison of a boolean value with a value of 2, tip-bot for zhangdianfang
- [tip:perf/core] perf hists browser: Introduce gotorc method, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf ui browser: Add -> rows to disambiguate from ->height, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf hists browser: Override ui_browser refresh_dimensions method, tip-bot for Arnaldo Carvalho de Melo
- [tip:locking/urgent] tools/liblockdep: Account for bitfield changes in lockdeps lock_acquire, tip-bot for S. Lockwood-Childs
- [tip:locking/urgent] tools/liblockdep: Remove debug print left over from development, tip-bot for Sasha Levin
- [tip:perf/core] perf hists browser: Display columns header text on 'H' press, tip-bot for Jiri Olsa
- [tip:perf/core] perf hists browser: Add support for showing columns header, tip-bot for Arnaldo Carvalho de Melo
- [tip:irq/core] PM / sleep / irq: Do not suspend wakeup interrupts,
tip-bot for Rafael J. Wysocki
- [tip:x86/urgent] x86/efi: Include a .bss section within the PE/ COFF headers, tip-bot for Michael Brown
- [tip:x86/urgent] x86/espfix/xen: Fix allocation of pages for paravirt page tables, tip-bot for Boris Ostrovsky
- [tip:x86/urgent] efi: fdt: Do not report an error during boot if UEFI is not available, tip-bot for Catalin Marinas
- [tip:x86/urgent] efi/arm64: efistub: remove local copy of linux_banner, tip-bot for Ard Biesheuvel
- [tip:x86/cpufeature] x86, cpu: Kill cpu_has_mp, tip-bot for Borislav Petkov
- [tip:x86/cpufeature] x86, amd: Cleanup init_amd, tip-bot for Borislav Petkov
- [tip:x86/cpufeature] x86/cpufeature: Add bug flags to /proc/ cpuinfo, tip-bot for Borislav Petkov
- [tip:x86/apic] x86: intel-mid: Use the new io_apic interfaces, tip-bot for Jiang Liu
- [tip:x86/apic] x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box(), tip-bot for Oren Twaig
- [tip:x86/cleanups] x86: Simplify __HAVE_ARCH_CMPXCHG tests, tip-bot for Borislav Petkov
- [tip:x86/vdso] x86, vdso: Get rid of the fake section mechanism, tip-bot for Andy Lutomirski
- [tip:x86/vdso] x86, vdso: Move the vvar area before the vdso text, tip-bot for Andy Lutomirski
- [tip:timers/core] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c, tip-bot for Masanari Iida
- [tip:x86/urgent] x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr(), tip-bot for Jan Beulich
- [tip:x86/urgent] x86-64, vdso: Fix vDSO build breakage due to empty .rela.dyn, tip-bot for Jan Beulich
- [tip:irq/core] irqchip: or1k-pic: Migrate from arch/openrisc/, tip-bot for Stefan Kristiansson
- [tip:irq/core] irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GIC, tip-bot for Nishanth Menon
- [tip:irq/core] documentation: dt: omap: crossbar: Add description for interrupt consumer, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Introduce centralized check for crossbar write, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar mapping, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callback, tip-bot for Sricharan R
- [tip:irq/core] irqchip: crossbar: Return proper error value, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Set cb pointer to null in case of error, tip-bot for Sricharan R
- [tip:irq/core] irqchip: crossbar: Change the goto naming, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Fix kerneldoc warning, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Fix sparse and checkpatch warnings, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Remove IS_ERR_VALUE check, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Change allocation logic by reversing search for free irqs, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Initialise the crossbar with a safe value, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbar, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Check for premapped crossbar before allocating, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: crossbar: Dont use '0' to mark reserved interrupts, tip-bot for Nishanth Menon
- [tip:irq/core] irqchip: spear_shirq: Simplify register access code, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Use proper irq chips for the different SoCs, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Remove the parent irq "ack"/ unmask, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Simplify chained handler, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Kill the clear_reg nonsense, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Precalculate status mask, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Use the proper interfaces, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Reorder the spear320 ras blocks, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Namespace cleanup, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: No point in storing the parent irq, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Move private structs to source, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: spear_shirq: Kill pointless static, tip-bot for Thomas Gleixner
- [tip:irq/core] irqchip: nvic: Use the generic noop function, tip-bot for Daniel Thompson
- [tip:timers/urgent] alarmtimer: Fix bug where relative alarm timers were treated as absolute, tip-bot for John Stultz
- [tip:irq/urgent] genirq: Fix memory leak when calling irq_free_hwirqs(), tip-bot for Keith Busch
- [tip:sched/core] sched/numa: Use group's max nid as task' s preferred nid, tip-bot for Rik van Riel
- [tip:sched/core] sched/fair: Implement fast idling of CPUs when the system is partially loaded, tip-bot for Tim Chen
- [tip:sched/core] sched/numa: Move power adjustment into load_too_imbalanced(), tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Rework best node setting in task_numa_migrate(), tip-bot for Rik van Riel
- [tip:sched/core] sched: Rework check_for_tasks(), tip-bot for Kirill Tkhai
- [tip:perf/core] perf/x86: Micro-optimize nhmex_rbox_get_constraint(), tip-bot for Rasmus Villemoes
- [tip:locking/core] locking/mutexes: Correct documentation on mutex optimistic spinning, tip-bot for Jason Low
- [tip:locking/core] locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macro, tip-bot for Jason Low
- [tip:locking/core] locking/mutexes: Try to acquire mutex only if it is unlocked, tip-bot for Jason Low
- [tip:locking/core] locking/mutexes: Optimize mutex trylock slowpath, tip-bot for Jason Low
- [tip:perf/core] perf: Make perf_event_init_context() function static, tip-bot for Jiri Olsa
- [tip:sched/core] sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runtime(), tip-bot for Kirill Tkhai
- [tip:sched/core] sched/fair: Disable runtime_enabled on dying rq, tip-bot for Kirill Tkhai
- [tip:sched/core] sched/numa: Change scan period code to match intent, tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Use effective_load() to balance NUMA loads, tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Examine a task move when examining a task swap, tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Simplify task_numa_compare(), tip-bot for Rik van Riel
- [tip:sched/core] sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD] _CPUTIME_ID) monotonicity, tip-bot for Mike Galbraith
- [tip:sched/core] sched/idle: Drop !! while calculating 'broadcast ', tip-bot for Viresh Kumar
- [tip:sched/core] sched: Fix potential near-infinite distribute_cfs_runtime() loop, tip-bot for Ben Segall
- [tip:sched/core] irq_work: Remove BUG_ON in irq_work_run(),
tip-bot for Peter Zijlstra
- [tip:sched/core] sched/core: Fix formatting issues in sched_can_stop_tick(), tip-bot for Viresh Kumar
- [tip:perf/core] perf scripts: Fallback to syscalls: * when raw_syscalls:* is not available, tip-bot for Daniel Bristot de Oliveira
- [tip:perf/core] perf trace: Add possibility to switch off syscall events, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf tools: Fix wrong condition for allocation failure, tip-bot for Jiri Olsa
- [tip:perf/core] perf script: Move the number processing into its own function, tip-bot for Sebastian Andrzej Siewior
- [tip:perf/core] perf script: Handle the num array type in python properly, tip-bot for Sebastian Andrzej Siewior
- [tip:perf/core] perf tools powerpc: Adjust callchain based on DWARF debug info, tip-bot for Sukadev Bhattiprolu
- [tip:perf/core] tools lib traceevent: Fix a risk for doing free on uninitialized pointer, tip-bot for Rickard Strandqvist
- [tip:perf/core] perf trace: Add pagefaults record and replay support, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf trace: Add support for pagefault tracing, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf trace: Add perf_event parameter to tracepoint_handler, tip-bot for Stanislav Fomichev
- [tip:perf/urgent] perf: Do not allow optimized switch for non-cloned events, tip-bot for Jiri Olsa
- [tip:perf/urgent] perf/x86/intel: ignore CondChgd bit to avoid false NMI handling, tip-bot for HATAYAMA Daisuke
- [tip:sched/urgent] sched: Fix compiler warnings, tip-bot for Guenter Roeck
- [tip:sched/urgent] x86, tsc: Fix cpufreq lockup, tip-bot for Peter Zijlstra
- [tip:x86/urgent] efi-pstore: Fix an overflow on 32-bit builds, tip-bot for Andrzej Zaborowski
- [tip:x86/urgent] efi: Fix compiler warnings (unused, const, type), tip-bot for Catalin Marinas
- [tip:irq/urgent] irqchip: spear_shirq: Fix interrupt offset, tip-bot for Thomas Gleixner
- [tip:irq/urgent] irqchip: armada-370-xp: Mask all interrupts during initialization., tip-bot for Thomas Petazzoni
- [tip:irq/urgent] irqchip: brcmstb-l2: Level-2 interrupts are edge sensitive, tip-bot for Florian Fainelli
- [tip:core/urgent] rcu: Reduce overhead of cond_resched() checks for RCU, tip-bot for Paul E. McKenney
- [tip:perf/core] tools lib traceevent: Fix format in plugin_kvm, tip-bot for Steven Rostedt
- [tip:core/urgent] rcu: Export debug_init_rcu_head() and and debug_init_rcu_head(), tip-bot for Paul E. McKenney
- [tip:perf/core] perf trace: Fix up fd -> pathname resolution, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf evlist: Add suggestion of how to set perf_event_paranoid sysctl, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Remove needless reassignments, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Cache the is_exit syscall test, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf hists browser: Remove ev_name argument from perf_evsel__hists_browse, tip-bot for Jiri Olsa
- [tip:perf/core] perf ui browser: Fix scrollbar refresh row index, tip-bot for Jiri Olsa
- [tip:perf/core] perf bench sched-messaging: Plug memleak, tip-bot for Davidlohr Bueso
- [tip:perf/core] perf bench futex: Use global --repeat option, tip-bot for Davidlohr Bueso
- [tip:perf/core] perf bench sched-messaging: Drop barf(), tip-bot for Davidlohr Bueso
- [tip:perf/core] perf tools: Fix segfault in cumulative.callchain report, tip-bot for Jiri Olsa
- [tip:perf/core] perf symbols: Get kernel start address by symbol name, tip-bot for Simon Que
- [tip:perf/core] perf bench mem: The -o and -n options are mutually exclusive, tip-bot for Davidlohr Bueso
- [tip:perf/core] perf bench: Add --repeat option, tip-bot for Davidlohr Bueso
- [tip:perf/core] tools lib traceevent: Clean up format of args in cfg80211 plugin, tip-bot for Steven Rostedt
- [tip:perf/core] tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepoints, tip-bot for Jan Kiszka
- [tip:perf/core] tools lib traceevent: Clean up format of args in jbd2 plugin, tip-bot for Steven Rostedt
- [tip:perf/core] tools lib traceevent: Factor out print_exit_reason in kvm plugin, tip-bot for Jan Kiszka
- [tip:perf/core] tools lib traceevent: Add back in kvm plugins nested_vmexit events, tip-bot for Steven Rostedt (Red Hat)
- [tip:perf/core] tools lib traceevent: Report unknown VMX exit reasons with code, tip-bot for Jan Kiszka
- [tip:x86/urgent] x86_32, signal: Fix vdso rt_sigreturn, tip-bot for Andy Lutomirski
- [tip:x86/urgent] x86_32, entry: Do syscall exit work on badsys ( CVE-2014-4508), tip-bot for Andy Lutomirski
- [tip:timers/core] timer: Kick dynticks targets on mod_timer*() calls, tip-bot for Viresh Kumar
- [tip:timers/core] hrtimer: Store cpu-number in struct hrtimer_cpu_base, tip-bot for Viresh Kumar
- [tip:timers/core] hrtimer: Kick lowres dynticks targets on timer enqueue, tip-bot for Viresh Kumar
- [tip:timers/core] hrtimer: Remove hrtimer_enqueue_reprogram(), tip-bot for Viresh Kumar
- [tip:timers/core] timer: Store cpu-number in struct tvec_base, tip-bot for Viresh Kumar
- [tip:timers/core] time/timers: Move all time(r) related files into kernel/time,
tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Make the rtmutex tester depend on BROKEN, tip-bot for Thomas Gleixner
- [tip:x86/apic] x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APIC, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Introduce helper functions to release IOAPIC pin, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Simplify the way to handle ISA IRQ, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, ACPI: Release IOAPIC pin when PCI device is disabled, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Enhance mp_register_ioapic() to support irqdomain, tip-bot for Jiang Liu
- [tip:x86/apic] x86, ACPI, irq: Provide basic irqdomain support, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, SFI: Release IOAPIC pin when PCI device is disabled, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, mpparse: Release IOAPIC pin when PCI device is disabled, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pins, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, devicetree: Release IOAPIC pin when PCI device is disabled, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Count legacy IRQs by legacy_pic-> nr_legacy_irqs instead of NR_IRQS_LEGACY, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Clean up irqdomain transition code, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Introduce some helper utilities to improve readability, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Introduce two helper functions to support irqdomain map operation, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pins, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pins, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Clean up unused IOAPIC interface, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pins, tip-bot for Jiang Liu
- [tip:x86/apic] x86, mpparse, irq: Provide basic irqdomain support, tip-bot for Jiang Liu
- [tip:x86/apic] x86, SFI, irq: Provide basic irqdomain support, tip-bot for Jiang Liu
- [tip:x86/apic] x86, devicetree, irq: Use common mechanism to support irqdomain, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSI, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC, tip-bot for Jiang Liu
- [tip:x86/apic] x86, ACPI, irq: Consolidate algorithm of mapping ( ioapic, pin) to IRQ number, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq: Simplify arch_early_irq_init(), tip-bot for Jiang Liu
- [tip:x86/apic] x86: ce4100, irq: Do not set legacy_pic to null_legacy_pic, tip-bot for Jiang Liu
- [tip:x86/apic] x86, mpparse: Simplify arch/x86/include/asm/ mpspec.h, tip-bot for Jiang Liu
- [tip:x86/apic] x86, ACPI, irq: Enhance error handling in function acpi_register_gsi(), tip-bot for Jiang Liu
- [tip:x86/apic] x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQ, tip-bot for Jiang Liu
- [tip:x86/apic] x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability, tip-bot for Jiang Liu
- [tip:x86/apic] x86, ioapic: Introduce helper utilities to walk ioapics and pins, tip-bot for Jiang Liu
- [tip:x86/apic] x86, ioapic: Kill static variable nr_irqs_gsi, tip-bot for Jiang Liu
- [tip:x86/apic] x86, ioapic: Kill unused global variable timer_through_8259, tip-bot for Jiang Liu
- [tip:x86/apic] x86, irq, trivial: Minor improvements of IRQ related code, tip-bot for Jiang Liu
- [tip:x86/apic] x86, PCI, ACPI: Use kmalloc_node() to optimize for performance, tip-bot for Jiang Liu
- [tip:x86/apic] x86, ACPI, trivial: Minor improvements to arch/x86 /kernel/acpi/boot.c, tip-bot for Jiang Liu
- [tip:x86/apic] x86, acpi, irq: Kill static function irq_to_gsi(), tip-bot for Jiang Liu
- [tip:x86/apic] x86, acpi: Reorganize code to avoid forward declaration in boot.c, tip-bot for Jiang Liu
- [tip:x86/apic] x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL), tip-bot for Jiang Liu
- [tip:irq/core] genirq: Export irq_domain_disassociate() to architecture interrupt drivers, tip-bot for Jiang Liu
- [tip:timers/core] tsacct: Use ktime_get_ts(), tip-bot for Thomas Gleixner
- [tip:timers/core] firewire: Use ktime_get_ts(), tip-bot for Thomas Gleixner
- [tip:timers/core] tomoyo: Use sensible time interface, tip-bot for Thomas Gleixner
- [tip:timers/core] clocksource: Add a Kconfig menu, tip-bot for Jean Delvare
- [tip:timers/core] fork: Use ktime_get_ts(), tip-bot for Thomas Gleixner
- [tip:timers/core] kdb: Use ktime_get_ts(), tip-bot for Thomas Gleixner
- [tip:timers/core] delayacct: Use ktime_get_ts(), tip-bot for Thomas Gleixner
- [tip:timers/core] acct: Use ktime_get_ts(), tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Cleanup deadlock detector debug logic, tip-bot for Thomas Gleixner
- [tip:locking/core] futex: Make unlock_pi more robust, tip-bot for Thomas Gleixner
- [tip:locking/core] futex: Use futex_top_waiter() in lookup_pi_state(), tip-bot for Thomas Gleixner
- [tip:locking/core] futex: Split out the waiter check from lookup_pi_state(), tip-bot for Thomas Gleixner
- [tip:locking/core] futex: Split out the first waiter attachment from lookup_pi_state(), tip-bot for Thomas Gleixner
- [tip:locking/core] futex: Simplify futex_lock_pi_atomic() and make it more robust, tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Avoid pointless requeueing in the deadlock detection chain walk, tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Confine deadlock logic to futex, tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Simplify remove_waiter(), tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Document pi chain walk, tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Clarify the boost/deboost part, tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: No need to keep task ref for lock owner check, tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Simplify rtmutex_slowtrylock(), tip-bot for Thomas Gleixner
- [tip:locking/core] rtmutex: Simplify and document try_to_take_rtmutex(), tip-bot for Thomas Gleixner
- [tip:x86/urgent] x86/vdso: Improve the fake section headers, tip-bot for Andy Lutomirski
- [tip:x86/urgent] x86/vdso: Remove some redundant in-memory section headers, tip-bot for Andy Lutomirski
- [tip:x86/urgent] x86/vdso: Create .build-id links for unstripped vdso files, tip-bot for Andy Lutomirski
- [tip:x86/urgent] x86/vdso2c: Use better macros for ELF bitness, tip-bot for Andy Lutomirski
- [tip:x86/urgent] x86/vdso: Discard the __bug_table section,
tip-bot for Andy Lutomirski
[Index of Archives]
[Linux Stable Commits]
[Linux Stable Kernel]
[Linux Kernel Development]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]