1. c401cf1 x86/KASLR: Add 'struct slot_area' to manage random_addr slots by Baoquan He · 8 years ago
  2. cb18ef0 x86/boot: Add missing file header comments by Kees Cook · 8 years ago
  3. 434a6c9 x86/KASLR: Initialize mapping_info every time by Kees Cook · 8 years ago
  4. 36a39ac x86/boot: Comment what finalize_identity_maps() does by Borislav Petkov · 8 years ago
  5. 3a94707 x86/KASLR: Build identity mappings on demand by Kees Cook · 8 years ago
  6. cf4fb15 x86/boot: Split out kernel_ident_mapping_init() by Yinghai Lu · 8 years ago
  7. 8665e6f x86/boot: Clean up indenting for asm/boot.h by Kees Cook · 8 years ago
  8. ed09acd x86/KASLR: Improve comments around the mem_avoid[] logic by Kees Cook · 8 years ago
  9. 549f90d x86/boot: Simplify pointer casting in choose_random_location() by Borislav Petkov · 8 years ago
  10. 9dc1969 x86/KASLR: Consolidate mem_avoid[] entries by Yinghai Lu · 8 years ago
  11. 2bc1cd3 x86/boot: Clean up pointer casting by Kees Cook · 8 years ago
  12. 00ec2c3 x86/boot: Warn on future overlapping memcpy() use by Kees Cook · 8 years ago
  13. dc425a6 x86/boot: Extract error reporting functions by Kees Cook · 8 years ago
  14. 4abf061 x86/boot: Correctly bounds-check relocations by Yinghai Lu · 8 years ago
  15. 4d2d542 x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_total_size' by Yinghai Lu · 8 years ago
  16. 67b6662 x86/boot: Fix "run_size" calculation by Yinghai Lu · 8 years ago
  17. d607251 x86/boot: Calculate decompression size during boot not build by Yinghai Lu · 8 years ago
  18. 974f221 x86/boot: Move compressed kernel to the end of the decompression buffer by Yinghai Lu · 8 years ago
  19. 6f9af75 x86/KASLR: Handle kernel relocations above 2G correctly by Baoquan He · 8 years ago
  20. 81b785f x86/boot: Rename overlapping memcpy() to memmove() by Kees Cook · 8 years ago
  21. a50b22a x86/init: Disable pnpbios and rtc for X86_SUBARCH_CE4100 by Luis R. Rodriguez · 8 years ago
  22. f6935b7 x86/init: Disable pnpbios for X86_SUBARCH_INTEL_MID by Luis R. Rodriguez · 8 years ago
  23. 867fe80 x86/paravirt: Remove paravirt_enabled() by Luis R. Rodriguez · 8 years ago
  24. f2d8529 x86/init: Rename EBDA code file by Luis R. Rodriguez · 8 years ago
  25. 7a17b82 x86/ACPI: Parse ACPI_FADT_LEGACY_DEVICES by Luis R. Rodriguez · 8 years ago
  26. 80dfd83 x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device check by Luis R. Rodriguez · 8 years ago
  27. fa39279 x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work around by Luis R. Rodriguez · 8 years ago
  28. 44ecf0e x86/tboot: Remove paravirt_enabled() use by Luis R. Rodriguez · 8 years ago
  29. 8bc55f8 x86/apm32: Remove paravirt_enabled() use by Luis R. Rodriguez · 8 years ago
  30. 4650459 tools/lguest: Force disable tboot and APM by Luis R. Rodriguez · 8 years ago
  31. 1330e3b x86/init: Use a platform legacy quirk for EBDA by Luis R. Rodriguez · 8 years ago
  32. 088a8ef x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot code by Luis R. Rodriguez · 8 years ago
  33. 8d152e7 x86/rtc: Replace paravirt rtc check with platform legacy quirk by Luis R. Rodriguez · 8 years ago
  34. 907bb65 tools/lguest: Make lguest launcher use X86_SUBARCH_LGUEST explicitly by Luis R. Rodriguez · 8 years ago
  35. ea17948 x86/xen: Use X86_SUBARCH_XEN for PV guest boots by Luis R. Rodriguez · 8 years ago
  36. 18c78a962 x86/boot: Enumerate documentation for the x86 hardware_subarch by Luis R. Rodriguez · 8 years ago
  37. 0f8ede1b x86/KASLR: Warn when KASLR is disabled by Kees Cook · 8 years ago
  38. bf0118d x86/boot: Make memcpy() handle overlaps by Kees Cook · 8 years ago
  39. 1f208de x86/boot: Clean up things used by decompressors by Kees Cook · 8 years ago
  40. e8581e3 x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET by Baoquan He · 8 years ago
  41. 4252db1 x86/KASLR: Update description for decompressor worst case size by Baoquan He · 8 years ago
  42. 9016875 x86/KASLR: Rename "random" to "random_addr" by Kees Cook · 8 years ago
  43. 7de828d x86/KASLR: Clarify purpose of kaslr.c by Kees Cook · 8 years ago
  44. c040288 x86/boot: Clarify purpose of functions in misc.c by Kees Cook · 8 years ago
  45. 6655e0a x86/boot: Rename "real_mode" to "boot_params" by Kees Cook · 8 years ago
  46. 206f25a x86/KASLR: Remove unneeded boot_params argument by Yinghai Lu · 8 years ago
  47. 9b23874 x86/KASLR: Rename aslr.c to kaslr.c by Kees Cook · 8 years ago
  48. c3b46c7 Linux 4.6-rc4 by Linus Torvalds · 8 years ago
  49. 9d090d0 Merge tag 'dm-4.6-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  50. 6545b60 dm cache metadata: fix cmd_read_lock() acquiring write lock by Ahmed Samy · 8 years ago
  51. b9f5dba Merge tag 'char-misc-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  52. e1e22b2 Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  53. b62dabf Merge tag 'usb-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  54. 306a63b Merge tag 'dmaengine-fix-4.6-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  55. ac82a57 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. e2f50c5 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  57. 956e6c8 Merge branch 'fix/edma' into fixes by Vinod Koul · 8 years ago
  58. 1cc3334 Merge branch 'fix/xilinx' into fixes by Vinod Koul · 8 years ago
  59. 4bd6135 Merge branch 'fix/omap' into fixes by Vinod Koul · 8 years ago
  60. 09c505c Merge branch 'fix/hsu' into fixes by Vinod Koul · 8 years ago
  61. 2e57259 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. f3c9a1a Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  63. 29dde7c Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  64. 2fffad1 Merge tag 'mmc-v4.6-rc3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  65. ab5f9eb Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  66. 60ea7bb Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  67. 0a370d26 libnvdimm, pmem: clarify the write+clear_poison+write flow by Dan Williams · 8 years ago
  68. a7297a6 block: loop: fix filesystem corruption in case of aio/dio by Ming Lei · 8 years ago
  69. 806fdcc Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. a1f9831 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 63a1281 Merge tag 'dm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  72. 0a3f5af Merge tag 'pwm/for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  73. c8c5285 Merge tag 'sound-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  74. a7109a2 Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  75. dfe7058 Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  76. 16382ed Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  77. 4c0b1c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  78. 9567366 dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros by Mike Snitzer · 8 years ago
  79. a522905 NVMe: Always use MSI/MSI-x interrupts by Keith Busch · 8 years ago
  80. 51d7b12 /proc/iomem: only expose physical resource addresses to privileged users by Linus Torvalds · 8 years ago
  81. ab0fa82 pci-sysfs: use proper file capability helper function by Linus Torvalds · 8 years ago
  82. 34dbbcd Make file credentials available to the seqfile interfaces by Linus Torvalds · 8 years ago
  83. 4046d6e Revert "x86: remove the kernel code/data/bss resources from /proc/iomem" by Linus Torvalds · 8 years ago
  84. 366dd4e parisc: Fix ftrace function tracer by Helge Deller · 8 years ago
  85. cba2e47 pmem: fix BUG() error in pmem.h:48 on X86_32 by Toshi Kani · 8 years ago
  86. ad06fde pwm: fsl-ftm: Use flat regmap cache by Stefan Agner · 9 years ago
  87. 70ad7f7 mmc: tegra: Disable UHS-I modes for Tegra124 by Jon Hunter · 8 years ago
  88. 9aaf343 mmc: block: Use the mmc host device index as the mmcblk device index by Ulf Hansson · 8 years ago
  89. ff3e84e Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 8 years ago
  90. 25451c1 Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  91. 90de680 Merge tag 'sh-fixes-4.6-rc1' of git://git.libc.org/linux-sh by Linus Torvalds · 8 years ago
  92. e86103a usb: hcd: out of bounds access in for_each_companion by Robert Dobrowolski · 9 years ago
  93. 1363074 USB: uas: Add a new NO_REPORT_LUNS quirk by Hans de Goede · 8 years ago
  94. 198de51 USB: uas: Limit qdepth at the scsi-host level by Hans de Goede · 8 years ago
  95. 2dc0194 doc: usb: Fix typo in gadget_multi documentation by Diego Herranz · 8 years ago
  96. f9a85f6 usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value by Peter Griffin · 8 years ago
  97. 98d74f9 xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers by Mathias Nyman · 8 years ago
  98. 7150406 usb: xhci: fix wild pointers in xhci_mem_cleanup by Lu Baolu · 8 years ago
  99. 5ad3b03 usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys by Yoshihiro Shimoda · 8 years ago
  100. 0a380be usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT by Yoshihiro Shimoda · 8 years ago