summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-05-03tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-05-03signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev
2016-05-03signals/sigaltstack: Prepare to add new SS_xxx flagsStas Sergeev
2016-05-02tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier
2016-05-02irqdomain: Allow domain matching on irq_fwspecMarc Zyngier
2016-05-02genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn
2016-05-02genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-29tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-30livepatch: make object/func-walking helpers more robustMiroslav Benes
2016-04-29tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)
2016-04-29tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-29tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)
2016-04-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-04-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-04-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-04-28kcov: don't profile branches in kcovAndrey Ryabinin
2016-04-28kcov: don't trace the code coverage codeJames Morse
2016-04-28kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai
2016-04-28kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai
2016-04-28bpf: fix check_map_func_compatibility logicAlexei Starovoitov
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov
2016-04-28Merge back earlier cpufreq material for v4.7.Rafael J. Wysocki
2016-04-28PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse
2016-04-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2016-04-28lcoking/locktorture: Simplify the torture_runnable computationPaul E. McKenney
2016-04-28sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li
2016-04-28Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar
2016-04-28perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-04-27tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2016-04-26tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann
2016-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-26bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn
2016-04-26audit: add tty field to LOGIN eventRichard Guy Briggs
2016-04-26tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang
2016-04-26workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-04-26tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi
2016-04-26tracing: Add check for NULL event field when creating hist fieldTom Zanussi
2016-04-26tracing: checking for NULL instead of IS_ERR()Dan Carpenter