Linux Tip Commits
[Prev Page][Next Page]
- [PATCH 1/2] x86,vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefile, (continued)
- [tip:x86/cleanups] x86/tsc: Get rid of custom DIV_ROUND() macro, tip-bot for Michal Nazarewicz
- [PATCH v4] [BUGFIX] kprobes: Fix "Failed to find blacklist" error on ia64 and ppc64,
Masami Hiramatsu
- [tip:sched/core] sched/numa: Always try to migrate to preferred node at task_numa_placement() time, tip-bot for Rik van Riel
- [tip:locking/core] x86, locking: Use no more OOSTORE nonsense, tip-bot for Peter Zijlstra
- [tip:locking/core] lockdep: Revert lockdep check in raw_seqcount_begin(), tip-bot for Trond Myklebust
- [tip:perf/core] powerpc, perf: Use common PMU interrupt disabled code,
tip-bot for Vince Weaver
- [tip:perf/core] s390, perf: Use common PMU interrupt disabled code,
tip-bot for Vince Weaver
- [tip:perf/core] sh, perf: Use common PMU interrupt disabled code,
tip-bot for Vince Weaver
- [tip:perf/core] arc, perf: Use common PMU interrupt disabled code, tip-bot for Vince Weaver
- [tip:perf/core] metag, perf: Use common PMU interrupt disabled code, tip-bot for Vince Weaver
- [tip:perf/core] blackfin, perf: Use common PMU interrupt disabled code, tip-bot for Vince Weaver
- [tip:sched/core] sched: Fix CACHE_HOT_BUDY condition, tip-bot for Hillf Danton
- [tip:sched/core] sched/numa: Ensure task_numa_migrate() checks the preferred node, tip-bot for Rik van Riel
- [tip:timers/nohz] nohz: Use IPI implicit full barrier against rq- >nr_running r/w, tip-bot for Frederic Weisbecker
- [tip:timers/nohz] nohz: Use nohz own full kick on 2nd task enqueue, tip-bot for Frederic Weisbecker
- [tip:timers/nohz] nohz: Switch to nohz full remote kick on timer enqueue, tip-bot for Frederic Weisbecker
- [tip:timers/nohz] nohz: Support nohz full remote kick, tip-bot for Frederic Weisbecker
- [tip:timers/nohz] irq_work: Implement remote queueing, tip-bot for Frederic Weisbecker
- [tip:timers/nohz] irq_work: Split raised and lazy lists, tip-bot for Frederic Weisbecker
- [tip:x86/cpufeature] x86, cpufeature: Convert more "features" to bugs, tip-bot for Borislav Petkov
- [tip:x86/xsave] x86, xsave: Add forgotten inline annotation, tip-bot for Borislav Petkov
- [tip:locking/urgent] rtmutex: Plug slow unlock race, tip-bot for Thomas Gleixner
- [tip:perf/urgent] x86/kprobes: Fix build errors and blacklist context_track_user, tip-bot for Masami Hiramatsu
- [tip:x86/vdso] x86/vdso: Fix vdso_install, tip-bot for Andy Lutomirski
- [tip:perf/core] perf tools: Separate dso data related variables, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Cache register accesses for unwind processing, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add global list of opened dso objects, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Cache dso data file descriptor, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add file size check and factor dso__data_read_offset, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Allow to close dso fd in case of open failure, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add dso__data_* interface descriptons, tip-bot for Jiri Olsa
- [tip:perf/core] perf tests: Spawn child for each test, tip-bot for Jiri Olsa
- [tip:perf/core] perf tests: Allow reuse of test_file function, tip-bot for Jiri Olsa
- [tip:perf/core] perf tests: Add test for caching dso file descriptors, tip-bot for Jiri Olsa
- [tip:perf/core] perf tests: Add test for closing dso objects on EMFILE error, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add global count of opened dso objects, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Add data_fd into dso object, tip-bot for Jiri Olsa
- [tip:perf/core] perf record: Fix to honor user freq/ interval properly, tip-bot for Namhyung Kim
- [tip:x86/vdso] x86/vdso/doc: Make vDSO examples more portable, tip-bot for Andy Lutomirski
- [tip:x86/vdso] x86/vdso: Hack to keep 64-bit Go programs working, tip-bot for Andy Lutomirski
- [tip:x86/vdso] x86/vdso: Add PUT_LE to store little-endian values, tip-bot for Andy Lutomirski
- [tip:x86/vdso] x86/vdso/doc: Rename vdso_test.c to vdso_standalone_test_x86.c, tip-bot for Andy Lutomirski
- [tip:perf/core] tools lib traceevent: Add options to function plugin, tip-bot for Steven Rostedt (Red Hat)
- [tip:perf/core] perf tools: Fix pipe check regression in attr event callback, tip-bot for Jiri Olsa
- [tip:perf/core] Revert "perf: Disable PERF_RECORD_MMAP2 support", tip-bot for Don Zickus
- [tip:perf/core] perf probe: Improve error message for unknown member of data structure, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf tests: Show the inner make output when an error happens, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf probe: Show error code and description in verbose mode, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Improve an error message of perf probe --vars mode, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf probe: Improve error messages in --line option, tip-bot for Masami Hiramatsu
- [tip:perf/core] perf timechart: Reflow documentation, tip-bot for Stanislav Fomichev
- [tip:perf/core] perf tools: Emit more precise message for missing glibc static library, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Add cpumode to struct hist_entry, tip-bot for Don Zickus
- [tip:perf/core] perf tools: Add support to dynamically get cacheline size, tip-bot for Don Zickus
- [tip:perf/core] perf: Pass protection and flags bits through mmap2 interface, tip-bot for Peter Zijlstra
- [tip:perf/core] perf tools: Add dcacheline sort, tip-bot for Don Zickus
- [tip:perf/core] perf report: Add mem-mode documentation to report command, tip-bot for Don Zickus
- [tip:perf/core] perf tools: Prettify the tags/TAGS/ cscope targets output, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Update mmap2 interface with protection and flag bits, tip-bot for Don Zickus
- [tip:perf/core] perf script/python: Print array argument as string,
tip-bot for Namhyung Kim
- [tip:perf/core] tools lib traceevent: Added support for __get_bitmask() macro, tip-bot for Steven Rostedt (Red Hat)
- [tip:perf/core] tools lib traceevent: Add flag to not load event plugins, tip-bot for Steven Rostedt (Red Hat)
- [tip:perf/core] tools lib traceevent: Add options to plugins, tip-bot for Steven Rostedt
- [tip:x86/mm] x86/smep: Be more informative when signalling an SMEP fault, tip-bot for Jiri Kosina
- [tip:locking/urgent] rtmutex: Detect changes in the pi lock chain, tip-bot for Thomas Gleixner
- [tip:locking/urgent] rtmutex: Handle deadlock detection smarter, tip-bot for Thomas Gleixner
- [tip:x86/urgent] x86/boot: EFI_MIXED should not prohibit loading above 4G, tip-bot for Matt Fleming
- [tip:x86/vdso] x86, vdso: Use <tools/le_byteshift.h> for littleendian access,
tip-bot for H. Peter Anvin
- [tip:perf/core] perf: Differentiate exec() and non-exec() comm events, tip-bot for Adrian Hunter
- [tip:perf/core] perf: Fix perf_event_comm() vs. exec() assumption, tip-bot for Peter Zijlstra
- [tip:x86/urgent] x86/efi: Do not export efi runtime map in case old map, tip-bot for Dave Young
- [tip:x86/urgent] x86/smpboot: Initialize secondary CPU only if master CPU will wait for it, tip-bot for Igor Mammedov
- [tip:x86/urgent] x86/smpboot: Log error on secondary CPU wakeup failure at ERR level, tip-bot for Igor Mammedov
- [tip:x86/urgent] x86: Fix list/memory corruption on CPU hotplug, tip-bot for Igor Mammedov
- [tip:perf/core] uprobes/x86: Rename arch_uprobe->def to -> defparam, minor comment updates, tip-bot for Oleg Nesterov
- [tip:perf/core] perf tools: Add warning when disabling perl scripting support due to missing devel files, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Allow overriding sysfs and proc finding with env var, tip-bot for Cody P Schafer
- [tip:sched/urgent] sched: Fix sched_policy < 0 comparison, tip-bot for Richard Weinberger
- [tip:sched/urgent] sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabled, tip-bot for Steven Rostedt
- [tip:sched/urgent] sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock, tip-bot for Roman Gushchin
- [tip:sched/urgent] sched/dl: Fix race in dl_task_timer(), tip-bot for Kirill Tkhai
- [tip:locking/core] locking/rwsem: Support optimistic spinning, tip-bot for Davidlohr Bueso
- [tip:sched/core] sched/fair: Fix unlocked reads of some cfs_b-> quota/period, tip-bot for Ben Segall
- [tip:sched/core] sched/fair: Use time_after() in record_wakee(), tip-bot for Manuel Schölling
- [tip:sched/core] sched/balancing: Reduce the rate of needless idle load balancing, tip-bot for Tim Chen
- [tip:sched/core] sched/fair: Change "has_capacity" to " has_free_capacity", tip-bot for Nicolas Pitre
- [tip:sched/core] sched/fair: Disambiguate existing/remaining " capacity" usage, tip-bot for Nicolas Pitre
- [tip:sched/core] sched: Let 'struct sched_group_power' care about CPU capacity, tip-bot for Nicolas Pitre
- [tip:sched/core] sched/idle: Clear polling before descheduling the idle thread, tip-bot for Andy Lutomirski
- [tip:sched/core] sched/idle: Simplify wake_up_idle_cpu(), tip-bot for Andy Lutomirski
- [tip:perf/core] perf: Disable sampled events if no PMU interrupt, tip-bot for Vince Weaver
- [tip:perf/core] perf/x86: Use common PMU interrupt disabled code, tip-bot for Vince Weaver
- [tip:perf/core] perf/ARM: Use common PMU interrupt disabled code, tip-bot for Vince Weaver
- [tip:perf/core] uprobes: Shift ->readpage check from __copy_insn( ) to uprobe_register(),
tip-bot for Oleg Nesterov
- [tip:perf/core] uprobes: Teach copy_insn() to support tmpfs,
tip-bot for Oleg Nesterov
- [tip:perf/core] perf: Add new conditional branch filter ' PERF_SAMPLE_BRANCH_COND', tip-bot for Anshuman Khandual
- [tip:perf/core] perf/tool: Add conditional branch filter 'cond' to perf record, tip-bot for Anshuman Khandual
- [tip:x86/uv] x86/uv: Update the UV3 TLB shootdown logic, tip-bot for Cliff Wickman
- [tip:perf/core] perf/x86: Add conditional branch filtering support, tip-bot for Anshuman Khandual
- [tip:sched/core] sched/deadline: Delete extraneous extern for to_ratio(), tip-bot for Paul Gortmaker
- [tip:perf/core] perf/documentation: Add description for conditional branch filter, tip-bot for Anshuman Khandual
- [tip:locking/core] locking/mutexes: Documentation update/rewrite, tip-bot for Davidlohr Bueso
- [tip:perf/core] perf: Fix use after free in perf_remove_from_context(), tip-bot for Peter Zijlstra
- [tip:sched/core] sched, trace: Add a tracepoint for IPI-less remote wakeups, tip-bot for Andy Lutomirski
- [tip:sched/core] sched/idle: Optimize try-to-wake-up IPI, tip-bot for Peter Zijlstra
- [tip:sched/core] sched: Rename capacity related flags, tip-bot for Nicolas Pitre
- [tip:sched/core] sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...), tip-bot for Giedrius Rekasius
- [tip:sched/core] cpuidle: Set polling in poll_idle, tip-bot for Andy Lutomirski
- [tip:sched/core] sched: Final power vs. capacity cleanups, tip-bot for Nicolas Pitre
- [tip:sched/core] sched: Remove remaining dubious usage of "power", tip-bot for Nicolas Pitre
- [tip:sched/core] sched/fair: Remove "power" from ' struct numa_stats', tip-bot for Nicolas Pitre
- [tip:perf/core] perf tools: Remove elide setup for SORT_MODE__MEMORY mode, tip-bot for Jiri Olsa
- [tip:locking/core] locking/rwsem: Fix checkpatch.pl warnings, tip-bot for Andrew Morton
- [tip:perf/core] perf tools: Move elide bool into perf_hpp_fmt struct, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Fix "==" into "=" in ui_browser__warning assignment, tip-bot for zhangdianfang
- [tip:perf/core] perf record: Fix poll return value propagation, tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Fix 'make help' message error, tip-bot for Jianyu Zhan
- [tip:perf/core] perf trace: Warn the user when not available, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Consider header files outside perf directory in tags target, tip-bot for Sebastian Andrzej Siewior
- [tip:tools/kvm] kvm tools: Return number of bytes written by term_putc, tip-bot for Andreas Herrmann
- [tip:tools/kvm] kvm tools: Modify term_putc to write more than one char, tip-bot for David Daney
- [tip:perf/urgent] perf probe: Fix a segfault if asked for variable it doesn't find, tip-bot for Masami Hiramatsu
- [tip:tools/kvm] kvm tools, mips: Add support for loading elf binaries, tip-bot for David Daney
- [tip:perf/urgent] perf probe: Fix perf probe to find correct variable DIE, tip-bot for Masami Hiramatsu
- [tip:tools/kvm] kvm tools: Handle virtio/pci I/ O space as little endian, tip-bot for David Daney
- [tip:tools/kvm] kvm tools, mips: Enable build of mips support, tip-bot for David Daney
- [tip:tools/kvm] kvm tools: Provide per arch macro to specify type for KVM_CREATE_VM, tip-bot for Andreas Herrmann
- [tip:tools/kvm] kvm tools, mips: Add MIPS support, tip-bot for David Daney
- [tip:tools/kvm] kvm tools: Introduce weak (default) load_bzimage function, tip-bot for Andreas Herrmann
- [tip:tools/kvm] kvm tools: Allow to load ELF binary, tip-bot for Andreas Herrmann
- [tip:tools/kvm] kvm tools: Move definition of TERM_MAX_DEVS to header, tip-bot for Andreas Herrmann
- [tip:tools/kvm] kvm tools: Fix print format warnings, tip-bot for Andreas Herrmann
- [tip:tools/kvm] kvm tools: Print message on failure of KVM_CREATE_VM, tip-bot for David Daney
- [tip:tools/kvm] kvmtool: virtio: pass trapped vcpu to IO accessors, tip-bot for Marc Zyngier
- [tip:x86/efi] x86/efi: Check for unsafe dealing with FPU state in irq ctxt,
tip-bot for Borislav Petkov
- [tip:x86/build] x86, build: Change code16gcc.h from a C header to an assembly header, tip-bot for H. Peter Anvin
- [tip:x86/urgent] x86: irq: Get correct available vectors for cpu disable, tip-bot for Yinghai Lu
- [tip:perf/core] perf tools: Introduce struct hist_entry_iter, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists: Add support for accumulated stat of hist entry, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists: Check if accumulated when adding a hist entry, tip-bot for Namhyung Kim
- [tip:perf/core] perf hists: Accumulate hist entry stat based on the callchain, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Update cpumode for each cumulative entry, tip-bot for Namhyung Kim
- [tip:perf/core] perf report: Cache cumulative callchains, tip-bot for Namhyung Kim
- [tip:perf/core] perf callchain: Add callchain_cursor_snapshot(), tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Save callchain info for each cumulative entry, tip-bot for Namhyung Kim
- [tip:perf/core] perf ui/hist: Add support to accumulated hist stat, tip-bot for Namhyung Kim
- [tip:perf/core] perf ui/gtk: Add support to accumulated hist stat, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Apply percent-limit to cumulative percentage, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Add more hpp helper functions, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Add callback function to hist_entry_iter, tip-bot for Namhyung Kim
- [tip:perf/core] perf top: Convert to hist_entry_iter, tip-bot for Namhyung Kim
- [tip:perf/core] perf top: Add --children option, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Enable --children option by default, tip-bot for Namhyung Kim
- [tip:perf/core] perf ui/stdio: Fix invalid percentage value of cumulated hist entries, tip-bot for Namhyung Kim
- [tip:perf/core] perf ui/gtk: Fix callchain display, tip-bot for Namhyung Kim
- [tip:perf/core] perf tests: Define and use symbolic names for fake symbols, tip-bot for Namhyung Kim
- [tip:perf/core] perf tests: Add a test case for cumulating callchains, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Reset output/sort order to default, tip-bot for Namhyung Kim
- [tip:perf/core] perf top: Add top.children config option, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Do not auto-remove Children column if --fields given, tip-bot for Namhyung Kim
- [tip:perf/core] perf report: Add report.children config option, tip-bot for Namhyung Kim
- [tip:perf/core] perf report: Add --children option, tip-bot for Namhyung Kim
- [tip:perf/core] perf ui/browser: Add support to accumulated hist stat, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Introduce hists__inc_nr_samples(), tip-bot for Namhyung Kim
- [tip:x86/xsave] x86/xsaves: Clean up code in xstate offsets computation in xsave area, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsave: Make it clear that the XSAVE macros use (%edi)/(%rdi), tip-bot for H. Peter Anvin
- [tip:x86/xsave] x86/cpufeature.h: Reformat x86 feature macros, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/alternative: Add alternative_input_2 to support alternative with two features and input, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Define macros for xsave instructions, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Use xsaves/ xrstors to save and restore xsave area, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Clear reserved bits in xsave header, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Add xsaves and xrstors support for booting time, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Enable xsaves/xrstors, tip-bot for Fenghua Yu
- [tip:x86/xsave] Define kernel API to get address of each state in xsave area, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Save xstate to task' s xsave area in __save_fpu during booting time, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_buf, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Use xsaves/xrstors for context switch, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Use xsave/ xrstor for saving and restoring user space context, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Define a macro for handling xsave/ xrstor instruction fault, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Change compacted format xsave area header, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstors, tip-bot for Fenghua Yu
- [tip:x86/xsave] x86/xsaves: Detect xsaves/xrstors feature, tip-bot for Fenghua Yu
- [tip:x86/platform] x86, iosf: Add Quark X1000 PCI ID, tip-bot for Ong Boon Leong
- [tip:x86/platform] x86, iosf: Add PCI ID macros for better readability, tip-bot for Ong Boon Leong
- [tip:x86/platform] x86, iosf: Added Quark MBI identifiers, tip-bot for Ong Boon Leong
- [tip:x86/platform] x86, iosf: Make IOSF driver modular and usable by more drivers, tip-bot for David E. Box
- [tip:core/urgent] rtmutex: Fix deadlock detector for real, tip-bot for Thomas Gleixner
- [tip:arm64/efi] arm64: efi: only attempt efi map setup if booting via EFI, tip-bot for Leif Lindholm
- [tip:irq/core] Documentation: brcmstb-l2: Add Broadcom STB Level-2 interrupt controller binding, tip-bot for Florian Fainelli
- [tip:irq/core] irqchip: armada-370-xp: Move the devicetree binding documentation, tip-bot for Ezequiel Garcia
- [tip:irq/core] irqchip: brcmstb-l2: Add Broadcom Set Top Box Level-2 interrupt controller, tip-bot for Florian Fainelli
- [tip:irq/core] irqchip: gic: Use mask field in GICC_IAR, tip-bot for Haojian Zhuang
- [tip:irq/core] genirq: Improve documentation to match current implementation, tip-bot for Jiang Liu
- [tip:timers/core] clocksource: Add Freescale FlexTimer Module ( FTM) timer support, tip-bot for Xiubo Li
- [tip:timers/core] ARM: dts: vf610: Add Freescale FlexTimer Module timer node., tip-bot for Xiubo Li
- [tip:timers/core] clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation, tip-bot for Xiubo Li
- [tip:timers/core] clocksource: sh_tmu: Remove unnecessary OOM messages, tip-bot for Jingoo Han
- [tip:timers/core] clocksource: sh_mtu2: Remove unnecessary OOM messages, tip-bot for Jingoo Han
- [tip:timers/core] clocksource: sh_cmt: Remove unnecessary OOM messages, tip-bot for Jingoo Han
- [tip:timers/core] clocksource: qcom: Implement read_current_timer for udelay, tip-bot for Stephen Boyd
- [tip:timers/core] clocksource: em_sti: Remove unnecessary OOM messages, tip-bot for Jingoo Han
- [tip:timers/core] clocksource: dw_apb_timer_of: Do not trace read_sched_clock, tip-bot for Yang Wei
- [tip:timers/core] clocksource: Fix clocksource_mmio_readX_down, tip-bot for Xiubo Li
- [tip:timers/core] clocksource: Fix type confusion for clocksource_mmio_readX_Y, tip-bot for Xiubo Li
- [tip:timers/core] clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case, tip-bot for Laurent Pinchart
- [tip:timers/core] ARM: sun6i: a31: Add support for the High Speed Timers, tip-bot for Maxime Ripard
- [tip:timers/core] clocksource: sun5i: Add support for reset controller, tip-bot for Maxime Ripard
- [tip:timers/core] clocksource: efm32: use $vendor, $device scheme for compatible string, tip-bot for Uwe Kleine-König
- [tip:timers/core] KConfig: Vexpress: build the ARM_GLOBAL_TIMER with vexpress platform, tip-bot for Matthew Leach
- [tip:timers/core] dts: ca5: add the global timer for the A5, tip-bot for Matthew Leach
- [tip:timers/core] documentaion: DT: allow a A5 compatible string in global timer, tip-bot for Matthew Leach
- [tip:timers/core] clocksource: arm_global_timer: Only check for unusable timer on A9, tip-bot for Matthew Leach
- [tip:timers/core] clocksource: sh_mtu2: Sort headers alphabetically, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Remove FSF mail address from GPL notice, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Rename clock to "fck" in the non-legacy case, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Add support for multiple channels per device, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Set cpumask to cpu_possible_mask, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Replace hardcoded register values with macros, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Allocate channels dynamically, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Replace kmalloc + memset with kzalloc, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Add index to struct sh_mtu2_channel, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structure, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Constify name argument to sh_mtu2_register(), tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Split channel setup to separate function, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_device, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Split channel fields from sh_mtu2_priv, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Split channel fields from sh_cmt_priv, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variables, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_mtu2: Use request_irq() instead of setup_irq(), tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Add index to struct sh_cmt_channel, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Sort headers alphabetically, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Remove FSF mail address from GPL notice, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Rename clock to "fck" in the non-legacy case, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Add support for multiple channels per device, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Replace kmalloc + memset with kzalloc, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Replace hardcoded register values with macros, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Allocate channels dynamically, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Allocate channels dynamically, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Replace kmalloc + memset with kzalloc, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Add index to struct sh_tmu_channel, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Add memory base to sh_tmu_channel structure, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Constify name argument to sh_tmu_register(), tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Set cpumask to cpu_possible_mask, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Split channel setup to separate function, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_device, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Split channel fields from sh_tmu_priv, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_tmu: Use request_irq() instead of setup_irq(), tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Hardcode CMT clock source rating to 125, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Request IRQ for clock event device only, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Sort headers alphabetically, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Remove FSF mail address from GPL notice, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Add support for multiple channels per device, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Hardcode CMT clock event rating to 125, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Replace hardcoded register values with macros, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Split static information from sh_cmt_device, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Add memory base to sh_cmt_channel structure, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Constify name argument to sh_cmt_register(), tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Rename mapbase/ mapbase_str to mapbase_ch/mapbase, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Split channel setup to separate function, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device, tip-bot for Laurent Pinchart
- [tip:timers/core] clocksource: sh_cmt: Use request_irq() instead of setup_irq(), tip-bot for Laurent Pinchart
- [tip:irq/core] ARM: iop13xx: fix msi support with sparse IRQ, tip-bot for Arnd Bergmann
- [tip:timers/core] ntp: Make is_error_status() use its argument, tip-bot for George Spelvin
- [tip:timers/core] ntp: Convert simple_strtol to kstrtol, tip-bot for Fabian Frederick
- [tip:timers/core] sched_clock: Remove deprecated setup_sched_clock() API, tip-bot for Stephen Boyd
- [tip:timers/urgent] clocksource: tcb_clksrc: Make tc_mode interrupt safe, tip-bot for David Jander
- [tip:timers/urgent] clocksource: marco: Fix the affinity set for local timer of CPU1, tip-bot for Zhiwu Song
- [tip:perf/core] perf tools: Convert sort entries to hpp formats, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Use hpp formats to sort hist entries, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Support event grouping in hpp ->sort( ), tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Use hpp formats to sort final output, tip-bot for Namhyung Kim
- [tip:perf/core] perf ui: Get rid of callback from __hpp__fmt(), tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Allow hpp fields to be sort keys, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Consolidate management of default sort orders, tip-bot for Namhyung Kim
- [tip:sched/core] sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINE, tip-bot for Peter Zijlstra
- [tip:sched/core] metag: Remove TIF_POLLING_NRFLAG, tip-bot for James Hogan
- [tip:sched/core] sched/numa: Fix initialization of sched_domain_topology for NUMA, tip-bot for Vincent Guittot
- [tip:sched/core] sched: Fix the rq-> next_balance logic in rebalance_domains() and idle_balance(), tip-bot for Jason Low
- [tip:sched/core] sched/numa: Allow task switch if load imbalance improves, tip-bot for Rik van Riel
- [tip:sched/core] sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match the current upstream code, tip-bot for xiaofeng.yan
- [tip:sched/core] sched/numa: Update migrate_improves/ degrades_locality(), tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Decay -> wakee_flips instead of zeroing, tip-bot for Rik van Riel
- [tip:sched/core] sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit () and rlimit_to_nice(), tip-bot for Dongsheng Yang
- [tip:sched/core] sched, nohz: Change rq-> nr_running to always use wrappers, tip-bot for Kirill Tkhai
- [tip:sched/core] sched: Call select_idle_sibling() when not affine_sd, tip-bot for Rik van Riel
- [tip:sched/core] sched: Do not zero sg->cpumask and sg->sgp-> power in build_sched_groups(), tip-bot for Dietmar Eggemann
- [tip:sched/core] sched: Use clamp() and clamp_val() to make sys_nice() more readable, tip-bot for Dongsheng Yang
- [tip:sched/core] arm64: Remove TIF_POLLING_NRFLAG, tip-bot for Peter Zijlstra
- [tip:sched/core] sched: Fix hotplug vs. set_cpus_allowed_ptr(),
tip-bot for Lai Jiangshan
- [tip:perf/core] perf tools: Call perf_hpp__init() before setting up GUI browsers, tip-bot for Namhyung Kim
- [tip:perf/core] perf report/tui: Fix a bug when --fields/ sort is given, tip-bot for Namhyung Kim
- [tip:perf/core] perf top: Add --fields option to specify output fields, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Skip elided sort entries, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Get rid of obsolete hist_entry__sort_list, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Add automatic remapping of Android libraries, tip-bot for Michael Lentine
- [tip:perf/core] perf tools: Add cat as fallback pager, tip-bot for Michael Lentine
- [tip:perf/core] perf tests: Add a testcase for histogram output sorting, tip-bot for Namhyung Kim
- [tip:perf/core] perf tests: Factor out print_hists_*(), tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Introduce reset_output_field(), tip-bot for Namhyung Kim
- [tip:perf/core] perf hists: Reset width of output fields with header length, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Add ->sort() member to struct sort_entry, tip-bot for Namhyung Kim
- [tip:perf/core] perf report: Add -F option to specify output fields, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Consolidate output field handling to hpp format routines, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Add ->cmp(), ->collapse() and ->sort( ) to perf_hpp_fmt, tip-bot for Namhyung Kim
- [tip:tools/kvm] kvmtool: virtio: enable arm/ arm64 support for bi-endianness, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: convert net backend to support bi-endianness, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: convert blk backend to support bi-endianness, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: convert 9p backend to support bi-endianness, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: convert console backend to support bi-endianness, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: add queue endianness initializer, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: sample CPU endianness on virtio-mmio device reset, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: virt_queue configuration based on endianness, tip-bot for Marc Zyngier
- [tip:core/rcu] torture: Use elapsed time to detect hangs, tip-bot for Paul E. McKenney
- [tip:tools/kvm] kvmtool: pass trapped vcpu to MMIO accessors, tip-bot for Marc Zyngier
- [tip:core/rcu] rcu: Provide API to suppress stall warnings while sysrc runs, tip-bot for Rik van Riel
- [tip:core/rcu] rcu: Variable name changed in tree_plugin.h and used in tree.c, tip-bot for Uma Sharma
- [tip:core/rcu] torture: Remove unused definition, tip-bot for Pranith Kumar
- [tip:core/rcu] torture: Remove __init from torture_init_begin/end, tip-bot for Pranith Kumar
- [tip:core/rcu] torture: Check for multiple concurrent torture tests, tip-bot for Paul E. McKenney
- [tip:core/rcu] locktorture: Remove reference to nonexistent Kconfig parameter, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Run rcu_torture_writer at normal priority, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Note diffs from git commits, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Add missing destroy_timer_on_stack(), tip-bot for Thomas Gleixner
- [tip:core/rcu] rcutorture: Explicitly test synchronous grace-period primitives, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Add tests for get_state_synchronize_rcu(), tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Test RCU-sched primitives in TREE_PREEMPT_RCU kernels, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Check for rcu_torture_fqs creation errors, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Better summary diagnostics for build failures, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Notice if an all-zero cpumask is passed inside a critical section, tip-bot for Iulia Manda
- [tip:core/rcu] rcutorture: Make rcu_torture_reader() use cond_resched(), tip-bot for Paul E. McKenney
- [tip:core/rcu] sched,rcu: Make cond_resched() report RCU quiescent states, tip-bot for Paul E. McKenney
- [tip:core/rcu] percpu: Fix raw_cpu_inc_return(), tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Export RCU grace-period kthread wait state to rcutorture, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Dump ftrace buffer when the RCU grace period stalls, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Add tracing-enabled variant of TREE02, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Choose bzImage location based on architecture, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Permit multi-word qemu and boot arguments, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Increase stutter-end intensity, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Report diagnostics from qemu, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Include "Stopping" string to torture_kthread_stopping(), tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Print negatives for SRCU counter wraparound, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Make "--dryrun script" use same environment as normal run, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Make "--dryrun script" output self-sufficient, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Mark function as static in kernel/rcu/ torture.c, tip-bot for Rashika Kheria
- [tip:core/rcu] torture: Make config-fragment filtering RCU-independent, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Rename RCU_QEMU_CMD to TORTURE_QEMU_CMD, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARG, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Rename RCU_QEMU_MAC to TORTURE_QEMU_MAC, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVE, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLY, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Rename RCU_BOOTARGS to TORTURE_BOOTARGS, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Rename RCU_KMAKE_ARG to TORTURE_KMAKE_ARG, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcutorture: Add forward-progress checking for writer, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Allow variations of "defconfig" to be specified, tip-bot for Paul E. McKenney
- [tip:perf/uprobes] uprobes/x86: Fix the wrong -> si_addr when xol triggers a trap, tip-bot for Oleg Nesterov
- [tip:perf/uprobes] x86/traps: Kill DO_ERROR_INFO(), tip-bot for Oleg Nesterov
- [tip:perf/uprobes] x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap(), tip-bot for Oleg Nesterov
- [tip:perf/uprobes] x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO(), tip-bot for Oleg Nesterov
- [tip:perf/uprobes] x86/traps: Introduce do_error_trap(), tip-bot for Oleg Nesterov
- [tip:perf/uprobes] x86/traps: Use SEND_SIG_PRIV instead of force_sig(), tip-bot for Oleg Nesterov
- [tip:perf/uprobes] x86/traps: Make math_error() static, tip-bot for Oleg Nesterov
- [tip:perf/uprobes] uprobes/x86: Fix scratch register selection for rip-relative fixups, tip-bot for Denys Vlasenko
- [tip:perf/uprobes] uprobes/x86: Simplify rip-relative handling, tip-bot for Denys Vlasenko
- [tip:perf/uprobes] uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode(), tip-bot for Oleg Nesterov
- [tip:core/rcu] torture: Intensify locking test, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Rename RCU_INITRD to TORTURE_INITRD, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Make parse-rcutorture.sh less RCU-specific, tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Add batch headers "--dryrun sched", tip-bot for Paul E. McKenney
- [tip:core/rcu] torture: Remove obsolete builddir options, tip-bot for Paul E. McKenney
- [tip:sched/core] PM / suspend: Always use deepest C-state in the "freeze" sleep state, tip-bot for Rafael J. Wysocki
- [tip:sched/core] cpuidle / menu: move repeated correction factor check to init, tip-bot for Chander Kashyap
- [tip:sched/core] cpuidle / menu: Return (-1) if there are no suitable states, tip-bot for Rafael J. Wysocki
- [tip:sched/core] cpuidle: Combine cpuidle_enabled() with cpuidle_select(), tip-bot for Rafael J. Wysocki
- [tip:core/rcu] softirq: A single rcu_bh_qs() call per softirq set is enough, tip-bot for Eric Dumazet
- [tip:core/rcu] rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr(), tip-bot for Christoph Lameter
- [tip:core/rcu] rcu: Remove duplicate resched_cpu() declaration, tip-bot for Pranith Kumar
- [tip:core/rcu] rcu: Make large and small sysidle systems use same state machine, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Bind RCU grace-period kthreads if NO_HZ_FULL, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Document RCU_INIT_POINTER()' s lack of ordering guarantees, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state(), tip-bot for Andreea-Cristina Bernat
- [tip:core/rcu] rcu: Consolidate kfree_call_rcu() to use rcu_state pointer, tip-bot for Andreea-Cristina Bernat
- [tip:core/rcu] rcu: Replace NR_CPUS with nr_cpu_ids, tip-bot for Himangi Saraogi
- [tip:core/rcu] rcu: Make callers awaken grace-period kthread, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Add event tracing to dyntick_save_progress_counter()., tip-bot for Andreea-Cristina Bernat
- [tip:core/rcu] rcu: Protect uses of -> jiffies_stall with ACCESS_ONCE(), tip-bot for Himangi Saraogi
- [tip:core/rcu] rcu: Remove "extern" from function declaration in include/linux/rcupdate.h, tip-bot for Iulia Manda
- [tip:core/rcu] rcu: Protect uses of jiffies_stall field with ACCESS_ONCE(), tip-bot for Iulia Manda
- [tip:core/rcu] rcu: Remove unused rcu_data structure field, tip-bot for Iulia Manda
- [tip:core/rcu] rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUs, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Print negatives for stall-warning counter wraparound, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Fix incorrect notes for code, tip-bot for Liu Ping Fan
- [tip:core/rcu] rcu: Protect ->gp_flags accesses with ACCESS_ONCE( ), tip-bot for Paul E. McKenney
- [tip:core/rcu] documentation: Update API documentation, tip-bot for Paul E. McKenney
- [tip:core/rcu] documentation: Record rcu_dereference() value mishandling, tip-bot for Paul E. McKenney
- [tip:core/rcu] documentation: Update sysfs path for rcu_cpu_stall_suppress, tip-bot for Paul E. McKenney
- [tip:tools/kvm] kvmtool: allow the TAP interface to be specified on the command line, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: Fix handling of POLLHUP when --tty is used, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: ARM: pass MADV_HUGEPAGE to madvise, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvmtool: ARM: force alignment of memory for THP, tip-bot for Marc Zyngier
- [tip:tools/kvm] kvm tools: ARM: allow potential relocation of IO port, tip-bot for Will Deacon
- [tip:tools/kvm] kvm tools: ARM: bring generated pci FDT node in-line with kernel binding, tip-bot for Will Deacon
- [tip:x86/asm] x86_64, entry: Merge paranoidzeroentry_ist into idtentry, tip-bot for Andy Lutomirski
- [tip:x86/asm] x86_64, entry: Merge most 64-bit asm entry macros, tip-bot for Andy Lutomirski
- [tip:x86/asm] x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotations, tip-bot for Andy Lutomirski
- [tip:x86/vdso] x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET, tip-bot for Andy Lutomirski
- [tip:x86/vdso] x86, mm: Replace arch_vma_name with vm_ops-> name for vsyscalls, tip-bot for Andy Lutomirski
- [tip:x86/urgent] x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET, tip-bot for Andy Lutomirski
- [tip:x86/vdso] x86, mm: Improve _install_special_mapping and fix x86 vdso naming, tip-bot for Andy Lutomirski
- [tip:x86/vdso] mm, fs: Add vm_ops-> name as an alternative to arch_vma_name, tip-bot for Andy Lutomirski
- [tip:x86/vdso] Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option",
tip-bot for H. Peter Anvin
- [tip:perf/core] perf sched: Remove nr_state_machine_bugs in perf latency, tip-bot for Dongsheng Yang
- [tip:perf/core] perf session: Fix possible null pointer dereference in session.c, tip-bot for Masanari Iida
- [tip:perf/core] perf tests: Introduce perf_regs_load function on ARM, tip-bot for Jean Pihet
- [tip:perf/core] perf tools: Add libdw DWARF post unwind support for ARM, tip-bot for Jean Pihet
- [tip:perf/core] perf tests: Add dwarf unwind test on ARM, tip-bot for Jean Pihet
- [tip:perf/core] perf tools: Consolidate types.h for ARM and ARM64, tip-bot for Jean Pihet
- [tip:perf/core] perf tools: Remove usage of trace_sched_wakeup( .success), tip-bot for Peter Zijlstra
- [tip:perf/core] perf sched: Cleanup, remove unused variables in map_switch_event(), tip-bot for Dongsheng Yang
- [tip:x86/microcode] x86, microcode: Add a disable chicken bit, tip-bot for Borislav Petkov
- [tip:x86/microcode] x86, boot: Carve out early cmdline parsing function, tip-bot for Borislav Petkov
- [tip:irq/core] genirq: Provide !SMP stub for irq_set_affinity_notifier(), tip-bot for Eyal Perry
- [tip:arm64/efi] efi/arm64: ignore dtb= when UEFI SecureBoot is enabled, tip-bot for Ard Biesheuvel
- [tip:arm64/efi] doc: arm64: add description of EFI stub support, tip-bot for Mark Salter
- [tip:arm64/efi] arm64: efi: add EFI stub, tip-bot for Mark Salter
- [tip:arm64/efi] doc: arm: add UEFI support documentation, tip-bot for Leif Lindholm
- [tip:arm64/efi] arm64: add EFI runtime services, tip-bot for Mark Salter
- [tip:arm64/efi] efi: Add shared FDT related functions for ARM/ ARM64, tip-bot for Roy Franz
- [tip:arm64/efi] arm64: Add function to create identity mappings, tip-bot for Mark Salter
- [tip:arm64/efi] efi: add helper function to get UEFI params from FDT, tip-bot for Mark Salter
- [tip:arm64/efi] lib: add fdt_empty_tree.c, tip-bot for Mark Salter
- [tip:arm64/efi] doc: efi-stub.txt updates for ARM, tip-bot for Roy Franz
- [tip:sched/core] sched: Make sched_setattr() correctly return -EFBIG,
tip-bot for Michael Kerrisk
- [tip:sched/core] sched: Disallow sched_attr::sched_policy < 0,
tip-bot for Peter Zijlstra
- [tip:sched/core] peter_zijlstra-sched-change_sched_getparam_behaviour_vs_sched_deadline, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/cpupri: Replace NR_CPUS arrays, tip-bot for Peter Zijlstra
- [tip:sched/core] sched: Fix hotplug vs set_cpus_allowed_ptr(), tip-bot for Lai Jiangshan
- [tip:sched/core] sched: Simplify return logic in sched_copy_attr( ),
tip-bot for Michael Kerrisk
- [tip:sched/core] sched: Fix exec_start/task_hot on migrated tasks,
tip-bot for Ben Segall
- [tip:sched/core] sched: Fix initialization of sched_domain_topology for NUMA, tip-bot for Vincent Guittot
- [tip:sched/core] sched: Allow wait_on_bit_action functions to support a timeout, tip-bot for NeilBrown
- [tip:sched/core] sched: Do not zero sg->cpumask and sg->sgp-> power in build_sched_groups, tip-bot for Dietmar Eggemann
- [tip:sched/core] sched: Remove proliferation of wait_on_bit action functions., tip-bot for NeilBrown
- [tip:sched/core] sched: Fix next_balance logic in rebalance_domains() and idle_balance(), tip-bot for Jason Low
- [tip:sched/core] sched/prio: Add two inline function named nice_to_rlimit() and rlimit_to_nice() in prio.h., tip-bot for Dongsheng Yang
- [tip:sched/core] sched: Initialize rq-> age_stamp on processor start,
tip-bot for Corey Minyard
- [tip:locking/core] locking: Introduce qrwlock, tip-bot for Waiman Long
- [tip:locking/core] x86,locking: Enable qrwlock, tip-bot for Waiman Long
- [tip:locking/core] rwsem: Support optimistic spinning,
tip-bot for Davidlohr Bueso
- [tip:sched/core] sched/rt: Fix a comment in struct sched_dl_entity, tip-bot for xiaofeng.yan
- [tip:sched/core] sched/rt: Fix a comment in deadline.c, tip-bot for xiaofeng.yan
- [tip:sched/core] sched,numa: Update migrate_improves/ degrades_locality, tip-bot for Rik van Riel
- [tip:sched/core] sched,numa: Decay wakee_flips instead of zeroing, tip-bot for Rik van Riel
- [tip:sched/core] sched,numa: Allow task switch if load imbalance improves, tip-bot for Rik van Riel
- [tip:sched/core] sched: Remove all open implementation of nice_to_rlimit()/rlimit_to_nice()., tip-bot for Dongsheng Yang
- [tip:sched/core] sched,nohz: Change rq-> nr_running always using wrappers, tip-bot for Kirill Tkhai
- [tip:sched/core] sched: Use clamp() and clamp_val() to make it more readable., tip-bot for Dongsheng Yang
- [tip:sched/core] sched: call select_idle_sibling when not affine_sd, tip-bot for Rik van Riel
- [tip:sched/core] sched: Simplify return logic in sched_read_attr( ),
tip-bot for Michael Kerrisk
- [tip:sched/core] sched/deadline: Restrict user params max value to 2^63 ns,
tip-bot for Juri Lelli
- [tip:sched/core] sched/cpudl: Replace NR_CPUS arrays, tip-bot for Peter Zijlstra
- [tip:sched/arch] arm64: Remove TIF_POLLING_NRFLAG, tip-bot for Peter Zijlstra
- [tip:sched/arch] metag: Remove TIF_POLLING_NRFLAG, tip-bot for James Hogan
- [tip:perf/core] perf: Fix perf_event_open(.flags) test, tip-bot for Peter Zijlstra
- [tip:perf/core] fix Haswell precise store data source encoding, tip-bot for Stephane Eranian
- [tip:perf/core] perf/events/core: Drop unused variable after cleanup, tip-bot for Borislav Petkov
- [tip:perf/urgent] perf: Fix a race between ring_buffer_detach() and ring_buffer_attach(), tip-bot for Peter Zijlstra
- [tip:perf/urgent] perf: Prevent false warning in perf_swevent_add, tip-bot for Jiri Olsa
- [tip:perf/urgent] perf: Limit perf_event_attr:: sample_period to 63 bits, tip-bot for Peter Zijlstra
- [tip:core/urgent] futex: Prevent attaching to kernel threads, tip-bot for Thomas Gleixner
- [tip:core/urgent] futex: Add another early deadlock detection check, tip-bot for Thomas Gleixner
- [tip:irq/core] genirq: Provide generic hwirq allocation facility, tip-bot for Thomas Gleixner
- [tip:irq/core] x86: irq_remapping: Use irq_alloc/free_hwirq(), tip-bot for Thomas Gleixner
- [tip:irq/core] x86: hpet: Use irq_alloc/free_hwirq(), tip-bot for Thomas Gleixner
- [tip:irq/core] x86: uv: Use irq_alloc/free_hwirq(), tip-bot for Thomas Gleixner
- [tip:irq/core] x86: ioapic: Use irq_alloc/free_hwirq(), tip-bot for Thomas Gleixner
- [tip:irq/core] x86: Get rid of get_nr_irqs_gsi(), tip-bot for Thomas Gleixner
- [tip:irq/core] iommu: smar: Fix return value check of create_irq( ), tip-bot for Thomas Gleixner
- [tip:irq/core] iommu: dmar: Provide arch specific irq allocation, tip-bot for Thomas Gleixner
- [tip:irq/core] tile: Implement irq_alloc/free_hwirq() for migration, tip-bot for Thomas Gleixner
- [tip:irq/core] tile: usb: Use irq_alloc/free_hwirq, tip-bot for Thomas Gleixner
- [tip:irq/core] tile: net: Use irq_alloc/free_hwirq, tip-bot for Thomas Gleixner
- [tip:irq/core] tile: hvc: Use irq_alloc/free_hwirq, tip-bot for Thomas Gleixner
- [tip:irq/core] tile: Use SPARSE_IRQ, tip-bot for Thomas Gleixner
- [tip:irq/core] tile: pci: Use irq_alloc/free_hwirq(), tip-bot for Thomas Gleixner
- [tip:irq/core] genirq: Make create/destroy_irq() ia64 private, tip-bot for Thomas Gleixner
- [tip:irq/core] x86, irq: Remove pointless irq_reserve_irqs() call, tip-bot for Thomas Gleixner
- [tip:irq/core] sh: intc: Remove pointless irq_reserve_irqs() invocation, tip-bot for Thomas Gleixner
- [tip:irq/core] s390: pci: Check return value of alloc_irq_desc() proper, tip-bot for Thomas Gleixner
- [tip:irq/core] s390: Remove pointless arch_show_interrupts(), tip-bot for Thomas Gleixner
- [tip:irq/core] s390: Avoid call to irq_reserve_irqs(), tip-bot for Thomas Gleixner
- [tip:irq/core] genirq: Remove irq_reserve_irq[s], tip-bot for Thomas Gleixner
- [tip:irq/core] genirq: Replace dynamic_irq_init/cleanup, tip-bot for Thomas Gleixner
- [tip:irq/core] ia64: Use irq_init_desc, tip-bot for Thomas Gleixner
- [tip:irq/core] genirq: Remove dynamic_irq mess, tip-bot for Thomas Gleixner
- [tip:irq/core] genirq: Replace reserve_irqs in core code, tip-bot for Thomas Gleixner
- [tip:irq/core] tile: serial: Use irq_alloc/free_hwirq, tip-bot for Thomas Gleixner
- [tip:irq/core] x86: Remove create/destroy_irq(), tip-bot for Thomas Gleixner
- [tip:irq/core] ia64: Remove unused check_irq_used(), tip-bot for Thomas Gleixner
- [tip:irq/core] x86: htirq: Use irq_alloc/free_irq(), tip-bot for Thomas Gleixner
- [tip:irq/core] mips: Kill pointless destroy_irq(), tip-bot for Thomas Gleixner
- [tip:irq/core] arm: iop13xx: Use sparse irqs for MSI, tip-bot for Thomas Gleixner
- [tip:irq/core] x86: Implement arch_setup/teardown_hwirq(), tip-bot for Thomas Gleixner
- [tip:x86/urgent] x86-64, modify_ldt: Make support for 16-bit segments a runtime option, tip-bot for Linus Torvalds
- [tip:x86/urgent] x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow(), tip-bot for Anthony Iliopoulos
- [tip:irq/urgent] MAINTAINERS: Add co-maintainer for drivers/ irqchip, tip-bot for Jason Cooper
- [tip:perf/core] perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space., tip-bot for Dongsheng
- [tip:perf/core] perf tools: Get rid of on_exit() feature test, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Use tid for finding thread, tip-bot for Namhyung Kim
- [tip:perf/core] perf record: Propagate exit status of a command line workload, tip-bot for Namhyung Kim
- [tip:perf/core] perf tools: Clarify the output of perf sched map., tip-bot for Dongsheng
- [tip:perf/core] perf tools: Add missing event for perf sched record., tip-bot for Dongsheng
- [tip:timers/urgent] hrtimer: Set expiry time before switch_hrtimer_base(), tip-bot for Viresh Kumar
- [tip:x86/urgent] x86, rdrand: When nordrand is specified, disable RDSEED as well, tip-bot for H. Peter Anvin
- [tip:perf/urgent] tools/liblockdep: Build liblockdep from tools/ Makefile, tip-bot for S. Lockwood-Childs
- [tip:perf/urgent] tools/liblockdep: Remove all build files when doing make clean, tip-bot for Sasha Levin
- [tip:x86/urgent] x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro, tip-bot for Andres Freund
- [tip:x86/urgent] x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall(), tip-bot for Boris Ostrovsky
- [tip:x86/urgent] x86: Fix typo preventing msr_set/ clear_bit from having an effect, tip-bot for Andres Freund
- [tip:irq/core] irqchip: orion: Reverse irq handling priority, tip-bot for Sebastian Hesselbarth
- [tip:irq/core] irqchip: irq-armada-370-xp: Use cpu notifier to initialize secondary CPUs, tip-bot for Thomas Petazzoni
- [tip:irq/core] irqchip: irq-armada-370-xp: Do the set_smp_cross_call() in the driver, tip-bot for Thomas Petazzoni
- [tip:x86/boot] x86, boot: Remove misc.h inclusion from compressed /string.c, tip-bot for Vivek Goyal
- [tip:x86/boot] x86, boot: Do not include boot.h in string.c, tip-bot for Vivek Goyal
- [tip:perf/core] perf/x86/intel: Fix Silvermont' s event constraints, tip-bot for Yan, Zheng
- [tip:perf/core] perf: Fix race in removing an event, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/deadline: Fix sched_yield() behavior, tip-bot for Juri Lelli
- [tip:sched/core] sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check, tip-bot for Steven Rostedt (Red Hat)
- [tip:sched/core] sched: Sanitize irq accounting madness, tip-bot for Thomas Gleixner
- [tip:sched/core] sched, s390: Create a dedicated topology table, tip-bot for Vincent Guittot
- [tip:sched/core] mm/numa: Remove BUG_ON() in __handle_mm_fault(),
tip-bot for Rik van Riel
- [tip:sched/core] sched: Rework sched_domain topology definition,
tip-bot for Vincent Guittot
- [tip:sched/core] sched: Add a new SD_SHARE_POWERDOMAIN for sched_domain, tip-bot for Vincent Guittot
- [tip:perf/core] perf: Ensure consistent inherit state in groups, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/fair: Stop searching for tasks in newidle balance if there are runnable tasks, tip-bot for Jason Low
- [tip:sched/core] sched, powerpc: Create a dedicated topology table, tip-bot for Vincent Guittot
- [tip:perf/core] perf: Always destroy groups on exit, tip-bot for Peter Zijlstra
- [tip:perf/core] perf: Validate locking assumption, tip-bot for Peter Zijlstra
- [tip:perf/core] perf: Rework free paths, tip-bot for Peter Zijlstra
- [tip:perf/core] perf: Simplify perf_event_exit_task_context(), tip-bot for Peter Zijlstra
- [tip:sched/core] sched/idle, tile: Switch from TS_POLLING to TIF_POLLING_NRFLAG, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/idle, alpha: Switch from TS_POLLING to TIF_POLLING_NRFLAG, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/idle, ia64: Switch from TS_POLLING to TIF_POLLING_NRFLAG, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAG, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/idle: Remove TS_POLLING support, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/idle: Make cpuidle_idle_call() void, tip-bot for Rafael J. Wysocki
- [tip:sched/core] sched/idle: Avoid spurious wakeup IPIs, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/idle: Delay clearing the polling bit, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/idle: Reflow cpuidle_idle_call(),
tip-bot for Peter Zijlstra
- [tip:x86/urgent] x86/intel: Add quirk to disable HPET for the Baytrail platform, tip-bot for Feng Tang
- [tip:sched/core] sched, ARM: Create a dedicated scheduler topology table, tip-bot for Vincent Guittot
- [tip:x86/urgent] x86/hpet: Make boot_hpet_disable extern, tip-bot for Feng Tang
- [tip:sched/core] sched/numa: Do not set preferred_node on migration to a second choice node, tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Count pages on active node as local, tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Retry placement more frequently when misplaced, tip-bot for Rik van Riel
- [tip:sched/core] sched/numa: Initialize newidle balance stats in sd_numa_init(), tip-bot for Jason Low
- [tip:sched/core] sched: Fix updating rq-> max_idle_balance_cost and rq->next_balance in idle_balance(), tip-bot for Jason Low
- [tip:sched/core] sched: Skip double execution of pick_next_task_fair(), tip-bot for Peter Zijlstra
- [tip:sched/core] sched/deadline: Fix memory leak, tip-bot for Li Zefan
- [tip:perf/core] perf: Fix perf_event_init_context(), tip-bot for Peter Zijlstra
- [tip:x86/urgent] x86-64, build: Fix stack protector Makefile breakage with 32-bit userland, tip-bot for George Spelvin
- [tip:perf/kprobes] kprobes: Ensure blacklist data is aligned, tip-bot for Vineet Gupta
- [tip:x86/urgent] x86/reboot: Add reboot quirk for Certec BPC600, tip-bot for Christian Gmeiner
- [tip:irq/urgent] genirq: Provide irq_force_affinity fallback for non-SMP, tip-bot for Arnd Bergmann
- [tip:x86/urgent] asmlinkage, x86: Add explicit __visible to arch/ x86/*, tip-bot for Andi Kleen
- [tip:x86/urgent] asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*, tip-bot for Andi Kleen
- [tip:x86/urgent] asmlinkage: Revert "lto: Make asmlinkage __visible", tip-bot for Andi Kleen
- [tip:x86/urgent] x86, build: Don't get confused by local symbols, tip-bot for H. Peter Anvin
- [tip:x86/vdso] x86, vdso: Reimplement vdso.so preparation in build-time C,
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]