1. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  2. 3eaded86 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  3. b5898cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  4. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  5. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  6. 24b9fdc kernel/bounds: avoid circular dependencies in generated headers by Kirill A. Shutemov · 11 years ago
  7. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  8. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  9. b38f67c Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  10. b29c830 Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  11. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  12. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  13. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  14. ce6513f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  15. ca5ecd6 kernel: fix generic_exec_single indentation by Christoph Hellwig · 11 years ago
  16. 40c01e8 kernel: provide a __smp_call_function_single stub for !CONFIG_SMP by Christoph Hellwig · 11 years ago
  17. 0a06ff0 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS by Christoph Hellwig · 11 years ago
  18. fc21c0c revert "softirq: Add support for triggering softirq work on softirqs" by Christoph Hellwig · 11 years ago
  19. 539edb5 mm: properly separate the bloated ptl from the regular case by Peter Zijlstra · 11 years ago
  20. e009bb3 mm: implement split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  21. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  22. 6a0c7cd PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps() by Rafael J. Wysocki · 11 years ago
  23. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  24. 88d36a9 taskstats: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  25. fe8a45d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  26. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  27. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  28. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  29. b39898c genirq: Prevent spurious detection for unconditionally polled interrupts by Thomas Gleixner · 11 years ago
  30. 5216d53 locking/lockdep: Mark __lockdep_count_forward_deps() as static by Fengguang Wu · 11 years ago
  31. 85b088e sched/fair: Avoid integer overflow by Michal Nazarewicz · 11 years ago
  32. 911b289 sched: Optimize task_sched_runtime() by Peter Zijlstra · 11 years ago
  33. 5eca82a sched/numa: Cure update_numa_stats() vs. hotplug by Peter Zijlstra · 11 years ago
  34. 46a73e8 sched/numa: Fix NULL pointer dereference in task_numa_migrate() by Rik van Riel · 11 years ago
  35. 106dd5a sched: Fix endless sync_sched/rcu() loop inside _cpu_down() by Michael wang · 11 years ago
  36. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  37. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  38. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  39. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  40. 0128476 kernel/panic.c: reduce 1 byte usage for print tainted buffer by Chen Gang · 11 years ago
  41. 1931d43 gcov: reuse kbasename helper by Andy Shevchenko · 11 years ago
  42. a5ebb875 kernel/gcov/fs.c: use pr_warn() by Andrew Morton · 11 years ago
  43. bddb12b kernel/module.c: use pr_foo() by Andrew Morton · 11 years ago
  44. 17c568d gcov: compile specific gcov implementation based on gcc version by Frantisek Hrbata · 11 years ago
  45. 5f41ea0 gcov: add support for gcc 4.7 gcov format by Frantisek Hrbata · 11 years ago
  46. 8cbce37 gcov: move gcov structs definitions to a gcc version specific file by Frantisek Hrbata · 11 years ago
  47. 0d20633 kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener() by Chen Gang · 11 years ago
  48. 3fa5826 kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_nest_start() and nla_nest_end() by Chen Gang · 11 years ago
  49. f02147e kernel/sysctl_binary.c: use scnprintf() instead of snprintf() by Chen Gang · 11 years ago
  50. 7833819 kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax() by Chen Gang · 11 years ago
  51. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  52. ab76786 kprobes: use KSYM_NAME_LEN to size identifier buffers by Joe Mario · 11 years ago
  53. 008208c list: introduce list_next_entry() and list_prev_entry() by Oleg Nesterov · 11 years ago
  54. 4c1ace6 printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo by Dirk Gouders · 11 years ago
  55. 29e9d22 kernel/printk/printk.c: enable boot delay for earlyprintk by Dave Young · 11 years ago
  56. 27083ba kernel/printk/printk.c: convert to pr_foo() by Andrew Morton · 11 years ago
  57. 6b80239 printk: report console names during cut-over by Kees Cook · 11 years ago
  58. 81e41ea kernel/sys.c: remove obsolete #include <linux/kexec.h> by Geert Uytterhoeven · 11 years ago
  59. 324d666 kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk() by Chen Gang · 11 years ago
  60. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  61. 786235ee kthread: make kthread_create() killable by Tetsuo Handa · 11 years ago
  62. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  63. 9b66bfb Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  64. 014d595 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. ad5d698 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  68. ef1417a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. 1006fae Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. 70fdcb8 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. 3a81a52 tracing: Add rcu annotation for syscall trace descriptors by Steven Rostedt (Red Hat) · 11 years ago
  72. e5137b5 ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED by Peter Zijlstra · 11 years ago
  73. 7053ea1 stop_machine: Fix race between stop_two_cpus() and stop_cpus() by Rik van Riel · 11 years ago
  74. 838cc7b lockdep/proc: Fix lock-time avg computation by Peter Zijlstra · 11 years ago
  75. 67a6de4 locking/doc: Update references to kernel/mutex.c by Peter Zijlstra · 11 years ago
  76. 2ded098 uprobes: Fix the memory out of bound overwrite in copy_insn() by Oleg Nesterov · 11 years ago
  77. 70d7f98 uprobes: Fix the wrong usage of current->utask in uprobe_copy_process() by Oleg Nesterov · 11 years ago
  78. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  79. 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
  80. e37459b Merge branch 'blk-mq/core' into for-3.13/core by Jens Axboe · 11 years ago
  81. f8c5e94 kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup() by Chen Gang · 11 years ago
  82. a404d55 blktrace: Send BLK_TN_PROCESS events to all running traces by Jan Kara · 11 years ago
  83. 6c86ae2 Merge tag 'ftrace-urgent-3.12-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  84. feba070 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  85. 56edff7 Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  86. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  87. fd432b9 PM / hibernate: Avoid overflow in hibernate_preallocate_memory() by Aaron Lu · 11 years ago
  88. 6fc84ea tracing: Do not use signed enums with unsigned long long in fgragh output by Steven Rostedt (Red Hat) · 11 years ago
  89. 042b10d tracing: Remove unused function ftrace_off_permanent() by Steven Rostedt (Red Hat) · 11 years ago
  90. d6d3523 tracing: Do not assign filp->private_data to freed memory by Geyslan G. Bem · 11 years ago
  91. 12ae030 perf/ftrace: Fix paranoid level for enabling function tracer by Steven Rostedt · 11 years ago
  92. f72d41f uprobes: Export write_opcode() as uprobe_write_opcode() by Oleg Nesterov · 11 years ago
  93. 8a8de66 uprobes: Introduce arch_uprobe->ixol by Oleg Nesterov · 11 years ago
  94. 736e89d uprobes: Kill module_init() and module_exit() by Oleg Nesterov · 11 years ago
  95. 9175c9d audit: fix type of sessionid in audit_set_loginuid() by Eric Paris · 11 years ago
  96. 2e86421 tracing: Add helper function tracing_is_disabled() by Geyslan G. Bem · 11 years ago
  97. b2f974d tracing: Open tracer when ftrace_dump_on_oops is used by Cody P Schafer · 11 years ago
  98. 37dc6b5 sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus by Preeti U Murthy · 11 years ago
  99. 2042abe sched: Fix asymmetric scheduling for POWER7 by Vaidyanathan Srinivasan · 11 years ago
  100. c7e548b perf: Factor out strncpy() in perf_event_mmap_event() by Oleg Nesterov · 11 years ago