summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva
2017-06-30cpu/hotplug: Constify attribute_group structuresArvind Yadav
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira
2017-06-30bpf: don't open-code memdup_user()Al Viro
2017-06-30kimage_file_prepare_segments(): don't open-code memdup_user()Al Viro
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-06-29PM: hibernate: constify attribute_group structures.Arvind Yadav
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2017-06-29bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo
2017-06-28ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)
2017-06-28ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)
2017-06-27tracing: Add support for display of tgid in trace outputJoel Fernandes
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes
2017-06-27ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)
2017-06-27PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo
2017-06-27PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh
2017-06-26seccomp: Switch from atomic_t to recount_tKees Cook
2017-06-26seccomp: Clean up core dump logicKees Cook
2017-06-26ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)
2017-06-26ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)
2017-06-26ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)
2017-06-26ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen
2017-06-26genirq: Set irq masked state when initializing irq_descJeffy Chen
2017-06-25posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner
2017-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-06-24sched/fair: Remove effective_load()Rik van Riel
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar