1. 90e362f sched: Provide update_curr callbacks for stop/idle scheduling classes by Thomas Gleixner · 10 years ago
  2. 38b6a1c PCI/MSI: Move cached entry functions to irq core by Jiang Liu · 10 years ago
  3. aeeb596 genirq: Provide default callbacks for msi_domain_ops by Jiang Liu · 10 years ago
  4. d910969 genirq: Introduce msi_domain_alloc/free_irqs() by Jiang Liu · 10 years ago
  5. f3cf8bb genirq: Add generic msi irq domain support by Jiang Liu · 10 years ago
  6. f86eff2 genirq: Work around __irq_set_handler vs stacked domains ordering issues by Marc Zyngier · 10 years ago
  7. afb7da8 irqdomain: Introduce helper function irq_domain_add_hierarchy() by Jiang Liu · 10 years ago
  8. 36d7273 irqdomain: Implement a method to automatically call parent domains alloc/free by Jiang Liu · 10 years ago
  9. 1b53770 genirq: Introduce helper irq_domain_set_info() to reduce duplicated code by Jiang Liu · 10 years ago
  10. 2cb6254 genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip by Jiang Liu · 10 years ago
  11. 515085e genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip by Jiang Liu · 10 years ago
  12. 56e8aba genirq: Add more helper functions to support stacked irq_chip by Yingjoe Chen · 10 years ago
  13. 85f08c1 genirq: Introduce helper functions to support stacked irq_chip by Jiang Liu · 10 years ago
  14. 0cc01ab irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF by Yingjoe Chen · 10 years ago
  15. f8264e3 irqdomain: Introduce new interfaces to support hierarchy irqdomains by Jiang Liu · 10 years ago
  16. cceb9bd Merge branch 'master' into for-3.19 by Tejun Heo · 10 years ago
  17. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  18. 8b2ed21 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  19. 13f5004 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  20. 5322e4c time: Fixup comments to reflect usage of timespec64 by John Stultz · 10 years ago
  21. 334334b time: Expose get_monotonic_coarse64() for in-kernel uses by John Stultz · 10 years ago
  22. cdba2ec time: Expose getrawmonotonic64 for in-kernel uses by John Stultz · 10 years ago
  23. 90b6ce9 time: Provide y2038 safe mktime() replacement by pang.xunlei · 10 years ago
  24. 04d9089 time: Provide y2038 safe timekeeping_inject_sleeptime() replacement by pang.xunlei · 10 years ago
  25. 21f7eca time: Provide y2038 safe do_settimeofday() replacement by pang.xunlei · 10 years ago
  26. 659bc17 time: Complete NTP adjustment threshold judging conditions by pang.xunlei · 10 years ago
  27. 6067dc5 time: Avoid possible NTP adjustment mult overflow. by pang.xunlei · 10 years ago
  28. fd866e2 time: Rename udelay_test.c to test_udelay.c by John Stultz · 10 years ago
  29. 1d70be3 kprobes: Add IPMODIFY flag to kprobe_ftrace_ops by Masami Hiramatsu · 10 years ago
  30. f8b8be8 ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict by Masami Hiramatsu · 10 years ago
  31. 04b74b2 printk/percpu: Define printk_func when printk is not defined by Steven Rostedt (Red Hat) · 10 years ago
  32. 0af2649 tracing/trivial: Fix typos and make an int into a bool by Steven Rostedt (Red Hat) · 10 years ago
  33. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  34. eff264e kernel: trace: fix printk message by Frans Klaver · 10 years ago
  35. d360b78 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  36. afdc34a printk: Add per_cpu printk func to allow printk to be diverted by Steven Rostedt (Red Hat) · 10 years ago
  37. 8d58e99a seq_buf: Move the seq_buf code to lib/ by Steven Rostedt (Red Hat) · 10 years ago
  38. 2448913 seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF by Steven Rostedt (Red Hat) · 10 years ago
  39. 01cb06a tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions by Steven Rostedt (Red Hat) · 10 years ago
  40. 8cd709a tracing: Have seq_buf use full buffer by Steven Rostedt (Red Hat) · 10 years ago
  41. 9b77215 seq_buf: Add seq_buf_can_fit() helper function by Steven Rostedt (Red Hat) · 10 years ago
  42. 820b75f tracing: Add paranoid size check in trace_printk_seq() by Steven Rostedt (Red Hat) · 10 years ago
  43. 5ac48378 tracing: Use trace_seq_used() and seq_buf_used() instead of len by Steven Rostedt (Red Hat) · 10 years ago
  44. 74f06bb tracing: Clean up tracing_fill_pipe_page() by Steven Rostedt (Red Hat) · 10 years ago
  45. eeab981 seq_buf: Create seq_buf_used() to find out how much was written by Steven Rostedt (Red Hat) · 10 years ago
  46. dd23180 tracing: Convert seq_buf_path() to be like seq_path() by Steven Rostedt (Red Hat) · 10 years ago
  47. 3a161d9 tracing: Create seq_buf layer in trace_seq by Steven Rostedt (Red Hat) · 10 years ago
  48. 16a8ef2 tracing: Deletion of an unnecessary check before iput() by Markus Elfring · 10 years ago
  49. daaf427 bpf: fix arraymap NULL deref and missing overflow and zero size checks by Alexei Starovoitov · 10 years ago
  50. 8e2e095 tracing: Fix return value of ftrace_raw_output_prep() by Steven Rostedt (Red Hat) · 10 years ago
  51. dba3944 tracing: Remove return values of most trace_seq_*() functions by Steven Rostedt (Red Hat) · 10 years ago
  52. 183742f tracing: Do not use return values of trace_seq_printf() in syscall tracing by Steven Rostedt (Red Hat) · 10 years ago
  53. 8579a10 tracing/uprobes: Do not use return values of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  54. d2b0191 tracing/probes: Do not use return value of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  55. a72e10a tracing: Do not check return values of trace_seq_p*() for mmio tracer by Steven Rostedt (Red Hat) · 10 years ago
  56. 85224da kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks by Steven Rostedt (Red Hat) · 10 years ago
  57. 9d9add3 tracing: Have function_graph use trace_seq_has_overflowed() by Steven Rostedt (Red Hat) · 10 years ago
  58. 7d40f67 tracing: Have branch tracer use trace_handle_return() helper function by Steven Rostedt (Red Hat) · 10 years ago
  59. c0cd93a ring-buffer: Remove check of trace_seq_{puts,printf}() return values by Steven Rostedt (Red Hat) · 10 years ago
  60. f4a1d08 blktrace/tracing: Use trace_seq_has_overflowed() helper function by Steven Rostedt (Red Hat) · 10 years ago
  61. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  62. e400a40 tracing: Fix trace_seq_bitmask() to start at current position by Steven Rostedt (Red Hat) · 10 years ago
  63. aec0be2 ftrace/x86/extable: Add is_ftrace_trampoline() function by Steven Rostedt (Red Hat) · 10 years ago
  64. 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
  65. b583043 kill f_dentry uses by Al Viro · 10 years ago
  66. 4eafad7 s390/kernel: add system calls for PCI memory access by Alexey Ishchuk · 10 years ago
  67. a9ce7c3 tracing: Fix race of function probes counting by Steven Rostedt (Red Hat) · 10 years ago
  68. b2b49cc PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected by Rafael J. Wysocki · 10 years ago
  69. 7943c0f bpf: remove test map scaffolding and user proper types by Alexei Starovoitov · 10 years ago
  70. d0003ec bpf: allow eBPF programs to use maps by Alexei Starovoitov · 10 years ago
  71. a1854d6 bpf: fix BPF_MAP_LOOKUP_ELEM command return code by Alexei Starovoitov · 10 years ago
  72. 28fbcfa bpf: add array type of eBPF maps by Alexei Starovoitov · 10 years ago
  73. 0f8e4bd bpf: add hashtable type of eBPF maps by Alexei Starovoitov · 10 years ago
  74. 3274f52 bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command by Alexei Starovoitov · 10 years ago
  75. eeecbd1 cgroup: implement cgroup_get_e_css() by Tejun Heo · 10 years ago
  76. 56c807b cgroup: add cgroup_subsys->css_e_css_changed() by Tejun Heo · 10 years ago
  77. 7d172cc cgroup: add cgroup_subsys->css_released() by Tejun Heo · 10 years ago
  78. db6e305 cgroup: fix the async css offline wait logic in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  79. 755bf5e cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  80. 0f060de cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_child_subsys_mask() by Tejun Heo · 10 years ago
  81. 7d3dcd0 PM: Kconfig: fix unmet dependency for CPU_PM by Pankaj Dubey · 10 years ago
  82. 6c45de0 PM / hibernate: Deletion of an unnecessary check before the function call "vfree" by Markus Elfring · 10 years ago
  83. c68cfdc Merge back 'pm-sleep' material for 3.19-rc1. by Rafael J. Wysocki · 10 years ago
  84. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  85. ee1b58d mpx: Extend siginfo structure to include bound violation information by Qiaowei Ren · 10 years ago
  86. 0288d71 audit: convert status version to a feature bitmap by Richard Guy Briggs · 10 years ago
  87. 2565711 perf: Improve the perf_sample_data struct layout by Peter Zijlstra · 10 years ago
  88. 60e2364 perf: Add ability to sample machine state on interrupt by Stephane Eranian · 10 years ago
  89. 36ce988 sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICK by Wanpeng Li · 10 years ago
  90. c1a2b5f sched/deadline: Remove unnecessary definitions in cpudeadline.h by pang.xunlei · 10 years ago
  91. 74e6942 sched/cpupri: Remove unnecessary definitions in cpupri.h by pang.xunlei · 10 years ago
  92. c51b8ab sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task() by Wanpeng Li · 10 years ago
  93. cb0b9f2 sched/fair: Fix stale overloaded status in the busiest group finding logic by Wanpeng Li · 10 years ago
  94. 6c1d941 sched: Move p->nr_cpus_allowed check to select_task_rq() by Wanpeng Li · 10 years ago
  95. a1bd537 sched/completion: Document when to use wait_for_completion_io_*() by Wolfram Sang · 10 years ago
  96. 7538991 sched/fair: Kill task_struct::numa_entry and numa_group::task_list by Kirill Tkhai · 10 years ago
  97. e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
  98. 6e99891 sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency by Stanislaw Gruszka · 10 years ago
  99. 23cfa36 sched/cputime: Fix cpu_timer_sample_group() double accounting by Peter Zijlstra · 10 years ago
  100. 7af6833 sched/numa: Avoid selecting oneself as swap target by Peter Zijlstra · 10 years ago