1. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  2. dce0ce4 parisc: add generic 32- and 64-bit defconfigs by Helge Deller · 11 years ago
  3. 1f2048f parisc: signal fixup - SIGBUS vs. SIGSEGV by Helge Deller · 11 years ago
  4. 63379c1 parisc: implement full version of access_ok() by Helge Deller · 11 years ago
  5. 3a7452b parisc: correctly display number of active CPUs by Helge Deller · 11 years ago
  6. 6f0c4aa parisc: do not count IPI calls twice by Helge Deller · 11 years ago
  7. f6d12ee parisc: make udelay() SMP-safe by Helge Deller · 11 years ago
  8. e4be260 parisc: remove duplicate define by Michael Opdenacker · 11 years ago
  9. b0756b5 parisc: make "make install" not depend on vmlinux by Helge Deller · 11 years ago
  10. 527973c parisc: add kernel audit feature by Helge Deller · 11 years ago
  11. 61dbbae parisc: provide macro to create exception table entries by Helge Deller · 11 years ago
  12. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  13. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  14. 54e181e parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM by Helge Deller · 11 years ago
  15. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  16. 4a24fb2 parisc: select ARCH_MIGHT_HAVE_PC_PARPORT by Mark Salter · 11 years ago
  17. c1b1404 parisc: enable DEVTMPFS, DEVTMPFS_MOUNT and BLK_DEV_INITRD in defconfigs by Helge Deller · 11 years ago
  18. a446e72 Revert "parisc: Export flush_cache_page() (needed by lustre)" by Helge Deller · 11 years ago
  19. db080f9 parisc: let probe_kernel_read() capture access to page zero by Helge Deller · 11 years ago
  20. 2d8b22d parisc: optimize variable initialization in do_page_fault by John David Anglin · 11 years ago
  21. 59b33f1 parisc: fix interruption handler to respect pagefault_disable() by Helge Deller · 11 years ago
  22. a60ac4b parisc: mark parisc_terminate() noreturn and cold. by Helge Deller · 11 years ago
  23. ec7c241 parisc: remove unused syscall_ipi() function. by Helge Deller · 11 years ago
  24. 528d8eb parisc: kill SMP single function call interrupt by Jiang Liu · 11 years ago
  25. 320c90b parisc: Export flush_cache_page() (needed by lustre) by Geert Uytterhoeven · 11 years ago
  26. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  27. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  28. 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 11 years ago
  29. 0772dac arch/parisc/mm/fault.c: fix uninitialized variable usage by Felipe Pena · 11 years ago
  30. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  31. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  32. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  33. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  34. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  35. 8e33a52 treewide: Fix printks with 0x%# by Joe Perches · 11 years ago
  36. dd5e6d6 parisc: Fix interrupt routing for C8000 serial ports by Thomas Bogendoerfer · 11 years ago
  37. 5a0ce2d parisc: Remove arch/parisc/kernel/sys32.h header by John David Anglin · 11 years ago
  38. 78f1386 parisc: add defconfig for c8000 machine by Helge Deller · 11 years ago
  39. 50861f5 parisc: Fix cache routines to ignore vma's with an invalid pfn by John David Anglin · 11 years ago
  40. 60ffef0 parisc: delete __cpuinit usage from all users by Paul Gortmaker · 11 years ago
  41. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  42. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  43. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  44. b247759 Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  45. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  46. 5b879d7 parisc: Fix gcc miscompilation in pa_memcpy() by Helge Deller · 11 years ago
  47. e8d8fc2 parisc: Ensure volatile space register %sr1 is not clobbered by John David Anglin · 11 years ago
  48. 92b5992 parisc: optimize mtsp(0,sr) inline assembly by Helge Deller · 11 years ago
  49. 594174d parisc: switch to gzip-compressed vmlinuz kernel by Helge Deller · 11 years ago
  50. 30a9f0b parisc: more capabilities info in /proc/cpuinfo by Helge Deller · 11 years ago
  51. e61aca5 Merge branch 'kconfig-diet' from Dave Hansen by Linus Torvalds · 11 years ago
  52. d1a1dc0 consolidate per-arch stack overflow debugging options by Dave Hansen · 11 years ago
  53. d5c017d mm/PARISC: prepare for killing free_all_bootmem_node() by Jiang Liu · 11 years ago
  54. 7d2c774 mm/PARISC: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  55. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  56. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  57. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  58. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  59. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  60. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  61. 0de10f9 Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  62. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  63. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  64. ac6614b [readdir] constify ->actor by Al Viro · 11 years ago
  65. bb6f619 [readdir] introduce ->iterate(), ctx->pos, dir_emit() by Al Viro · 11 years ago
  66. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 11 years ago
  67. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  68. 805bf3d Merge 3.10-rc7 into tty-next by Greg Kroah-Hartman · 11 years ago
  69. b5aef68 Merge 3.10-rc7 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  70. d65ea48 parisc: Use unshadowed index register for flush instructions in flush_dcache_page_asm and flush_icache_page_asm by John David Anglin · 11 years ago
  71. 2cc7138 parisc: provide pci_mmap_page_range() for parisc by Thomas Bogendoerfer · 11 years ago
  72. 9a66d18 parisc: fix serial ports on C8000 workstation by Thomas Bogendoerfer · 11 years ago
  73. 91ea820 parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2) by Helge Deller · 11 years ago
  74. bb07b00 Merge 3.10-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  75. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  76. 1ba7055 Merge 3.10-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  77. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  78. ea99b1a parisc: kernel: using strlcpy() instead of strcpy() by Chen Gang · 11 years ago
  79. 7660390 parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000" by Paul Bolle · 11 years ago
  80. ae249b5 parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 by Helge Deller · 11 years ago
  81. 3f108de parisc: memory overflow, 'name' length is too short for using by Chen Gang · 11 years ago
  82. 8095e4e Merge 3.10-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  83. d96b51e parisc: fix irq stack on UP and SMP by Helge Deller · 11 years ago
  84. b63a2bb parisc: make interrupt and interruption stack allocation reentrant by John David Anglin · 11 years ago
  85. d0c3be8 parisc: show number of FPE and unaligned access handler calls in /proc/interrupts by Helge Deller · 11 years ago
  86. d845b5f parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.S by Helge Deller · 11 years ago
  87. 949451b parisc: add rp5470 entry to machine database by Helge Deller · 11 years ago
  88. 155957f TTY:vt: convert remain take_over_console's users to do_take_over_console by Wang YanQing · 11 years ago
  89. 6880b01 parisc: make default cross compiler search more robust (v3) by Helge Deller · 11 years ago
  90. f0a1881 parisc: fix SMP races when updating PTE and TLB entries in entry.S by John David Anglin · 11 years ago
  91. 416821d parisc: implement irq stacks - part 2 (v2) by Helge Deller · 11 years ago
  92. 3644bc2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  93. 91c2e0b unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  94. 0fc537d parisc: tlb flush counting fix for SMP and UP by Helge Deller · 11 years ago
  95. cd85d55 parisc: more irq statistics in /proc/interrupts by Helge Deller · 11 years ago
  96. 200c880 parisc: implement irq stacks by Helge Deller · 11 years ago
  97. 9372450 parisc: add kernel stack overflow check by Helge Deller · 11 years ago
  98. c207a76 parisc: only re-enable interrupts if we need to schedule or deliver signals when returning to userspace by John David Anglin · 11 years ago
  99. f21dda0 parisc: implement atomic64_dec_if_positive() by Helge Deller · 11 years ago
  100. bbbfde7 parisc: use long branch in fork_like macro by John David Anglin · 11 years ago