1. deac93d lib: Correct printk %pF to work on all architectures by James Bottomley · 16 years ago
  2. 22f3016 tracehook: comment pasto fixes by Roland McGrath · 16 years ago
  3. afbc8d8 Fix conditional export of kvh.h and a.out.h to userspace. by Khem Raj · 16 years ago
  4. 38c052f rtc: fix deadlock by Ingo Molnar · 16 years ago
  5. 5f8c3c8 Make ioctl.h compatible with userland by Michael Abbott · 16 years ago
  6. c6de0026 Missing symbol prefix on vmlinux.lds.h by Yoshinori Sato · 16 years ago
  7. 1d9b9f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  8. 34ee5501 include/asm-generic/pgtable-nopmd.h: macros are noxious, reason #435 by Andrew Morton · 16 years ago
  9. 25947d5 gpio: fix build on CONFIG_GPIO_SYSFS=n by Atsushi Nemoto · 16 years ago
  10. cb28a1b Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  11. 6948385 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 16 years ago
  12. 6a9436d gpiolib: fix typo in comment by Michael Buesch · 16 years ago
  13. 828c365 tracehook: asm/syscall.h by Roland McGrath · 16 years ago
  14. c2147a5 Better interface for hooking early initcalls by Eduard - Gabriel Munteanu · 16 years ago
  15. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  16. fb5e2b3 vmlinux.lds: move __attribute__((__cold__)) functions back into final .text section by Jan Beulich · 16 years ago
  17. 762b829 Merge git://git.infradead.org/~dwmw2/random-2.6 by Linus Torvalds · 16 years ago
  18. 7dcf2a9 remove dummy asm/kvm.h files by Adrian Bunk · 16 years ago
  19. 7444a72 gpiolib: allow user-selection by Michael Buesch · 16 years ago
  20. d8f388d gpio: sysfs interface by David Brownell · 16 years ago
  21. 717115e printk ratelimiting rewrite by Dave Young · 16 years ago
  22. a8f18b9 Add a WARN() macro; this is WARN_ON() + printk arguments by Arjan van de Ven · 16 years ago
  23. f16695f asm-generic/int-ll64.h: always provide __{s,u}64 by Adrian Bunk · 16 years ago
  24. f6dc8cc Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  25. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  26. fe1a687 mm: fix build on non-mmu machines by Sebastian Siewior · 16 years ago
  27. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 16 years ago
  28. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  29. d18bb9a Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  30. 11369f35 x86: change _node_to_cpumask_ptr to return const ptr by Mike Travis · 16 years ago
  31. 5658c76 firmware: allow firmware files to be built into kernel image by David Woodhouse · 16 years ago
  32. 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 16 years ago
  33. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  34. ee7e551 generic: per-device coherent dma allocator by Dmitry Baryshkov · 16 years ago
  35. b660398 kbuild: fix a.out.h export to userspace with O= build. by David Woodhouse · 16 years ago
  36. 1ea0704 mm: add a ptep_modify_prot transaction abstraction by Jeremy Fitzhardinge · 16 years ago
  37. 6d72b79 Merge branch 'linus' into core/rodata by Ingo Molnar · 16 years ago
  38. e1a2a51 Suspend/Resume bug in PCI layer wrt quirks by Rafael J. Wysocki · 16 years ago
  39. 63687a5 x86: move tracedata to RODATA by Jan Beulich · 16 years ago
  40. 6360b1f move BUG_TABLE into RODATA by Jan Beulich · 16 years ago
  41. 6ea0205 gpio: build fixes by David Brownell · 16 years ago
  42. c25bd29 types: add C99-style constructors to <asm-generic/int-*.h> by H. Peter Anvin · 16 years ago
  43. d13ff31 types: create <asm-generic/int-*.h> by H. Peter Anvin · 16 years ago
  44. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  45. ae50884 remove __KERNEL__ tests of unexported headers under asm-generic/ by Robert P. J. Day · 16 years ago
  46. 730f412 asm-*/futex.h should include linux/uaccess.h by Jeff Dike · 16 years ago
  47. 6510d41 kernel: Move arches to use common unaligned access by Harvey Harrison · 16 years ago
  48. 10521bd generalize asm-generic/ioctl.h to allow overriding values by Robert P. J. Day · 16 years ago
  49. 169b6a7 gpiochip_reserve() by Anton Vorontsov · 16 years ago
  50. e6de180 gpio: define gpio_is_valid() by Guennadi Liakhovetski · 16 years ago
  51. 438d890 gpiolib: better rmmod infrastructure by Guennadi Liakhovetski · 16 years ago
  52. d57594c bitops: use __fls for fls64 on 64-bit archs by Alexander van Heukelum · 16 years ago
  53. 7d9dff2 generic: introduce a generic __fls implementation by Alexander van Heukelum · 16 years ago
  54. 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 16 years ago
  55. 1526a75 generic: add ioremap_wc() interface wrapper by venkatesh.pallipadi@intel.com · 16 years ago
  56. aa6b544 asm-generic: add node_to_cpumask_ptr macro by Mike Travis · 16 years ago
  57. dd135eb kvm: provide kvm.h for all architecture: fixes headers_install by Christian Borntraeger · 16 years ago
  58. 1e83527 percpu: fix DEBUG_PREEMPT per_cpu checking by Hugh Dickins · 16 years ago
  59. 37c514e Add missing init section definitions by Sam Ravnborg · 16 years ago
  60. 271cad6 Make topology fallback macros reference their arguments. by Andi Kleen · 16 years ago
  61. 144b2a9 asm-generic: remove fastcall by Harvey Harrison · 16 years ago
  62. 7fa3031 aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT by David Howells · 16 years ago
  63. aa7738a tty: let architectures override the user/kernel macros. by Heiko Carstens · 16 years ago
  64. 068fbad Add cmpxchg_local to asm-generic for per cpu atomic operations by Mathieu Desnoyers · 16 years ago
  65. ed7b188 Unexport asm/page.h by Kirill A. Shutemov · 16 years ago
  66. 6cc931b Unexport asm/elf.h by Kirill A. Shutemov · 16 years ago
  67. c1445db Unexport asm/user.h and linux/user.h by Kirill A. Shutemov · 16 years ago
  68. a3b8111 remove support for un-needed _extratext section by Robin Getz · 16 years ago
  69. 06b8e87 taskstats scaled time cleanup by Michael Neuling · 16 years ago
  70. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 16 years ago
  71. d2876d0 gpiolib: add gpio provider infrastructure by David Brownell · 16 years ago
  72. 795d45b x86: fix RTC lockdep warning: potential hardirq recursion by Andrew Morton · 16 years ago
  73. e1adbcf asm-generic/tlb.h: remove <linux/quicklist.h> by H. Peter Anvin · 16 years ago
  74. 62152d0 asm-generic/tlb.h: build fix by Ingo Molnar · 16 years ago
  75. edeed30 x86: add testcases for RODATA and NX protections/attributes by Arjan van de Ven · 16 years ago
  76. a5a19c6 x86: demacro asm-x86/pgalloc_32.h by Jeremy Fitzhardinge · 16 years ago
  77. dd5af90 x86/non-x86: percpu, node ids, apic ids x86.git fixup by Mike Travis · 16 years ago
  78. acdac87 percpu: make the asm-generic/percpu.h more "generic" by travis@sgi.com · 16 years ago
  79. 5280e00 percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h by travis@sgi.com · 16 years ago
  80. b32ef63 percpu: use a kconfig variable to signal arch specific percpu setup by travis@sgi.com · 16 years ago
  81. 79b4cc5 debug: move WARN_ON() out of line by Arjan van de Ven · 16 years ago
  82. 3a6a62f9 debug: introduce __WARN() by Olof Johansson · 16 years ago
  83. 5ea293a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 16 years ago
  84. aa02ad6 ext4: Add ext4_find_next_bit() by Aneesh Kumar K.V · 16 years ago
  85. 312b148 Introduce new section reference annotations tags: __ref, __refdata, __refconst by Sam Ravnborg · 16 years ago
  86. 1a3fb6d asm-generic/vmlix.lds.h: simplify __mem{init,exit}* dependencies by Adrian Bunk · 16 years ago
  87. eb8f689 Use separate sections for __dev/__cpu/__mem code/data by Sam Ravnborg · 16 years ago
  88. 01ba2bd all archs: consolidate init and exit sections in vmlinux.lds.h by Sam Ravnborg · 16 years ago
  89. 78f2c7d sched: SCHED_FIFO/SCHED_RR watchdog timer by Peter Zijlstra · 16 years ago
  90. 49eaaa1 Revert quicklist need->flush fix by Christoph Lameter · 16 years ago
  91. 421d991 quicklist: Set tlb->need_flush if pages are remaining in quicklist 0 by Christoph Lameter · 17 years ago
  92. 58e1010 sched: fix RLIMIT_CPU comment by Ingo Molnar · 17 years ago
  93. 8256e47 Linux Kernel Markers by Mathieu Desnoyers · 17 years ago
  94. d05be13 define first set of BIT* macros by Jiri Slaby · 17 years ago
  95. 0624517 forbid asm/bitops.h direct inclusion by Jiri Slaby · 17 years ago
  96. 2633357 bitops: introduce lock ops by Nick Piggin · 17 years ago
  97. cba4fbb remove include/asm-*/ipc.h by Adrian Bunk · 17 years ago
  98. 4029a917 unexport asm/shmparam.h by Olaf Hering · 17 years ago
  99. 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
  100. 8f6aac4 Generic Virtual Memmap support for SPARSEMEM by Christoph Lameter · 17 years ago