1. 2e555f8 avr32: normalize global variables exported by vmlinux.lds by Jiang Liu · 12 years ago
  2. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 12 years ago
  3. e68c636 avr32: fix relocation check for signed 18-bit offset by Hans-Christian Egtvedt · 12 years ago
  4. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  5. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  6. 0142647 avr32: Use generic idle loop by Thomas Gleixner · 12 years ago
  7. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  8. 4788069 avr32: switch to generic sigaltstack by Al Viro · 12 years ago
  9. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  10. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  11. 584271b avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappers by Al Viro · 12 years ago
  12. 5fd0b58 avr32: switch to generic sys_execve() by Al Viro · 12 years ago
  13. 5adc807 avr32: switch to generic kernel_thread()/kernel_execve() by Al Viro · 12 years ago
  14. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  15. 3cffdc8 Uninclude linux/freezer.h by Richard Weinberger · 13 years ago
  16. 03240b2 fixups for signal breakage by Al Viro · 13 years ago
  17. efee984 new helper: signal_delivered() by Al Viro · 13 years ago
  18. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  19. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 13 years ago
  20. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
  21. b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
  22. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 13 years ago
  23. 62366c8 avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers by Al Viro · 13 years ago
  24. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 13 years ago
  25. fe49c1c avr32: need to clear RESTORE_SIGMASK on successful signal delivery by Al Viro · 13 years ago
  26. 446cdd1 avr32: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 13 years ago
  27. 54bbf3e avr32: use block_sigmask() by Matt Fleming · 13 years ago
  28. 4920959 avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturn by Oleg Nesterov · 13 years ago
  29. e1b1fd7 avr32: don't mask signals in the error path by Matt Fleming · 13 years ago
  30. 29b2501 avr32: Use generic init_task by Thomas Gleixner · 13 years ago
  31. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 14 years ago
  32. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 13 years ago
  33. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  34. edbaa60 driver-core: remove sysdev.h usage. by Kay Sievers · 13 years ago
  35. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  36. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  37. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  38. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  39. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  40. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  41. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 14 years ago
  42. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
  43. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 14 years ago
  44. 24a1a47 avr32: add ATAG_BOARDINFO by Andreas Bießmann · 14 years ago
  45. 9f0d15a avr32: init cannot ignore signals sent by force_sig_info() by Matt Fleming · 14 years ago
  46. 0dd61be Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  47. db82817 avr32: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  48. c4945b9 asm-generic: rename generic little-endian bitops functions by Akinobu Mita · 14 years ago
  49. 1e2de47 avr32: Convert to clocksource_register_hz by John Stultz · 14 years ago
  50. 992a88b avr32: make architecture sys_clone prototype match asm-generic prototype by Hans-Christian Egtvedt · 14 years ago
  51. 9f29b8f ptrace: cleanup arch_ptrace() on avr32 by Namhyung Kim · 14 years ago
  52. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  53. 5336377 modules: Fix module_bug_list list corruption race by Linus Torvalds · 14 years ago
  54. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  55. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  56. 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 · 15 years ago
  57. 9e584fb arch/avr32: fix build failure caused by wrong prototype by Peter Huewe · 15 years ago
  58. e9ddbc0 avr32: Fix typo in read_persistent_clock() by Peter Huewe · 15 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  60. e2032a4 avr32: Convert avr32 to use read/update_persistent_clock by John Stultz · 15 years ago
  61. 1d83931 avr32: use generic ptrace_resume code by Christoph Hellwig · 15 years ago
  62. 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  63. 050cbb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 15 years ago
  64. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  65. ce378f7 avr32: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  66. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  67. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  68. 2092058 avr32: clean up linker script using standard macros. by Nelson Elhage · 15 years ago
  69. d200c92 Use new __init_task_data macro in arch init_task.c files. by Joe Perches · 15 years ago
  70. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  71. 733e5e4 KEYS: Add missing linux/tracehook.h #inclusions by David Howells · 15 years ago
  72. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  73. d0420c8 KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] by David Howells · 15 years ago
  74. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  75. 023bf6f linker script: unify usage of discard definition by Tejun Heo · 16 years ago
  76. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 16 years ago
  77. 405d967 linker script: throw away .discard section by Tejun Heo · 16 years ago
  78. bba7fc0 ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa by Oleg Nesterov · 16 years ago
  79. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 16 years ago
  80. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  81. 84c48e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  82. bb6e647 avr32: Fix oops on unaligned user access by Haavard Skinnemoen · 16 years ago
  83. 5933048 module: cleanup FIXME comments about trimming exception table entries. by Rusty Russell · 16 years ago
  84. 288ddad syscall: Sort out syscall_restart name clash. by Eric W. Biederman · 16 years ago
  85. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
  86. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 16 years ago
  87. a841696 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  88. 8d29b7b avr32: Fix out-of-range rcalls in large kernels by Ben Nizette · 16 years ago
  89. 0b0f0b1 sparseirq: use kstat_irqs_cpu on non-x86 architectures too by Yinghai Lu · 16 years ago
  90. 52435bf Merge branches 'fixes', 'cleanups' and 'boards' by Haavard Skinnemoen · 16 years ago
  91. ba84be2 remove linux/hardirq.h from asm-generic/local.h by Russell King · 16 years ago
  92. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  93. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  94. c80ce2d avr32: Introducing asm/syscalls.h by Jaswinder Singh · 16 years ago
  95. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
  96. b3bc2c5 avr32: Minor pm_power_off cleanup by Haavard Skinnemoen · 16 years ago
  97. 48c1fd3 avr32: added mem kernel command line option support by Marco Stornelli · 16 years ago
  98. 3d431a7 avr32: nmi_enter() without nmi_exit() by Manfred Spraul · 16 years ago
  99. 73d4393 avr32: fix sys_sync_file_range() call convention by Hans-Christian Egtvedt · 16 years ago
  100. e37925e avr32: add generic_find_next_le_bit bit function by Hans-Christian Egtvedt · 16 years ago