1. 80ed87c sched/wait: Introduce TASK_NOLOAD and TASK_IDLE by Peter Zijlstra · 9 years ago
  2. 8222dbe sched/preempt, mm/fault: Decouple preemption from the page fault logic by David Hildenbrand · 9 years ago
  3. d9b9ff8 sched/preempt, futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic() explicitly by David Hildenbrand · 9 years ago
  4. f3dae07 sched/preempt, futex: Disable preemption in UP futex_atomic_op_inuser() explicitly by David Hildenbrand · 9 years ago
  5. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  6. 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 9 years ago
  7. 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 9 years ago
  8. 8bcbde5 sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled by David Hildenbrand · 9 years ago
  9. 3e51f3c sched/preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic() by Frederic Weisbecker · 9 years ago
  10. e017cf2 sched/preempt: Fix out of date comment by Frederic Weisbecker · 9 years ago
  11. b30f0e3 sched/preempt: Optimize preemption operations on __schedule() callers by Frederic Weisbecker · 9 years ago
  12. 90b62b5 sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET by Frederic Weisbecker · 9 years ago
  13. 2e10e71 sched/preempt: Rearrange a few symbols after headers merge by Frederic Weisbecker · 9 years ago
  14. 92cf211 sched/preempt: Merge preempt_mask.h into preempt.h by Frederic Weisbecker · 9 years ago
  15. a22ae71 Merge tag 'v4.1-rc4' into sched/core, before applying new patches by Ingo Molnar · 9 years ago
  16. dd8edd7 Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  17. 14db1e8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  18. c4d0bcc Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  19. e52f649 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  20. 929aa5b uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSER by Josh Triplett · 9 years ago
  21. 8f4fc07 gfp: add __GFP_NOACCOUNT by Vladimir Davydov · 9 years ago
  22. 8c8a457 sched: Remove redundant #ifdef by Nikolay Borisov · 9 years ago
  23. 110bc76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  24. 01d460d net: Remove remaining remnants of pm_qos from netdevice.h by David Ahern · 9 years ago
  25. fcf3b54 drm/radeon: add new bonaire pci id by Alex Deucher · 9 years ago
  26. b3e5838 Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  27. 1a48632 pty: Fix input race when closing by Peter Hurley · 9 years ago
  28. 920ce39 sched, timer: Fix documentation for 'struct thread_group_cputimer' by Jason Low · 9 years ago
  29. 78f5b89 mpls: Change reserved label names to be consistent with netbsd by Tom Herbert · 9 years ago
  30. 9d88f22 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  31. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  32. 26b293e Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  33. 7675104 sched: Implement lockless wake-queues by Peter Zijlstra · 9 years ago
  34. 7110744 sched, timer: Use the atomic task_cputime in thread_group_cputimer by Jason Low · 9 years ago
  35. 971e8a98 sched, timer: Provide an atomic 'struct task_cputime' data structure by Jason Low · 9 years ago
  36. 1018016 sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability by Jason Low · 9 years ago
  37. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 9 years ago
  38. e7cc417 signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() by Palmer Dabbelt · 9 years ago
  39. 7e60598 sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void * by Palmer Dabbelt · 9 years ago
  40. b76808e signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' by Palmer Dabbelt · 9 years ago
  41. 3289bdb sched: Move the loadavg code to a more obvious location by Peter Zijlstra · 9 years ago
  42. 0782e63 sched: Handle priority boosted tasks proper in setscheduler() by Thomas Gleixner · 9 years ago
  43. 8cb7c15 Merge tag 'for-linus' of git://github.com/dledford/linux by Linus Torvalds · 9 years ago
  44. ac01ce1 tracing: Make ftrace_print_array_seq compute buf_len by Alex Bennée · 9 years ago
  45. 0e1dc42 Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  46. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  47. d8fd150 nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() by Ryusuke Konishi · 9 years ago
  48. 05836c3 util_macros.h: have array pointer point to array of constants by Guenter Roeck · 9 years ago
  49. c967a08 mpls: Move reserved label definitions by Tom Herbert · 9 years ago
  50. 0d0f738 IB/core: Fix unaligned accesses by David Ahern · 9 years ago
  51. 471e705 IB/core: change rdma_gid2ip into void function as it always return zero by Honggang LI · 9 years ago
  52. d9cee5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  53. 6eec177 RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the connecting peer to its clients by Tatyana Nikolova · 9 years ago
  54. b7ba7b4 Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  55. 73e8431 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  56. b2387dd blk-mq: fix FUA request hang by Shaohua Li · 9 years ago
  57. ff419b3 mac80211: fix 90 kernel-doc warnings by Randy Dunlap · 9 years ago
  58. 7829fb0 lib: make memzero_explicit more robust against dead store elimination by Daniel Borkmann · 9 years ago
  59. a5d2809 codel: fix maxpacket/mtu confusion by Eric Dumazet · 9 years ago
  60. 61f06db Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  61. 6c3c1eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  62. e412d3a virtio: fix typo in vring_need_event() doc comment by Stefan Hajnoczi · 9 years ago
  63. 4a152c3 Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  64. 5a2e73b Merge tag 'sound-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  65. 0ae3aba Merge tag 'asoc-v4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 9 years ago
  66. 5b4a1039 cfg802154: pass name_assign_type to rdev_add_virtual_intf() by Varka Bhadram · 9 years ago
  67. 42fb23e mac802154: add description to mac802154 APIs by Varka Bhadram · 9 years ago
  68. 9dbbe3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  69. 9263a06 Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  70. dcca8de Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  71. 6e9250f tcp: add TCP_CC_INFO socket option by Eric Dumazet · 9 years ago
  72. 64f40ff tcp: prepare CC get_info() access from getsockopt() by Eric Dumazet · 9 years ago
  73. bdd1f9e tcp: add tcpi_bytes_received to tcp_info by Eric Dumazet · 9 years ago
  74. 0df48c2 tcp: add tcpi_bytes_acked to tcp_info by Eric Dumazet · 9 years ago
  75. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago
  76. 2b953a5 xen: Suspend ticks on all CPUs during suspend by Boris Ostrovsky · 9 years ago
  77. a78001b Merge remote-tracking branches 'asoc/fix/email', 'asoc/fix/fsl-ssi', 'asoc/fix/pm', 'asoc/fix/qcom' and 'asoc/fix/rcar' into asoc-linus by Mark Brown · 9 years ago
  78. 449f1ca Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus by Mark Brown · 9 years ago
  79. 7241ea5 ALSA: emu10k1: Emu10k2 32 bit DMA mode by Peter Zubaj · 9 years ago
  80. 9e9d55e ACPICA: remove duplicate u8 typedef by Olaf Hering · 9 years ago
  81. 14bc84ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  82. 9d7dd6c ASoC: Update email-id of Rajeev Kumar by Rajeev Kumar · 9 years ago
  83. b00f5c2 tty: Re-add external interface for tty_set_termios() by Frederic Danis · 9 years ago
  84. ee136af uas: Add US_FL_MAX_SECTORS_240 flag by Hans de Goede · 9 years ago
  85. 39376cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  86. 2decb26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  87. 35e9a9f SCSI: add 1024 max sectors black list flag by Mike Christie · 9 years ago
  88. 73459e2 x86: pvclock: Really remove the sched notifier for cross-cpu migrations by Paolo Bonzini · 9 years ago
  89. b44166c xen/grant: introduce func gnttab_unmap_refs_sync() by Bob Liu · 9 years ago
  90. 73b5a6f2 net/bonding: Make DRV macros private by Matan Barak · 9 years ago
  91. 9f86262 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  92. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  93. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  94. 36a8032 Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 9 years ago
  95. eadf16a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  96. 09c5b48 libata: Ignore spurious PHY event on LPM policy change by Gabriele Mazzotta · 9 years ago
  97. 8393b81 libata: Add helper to determine when PHY events should be ignored by Gabriele Mazzotta · 9 years ago
  98. 2ea2f62 net: fix crash in build_skb() by Eric Dumazet · 9 years ago
  99. ac74d8d fix I_DIO_WAKEUP definition by Eric Sandeen · 9 years ago
  100. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago