1. ac38fb8 tracing: Add documentation for trace event triggers by Tom Zanussi · 11 years ago
  2. bac5fb9 tracing: Add and use generic set_trigger_filter() implementation by Tom Zanussi · 11 years ago
  3. 2875a08 tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdef by Steven Rostedt (Red Hat) · 10 years ago
  4. 7862ad1 tracing: Add 'enable_event' and 'disable_event' event trigger commands by Tom Zanussi · 11 years ago
  5. f21ecbb tracing: Add 'stacktrace' event trigger command by Tom Zanussi · 11 years ago
  6. 93e31ff tracing: Add 'snapshot' event trigger command by Tom Zanussi · 11 years ago
  7. 2a2df32 tracing: Add 'traceon' and 'traceoff' event trigger commands by Tom Zanussi · 11 years ago
  8. 85f2b08 tracing: Add basic event trigger framework by Tom Zanussi · 11 years ago
  9. 319e2e3 Linux 3.13-rc4 by Linus Torvalds · 10 years ago
  10. 57053d8 null_blk: mem garbage on NUMA systems during init by Matias Bjorling · 10 years ago
  11. e4158f1 radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_thresh() by Sergey Senozhatsky · 10 years ago
  12. 4a251dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  13. 908bfda Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  14. 9199c4c Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  15. b5745c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  16. 29b1deb Revert "selinux: consider filesystem subtype in policies" by Linus Torvalds · 10 years ago
  17. df29df9 igb: Fix for issue where values could be too high for udelay function. by Carolyn Wyborny · 10 years ago
  18. 3c325ce i40e: fix null dereference by Jesse Brandeburg · 10 years ago
  19. 0925f2c Merge tag 'edac_fixes_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 10 years ago
  20. b2077eb Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  21. 2430cdd0 Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  22. 93e1585 Merge tag 'dm-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  23. 1008ebb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  24. b713aa0 ARM: fix asm/memory.h build error by Russell King · 10 years ago
  25. ca33675 Merge tag 'regulator-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
  26. 599eefa Merge tag 'regmap-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  27. 31f984d Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  28. dbb022c Merge tag 'for-linus-20131212' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  29. f649350 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  30. ed9571f dm array: fix a reference counting bug in shadow_ablock by Joe Thornber · 10 years ago
  31. 5b564d8 dm space map: disallow decrementing a reference count below zero by Joe Thornber · 10 years ago
  32. 334a820 Merge remote-tracking branch 'regulator/topic/constraints' into regulator-linus by Mark Brown · 10 years ago
  33. d93aca6 Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes into for-linus by James Morris · 10 years ago
  34. 8d27637 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 10 years ago
  35. 1f14c1a mm: memcg: do not allow task about to OOM kill to bypass the limit by Johannes Weiner · 10 years ago
  36. 96f1c58 mm: memcg: fix race condition between memcg teardown and swapin by Johannes Weiner · 10 years ago
  37. 3592806 thp: move preallocated PTE page table on move_huge_pmd() by Kirill A. Shutemov · 10 years ago
  38. 3e1e4a5 mfd/rtc: s5m: fix register updating by adding regmap for RTC by Krzysztof Kozlowski · 10 years ago
  39. 222ead7 rtc: s5m: enable IRQ wake during suspend by Krzysztof Kozlowski · 10 years ago
  40. d73238d rtc: s5m: limit endless loop waiting for register update by Krzysztof Kozlowski · 10 years ago
  41. 7b003be rtc: s5m: fix unsuccesful IRQ request during probe by Krzysztof Kozlowski · 10 years ago
  42. 5ccb7d7 drivers/rtc/rtc-s5m.c: fix info->rtc assignment by Geert Uytterhoeven · 10 years ago
  43. 386e790 include/linux/kernel.h: make might_fault() a nop for !MMU by Axel Lin · 10 years ago
  44. eb3c227 drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrap by Linus Pizunski · 10 years ago
  45. ae5758a procfs: also fix proc_reg_get_unmapped_area() for !MMU case by Jan Beulich · 10 years ago
  46. a0d8b00 mm: memcg: do not declare OOM from __GFP_NOFAIL allocations by Johannes Weiner · 10 years ago
  47. f40386a include/linux/hugetlb.h: make isolate_huge_page() an inline by Naoya Horiguchi · 10 years ago
  48. 54fb723 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  49. ea1e61c Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  50. e09f67f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  51. c9111b4 Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  52. 15b540c mtd: nand: pxa3xx: Use info->use_dma to release DMA resources by Ezequiel Garcia · 10 years ago
  53. 9c59ac6 Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string" by Ezequiel Garcia · 10 years ago
  54. c0828e5 selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute() by Paul Moore · 10 years ago
  55. 817eff7 selinux: look for IPsec labels on both inbound and outbound packets by Paul Moore · 10 years ago
  56. 446b802 selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute() by Paul Moore · 10 years ago
  57. 4718006 selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output() by Paul Moore · 10 years ago
  58. e5bf216 i2c: imx: Check the return value from clk_prepare_enable() by Fabio Estevam · 10 years ago
  59. 17d68b7 KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376) by Gleb Natapov · 10 years ago
  60. fda4e2e8 KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368) by Andy Honig · 11 years ago
  61. b963a22 KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367) by Andy Honig · 11 years ago
  62. 338c7db KVM: Improve create VCPU parameter (CVE-2013-4587) by Andy Honig · 11 years ago
  63. 2212a85 i2c: mux: Inherit retry count and timeout from parent for muxed bus by Elie De Brauwer · 10 years ago
  64. 2208f65 Merge tag 'sound-3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  65. ea4ebd1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  66. a3314f3 xen-netback: fix gso_prefix check by Paul Durrant · 10 years ago
  67. a0a9663 net: make neigh_priv_len in struct net_device 16bit instead of 8bit by Sebastian Siewior · 10 years ago
  68. 846f29a Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  69. 86b581f Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  70. c846944 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 10 years ago
  71. f280e89 drivers: net: cpsw: fix for cpsw crash when build as modules by Mugunthan V N · 10 years ago
  72. 11ec50c word-at-a-time: provide generic big-endian zero_bytemask implementation by Will Deacon · 10 years ago
  73. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 10 years ago
  74. d9601a3 xen-netback: napi: don't prematurely request a tx event by Paul Durrant · 10 years ago
  75. 1057405 xen-netback: napi: fix abuse of budget by Paul Durrant · 10 years ago
  76. 319720f Merge tag 'iommu-fixes-for-v3.13-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  77. 5dec682 Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 10 years ago
  78. 48a2f0b Merge tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  79. 5cdec2d futex: move user address verification up to common code by Linus Torvalds · 10 years ago
  80. f12d5bf futex: fix handling of read-only-mapped hugepages by Linus Torvalds · 10 years ago
  81. 700ff4f Btrfs: fix access_ok() check in btrfs_ioctl_send() by Dan Carpenter · 11 years ago
  82. 467bb1d Btrfs: make sure we cleanup all reloc roots if error happens by Wang Shilong · 10 years ago
  83. 6646374 Btrfs: skip building backref tree for uuid and quota tree when doing balance relocation by Wang Shilong · 10 years ago
  84. c974c46 Btrfs: fix an oops when doing balance relocation by Wang Shilong · 10 years ago
  85. 639eefc Btrfs: don't miss skinny extent items on delayed ref head contention by Filipe David Borba Manana · 10 years ago
  86. e43f998 btrfs: call mnt_drop_write after interrupted subvol deletion by David Sterba · 10 years ago
  87. a7e252a Btrfs: don't clear the default compression type by Miao Xie · 11 years ago
  88. 3806b45 hwmon: Prevent some divide by zeros in FAN_TO_REG() by Dan Carpenter · 10 years ago
  89. 33a7ab9 hwmon: (w83l768ng) Fix fan speed control range by Jean Delvare · 10 years ago
  90. cf7559b hwmon: (w83l786ng) Fix fan speed control mode setting and reporting by Brian Carnes · 10 years ago
  91. 3d489ac hwmon: (lm90) Unregister hwmon device if interrupt setup fails by Guenter Roeck · 10 years ago
  92. d55d282 sch_tbf: use do_div() for 64-bit divide by Yang Yingliang · 10 years ago
  93. 9750223 udp: ipv4: must add synchronization in udp_sk_rx_dst_set() by Eric Dumazet · 10 years ago
  94. a1bf175 net:fec: remove duplicate lines in comment about errata ERR006358 by Philippe De Muyter · 10 years ago
  95. 6f97dc8 ARM: sun6i: dt: Fix interrupt trigger types by Maxime Ripard · 10 years ago
  96. 378d0ae ARM: sun7i: dt: Fix interrupt trigger types by Maxime Ripard · 10 years ago
  97. 2a82f95 MAINTAINERS: merge IMX6 entry into IMX by Shawn Guo · 10 years ago
  98. b988ba1 ARM: tegra: add missing break to fuse initialization code by Stephen Warren · 10 years ago
  99. ff88b47 ARM: pxa: prevent PXA270 occasional reboot freezes by Sergei Ianovich · 10 years ago
  100. 506cac1 ARM: pxa: tosa: fix keys mapping by Dmitry Eremin-Solenikov · 11 years ago