summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-06-30kimage_file_prepare_segments(): don't open-code memdup_user()Al Viro-10/+4
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca-9/+5
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+5
2017-06-29PM: hibernate: constify attribute_group structures.Arvind Yadav-1/+1
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann-0/+5
2017-06-29bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau-1/+3
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau-3/+67
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)-5/+19
2017-06-29module: make the modinfo name constLuis R. Rodriguez-2/+2
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner-0/+2
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior-24/+24
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo-5/+83
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