aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier1-1/+24
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu1-0/+36
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu1-2/+80
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu1-0/+21
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu1-0/+2
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu1-0/+26
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen1-0/+48
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu1-0/+28
2014-11-23irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen1-9/+18
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu3-16/+407
2014-11-22Merge branch 'master' into for-3.19Tejun Heo32-259/+400
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-48/+49
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-43/+42
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+5
2014-11-21time: Fixup comments to reflect usage of timespec64John Stultz1-3/+3
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz1-2/+2
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz1-5/+6
2014-11-21time: Provide y2038 safe mktime() replacementpang.xunlei1-12/+8
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei1-6/+4
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei1-10/+9
2014-11-21time: Complete NTP adjustment threshold judging conditionspang.xunlei1-1/+2
2014-11-21time: Avoid possible NTP adjustment mult overflow.pang.xunlei1-0/+6
2014-11-21time: Rename udelay_test.c to test_udelay.cJohn Stultz2-1/+1
2014-11-21kprobes: Add IPMODIFY flag to kprobe_ftrace_opsMasami Hiramatsu1-1/+1
2014-11-21ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu1-2/+140
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)1-0/+3
2014-11-20tracing/trivial: Fix typos and make an int into a boolSteven Rostedt (Red Hat)2-4/+4
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina125-3061/+9587
2014-11-20kernel: trace: fix printk messageFrans Klaver1-1/+1
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar15-137/+268
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)1-9/+29
2014-11-19seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)2-360/+0
2014-11-19seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTFSteven Rostedt (Red Hat)1-0/+2
2014-11-19tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functionsSteven Rostedt (Red Hat)1-4/+3
2014-11-19tracing: Have seq_buf use full bufferSteven Rostedt (Red Hat)1-3/+6
2014-11-19seq_buf: Add seq_buf_can_fit() helper functionSteven Rostedt (Red Hat)1-5/+18
2014-11-19tracing: Add paranoid size check in trace_printk_seq()Steven Rostedt (Red Hat)1-0/+8
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)5-16/+23
2014-11-19tracing: Clean up tracing_fill_pipe_page()Steven Rostedt (Red Hat)1-6/+19
2014-11-19seq_buf: Create seq_buf_used() to find out how much was writtenSteven Rostedt (Red Hat)1-4/+1
2014-11-19tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)2-15/+18
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)6-119/+452
2014-11-19tracing: Deletion of an unnecessary check before iput()Markus Elfring1-2/+1
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov2-6/+16
2014-11-19tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)1-4/+1
2014-11-19tracing: Remove return values of most trace_seq_*() functionsSteven Rostedt (Red Hat)1-61/+23
2014-11-19tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)1-28/+19
2014-11-19tracing/uprobes: Do not use return values of trace_seq_printf()Steven Rostedt (Red Hat)1-13/+10
2014-11-19tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)1-4/+6
2014-11-19tracing: Do not check return values of trace_seq_p*() for mmio tracerSteven Rostedt (Red Hat)1-31/+21