1. e0c2de2 security: cleanup Makefiles to use standard syntax for specifying sub-directories by Sam Ravnborg · 10 years ago
  2. e0238b4 selinux: fix the output of ./scripts/get_maintainer.pl for SELinux by Paul Moore · 10 years ago
  3. 29707b2 security: replace strict_strto*() with kstrto*() by Jingoo Han · 10 years ago
  4. 923b49f Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  5. 8ed8146 SELinux: Fix memory leak upon loading policy by Tetsuo Handa · 10 years ago
  6. d4a82a4 Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  7. 5f64822 tpm/tpm-sysfs: active_show() can be static by Fengguang Wu · 11 years ago
  8. 19b94d2 tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNP by Jason Gunthorpe · 11 years ago
  9. e3302e0 tpm: Make tpm-dev allocate a per-file structure by Jason Gunthorpe · 11 years ago
  10. 5f82e9f tpm: Use the ops structure instead of a copy in tpm_vendor_specific by Jason Gunthorpe · 11 years ago
  11. 01ad1fa tpm: Create a tpm_class_ops structure and use it in the drivers by Jason Gunthorpe · 11 years ago
  12. 1e3b73a tpm: Pull all driver sysfs code into tpm-sysfs.c by Jason Gunthorpe · 11 years ago
  13. 000a07b tpm: Move sysfs functions from tpm-interface to tpm-sysfs by Jason Gunthorpe · 11 years ago
  14. afdba32 tpm: Pull everything related to /dev/tpmX into tpm-dev.c by Jason Gunthorpe · 11 years ago
  15. d65e55d char: tpm: nuvoton: remove unused variable by Michal Nazarewicz · 11 years ago
  16. 383dec1 tpm: MAINTAINERS: Cleanup TPM Maintainers file by Peter Huewe · 11 years ago
  17. ba6a09d tpm/tpm_i2c_atmel: fix coccinelle warnings by Fengguang Wu · 11 years ago
  18. 37bd99d tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning) by Peter Huewe · 11 years ago
  19. 85c5e0d tpm/tpm_i2c_stm_st33: Check return code of get_burstcount by Peter Huewe · 11 years ago
  20. 238b1ea tpm/tpm_ppi: Check return value of acpi_get_name by Peter Huewe · 11 years ago
  21. 747d35b tpm/tpm_ppi: Do not compare strcmp(a,b) == -1 by Peter Huewe · 11 years ago
  22. 38fd2c2 Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPM by James Morris · 10 years ago
  23. d6e0a2d Linux 3.13-rc7 by Linus Torvalds · 10 years ago
  24. 9a2f1aa Merge tag 'for-v3.13-fixes' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 10 years ago
  25. 23e8e59 Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  26. dcf4e39 ima: remove unneeded size_limit argument from ima_eventdigest_init_common() by Roberto Sassu · 11 years ago
  27. ef8894b ima: update IMA-templates.txt documentation by Mimi Zohar · 11 years ago
  28. 712a49b ima: pass HASH_ALGO__LAST as hash algo in ima_eventdigest_init() by Roberto Sassu · 11 years ago
  29. c502c78 ima: change the default hash algorithm to SHA1 in ima_eventdigest_ng_init() by Roberto Sassu · 11 years ago
  30. 7a262d2 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  31. 06f055f Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  32. 4ff36ee epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL by Jason Baron · 10 years ago
  33. ad70b02 sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms_32.c by Nobuhiro Iwamatsu · 10 years ago
  34. 3532e56 drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test() by Jiang Liu · 10 years ago
  35. a3e0f9e mm/memory-failure.c: transfer page count from head page to tail page after split thp by Naoya Horiguchi · 10 years ago
  36. c2fd4e3 MAINTAINERS: set up proper record for Xilinx Zynq by Michal Simek · 10 years ago
  37. d0319bd mm: remove bogus warning in copy_huge_pmd() by Mel Gorman · 10 years ago
  38. 695c608 memcg: fix memcg_size() calculation by Vladimir Davydov · 10 years ago
  39. 4eb9198 mm: fix use-after-free in sys_remap_file_pages by Rik van Riel · 10 years ago
  40. 3b25df9 mm: munlock: fix deadlock in __munlock_pagevec() by Vlastimil Babka · 10 years ago
  41. c424be1 mm: munlock: fix a bug where THP tail page is encountered by Vlastimil Babka · 10 years ago
  42. 152b734 Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 10 years ago
  43. b479667 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  44. 29bf08f KVM: nVMX: Unconditionally uninit the MMU on nested vmexit by Jan Kiszka · 10 years ago
  45. 0b3a2c9 GFS2: Fix unsafe dereference in dump_holder() by Tetsuo Handa · 10 years ago
  46. 9a0bb29 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  47. 6c72139 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  48. 61ef8be Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  49. efb753b crypto: ixp4xx - Fix kernel compile error by Krzysztof Hałasa · 10 years ago
  50. 4482a44 Smack: File receive audit correction by Casey Schaufler · 10 years ago
  51. 24ea1b6 Smack: Rationalize mount restrictions by Casey Schaufler · 10 years ago
  52. 0a405fe Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  53. 3308d53 Merge branch 'cpuidle/3.13-fixes' of git://git.linaro.org/people/daniel.lezcano/linux into pm-cpuidle by Rafael J. Wysocki · 10 years ago
  54. 4706515 Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug' by Rafael J. Wysocki · 10 years ago
  55. 6b8c982 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  56. 03bdeda Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  57. 28a2a2e Input: allocate absinfo data when setting ABS capability by Dmitry Torokhov · 10 years ago
  58. f244d8b ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplug by Rafael J. Wysocki · 10 years ago
  59. 98a947a intel_pstate: Fail initialization if P-state information is missing by Rafael J. Wysocki · 10 years ago
  60. 71ce176 Merge tag 'dt-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  61. e66d2ae KVM: x86: Fix APIC map calculation after re-enabling by Jan Kiszka · 10 years ago
  62. 6e4c619 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  63. f0082e3 Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixes by Rob Herring · 10 years ago
  64. 67e0c1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  65. 5d3ad8a MAINTAINERS: Update Rob Herring's email address by Rob Herring · 11 years ago
  66. 2f53a71 of/irq: Fix device_node refcount in of_irq_parse_raw() by Cédric Le Goater · 11 years ago
  67. 5d92708 of/Kconfig: Spelling s/one/once/ by Geert Uytterhoeven · 10 years ago
  68. 13fcca8 Revert "of/address: Handle #address-cells > 2 specially" by Rob Herring · 10 years ago
  69. 5781532 ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function by Andre Przywara · 11 years ago
  70. fcf2f40 s390/pci: obtain function handle in hotplug notifier by Sebastian Ott · 11 years ago
  71. f991db1 Merge remote-tracking branch 'agust/merge' into merge by Benjamin Herrenschmidt · 10 years ago
  72. 7cd0139 stmmac: Fix incorrect spinlock release and PTP cap detection. by Vince Bridgers · 10 years ago
  73. 33c133c phy: IRQ cannot be shared by Sergei Shtylyov · 10 years ago
  74. f81152e net: rose: restore old recvmsg behavior by Florian Westphal · 10 years ago
  75. ac3d5ac xen-netback: fix guest-receive-side array sizes by Paul Durrant · 10 years ago
  76. 7a399e3 fec: Do not assume that PHY reset is active low by Fabio Estevam · 10 years ago
  77. 8460276 tipc: fix deadlock during socket release by Ying Xue · 10 years ago
  78. 7d4151b powerpc: Fix alignment of secondary cpu spin vars by Olof Johansson · 10 years ago
  79. 286e4f9 powerpc: Align p_end by Anton Blanchard · 10 years ago
  80. ca1de5d powernv/eeh: Add buffer for P7IOC hub error data by Brian W Hart · 10 years ago
  81. 20acebd powernv/eeh: Fix possible buffer overrun in ioda_eeh_phb_diag() by Brian W Hart · 11 years ago
  82. 2015116 powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian by Paul E. McKenney · 11 years ago
  83. e8a00ad powerpc: Make unaligned accesses endian-safe for powerpc by Rajesh B Prathipati · 11 years ago
  84. 90ff5d6 powerpc: Fix bad stack check in exception entry by Michael Neuling · 11 years ago
  85. 802eee9 Linux 3.13-rc6 by Linus Torvalds · 10 years ago
  86. f084280 PCI / ACPI: Install wakeup notify handlers for all PCI devs with ACPI by Rafael J. Wysocki · 10 years ago
  87. d7ada73 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  88. 8cf126d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  89. bddffa2 Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  90. 08fd8c1c cpufreq: preserve user_policy across suspend/resume by Viresh Kumar · 10 years ago
  91. 72368d1 cpufreq: Clean up after a failing light-weight initialization by Rafael J. Wysocki · 10 years ago
  92. 8eb9bff Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  93. a72338a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  94. 9b17c165 Merge tag 'omap-for-v3.13/intc-ldp-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 10 years ago
  95. 4cff612 Merge tag 'renesas-fixes2-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 10 years ago
  96. 9928422 ARM: pxa: fix USB gadget driver compilation regression by Linus Walleij · 11 years ago
  97. 2ee0d3c netfilter: nf_tables: fix wrong datatype in nft_validate_data_load() by Pablo Neira Ayuso · 10 years ago
  98. 2b1e2cb batman-adv: fix vlan header access by Antonio Quartulli · 10 years ago
  99. 55883fd batman-adv: clean nf state when removing protocol header by Antonio Quartulli · 10 years ago
  100. ca66304 batman-adv: fix alignment for batadv_tvlv_tt_change by Antonio Quartulli · 11 years ago