1. d1e30a6 [MIPS] Fix dump_tlb.c warning and cleanup. by Atsushi Nemoto · 19 years ago
  2. 5665a0a [MIPS] Fix minor sparse warnings by Atsushi Nemoto · 19 years ago
  3. 1e32ceec [MIPS] MIPS R2 optimized endianess swapping. by Ralf Baechle · 19 years ago
  4. 7e5b24a [MIPS] Remove buggy inline version of memscan. by Ralf Baechle · 19 years ago
  5. 9bbf28a3 [MIPS] Sparse: Add some __user tags to signal functions. by Atsushi Nemoto · 19 years ago
  6. 5be0f65 [MIPS] Shrink Qemu configuration to the bare minimum that is need and tested. by Ralf Baechle · 19 years ago
  7. 3d50375 [MIPS] Support /proc/kcore for MIPS by Daniel Jacobowitz · 20 years ago
  8. e9feeb2 [MIPS] IP22: Fix serial console detection by Ralf Baechle · 19 years ago
  9. c5033d7 [MIPS] ieee754[sd]p_neg workaround by Atsushi Nemoto · 19 years ago
  10. d4264f1 [MIPS] Remove wrong __user tags. by Atsushi Nemoto · 19 years ago
  11. 2caf190 [MIPS] Cleanup fls implementation. by Ralf Baechle · 19 years ago
  12. 2e66fe2 [MIPS] local_irq_restore wasn't safe to be used in other macros mode. by Ralf Baechle · 19 years ago
  13. 75bdb42 [MIPS] Remove commented out code to add -mmad for Nevada. by Ralf Baechle · 19 years ago
  14. 5237844 [MIPS] Fix Cobalt PCI cache line sizes by Peter Horton · 19 years ago
  15. c315a2b [MIPS] Sparse: Add _MIPS_SZINT and _MIPS_ISA to CHECKFLAGS to fix sparse warnings. by Atsushi Nemoto · 19 years ago
  16. 76f072a [MIPS] Build blast_cache routines from template by Atsushi Nemoto · 19 years ago
  17. 3055acb [MIPS] Sparse: Fix some compiler/sparse warnings in ptrace32.c by Atsushi Nemoto · 19 years ago
  18. b6f7880 [MIPS] Reformat to 80 columns. by Ralf Baechle · 19 years ago
  19. 5ac71fd [MIPS] Sibyte: Make all setup functions __init. by Ralf Baechle · 19 years ago
  20. 010b853 [MIPS] Get rid of CONFIG_SB1_PASS_1_WORKAROUNDS #ifdef crapola. by Ralf Baechle · 19 years ago
  21. 492fd5f [MIPS] Au1200: Make KGDB compile by Sergei Shtylylov · 19 years ago
  22. 8073055 [MIPS] Au1xx0: really set KSEG0 to uncached on reboot by Sergei Shtylylov · 19 years ago
  23. 6fe2a56 [MIPS] TX49x7: Fix timer register #define's by Sergei Shtylylov · 19 years ago
  24. 4feb8f8 [MIPS] Bullet proof uaccess.h against 4.0.1 miss-compilation. by Ralf Baechle · 19 years ago
  25. c03bc12 [MIPS] SB1: Add oprofile support. by Mark Mason · 19 years ago
  26. 4c91cc5 [MIPS] BCM1480: Cleanup debug code left behind in the PCI driver. by Mark Mason · 19 years ago
  27. 80f834e [MIPS] BCM1125 PCI fixes by Mark Mason · 19 years ago
  28. dd2f18f [MIPS] Nevada support for SGI O2. by Ralf Baechle · 19 years ago
  29. c011db4 [MIPS] CPU definitions for Cobalt. by Ralf Baechle · 19 years ago
  30. 11ed6d5 [MIPS] Rename include/asm-mips/cobalt to include/asm-mips/mach-cobalt. by Ralf Baechle · 19 years ago
  31. fcdb27a [MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again. by Ralf Baechle · 19 years ago
  32. 9414d36 [MIPS] Check function pointers are non-zero before calling. by Ralf Baechle · 19 years ago
  33. a3305a8 [MIPS] Revert "mips: add pm_power_off" by Ralf Baechle · 19 years ago
  34. a84c96e [MIPS] RTLX compile fixes. by Ralf Baechle · 19 years ago
  35. 71baa1a [MIPS] Get rid of unnecessary prototypes. Fixes and optimizations for HZ > 100. by Ralf Baechle · 19 years ago
  36. 05faa7b [MIPS] Fix C version of ssnop to use the right opcode. by Ralf Baechle · 19 years ago
  37. 4f0638b [MIPS] Remove stray .set mips3 resulting in 64-bit instruction in 32-bit kernels. by Ralf Baechle · 19 years ago
  38. e3f749c [PPP]: Fixed hardware RX checksum handling by Herbert Xu · 19 years ago
  39. 410c054 [PATCH] USB: Fix GPL markings on usb core functions. by Greg KH · 19 years ago
  40. 7a21ef6 mm/slab.c (non-NUMA): Fix compile warning and clean up code by Linus Torvalds · 19 years ago
  41. c265c46 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 19 years ago
  42. 98bd0c0 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  43. 5e375bc [PATCH] kconfig: detect if -lintl is needed when linking conf,mconf by Robb, Sam · 19 years ago
  44. 4be68a7 [PATCH] i386: HIGHMEM64G must depend on X86_CMPXCHG64 by Adrian Bunk · 19 years ago
  45. 911b0ad [PATCH] Fix "value computed is not used" compile warnings with gcc-4.1 by Takashi Iwai · 19 years ago
  46. b53e8f6 [PATCH] i386: print kernel version in register dumps by Chuck Ebbert · 19 years ago
  47. fe38d85 [PATCH] i386 cpu hotplug: don't access freed memory by Chuck Ebbert · 19 years ago
  48. 170aa3d [PATCH] namei.c: unlock missing in error case by Ulrich Drepper · 19 years ago
  49. f55eab8 [PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved by link_path_walk() by Trond Myklebust · 19 years ago
  50. 4484ebf [PATCH] NUMA slab locking fixes: fix cpu down and up locking by Ravikiran G Thirumalai · 19 years ago
  51. ca3b9b9 [PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lock by Ravikiran G Thirumalai · 19 years ago
  52. 2e1217c [PATCH] NUMA slab locking fixes: move color_next to l3 by Ravikiran G Thirumalai · 19 years ago
  53. 64b4a95 [PATCH] hugetlb: add comment explaining reasons for Bus Errors by Christoph Lameter · 19 years ago
  54. fe1dcbc [PATCH] jbd: fix transaction batching by Andrew Morton · 19 years ago
  55. bc5e483 [PATCH] reiserfs_get_acl() build fix by Andrew Morton · 19 years ago
  56. 165a2c1 [PATCH] x86: fix stack trace facility level by Hugh Dickins · 19 years ago
  57. c2b507f [PATCH] selinux: require SECURITY_NETWORK by Stephen Smalley · 19 years ago
  58. 5c0d5d2 [PATCH] missing license tag in intermodule by Dave Jones · 19 years ago
  59. 5c55ac9 [PATCH] pktcdvd: Allow larger packets by Phillip Susi · 19 years ago
  60. e1bc89b [PATCH] pktcdvd: Don't waste kernel memory by Peter Osterlund · 19 years ago
  61. b566cce [PATCH] Let CDROM_PKTCDVD_WCACHE depend on EXPERIMENTAL by Adrian Bunk · 19 years ago
  62. 11edefd [PATCH] pktcdvd: remove version string by Peter Osterlund · 19 years ago
  63. a460ad6 [PATCH] pktcdvd: Fix overflow for discs with large packets by Phillip Susi · 19 years ago
  64. bd576c9 [PATCH] sched: only print migration_cost once per boot by Chuck Ebbert · 19 years ago
  65. 62cfe7e [PATCH] MAINTAINERS/CREDITS: Update SELinux contact info by Stephen Smalley · 19 years ago
  66. 7128ec2 [PATCH] fuse: fix request_end() vs fuse_reset_request() race by Miklos Szeredi · 19 years ago
  67. e22bec2 [PATCH] Fix i2o_scsi oops on abort by Markus Lidel · 19 years ago
  68. 238e7db [PATCH] block: request_queue->ordcolor must not be flipped on SOFTBARRIER by Tejun Heo · 19 years ago
  69. 9a7a67a [PATCH] fix ordering on requeued request drainage by Jens Axboe · 19 years ago
  70. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 19 years ago
  71. cef5076 Revert "[PATCH] x86_64: Fix the node cpumask of a cpu going down" by Linus Torvalds · 19 years ago
  72. 7f7ff6b [SPARC64]: Update defconfig. by David S. Miller · 19 years ago
  73. 3794689 [SPARC64]: Add .gitignore file for sparc64 boot images. by David S. Miller · 19 years ago
  74. 7918d21 [NETFILTER]: Fix check whether dst_entry needs to be released after NAT by Patrick McHardy · 19 years ago
  75. 0047c65 [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification by Patrick McHardy · 19 years ago
  76. 878c41c [NETFILTER]: Fix ip6t_policy address matching by Patrick McHardy · 19 years ago
  77. e55f1bc [NETFILTER]: Check policy length in policy match strict mode by Patrick McHardy · 19 years ago
  78. ee4bb81 [NETFILTER]: Fix possible overflow in netfilters do_replace() by Kirill Korotaev · 19 years ago
  79. df4e957 [NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helper by Samir Bellabes · 19 years ago
  80. 19ea730 [NETFILTER]: iptables: fix typos in ipt_connbytes.h by Yasuyuki Kozakai · 19 years ago
  81. 6f16930 [NETFILTER]: Fix missing src port initialization in tftp expectation mask by Patrick McHardy · 19 years ago
  82. a706124 [NETFILTER]: nfnetlink_queue: fix packet marking over netlink by Patrick McHardy · 19 years ago
  83. ad2ad0f [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log by Patrick McHardy · 19 years ago
  84. c2db292 [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz' by Holger Eitzenberger · 19 years ago
  85. ddc8d02 [NETFILTER]: nf_conntrack: check address family when finding protocol module by Yasuyuki Kozakai · 19 years ago
  86. 34f9a2e [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystem by Pablo Neira Ayuso · 19 years ago
  87. b633ad5 [NETFILTER]: ctnetlink: Fix subsystem used for expectation events by Marcus Sundberg · 19 years ago
  88. fa60cf7 [ICMP]: Fix extra dst release when ip_options_echo fails by Herbert Xu · 19 years ago
  89. 5b7b644 [PATCH] x86_64: IOMMU printk cleanup by Jon Mason · 19 years ago
  90. 14c3f85 [PATCH] x86_64: Let impossible CPUs point to reference per cpu data by Andi Kleen · 19 years ago
  91. 3777a95 [PATCH] i386/x86-64: Don't ack the APIC for bad interrupts when the APIC is not enabled by Andi Kleen · 19 years ago
  92. 7f66ae4 [PATCH] x86_64: Dont record local apic ids when they are disabled in MADT by Ashok Raj · 19 years ago
  93. d646bce [PATCH] x86_64: minor odering correction to dump_pagetable() by Jan Beulich · 19 years ago
  94. 91522a9 [PATCH] x86_64: small fix for CFI annotations by Jan Beulich · 19 years ago
  95. 0c3749c [PATCH] x86_64: Calibrate APIC timer using PM timer by Andi Kleen · 19 years ago
  96. 099f318 [PATCH] x86_64: Don't allow kprobes on __switch_to by Andi Kleen · 19 years ago
  97. 16acc0c [PATCH] x86_64: align per-cpu section to configured cache bytes by Zach Brown · 19 years ago
  98. a1002a4 [PATCH] x86_64: When allocation of merged SG lists fails in the IOMMU don't merge by Kevin VanMaren · 19 years ago
  99. 1de6bf3 [PATCH] x86_64: Fix zero mcfg entry workaround on x86-64 by Andi Kleen · 19 years ago
  100. d22fe80 [PATCH] x86_64: Do more checking in the SRAT header code by Andi Kleen · 19 years ago