summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-27perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()David Ahern1-2/+0
2015-03-27time: Add ktime_get_tai_ns()Peter Zijlstra1-0/+5
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra2-0/+14
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra1-10/+15
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra2-24/+21
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra7-126/+126
2015-03-27perf/x86/intel: Add INST_RETIRED.ALL workaroundsAndi Kleen3-0/+37
2015-03-27perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+47
2015-03-27perf/x86/intel: Add new cache events table for HaswellAndi Kleen1-2/+192
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar1-51/+56
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson1-35/+68
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson1-1/+1
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson1-15/+25
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson1-35/+77
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson1-15/+11
2015-03-26tools lib traceevent: Zero should not be considered "not found" in eval_flag()Steven Rostedt1-5/+5
2015-03-26perf trace: Fix syscall enter formatting bugArnaldo Carvalho de Melo1-1/+1
2015-03-26perf tools: Set JOBS based on CPU or processorDavid Ahern1-1/+1
2015-03-26perf: Bump max number of cpus to 1024David Ahern1-1/+1
2015-03-26perf evlist: Return the first evsel with an invalid filter in apply_filters()Arnaldo Carvalho de Melo4-7/+11
2015-03-26perf timechart: Fix SIBGUS error on sparc64David Ahern1-1/+1
2015-03-26drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter1-0/+2
2015-03-26drm/i915: Fix atomic state when reusing the firmware fbDamien Lespiau1-2/+9
2015-03-26drm/i915: Keep ring->active_list and ring->requests_list consistentChris Wilson1-17/+21
2015-03-26mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman1-0/+1
2015-03-26mm: numa: slow PTE scan rate if migration failures occurMel Gorman4-8/+15
2015-03-26mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman3-6/+14
2015-03-26mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2-19/+13
2015-03-26hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-03-26MAINTAINERS: add Jan as DMI/SMBIOS support maintainerJean Delvare1-0/+7
2015-03-26fs/affs/file.c: unlock/release page on errorTaesoo Kim1-7/+12
2015-03-26mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott1-0/+1
2015-03-26mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland1-2/+4
2015-03-26mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-03-26MAINTAINERS: correct rtc armada38x pattern entryJoe Perches1-1/+1
2015-03-26mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi1-1/+8
2015-03-26mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2-3/+8
2015-03-26drivers/rtc/rtc-mrst: fix suspend/resumeLars-Peter Clausen1-8/+9
2015-03-26aoe: update aoe maintainer informationEd Cashin1-2/+2
2015-03-25s390/smp: reenable smt after resumeHeiko Carstens1-0/+11
2015-03-25drm/i915: Don't try to reference the fb in get_initial_plane_config()Damien Lespiau1-4/+3
2015-03-24arm64: percpu: Make this_cpu accessors pre-empt safeSteve Capper2-19/+57
2015-03-24perf tools: Add pid/tid filtering to report and script commandsDavid Ahern7-1/+67
2015-03-24perf diff: Add kallsyms optionDavid Ahern2-0/+5
2015-03-24tools lib traceevent: Add support for __print_array()Javi Merino4-0/+111
2015-03-24tools lib traceevent: Free filter tokens in process_filter()Steven Rostedt (Red Hat)1-0/+2
2015-03-24tools lib traceevent: Add way to find sub buffer boundarySteven Rostedt (Red Hat)2-0/+12
2015-03-24tools lib traceevent kbuffer: Remove extra update to data pointer in PADDINGSteven Rostedt (Red Hat)1-1/+0
2015-03-24tools lib traceevent: Make plugin options either string or booleanSteven Rostedt2-7/+59
2015-03-24tools lib traceevent: Add pevent_data_pid_from_comm()Steven Rostedt (Red Hat)2-0/+95