1. 25fee47 parisc: Set CONFIG_NET=y in defconfigs by Michal Marek · 10 years ago
  2. d1630f9 mips: Set CONFIG_NET=y in defconfigs by Michal Marek · 10 years ago
  3. c82eb46 Merge tag 'mvebu-soc-3.18' of git://git.infradead.org/linux-mvebu into next/cleanup by Olof Johansson · 10 years ago
  4. 1aafa57 ARM: hisi: Fix platmcpm compilation when ARMv6 is selected by Wei Xu · 10 years ago
  5. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  6. 2368a94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  7. cfa1950 ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocks by Ludovic Desroches · 10 years ago
  8. b65e0fb ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings by Andreas Henriksson · 10 years ago
  9. eeeda4c x86/relocs: Make per_cpu_load_addr static by Ben Hutchings · 10 years ago
  10. 212be3b x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o" by Oleg Nesterov · 10 years ago
  11. 0ad6e3c x86: Speed up ___preempt_schedule*() by using THUNK helpers by Oleg Nesterov · 10 years ago
  12. 7da4b29 crypto: aesni - disable "by8" AVX CTR optimization by Mathias Krause · 10 years ago
  13. 03bd4e1 sched: Fix unreleased llc_shared_mask bit during CPU hotplug by Wanpeng Li · 10 years ago
  14. ee1b5b1 x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead by Bryan O'Donoghue · 10 years ago
  15. 2ed53c0 x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline during S3 by Lan Tianyu · 10 years ago
  16. 521e8ba perf/x86/intel/uncore: Update support for client uncore IMC PMU by Stephane Eranian · 10 years ago
  17. b10fc1c perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EP by Andi Kleen · 10 years ago
  18. 7e96ae1 perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore driver by Andi Kleen · 10 years ago
  19. 513d793 perf/x86/intel/uncore: Register the PMU only if the uncore pci device exists by Yan, Zheng · 10 years ago
  20. e735b9d perf/x86/intel/uncore: Add Haswell-EP uncore support by Yan, Zheng · 10 years ago
  21. fdda3c4 perf/x86/intel: Use Broadwell cache event list for Haswell by Andi Kleen · 10 years ago
  22. c46e665 perf/x86: Add INST_RETIRED.ALL workarounds by Andi Kleen · 10 years ago
  23. 86a349a perf/x86/intel: Add Broadwell core support by Andi Kleen · 10 years ago
  24. d86c8ea perf/x86/intel: Document all Haswell models by Andi Kleen · 10 years ago
  25. b761468 perf/x86/intel: Remove incorrect model number from Haswell perf by Andi Kleen · 10 years ago
  26. 6637501 drm/i915/skl: Add the additional graphics stolen sizes by Damien Lespiau · 11 years ago
  27. cebf15e x86, sched: Add new topology for multi-NUMA-node CPUs by Dave Hansen · 10 years ago
  28. c55f515 sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW by Peter Zijlstra · 10 years ago
  29. 615f775 x86/PCI: Mark PCI BIOS initialization code as such by Mathias Krause · 10 years ago
  30. 6af13ba x86/PCI: Constify pci_mmcfg_probes[] array by Mathias Krause · 10 years ago
  31. 776f7ad x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconst by Mathias Krause · 10 years ago
  32. 64474b5 x86/PCI: Move __init annotation to the correct place by Mathias Krause · 10 years ago
  33. c24ae0d kvm: x86: Unpin and remove kvm_arch->apic_access_page by Tang Chen · 10 years ago
  34. 38b9917 kvm: vmx: Implement set_apic_access_page_addr by Tang Chen · 10 years ago
  35. 4256f43 kvm: x86: Add request bit to reload APIC access page address by Tang Chen · 10 years ago
  36. fe71557 kvm: Add arch specific mmu notifier for page invalidation by Tang Chen · 10 years ago
  37. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  38. 8a9522d kvm/x86/mmu: Pass gfn and level to rmapp callback. by Andres Lagar-Cavilla · 10 years ago
  39. c1118b3 x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only by Paolo Bonzini · 10 years ago
  40. 81760dc kvm: x86: use macros to compute bank MSRs by Chen Yucong · 10 years ago
  41. d526273 KVM: x86: Remove debug assertion of non-PAE reserved bits by Nadav Amit · 10 years ago
  42. b461966 kvm: x86: fix two typos in comment by Tiejun Chen · 10 years ago
  43. 4566654 KVM: vmx: Inject #GP on invalid PAT CR by Nadav Amit · 10 years ago
  44. 040c8dc KVM: x86: emulating descriptor load misses long-mode case by Nadav Amit · 10 years ago
  45. 77c3913 KVM: x86: directly use kvm_make_request again by Liang Chen · 10 years ago
  46. a70656b KVM: x86: count actual tlb flushes by Radim Krčmář · 10 years ago
  47. bc61349 KVM: nested VMX: disable perf cpuid reporting by Marcelo Tosatti · 10 years ago
  48. a2b9e6c KVM: x86: Don't report guest userspace emulation error to userspace by Nadav Amit · 10 years ago
  49. 1f755a8 kvm: Make init_rmode_tss() return 0 on success. by Paolo Bonzini · 10 years ago
  50. dd59809 KVM: x86: Warn if guest virtual address space is not 48-bits by Nadav Amit · 10 years ago
  51. 56394ab x86/efi: Delete misleading efi_printk() error message by Matt Fleming · 10 years ago
  52. f12c1f9 x86/vdso: Fix vdso2c's special_pages[] error checking by Andy Lutomirski · 10 years ago
  53. 422d9abf Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next/fixes-non-critical by Olof Johansson · 10 years ago
  54. fa0510f Merge tag 'v3.18-rockchip-dts2-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt by Olof Johansson · 10 years ago
  55. 5f0798c Merge tag 'qcom-dt-for-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/dt by Olof Johansson · 10 years ago
  56. 007c7fd Merge tag 'qcom-dt-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/dt by Olof Johansson · 10 years ago
  57. 37bdaf8 ARM: debug: fix alphanumerical order on debug uarts by Olof Johansson · 10 years ago
  58. c8bc4dc Merge tag 'D01-for-3.18' of git://github.com/hisilicon/linux-hisi into next/soc by Olof Johansson · 10 years ago
  59. 8adc36b Merge tag 'dt-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt by Olof Johansson · 10 years ago
  60. 9cdf6bd Merge tag 'intc-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/drivers by Olof Johansson · 10 years ago
  61. eec3173 Merge tag 'soc-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc by Olof Johansson · 10 years ago
  62. 2fee8c1 Merge tag 'fixes-v3.18-not-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical by Olof Johansson · 10 years ago
  63. 4693c72 Merge tag 'at91-drivers2' of git://github.com/at91linux/linux-at91 into next/drivers by Olof Johansson · 10 years ago
  64. d19eff3 Merge branch 'parisc-3.17-7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  65. 84be880 Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>" by Matt Fleming · 10 years ago
  66. 4913c59 audit: arm64: Remove the audit arch argument to audit_syscall_entry by Eric Paris · 10 years ago
  67. 23fed62 arm64: audit: Add audit hook in syscall_trace_enter/exit() by AKASHI Takahiro · 10 years ago
  68. b4f0d37 audit: x86: drop arch from __audit_syscall_entry() interface by Richard Guy Briggs · 11 years ago
  69. a17c8b5 sparc: implement is_32bit_task by Eric Paris · 11 years ago
  70. 01ed102 sparc: properly conditionalize use of TIF_32BIT by Stephen Rothwell · 11 years ago
  71. 75dddcb sparc: simplify syscall_get_arch() by Eric Paris · 11 years ago
  72. 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 11 years ago
  73. ce5d112 ARCH: AUDIT: implement syscall_get_arch for all arches by Eric Paris · 11 years ago
  74. 0451623 Alpha: define syscall_get_arch() by Eric Paris · 11 years ago
  75. 4b4665e UM: implement syscall_get_arch() by Eric Paris · 11 years ago
  76. 37d181b SH: define syscall_get_arch() for superh by Eric Paris · 11 years ago
  77. d26a773 parisc: Only use -mfast-indirect-calls option for 32-bit kernel builds by John David Anglin · 10 years ago
  78. 7a512b0 ARM: exynos_defconfig: Enable Maxim 77693 and I2C GPIO drivers by Krzysztof Kozlowski · 10 years ago
  79. e8ee39e [IA64] refresh arch/ia64/configs/* using "make savedefconfig" by Tony Luck · 10 years ago
  80. f6f1ae8 ARM: mm: Fix ifdef around cpu_*_do_[suspend, resume] ops by Bartlomiej Zolnierkiewicz · 10 years ago
  81. 658cff0 ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=n by Bartlomiej Zolnierkiewicz · 10 years ago
  82. 2c05471 ARM: SAMSUNG: Restore Samsung PM Debug functionality by Tomasz Figa · 10 years ago
  83. b756dc4 ARM: dts: Fix pull setting in sd4_width8 pin group for exynos4x12 by Tomasz Figa · 10 years ago
  84. 3e95b7b ARM: exynos_defconfig: Enable SBS battery support by Javier Martinez Canillas · 10 years ago
  85. 4c79279 ARM: exynos_defconfig: Enable Control Groups support by Javier Martinez Canillas · 10 years ago
  86. a5ec3a4 ARM: exynos_defconfig: Enable Atmel maXTouch support by Javier Martinez Canillas · 10 years ago
  87. 6e80e3d ARM: exynos_defconfig: Enable MAX77802 by Vivek Gautam · 10 years ago
  88. e8b56d5 net: bpf: arm: make hole-faulting more robust by Daniel Borkmann · 10 years ago
  89. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 1059c6b arm64: debug: don't re-enable debug exceptions on return from el1_dbg by Will Deacon · 10 years ago
  91. f955371 x86: remove the Xen-specific _PAGE_IOMAP PTE flag by David Vrabel · 11 years ago
  92. 7f2f882 x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappings by David Vrabel · 11 years ago
  93. 3166851 x86: skip check for spurious faults for non-present faults by David Vrabel · 11 years ago
  94. 342cd34 xen/efi: Directly include needed headers by Daniel Kiper · 10 years ago
  95. 4fbb67e3 xen/setup: Remap Xen Identity Mapped RAM by Matt Rushton · 10 years ago
  96. 3cf6b01 Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/next by Josh Triplett · 10 years ago
  97. f367039 Revert "x86/efi: Fixup GOT in all boot code paths" by Linus Torvalds · 10 years ago
  98. 21c68e7 Merge tag 'fix-v3.17-io-chain-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 10 years ago
  99. 602f585 Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 10 years ago
  100. 3c91f97 Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into fixes by Olof Johansson · 10 years ago