1. 529565d [PATCH] splice: add optional input and output offsets by Ingo Molnar · 18 years ago
  2. 3a326a2 [PATCH] introduce a "kernel-internal pipe object" abstraction by Ingo Molnar · 18 years ago
  3. 0b749ce [PATCH] splice: be smarter about calling do_page_cache_readahead() by Jens Axboe · 18 years ago
  4. 49d0b21 [PATCH] splice: optimize the splice buffer mapping by Jens Axboe · 18 years ago
  5. 16c523d [PATCH] splice: cleanup __generic_file_splice_read() by Jens Axboe · 18 years ago
  6. c0bd1f6 [PATCH] splice: only call wake_up_interruptible() when we really have to by Jens Axboe · 18 years ago
  7. 9aefe43 [PATCH] splice: potential !page dereference by Dave Jones · 18 years ago
  8. c7f21e4 [PATCH] splice: mark the io page as accessed by Jens Axboe · 18 years ago
  9. 6764472 [SELINUX] Fix build after ipsec decap state changes. by Dave Jones · 18 years ago
  10. 66004a6 Move request_standard_resources() back to before PCI probing by Linus Torvalds · 18 years ago
  11. b8feb47 [PATCH] x86_64: Update 32-bit system call table by Andi Kleen · 18 years ago
  12. 67d53ea [PATCH] x86_64: Eliminate IA32_NR_syscalls define by Andi Kleen · 18 years ago
  13. bbd3aff [PATCH] x86_64: fix CONFIG_REORDER by Sam Ravnborg · 18 years ago
  14. 97c2803 [PATCH] x86_64: Plug GS leak in arch_prctl() by John Blackwood · 18 years ago
  15. e48c472 [PATCH] i386: Remove printk about reboot fixups at reboot by Andi Kleen · 18 years ago
  16. b20367a [PATCH] x86_64: Fix drift with HPET timer enabled by Jordan Hargrave · 18 years ago
  17. 49c93e8 [PATCH] i386/x86-64: Return defined error value for bad PCI config space accesses by Andi Kleen · 18 years ago
  18. 8c30b1a74 [PATCH] i386/x86_64: Check if MCFG works for the first 16 busses by Andi Kleen · 18 years ago
  19. e405d06 [PATCH] x86_64: Fixup read_mostly section on internode cache line size for vSMP by Ravikiran G Thirumalai · 18 years ago
  20. 3d34ee6 [PATCH] x86_64: Don't return error for HPET initialization in initcall by Andi Kleen · 18 years ago
  21. ac04dca [PATCH] x86_64: Don't export strlen twice by Andi Kleen · 18 years ago
  22. 7bf36bb [PATCH] x86_64: When user could have changed RIP always force IRET by Andi Kleen · 18 years ago
  23. 553f265 [PATCH] x86_64: Don't run NMI watchdog during machine checks by Andi Kleen · 18 years ago
  24. be56db6 [PATCH] x86_64: extra NODES_SHIFT definition by Dave Hansen · 18 years ago
  25. 4211a30 [PATCH] x86_64: Proper null pointer check in powernow_k8_get by Jacob Shin · 18 years ago
  26. d7fa706 [PATCH] x86_64: Revert earlier powernow-k8 change by Andi Kleen · 18 years ago
  27. 95d769a [PATCH] i386: Consolidate modern APIC handling by Andi Kleen · 18 years ago
  28. d1530d8 [PATCH] x86_64: Clear APIC feature bit when local APIC is disabled by Andi Kleen · 18 years ago
  29. d3b6a34 [PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled. by Andi Kleen · 18 years ago
  30. ec0f08e [PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systems by Andi Kleen · 18 years ago
  31. fa47dd0 [PATCH] x86_64: Fix compilation with CONFIG_PCI=n / allnoconfig by Andi Kleen · 18 years ago
  32. 946f2ee [PATCH] i386/x86-64: Check that MCFG points to an e820 reserved area by Arjan van de Ven · 18 years ago
  33. 9522236 [PATCH] x86_64: Introduce e820_all_mapped by Arjan van de Ven · 18 years ago
  34. eee5a9f [PATCH] x86_64: Rename e820_mapped to e820_any_mapped by Arjan van de Ven · 18 years ago
  35. a806223 [PATCH] x86_64: Handle empty PXMs that only contain hotplug memory by Andi Kleen · 18 years ago
  36. 68a3a7f [PATCH] x86_64: Reserve SRAT hotadd memory on x86-64 by Andi Kleen · 18 years ago
  37. 9d99aaa [PATCH] x86_64: Support memory hotadd without sparsemem by Andi Kleen · 18 years ago
  38. 805e8c0 [PATCH] x86_64: Clean up execve path by Andi Kleen · 18 years ago
  39. 903fcc6 [PATCH] x86_64: Update defconfig by Andi Kleen · 18 years ago
  40. 6246b61 Linux v2.6.17-rc1 by Linus Torvalds · 18 years ago
  41. 6fdb94b Update dummy snd_power_wait() function for new calling convention by Linus Torvalds · 18 years ago
  42. d696361 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  43. 3e7ee3e [PATCH] splice: fix page stealing LRU handling. by Jens Axboe · 18 years ago
  44. ad8d6f0 [PATCH] splice: page stealing needs to wait_on_page_writeback() by Jens Axboe · 18 years ago
  45. 059a8f3 [PATCH] splice: export generic_splice_sendpage by Jens Axboe · 18 years ago
  46. b2b39fa [PATCH] splice: add a SPLICE_F_MORE flag by Jens Axboe · 18 years ago
  47. 83f9135 [PATCH] splice: add comments documenting more of the code by Jens Axboe · 18 years ago
  48. 4f6f0bd [PATCH] splice: improve writeback and clean up page stealing by Jens Axboe · 18 years ago
  49. 53cd9ae [PATCH] splice: fix shadow[] filling logic by Jens Axboe · 18 years ago
  50. 1810b6c Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  51. ef7a456 Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 18 years ago
  52. a2308b7 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 18 years ago
  53. f27f0a0 Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa by Linus Torvalds · 18 years ago
  54. 6e0dd74 [PATCH] sysfs: zero terminate sysfs write buffers by Greg Kroah-Hartman · 18 years ago
  55. 597a767 [PATCH] revert incorrect mutex conversion in hdaps driver by Arjan van de Ven · 18 years ago
  56. 7f344f0 Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 18 years ago
  57. 63589ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  58. 24c7cd0 [PATCH] sbp2: fix spinlock recursion by Stefan Richter · 18 years ago
  59. b043b67 Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 18 years ago
  60. cd5e25d Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  61. 86dca4f Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 18 years ago
  62. 9c8680e Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  63. f900e58 Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  64. 23344cb Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  65. bacd3ad Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  66. 29e3509 splice: add SPLICE_F_NONBLOCK flag by Linus Torvalds · 18 years ago
  67. 56ca9040 [ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1 by Pavel Pisa · 18 years ago
  68. 65dbf34 [ARM] 3456/1: AT91RM9200 support for 2.6 (MMC/SD driver) by Andrew Victor · 18 years ago
  69. b45e516 ppc64: actually add sys_splice() to the system call table by Linus Torvalds · 18 years ago
  70. 853807f [WATCHDOG] at91_wdt.c - Atmel AT91RM9200 watchdog driver by Andrew Victor · 18 years ago
  71. c9d1a0b [WATCHDOG] pcwd_usb.c: fix a NULL pointer dereference by Adrian Bunk · 18 years ago
  72. 6bbc20b [WATCHDOG] pcwd.c sprintf/strcpy fix by Wim Van Sebroeck · 18 years ago
  73. 369fa25 [WATCHDOG] pcwd.c general clean-up after patches by Wim Van Sebroeck · 18 years ago
  74. c324ab4 [WATCHDOG] pcwd.c add debug info by Wim Van Sebroeck · 18 years ago
  75. 69f83d5 [WATCHDOG] pcwd.c pcwd_cleanup_module patch by Wim Van Sebroeck · 18 years ago
  76. 9b6553c [ARM] 3433/1: ARM: OMAP: 8/8 Update board files by Tony Lindgren · 18 years ago
  77. 120db2c [ARM] 3455/1: ARM: OMAP: 7/8 Misc updates, take 2 by Tony Lindgren · 18 years ago
  78. 0dc5e77 [ARM] 3454/1: ARM: OMAP: 6/8 Update framebuffer low-level init code, take 2 by Tony Lindgren · 18 years ago
  79. 670c104 [ARM] 3430/1: ARM: OMAP: 5/8 Update PM by Tony Lindgren · 18 years ago
  80. 6e60e79 [ARM] 3429/1: ARM: OMAP: 4/8 Update GPIO by Tony Lindgren · 18 years ago
  81. 8d7f9f5 [ARM] 3428/1: ARM: OMAP: 3/8 Update pin multiplexing by Tony Lindgren · 18 years ago
  82. a569c6e [ARM] 3427/1: ARM: OMAP: 2/8 Update timers by Tony Lindgren · 18 years ago
  83. b824efa [ARM] 3426/1: ARM: OMAP: 1/8 Update clock framework by Tony Lindgren · 18 years ago
  84. 2891b6a [WATCHDOG] pcwd.c firmware-info patch by Wim Van Sebroeck · 18 years ago
  85. 4206f0c [WATCHDOG] pcwd.c control status patch by Wim Van Sebroeck · 18 years ago
  86. 3267c07 [ARM] 3396/2: AT91RM9200 Platform devices update by Andrew Victor · 18 years ago
  87. 486bcc5 [ARM] 3395/2: AT91RM9200 Dataflash Card vs MMC selection by Andrew Victor · 18 years ago
  88. cc2832a [ARM] 3393/2: AT91RM9200 LED support by Andrew Victor · 18 years ago
  89. b2e6f75 [ARM] 3453/1: Poodle: Correctly set the memory size by Richard Purdie · 18 years ago
  90. d66e35f [ARM] 3446/1: i.MX: MMC/SD SDHC controller registration for i.MX/MX1 MX1ADS board by Pavel Pisa · 18 years ago
  91. 999331a [ARM] 3444/1: i.MX: Scatter-gather DMA emulation for i.MX/MX1 by Pavel Pisa · 18 years ago
  92. 7ba01f9 [ARM] 3451/1: ep93xx: use the m48t86 rtc driver on the ts72xx platform by Lennert Buytenhek · 18 years ago
  93. 4165813 [ARM] 3450/1: ep93xx: use the ep93xx rtc driver by Lennert Buytenhek · 18 years ago
  94. 272eb57 [ARM] 3452/1: [S3C2410] RX3715 - add nand information by Ben Dooks · 18 years ago
  95. a580290 Documentation: fix minor kernel-doc warnings by Martin Waitz · 18 years ago
  96. 5d9428d BUG_ON() Conversion in drivers/net/ by Eric Sesterhenn · 18 years ago
  97. 7e99e9b BUG_ON() Conversion in drivers/s390/net/lcs.c by Eric Sesterhenn · 18 years ago
  98. 40094fa BUG_ON() Conversion in mm/slab.c by Eric Sesterhenn · 18 years ago
  99. 75babca BUG_ON() Conversion in mm/highmem.c by Eric Sesterhenn · 18 years ago
  100. 9f31252 BUG_ON() Conversion in kernel/signal.c by Eric Sesterhenn · 18 years ago