1. 04e4f2b FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack by Mike Frysinger · 15 years ago
  2. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  3. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  4. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  5. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  6. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  7. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  8. 2588465 Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  9. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  10. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  11. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  12. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  13. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  14. 67a7e4f sysctl frv: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  15. 961303c sysctl: Remove the unused frv sysctl unumbers by Eric W. Biederman · 15 years ago
  16. c896a2e frv: fix check on unsigned in do_signal() by Roel Kluin · 15 years ago
  17. b69975a frv: Remove the BKL from sys_execve by John Kacur · 15 years ago
  18. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  19. c775197 FRV: Flash mappings for the MB93090-MB00 motherboard by David Howells · 15 years ago
  20. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  21. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  22. c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  23. a7077099 FRV: Use asm/generic-hardirq.h by Christoph Hellwig · 15 years ago
  24. cf63ff5f misc: remove redundant start_kernel prototypes by Rusty Russell · 15 years ago
  25. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  26. 6e17b17 mm: remove duplicate asm/mman.h files by Arnd Bergmann · 15 years ago
  27. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  28. 3dbda77 trivial: fix typos "man[ae]g?ment" -> "management" by Uwe Kleine-Koenig · 15 years ago
  29. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  30. d200c92 Use new __init_task_data macro in arch init_task.c files. by Joe Perches · 15 years ago
  31. 9c88b25 frv: clean up linker script using new linker script macros. by Nelson Elhage · 15 years ago
  32. 88ddb81 frv: remove unused .altinstructions code by Nelson Elhage · 15 years ago
  33. 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  34. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  35. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  36. eae91c0 frv/PCI: Use pci_claim_resource by Matthew Wilcox · 15 years ago
  37. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  38. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  39. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  40. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  41. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  42. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  43. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  44. 023bf6f linker script: unify usage of discard definition by Tejun Heo · 15 years ago
  45. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  46. 42ca4fb FRV: Add basic performance counter support by David Howells · 15 years ago
  47. 00460f4 FRV: Implement atomic64_t by David Howells · 15 years ago
  48. aee3ff1 FRV: Wire up new syscalls by David Howells · 15 years ago
  49. 405d967 linker script: throw away .discard section by Tejun Heo · 15 years ago
  50. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  51. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 15 years ago
  52. 5c55b40 FRV: Fix interaction with new generic header stuff by David Howells · 15 years ago
  53. cd166bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 15 years ago
  54. 5933048 module: cleanup FIXME comments about trimming exception table entries. by Rusty Russell · 15 years ago
  55. 5b02ee3 asm-generic: merge branch 'master' of torvalds/linux-2.6 by Arnd Bergmann · 15 years ago
  56. d7c4f1b asm-generic: make pci.h usable directly by Arnd Bergmann · 15 years ago
  57. 5b17e1c asm-generic: rename page.h and uaccess.h by Arnd Bergmann · 15 years ago
  58. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  59. c31ae4b asm-generic: introduce asm/bitsperlong.h by Arnd Bergmann · 15 years ago
  60. 63b852a asm-generic: rename termios.h, signal.h and mman.h by Arnd Bergmann · 15 years ago
  61. 4a3b989 FRV: Implement new-style ptrace by David Howells · 15 years ago
  62. 24ceb7e FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue by David Howells · 15 years ago
  63. b7bab88 FRV: Implement TIF_NOTIFY_RESUME by David Howells · 15 years ago
  64. aa1913c FRV: Remove in-kernel strace code by David Howells · 15 years ago
  65. db5c444 FRV: BUG to BUG_ON changes by Stoyan Gaydarov · 15 years ago
  66. d2f11bf FRV: bitops: Change the bitmap index from int to unsigned long by Justin Chen · 15 years ago
  67. df1f6d2 FRV: Use __INIT macro instead of .text.init. by Tim Abbott · 15 years ago
  68. b2ad5e1 FRV: Remove unused header asm/init.h. by Tim Abbott · 15 years ago
  69. 9a523d4 FRV: Stop gcc from generating uninitialised variable warnings after BUG() by David Howells · 15 years ago
  70. e37469f FRV: Wire up new syscalls by David Howells · 15 years ago
  71. b6a8d95c frv: convert frv to use __HEAD and HEAD_TEXT macros. by Tim Abbott · 15 years ago
  72. 77e38a5 frv: insert PCI root bus resources for the MB93090 devel motherboard by David Howells · 15 years ago
  73. f297bfe FRV: Don't attempt to #include <linux/blk.h> as it doesn't exist by David Howells · 15 years ago
  74. e69cc92 FRV: Move to arch/frv/include/asm/ by David Howells · 15 years ago
  75. c47ae9a FRV: Fix compile breakage by Adrian Bunk · 15 years ago
  76. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 15 years ago
  77. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 15 years ago
  78. 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 15 years ago
  79. a8e807f FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now by David Howells · 15 years ago
  80. dee4102 sparseirq: use kstat_irqs_cpu instead by Yinghai Lu · 16 years ago
  81. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  82. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  83. 4280e31 frv: fix mmap2 error handling by David Howells · 16 years ago
  84. dc52ddc container freezer: implement freezer cgroup subsystem by Matt Helsley · 16 years ago
  85. 70a3075 FRV: Eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 16 years ago
  86. c9af956 FRV: Provide dma_map_page() for NOMMU and fix comments by David Howells · 16 years ago
  87. 9bd8f9c frv: use generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  88. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  89. 784dd7b FRV: Wire up new system calls by David Howells · 16 years ago
  90. e275e0a frv: use generic show_mem() by Johannes Weiner · 16 years ago
  91. 19caeed frv: use the common ascii hex helpers by Harvey Harrison · 16 years ago
  92. d75f65f remove include/linux/pm_legacy.h by Adrian Bunk · 16 years ago
  93. 0aea531 PCI: remove unused arch pcibios_update_resource() functions by Adrian Bunk · 16 years ago
  94. 44d1b98 Fix various old email addresses for dwmw2 by David Woodhouse · 16 years ago
  95. fb56f0f frv: export empty_zero_page by Adrian Bunk · 16 years ago
  96. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 16 years ago
  97. d35c7b0 unified (weak) sys_pipe implementation by Ulrich Drepper · 16 years ago
  98. adafbed frv: unbreak misalignment handling changes by David Howells · 16 years ago
  99. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  100. 9691609 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release by Len Brown · 16 years ago