1. e550149 [POWERPC] spufs: Cleanup ELF coredump extra notes logic by Michael Ellerman · 17 years ago
  2. d4e3cc3 revert "PIE randomization" by Andrew Morton · 17 years ago
  3. a1b59e8 coredump masking: ELF: enable core dump filtering by Kawai, Hidehiro · 17 years ago
  4. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  5. 4d3b573 binfmt_elf warning fix by Andrew Morton · 17 years ago
  6. 60bfba7 PIE randomization by Jan Kratochvil · 17 years ago
  7. ef7320e Fix elf_core_dump() when writing arch specific notes (spu coredumps) by Michael Ellerman · 17 years ago
  8. b140f251 Invalid return value of execve() resulting in oopses by Alexey Kuznetsov · 17 years ago
  9. 7e80d0d i386: sched.h inclusion from module.h is baack by Alexey Dobriyan · 17 years ago
  10. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  11. 0322170 [PATCH] fix page leak during core dump by Brian Pomerantz · 17 years ago
  12. d1cabd6 [PATCH] fix process crash caused by randomisation and 64k pages by James Bottomley · 17 years ago
  13. 9fbbd4d [PATCH] x86: Don't require the vDSO for handling a.out signals by Andi Kleen · 17 years ago
  14. 1fb8449 [PATCH] core-dumping unreadable binaries via PT_INTERP by Alexey Dobriyan · 17 years ago
  15. f47aef5 [PATCH] i386 vDSO: use VM_ALWAYSDUMP by Roland McGrath · 17 years ago
  16. e5b97dd [PATCH] Add VM_ALWAYSDUMP by Roland McGrath · 17 years ago
  17. 90cb28e Revert "[PATCH] binfmt_elf: randomize PIE binaries (2nd try)" by Linus Torvalds · 17 years ago
  18. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 18 years ago
  19. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  20. 8de61e6 [PATCH] fs: remove unused variable by David Rientjes · 18 years ago
  21. 386d9a7 [PATCH] elf: Always define elf_addr_t in linux/elf.h by Magnus Damm · 18 years ago
  22. 841d5fb [PATCH] binfmt: fix uaccess handling by Heiko Carstens · 18 years ago
  23. 59287c0 [PATCH] binfmt_elf: randomize PIE binaries (2nd try) by Marcus Meissner · 18 years ago
  24. bf1ab97 [POWERPC] coredump: Add SPU elf notes to coredump. by Dwayne Grant McConnell · 18 years ago
  25. a7a0d86 [PATCH] Fix core files so they make sense to gdb... by Petr Vandrovec · 18 years ago
  26. 7f14daa [PATCH] Get core dump code to work... by Petr Vandrovec · 18 years ago
  27. d025c9d [PATCH] Support piping into commands in /proc/sys/kernel/core_pattern by Andi Kleen · 18 years ago
  28. 07f3f05 [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] by David Howells · 18 years ago
  29. 486ccb0 [PATCH] elf_core_dump: don't take tasklist_lock by Oleg Nesterov · 18 years ago
  30. 3b9b8ab [PATCH] Fix unserialized task->files changing by Kirill Korotaev · 18 years ago
  31. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  32. 8d6b5eee [PATCH] binfmt_elf: consistently use loff_t by Andrew Morton · 18 years ago
  33. c16b63e0 [PATCH] i386/x86-64: Don't randomize stack top when no randomization personality is set by Andi Kleen · 18 years ago
  34. b4cac1a [PATCH] FDPIC: Move roundup() into linux/kernel.h by David Howells · 18 years ago
  35. ce51059 [PATCH] binfmt_elf: fix checks for bad address by Chuck Ebbert · 18 years ago
  36. 785d557 [PATCH] binflt_elf: remove more casts by Jesper Juhl · 18 years ago
  37. f4e5cc2 [PATCH] binfmt_elf: CodingStyle cleanup and remove some pointless casts by Jesper Juhl · 18 years ago
  38. c89681e [PATCH] remove steal_locks() by Miklos Szeredi · 18 years ago
  39. 913bd90 [PATCH] x86_64: Increase the variability of the process stack on 64bit architectures by Andi Kleen · 18 years ago
  40. 5514854 [PATCH] remove needless check in binfmt_elf.c by Carsten Otte · 18 years ago
  41. 11b0b5a [PATCH] use kzalloc and kcalloc in core fs code by Oliver Neukum · 18 years ago
  42. 5342fba [PATCH] x86_64: Check for bad elf entry address. by Suresh Siddha · 18 years ago
  43. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  44. 74da6cd missing printk loglevel and tiny tiny whitespace change in binfmt_elf() by Jesper Juhl · 18 years ago
  45. 792db3a [PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value casts by Jesper Juhl · 18 years ago
  46. 708e9a7 [PATCH] tiny: Configure ELF core dump support by Matt Mackall · 18 years ago
  47. dda6ebd [PATCH] Fix handling of ELF segments with zero filesize by David Gibson · 18 years ago
  48. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  49. a928972 [PATCH] Don't uselessly export task_struct to userspace in core dumps by Eric W. Biederman · 19 years ago
  50. 404351e [PATCH] mm: mm_init set_mm_counters by Hugh Dickins · 19 years ago
  51. 6de5051 [PATCH] binfmt_elf bss padding fix by akpm@osdl.org · 19 years ago
  52. 1363c3c [PATCH] Avoiding mmap fragmentation by Wolfgang Wander · 19 years ago
  53. 5db9285 [PATCH] Fix large core dumps with a 32-bit off_t by Daniel Jacobowitz · 19 years ago
  54. a84a505 [PATCH] fix Linux kernel ELF core dump privilege elevation by Greg Kroah-Hartman · 19 years ago
  55. 18c8baf [PATCH] Fix error recovery path for arch_setup_additional_pages by Roland McGrath · 19 years ago
  56. 547ee84 [PATCH] ppc64: Improve mapping of vDSO by Benjamin Herrenschmidt · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago