1. 54b880c kbuild, x86: Track generated headers with generated-y by James Hogan · 8 years ago
  2. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  3. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  4. 8057b30 x86: use generic dma-contiguous.h by Zubair Lutfullah Kakakhel · 10 years ago
  5. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  6. 5b7c73e x86: use generic early_ioremap by Mark Salter · 10 years ago
  7. 073d822 arch: Remove stub cputime.h headers by Frederic Weisbecker · 11 years ago
  8. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 11 years ago
  9. af170c5 UAPI: (Scripted) Disintegrate arch/x86/include/asm by David Howells · 12 years ago
  10. 6d369a0 x86: Export asm/{svm.h,vmx.h,perf_regs.h} by David Howells · 12 years ago
  11. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  12. 6cbb369 x32: Generate <asm/unistd_x32.h> by H. Peter Anvin · 13 years ago
  13. 1f5e27a x32: Create posix_types_x32.h by H. Peter Anvin · 13 years ago
  14. 303395a x86: Generate system call tables and unistd_*.h from tables by H. Peter Anvin · 13 years ago
  15. bf56fba archs: replace unifdef-y with header-y by Sam Ravnborg · 14 years ago
  16. 94718da KVM: export <asm/hyperv.h> by Avi Kivity · 15 years ago
  17. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  18. 74d96f0 byteorder: make swab.h include asm/swab.h like a regular header by Harvey Harrison · 16 years ago
  19. 5d30a68 x86: introduce asm/swab.h by Harvey Harrison · 16 years ago
  20. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/Kbuild]
  21. 762b829 Merge git://git.infradead.org/~dwmw2/random-2.6 by Linus Torvalds · 16 years ago
  22. 7dcf2a9 remove dummy asm/kvm.h files by Adrian Bunk · 16 years ago
  23. f22ab81 include/asm/ptrace.h userspace headers cleanup by Adrian Bunk · 16 years ago
  24. 6093015 x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix by Ingo Molnar · 17 years ago
  25. 2ab42e2 Really unexport asm/page.h by David Woodhouse · 17 years ago
  26. c1445db Unexport asm/user.h and linux/user.h by Kirill A. Shutemov · 17 years ago
  27. 2d2a7b9 KVM: Export include/asm-x86/kvm.h by Avi Kivity · 17 years ago
  28. 11b7c7d x86: page.h: move things back to their own files by Jeremy Fitzhardinge · 17 years ago
  29. 16f4bc7 x86 vDSO: ia32 vsyscall removal by Roland McGrath · 17 years ago
  30. ef68529 x86: merge setup_32/64.h by Thomas Gleixner · 17 years ago
  31. 33185c5 x86: merge signal_32/64.h by Thomas Gleixner · 17 years ago
  32. 77129c5 x86: merge sigcontext_32/64.h by Thomas Gleixner · 17 years ago
  33. be7baf8 x86: merge msr_32/64.h by Thomas Gleixner · 17 years ago
  34. 297a99e x86: merge mttr_32/64.h by Thomas Gleixner · 17 years ago
  35. d5f1354 x86: merge statfs_32/64.h by Thomas Gleixner · 17 years ago
  36. 79c7497 x86: merge stat_32/64.h by Thomas Gleixner · 17 years ago
  37. 079091a x86: merge shmbuf_32/64.h by Thomas Gleixner · 17 years ago
  38. 8fc37f2 x86: merge ptrace_32/64.h by Thomas Gleixner · 17 years ago
  39. 5ca3b0f x86: merge msgbuf_32/64.h by Thomas Gleixner · 17 years ago
  40. 2439a79 x86: merge elf_32/64.h by Thomas Gleixner · 17 years ago
  41. acbbbe9 x86: merge byteorder_32/64.h by Thomas Gleixner · 17 years ago
  42. 01005e7 x86: unify a.out{,_32,_64}.h by Chris Snook · 17 years ago
  43. ee8e7cf Make asm-x86/bootparam.h includable from userspace. by Rusty Russell · 17 years ago
  44. 21ebddd x86: unify include/asm/debugreg_32/64.h by Thomas Gleixner · 17 years ago
  45. 9d256ff x86: unify include/asm/types_32/64.h by Thomas Gleixner · 17 years ago
  46. f16ee28 x86: unify include/asm/siginfo_32/64.h by Thomas Gleixner · 17 years ago
  47. 5c8eec5 x86: unify include/asm/mman_32/64.h by Thomas Gleixner · 17 years ago
  48. 612d26a x86: unify include/asm/ioctls_32/64.h by Thomas Gleixner · 17 years ago
  49. 0b4dc7c x86: unify include/asm/auxvec_32/64.h by Thomas Gleixner · 17 years ago
  50. 003a46c x86: unify some more trivial include/asm-x86/ 32/64 variants by Thomas Gleixner · 17 years ago
  51. 217d115 x86: merge some trivially mergeable headers by Roland Dreier · 17 years ago
  52. 020bd9f x86: trivial header merges by Brian Gerst · 17 years ago
  53. f6a2e7f x86: unify include/asm/ldt_32/64.h by Thomas Gleixner · 17 years ago
  54. 686d8c6 x86: unify include/asm/ptrace-abi_32/64.h by Thomas Gleixner · 17 years ago
  55. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  56. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago