linux-2.6-microblaze.git
2019-08-29 Jiri Olsalibperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_even...
2019-08-29 Jiri Olsalibperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace...
2019-08-28 Jiri Olsalibperf: Add PERF_RECORD_ID_INDEX 'struct id_index_even...
2019-08-28 Jiri Olsalibperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_...
2019-08-28 Jiri Olsalibperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct...
2019-08-28 Jiri Olsalibperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct...
2019-08-28 Jiri Olsalibperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_upd...
2019-08-28 Jiri Olsalibperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event...
2019-08-28 Jiri Olsalibperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event...
2019-08-28 Namhyung Kimperf top: Fix event group with more than two events
2019-08-28 Namhyung Kimperf top: Decay all events in the evlist
2019-08-28 Arnaldo Carvalho... perf clang: Delete needless util-cxx.h header
2019-08-28 Arnaldo Carvalho... perf evlist: Remove needless util.h from evlist.h
2019-08-28 Arnaldo Carvalho... perf tools: Remove needless util.h include from builtin.h
2019-08-28 Igor Lubashevperf tools: Warn that perf_event_paranoid can restrict...
2019-08-28 Igor Lubashevperf symbols: Use CAP_SYSLOG with kptr_restrict checks
2019-08-28 Igor Lubashevperf evsel: Kernel profiling is disallowed only when...
2019-08-28 Igor Lubashevperf tools: Use CAP_SYS_ADMIN with perf_event_paranoid...
2019-08-28 Igor Lubashevperf event: Check ref_reloc_sym before using it
2019-08-28 Naveen N. Raoperf arch powerpc: Sync powerpc syscall.tbl
2019-08-28 Alexander Shishkinperf/x86/intel: Support PEBS output to PT
2019-08-28 Alexander Shishkinperf: Allow normal events to output AUX data
2019-08-27 Ingo MolnarMerge tag 'perf-core-for-mingo-5.4-20190826' of git...
2019-08-26 Arnaldo Carvalho... perf evsel: Rename perf_missing_features::bpf_event...
2019-08-26 Arnaldo Carvalho... perf tool: Rename perf_tool::bpf_event to bpf
2019-08-26 Arnaldo Carvalho... perf tools: Rename perf_event::bpf_event to perf_event...
2019-08-26 Arnaldo Carvalho... perf tools: Rename perf_event::ksymbol_event to perf_ev...
2019-08-26 Arnaldo Carvalho... libperf: Rename the PERF_RECORD_ structs to have a...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_SAMPLE 'struct sample_event...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_THROTTLE 'struct throttle_even...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_READ 'struct read_event' to...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samp...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_LOST 'struct lost_event' to...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_FORK 'struct fork_event' to...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_COMM 'struct comm_event' to...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_MMAP2 'struct mmap2_event...
2019-08-26 Jiri Olsalibperf: Add PERF_RECORD_MMAP 'struct mmap_event' to...
2019-08-26 Gustavo A.... perf script: Fix memory leaks in list_scripts()
2019-08-26 Andi Kleenperf report: Fix --ns time sort key output
2019-08-26 Andi Kleenperf report: Use timestamp__scnprintf_nsec() for time...
2019-08-26 Souptick Joarderperf tools: Remove duplicate headers
2019-08-26 Arnaldo Carvalho... perf augmented_raw_syscalls: Reduce perf_event_output...
2019-08-26 Arnaldo Carvalho... perf augmented_raw_syscalls: Introduce helper to get...
2019-08-26 Arnaldo Carvalho... perf augmented_raw_syscalls: Postpone tmp map lookup...
2019-08-26 Arnaldo Carvalho... perf augmented_raw_syscalls: Rename augmented_filename...
2019-08-26 Benjamin Petersonperf trace beauty ioctl: Fix off-by-one error in cmd...
2019-08-26 James Clarkperf tests: Fixes hang in zstd compression test by...
2019-08-26 Arnaldo Carvalho... perf sort: Remove needless headers from sort.h, provide...
2019-08-26 Arnaldo Carvalho... perf srcline: Add missing srcline.h header to files...
2019-08-26 Arnaldo Carvalho... perf cacheline: Move cacheline related routines to...
2019-08-26 Arnaldo Carvalho... perf record: Move record_opts and other record decls...
2019-08-26 Arnaldo Carvalho... perf stat: Remove needless headers from stat.h
2019-08-26 Arnaldo Carvalho... perf cpumap: No need to include perf.h, ditch it
2019-08-26 Alexander Shishkinperf/x86/intel/pt: Get rid of reverse lookup table...
2019-08-26 Alexander Shishkinperf/x86/intel/pt: Free up space in a ToPA descriptor
2019-08-26 Alexander Shishkinperf/x86/intel/pt: Split ToPA metadata and page layout
2019-08-26 Alexander Shishkinperf/x86/intel/pt: Use pointer arithmetics instead...
2019-08-26 Alexander Shishkinperf/x86/intel/pt: Use helpers to obtain ToPA entry...
2019-08-26 Alexander Shishkinperf/x86/intel/pt: Clean up ToPA allocation path
2019-08-26 Ingo MolnarMerge tag 'v5.3-rc6' into perf/core, to pick up fixes
2019-08-25 Linus TorvaldsLinux 5.3-rc6
2019-08-25 Linus TorvaldsMerge tag 'auxdisplay-for-linus-v5.3-rc7' of git:/...
2019-08-25 Linus TorvaldsMerge tag 'for-linus-5.3-rc6' of git://git./linux/kerne...
2019-08-25 Linus TorvaldsMerge tag 'for-linus-5.3-rc6' of git://git./linux/kerne...
2019-08-25 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2019-08-25 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2019-08-25 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2019-08-25 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-08-25 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2019-08-25 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2019-08-25 Linus TorvaldsMerge tag 'dma-mapping-5.3-5' of git://git.infradead...
2019-08-25 Andrey Ryabininmm/kasan: fix false positive invalid-free reports with...
2019-08-25 Henry Burnsmm/zsmalloc.c: fix race condition in zs_destroy_pool
2019-08-25 Henry Burnsmm/zsmalloc.c: migration can leave pages in ZS_EMPTY...
2019-08-25 Vlastimil Babkamm, page_owner: handle THP splits correctly
2019-08-25 Oleg Nesterovuserfaultfd_release: always remove uffd flags and clear...
2019-08-25 Jason Xingpsi: get poll_work to run when calling poll syscall...
2019-08-25 Roman Gushchinmm: memcontrol: flush percpu vmevents before releasing...
2019-08-25 Roman Gushchinmm: memcontrol: flush percpu vmstats before releasing...
2019-08-25 Qian Caiparisc: fix compilation errrors
2019-08-25 David Rientjesmm, page_alloc: move_freepages should not examine struc...
2019-08-25 Henry Burnsmm/z3fold.c: fix race between migration and destruction
2019-08-24 Linus TorvaldsMerge tag 'gpio-v5.3-4' of git://git./linux/kernel...
2019-08-24 Linus TorvaldsMerge tag 'hyperv-fixes-signed' of git://git./linux...
2019-08-24 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2019-08-24 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-08-24 Linus TorvaldsMerge tag 'xfs-5.3-fixes-6' of git://git./fs/xfs/xfs...
2019-08-24 Linus TorvaldsMerge tag 'drm-fixes-2019-08-24' of git://anongit.freed...
2019-08-24 Will DeaconMerge tag 'kvmarm-fixes-for-5.3-3' of git://git./linux...
2019-08-24 Dave Airliedrm/mediatek: include dma-mapping header
2019-08-23 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2019-08-23 Linus TorvaldsMerge tag 'for-linus-20190823' of git://git.kernel...
2019-08-23 Linus TorvaldsMerge tag 'for-5.3/dm-fixes-2' of git://git./linux...
2019-08-23 Linus TorvaldsMerge tag 'xfs-5.3-fixes-4' of git://git./fs/xfs/xfs...
2019-08-23 Andre PrzywaraKVM: arm/arm64: VGIC: Properly initialise private IRQ...
2019-08-23 Linus TorvaldsMerge tag 'modules-for-v5.3-rc6' of git://git./linux...
2019-08-23 Linus TorvaldsMerge tag 'ceph-for-5.3-rc6' of git://github.com/ceph...
next