summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-281-16/+36
|\
| * perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra2016-04-281-16/+36
* | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-273-6/+49
* | perf/core: Add ::write_backward attribute to perf eventWang Nan2016-04-232-6/+58
* | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-233-3/+15
|\|
| * perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra2016-04-231-1/+2
| * Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-161-0/+2
| |\
| | * locking/lockdep: Fix print_collision() unused warningBorislav Petkov2016-04-041-0/+2
| * | /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2016-04-141-2/+11
* | | Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar2016-04-1389-1299/+3485
|\| |
| * | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-041-4/+4
| |\ \ | | |/ | |/|
| | * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-031-2/+13
| |\ \
| * \ \ Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-034-34/+126
| |\ \ \
| | * | | locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez2016-03-311-2/+77
| | * | | locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker2016-03-291-0/+18
| | * | | timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-292-32/+31
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-011-2/+4
| |\ \ \ | | |/ / | |/| |
| | * | bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2016-03-251-2/+4
| * | | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-252-1/+2
| * | | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko2016-03-251-1/+1
| * | | sched: add schedule_timeout_idle()Andrew Morton2016-03-251-0/+11
| * | | Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-241-0/+1
| |\ \ \ | | |/ / | |/| |
| | | |
| | | \
| | *-. \ Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki2016-03-251-0/+1
| | |\ \ \
| | | | * | PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner2016-03-231-0/+1
| * | | | | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-2411-111/+222
| |\ \ \ \ \
| | * | | | | tracing: Record and show NMI statePeter Zijlstra2016-03-223-3/+9
| | * | | | | tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-03-221-0/+3
| | * | | | | tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov2016-03-181-1/+0
| | * | | | | tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-03-181-1/+4
| | * | | | | tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-03-181-2/+6
| | * | | | | tracing: Fix return while holding a lock in register_tracer()Chunyu Hu2016-03-181-2/+4
| | * | | | | ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang2016-03-181-3/+1
| | * | | | | ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa2016-03-181-5/+5
| | * | | | | ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa2016-03-181-10/+17
| | * | | | | tracing: Fix typoes in code comment and printk in trace_nop.cChunyu Hu2016-03-081-2/+2
| | * | | | | tracing: Use flags instead of bool in trigger structureSteven Rostedt (Red Hat)2016-03-082-30/+49
| | * | | | | tracing: Add an unreg_all() callback to trigger commandsTom Zanussi2016-03-082-2/+20
| | * | | | | tracing: Add needs_rec flag to event triggersTom Zanussi2016-03-082-1/+9
| | * | | | | tracing: Add a per-event-trigger 'paused' fieldTom Zanussi2016-03-082-0/+5
| | * | | | | tracing: Add get_syscall_name()Tom Zanussi2016-03-082-0/+16
| | * | | | | tracing: Add event record param to trigger_ops.func()Tom Zanussi2016-03-082-19/+23
| | * | | | | tracing: Make event trigger functions availableTom Zanussi2016-03-082-15/+27
| | * | | | | tracing: Make ftrace_event_field checking functions availableTom Zanussi2016-03-082-12/+12
| | * | | | | tracing: Make tracer_flags use the right set_flag callbackChunyu Hu2016-03-083-14/+21
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-242-38/+82
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-245-55/+72
| |\ \ \ \ \ \ \
| | * | | | | | | sched/cpuacct: Simplify the cpuacct codeZhao Lei2016-03-212-25/+7
| | * | | | | | | sched/cpuacct: Rename parameter in cpuusage_write() for readabilityDongsheng Yang2016-03-211-2/+5
| | * | | | | | | sched/fair: Add comments to explain select_idle_sibling()Matt Fleming2016-03-211-1/+18