1. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  2. 8b1bb90 defconfig reduction by Sam Ravnborg · 14 years ago
  3. bf56fba archs: replace unifdef-y with header-y by Sam Ravnborg · 14 years ago
  4. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  5. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  6. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  7. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  8. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  9. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  10. 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
  11. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  12. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  13. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  14. 772320e Merge commit 'v2.6.35' into kbuild/kbuild by Michal Marek · 14 years ago
  15. c9575dc frv: clean up arch/frv/Makefile by Sam Ravnborg · 14 years ago
  16. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  17. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 14 years ago
  18. a7f5378 FRV: Reinstate null behaviour for the GDB remote protocol 'p' command by David Howells · 14 years ago
  19. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  20. f9c497c frv: invoke oom-killer from page fault by Nick Piggin · 14 years ago
  21. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  22. 8507bb0 FRV: ARCH_KMALLOC_MINALIGN was already defined by David Howells · 14 years ago
  23. fc24447 frv: remove "struct file *" argument from sysctl ->proc_handler by Jan Blunck · 14 years ago
  24. 3e6e3da frv: use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  25. 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 14 years ago
  26. 69dcf3d frv: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 14 years ago
  27. 7ca8b9c frv: extend gdbstub to support more features of gdb by David Howells · 14 years ago
  28. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  29. 7d02093 Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  30. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  31. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  32. 08dc179 frv: fix kernel/user segment handling in NOMMU mode by David Howells · 14 years ago
  33. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  34. f7454c5 frv/chris: fix lines with a missing semicolons by David Howells · 14 years ago
  35. 99f4692 frv/PCI: remove redundant warnings by Bjorn Helgaas · 14 years ago
  36. 739b271 frv: Convert frv to use read/update_persistent_clock by John Stultz · 14 years ago
  37. 027491f dma-mapping: frv: remove the obsolete and unnecessary DMA API comments by FUJITA Tomonori · 14 years ago
  38. f41b177 pci-dma: add linux/pci-dma.h to linux/pci.h by FUJITA Tomonori · 14 years ago
  39. 272ecbe pci-dma: frv: use include/linux/pci-dma.h by FUJITA Tomonori · 14 years ago
  40. dacbe41 ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h by Christoph Hellwig · 14 years ago
  41. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 14 years ago
  42. 6822190 frv: remove pci_dma_sync_single() and pci_dma_sync_sg() by FUJITA Tomonori · 14 years ago
  43. b6f4e45 Rename special text sections in arch/frv from .text.XXX to .text..XXX. by Denys Vlasenko · 14 years ago
  44. 1360e07 Rename .bss.stack to .bss..stack. by Denys Vlasenko · 14 years ago
  45. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  46. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
  47. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
  48. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  49. 04e4f2b FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack by Mike Frysinger · 15 years ago
  50. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  51. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  52. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  53. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  54. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  55. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  56. 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
  57. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  58. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  59. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  60. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  61. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  62. 67a7e4f sysctl frv: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  63. 961303c sysctl: Remove the unused frv sysctl unumbers by Eric W. Biederman · 15 years ago
  64. c896a2e frv: fix check on unsigned in do_signal() by Roel Kluin · 15 years ago
  65. b69975a frv: Remove the BKL from sys_execve by John Kacur · 15 years ago
  66. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  67. c775197 FRV: Flash mappings for the MB93090-MB00 motherboard by David Howells · 15 years ago
  68. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  69. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  70. c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  71. a7077099 FRV: Use asm/generic-hardirq.h by Christoph Hellwig · 15 years ago
  72. cf63ff5f misc: remove redundant start_kernel prototypes by Rusty Russell · 15 years ago
  73. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  74. 6e17b17 mm: remove duplicate asm/mman.h files by Arnd Bergmann · 15 years ago
  75. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  76. 3dbda77 trivial: fix typos "man[ae]g?ment" -> "management" by Uwe Kleine-Koenig · 15 years ago
  77. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  78. d200c92 Use new __init_task_data macro in arch init_task.c files. by Joe Perches · 15 years ago
  79. 9c88b25 frv: clean up linker script using new linker script macros. by Nelson Elhage · 15 years ago
  80. 88ddb81 frv: remove unused .altinstructions code by Nelson Elhage · 15 years ago
  81. 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
  82. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  83. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  84. eae91c0 frv/PCI: Use pci_claim_resource by Matthew Wilcox · 15 years ago
  85. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  86. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  87. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  88. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  89. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  90. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  91. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  92. 023bf6f linker script: unify usage of discard definition by Tejun Heo · 15 years ago
  93. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  94. 42ca4fb FRV: Add basic performance counter support by David Howells · 15 years ago
  95. 00460f4 FRV: Implement atomic64_t by David Howells · 15 years ago
  96. aee3ff1 FRV: Wire up new syscalls by David Howells · 15 years ago
  97. 405d967 linker script: throw away .discard section by Tejun Heo · 15 years ago
  98. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  99. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 15 years ago
  100. 5c55b40 FRV: Fix interaction with new generic header stuff by David Howells · 15 years ago