1. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  2. ce6513f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  3. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  4. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  5. ec778ed bitops/find: clarify and extend documentation by Cody P Schafer · 11 years ago
  6. c2d3306 Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  7. 8a5dc58 Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  8. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  9. 79a9bec gpiolib: export descriptor-based GPIO interface by Alexandre Courbot · 11 years ago
  10. eb3057d kernel: add support for init_array constructors by Frantisek Hrbata · 11 years ago
  11. 586a87e pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib by Christian Ruppert · 11 years ago
  12. 263c43a Merge tag 'v3.12-rc4' into devel by Linus Walleij · 11 years ago
  13. d468bf9 gpio: add API to be strict about GPIO IRQ usage by Linus Walleij · 11 years ago
  14. 1a49123 __page_to_pfn: Fix typo in comment by Zhang Yanfei · 11 years ago
  15. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  16. 2679494 mm: Fix generic hugetlb pte check return type. by David Miller · 11 years ago
  17. 2a156a6 include/asm-generic/vtime.h: avoid zero-length file by Andrew Morton · 11 years ago
  18. 75f93fe sched: Revert need_resched() to look at TIF_NEED_RESCHED by Peter Zijlstra · 11 years ago
  19. 1a338ac sched, x86: Optimize the preempt_schedule() call by Peter Zijlstra · 11 years ago
  20. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  21. 0102874 sched: Create more preempt_count accessors by Peter Zijlstra · 11 years ago
  22. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  23. 64c3538 Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  24. 6832d96 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  25. b854e4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  26. 7d992fe Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  27. 0944fe3 s390/mm: implement software referenced bits by Martin Schwidefsky · 11 years ago
  28. a254738 drivers: dma-contiguous: clean source code and prepare for device tree by Marek Szyprowski · 11 years ago
  29. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  30. a5725ac vtime: Describe overriden functions in dedicated arch headers by Frederic Weisbecker · 11 years ago
  31. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  32. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  33. 102c932 tracing: Add __tracepoint_string() to export string pointers by Steven Rostedt (Red Hat) · 11 years ago
  34. 8dce5f3 Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  35. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  36. 2ec3ba6 rapidio: convert switch drivers to modules by Alexandre Bounine · 11 years ago
  37. 1622d1a vmlinux.lds: add comments for global variables and clean up useless declarations by Jiang Liu · 11 years ago
  38. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  39. e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  40. 0c46d68 Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  41. 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
  42. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  43. e24f6628 modpost: remove all traces of cpuinit/cpuexit sections by Paul Gortmaker · 11 years ago
  44. a41b56e arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or not by Maarten Lankhorst · 11 years ago
  45. 6b0b50b mm/THP: add pmd args to pgtable deposit and withdraw APIs by Aneesh Kumar K.V · 11 years ago
  46. bb07b00 Merge 3.10-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  47. af180b8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  48. 29eb778 arch, mm: Remove tlb_fast_mode() by Peter Zijlstra · 11 years ago
  49. 066a1a5 KVM: add kvm_para_available to asm-generic/kvm_para.h by James Hogan · 11 years ago
  50. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  51. e0acd0b asm-generic: uaccess s/might_sleep/might_fault/ by Michael S. Tsirkin · 11 years ago
  52. 576ebd7 kernel: Fix s390 absolute memory access for /dev/mem by Michael Holzheu · 11 years ago
  53. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  54. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  55. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  56. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  57. 6ee8630 mm: allow arch code to control the user page table ceiling by Hugh Dickins · 11 years ago
  58. 106c992 mm/hugetlb: add more arch-defined huge_pte functions by Gerald Schaefer · 11 years ago
  59. 8c23b80 cputime_nsecs: use math64.h for nsec resolution conversion helpers by Kevin Hilman · 11 years ago
  60. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 11 years ago
  61. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  62. 00c30e0 asm-generic: move cmpxchg*_local defs to cmpxchg.h by Jonas Bonn · 11 years ago
  63. e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 11 years ago
  64. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  65. 4dd3c95 asm-generic/unistd.h: handle symbol prefixes in cond_syscall by James Hogan · 12 years ago
  66. c93d031 asm-generic/io.h: check CONFIG_VIRT_TO_BUS by James Hogan · 12 years ago
  67. e23b622 Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  68. 2b37e9a Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 11 years ago
  69. dcad0fc Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. 4c8c225 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  71. c78a4bc cputime: Constify timeval_to_cputime(timeval) argument by Li Zhong · 11 years ago
  72. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  73. 3b5d851 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  75. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  76. 10b6339 Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  77. 5042afe generic: Use raw local irq variant for generic cmpxchg by Ingo Molnar · 15 years ago
  78. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  79. 7292e7e asm-generic/io.h: convert readX defines to functions by Heiko Carstens · 12 years ago
  80. d64008a burying unused conditionals by Al Viro · 12 years ago
  81. 711e5b4 asm-generic: io: Fix ioread16/32be and iowrite16/32be by Michal Simek · 11 years ago
  82. 6c0b4e6 gpiolib: let gpio_chip reference its descriptors by Alexandre Courbot · 11 years ago
  83. 64e6907 asm-generic headers: Allow yet more arch overrides in checksum.h by Vineet Gupta · 11 years ago
  84. 05d88a4 asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn() by Vineet Gupta · 11 years ago
  85. 10a6007 asm-generic headers: uaccess.h to conditionally define segment_eq() by Vineet Gupta · 11 years ago
  86. 1a989d0 gpiolib: link all gpio_chips using a list by Alexandre Courbot · 11 years ago
  87. 0fa2fd9 Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git into gpio/next by Grant Likely · 11 years ago
  88. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  89. 710b40e gpiolib: remove gpiochip_reserve() by Alexandre Courbot · 11 years ago
  90. 0aa0203 take sys_rt_sigsuspend() prototype to linux/syscalls.h by Al Viro · 12 years ago
  91. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  92. 6b914c9 Merge tag 'v3.8-rc5' into next/cleanup by Olof Johansson · 11 years ago
  93. abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
  94. ae8dda5 cputime: Move default nsecs_to_cputime() to jiffies based cputime file by Frederic Weisbecker · 11 years ago
  95. 3961376 cputime: Librarize per nsecs resolution cputime definitions by Frederic Weisbecker · 11 years ago
  96. f2f6c25 clk: add common of_clk_init() function by Prashant Gaikwad · 12 years ago
  97. 248152b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  98. 6a89a31 gpio: devm_gpio_* support should not depend on GPIOLIB by Shawn Guo · 11 years ago
  99. d59b4ea gpio: fix warning of 'struct gpio_chip' declaration by Shawn Guo · 11 years ago
  100. 3a142ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago