summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo-24/+33
2017-06-28ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)-0/+1
2017-06-28ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)-1/+2
2017-06-27kmod: reduce atomic operations on kmod_concurrent and simplifyLuis R. Rodriguez-22/+18
2017-06-27module: use list_for_each_entry_rcu() on find_module_all()Luis R. Rodriguez-1/+1
2017-06-27tracing: Add support for display of tgid in trace outputJoel Fernandes-14/+31
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes-25/+201
2017-06-27ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)-0/+1
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)-18/+3
2017-06-27PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo-3/+2
2017-06-27PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh-3/+3
2017-06-26seccomp: Switch from atomic_t to recount_tKees Cook-5/+5
2017-06-26seccomp: Clean up core dump logicKees Cook-3/+3
2017-06-26ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)-6/+21
2017-06-26ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)-0/+93
2017-06-26ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)-12/+100
2017-06-26ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)-6/+148
2017-06-26kernel/module.c: suppress warning about unused nowarn variableCorentin Labbe-10/+20
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen-20/+33
2017-06-26genirq: Set irq masked state when initializing irq_descJeffy Chen-0/+1
2017-06-25posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani-6/+7
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani-0/+51
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani-0/+72
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-25/+46
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano-0/+358
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano-0/+129
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner-8/+6
2017-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-6/+14
2017-06-24sched/fair: Remove effective_load()Rik van Riel-123/+1
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel-59/+71
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel-1/+12
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel-0/+4
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-7/+37
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song-14/+32
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre-315/+315
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre-340/+364
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre-4/+3
2017-06-22tracing: Show address when function names are not foundSteven Rostedt (VMware)-4/+14
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier-43/+14
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier-0/+31
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig-13/+63
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner-2/+10
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner-0/+1
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner-0/+50
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner-3/+61
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner-7/+14
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner-11/+18
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner-0/+10
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner-3/+11