summaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa5-0/+72
2016-12-15perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa1-8/+9
2016-12-15perf mem: Fix --all-user/--all-kernel optionsJiri Olsa1-2/+2
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo3-11/+10
2016-12-15perf sched timehist: Show callchains for idle statNamhyung Kim1-0/+86
2016-12-15perf sched timehist: Add -I/--idle-hist optionNamhyung Kim2-5/+45
2016-12-15perf sched timehist: Skip non-idle events when necessaryNamhyung Kim1-7/+18
2016-12-15perf sched timehist: Save callchain when entering idleNamhyung Kim1-0/+30
2016-12-15perf sched timehist: Introduce struct idle_time_dataNamhyung Kim1-4/+33
2016-12-15perf sched timehist: Split is_idle_sample()Namhyung Kim1-19/+20
2016-12-15perf tools: Move headers check into bash scriptJiri Olsa2-93/+60
2016-12-13treewide: Make remaining source files non-executableJoe Perches5-0/+0
2016-12-13init: reduce rootwait polling interval time to 5msJungseung Lee1-1/+1
2016-12-13binfmt_elf: use vmalloc() for allocation of vma_fileszJason Baron1-2/+4
2016-12-13checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery1-0/+1
2016-12-13checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler1-1/+2
2016-12-13checkpatch: avoid multiple line dereferencesJoe Perches1-0/+12
2016-12-13checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches1-15/+15
2016-12-13scripts/checkpatch.pl: fix spellingAndrew Morton1-1/+1
2016-12-13checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier1-1/+1
2016-12-13lib/ida: document locking requirements a bit betterDaniel Vetter1-0/+11
2016-12-13lib/rbtree.c: fix typo in comment of ____rb_erase_colorJie Chen1-4/+19
2016-12-13lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEMDave Young1-1/+1
2016-12-13MAINTAINERS: add drm and drm/i915 irc channelsJani Nikula1-0/+2
2016-12-13MAINTAINERS: add "C:" for URI for chat where developers hang outJani Nikula1-0/+2
2016-12-13MAINTAINERS: add drm and drm/i915 bug filing infoJani Nikula1-0/+2
2016-12-13MAINTAINERS: add "B:" for URI where to file bugsJani Nikula1-0/+2
2016-12-13get_maintainer: look for arbitrary letter prefixes in sectionsJoe Perches1-3/+9
2016-12-13printk: add Kconfig option to set default console loglevelOlof Johansson2-1/+25
2016-12-13printk/sound: handle more message headersPetr Mladek1-6/+14
2016-12-13printk/btrfs: handle more message headersPetr Mladek2-11/+17
2016-12-13printk/kdb: handle more message headersPetr Mladek2-1/+9
2016-12-13printk/NMI: handle continuous lines and missing newlinePetr Mladek1-28/+50
2016-12-13printk/NMI: fix up handling of the full nmi log bufferPetr Mladek1-2/+3
2016-12-13compiler-gcc.h: use "proved" instead of "proofed"Benjamin Peterson1-1/+1
2016-12-13hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa1-1/+2
2016-12-13fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan3-6/+15
2016-12-13fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan1-4/+4
2016-12-13fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes1-1/+1
2016-12-13proc: tweak comments about 2 stage open and everythingAlexey Dobriyan1-8/+21
2016-12-13proc: kmalloc struct pde_openerAlexey Dobriyan1-1/+3
2016-12-13proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2-2/+2
2016-12-13proc: just list_del() struct pde_openerAlexey Dobriyan1-1/+1
2016-12-13proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan1-1/+1
2016-12-13proc: make struct pid_entry::len unsignedAlexey Dobriyan1-1/+1
2016-12-13proc: report no_new_privs stateKees Cook2-2/+5
2016-12-13mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu1-4/+12
2016-12-13kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin1-0/+2
2016-12-13kasan: eliminate long stalls during quarantine reductionDmitry Vyukov1-46/+48
2016-12-13kasan: support panic_on_warnDmitry Vyukov1-0/+2