1. 0f386a7 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  2. ffddc5f fs/ncpfs/dir.c: fix indenting in ncp_lookup() by Dan Carpenter · 10 years ago
  3. 15a03ac ncpfs/inode.c: fix mismatch printk formats and arguments by Joe Perches · 10 years ago
  4. 485b47f ncpfs: remove now unused PRINTK macro by Joe Perches · 10 years ago
  5. e45ca8b ncpfs: convert PPRINTK to ncp_vdbg by Joe Perches · 10 years ago
  6. d3b73ca ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg by Joe Perches · 10 years ago
  7. b41f8b8 ncpfs: Add pr_fmt and convert printks to pr_<level> by Joe Perches · 10 years ago
  8. d0057ca arch/x86/mm/kmemcheck/kmemcheck.c: use kstrtoint() instead of sscanf() by David Rientjes · 10 years ago
  9. e39435c lib/percpu_counter.c: fix bad percpu counter state during suspend by Jens Axboe · 10 years ago
  10. e53d77e autofs4: check dev ioctl size before allocating by Sasha Levin · 10 years ago
  11. 0bf1457 mm: vmscan: do not swap anon pages just because free+file is low by Johannes Weiner · 10 years ago
  12. ce7613d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  13. 0afccc4 Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  14. e4f3054 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  15. d586c86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  16. 52c35be net: sctp: wake up all assocs if sndbuf policy is per socket by Daniel Borkmann · 10 years ago
  17. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  18. 7563487 isdnloop: several buffer overflows by Dan Carpenter · 10 years ago
  19. 5fb6b95 include/linux/syscalls.h: add sys_renameat2() prototype by Heiko Carstens · 10 years ago
  20. ebf81a9 arm64: Fix DMA range invalidation for cache line unaligned buffers by Catalin Marinas · 11 years ago
  21. a7963eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  22. b003d77 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  23. 3573d38 Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  24. c39b069 DRM: armada: fix corruption while loading cursors by Russell King · 10 years ago
  25. c8d9762 Merge tag 'stable/for-linus-3.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  26. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  27. fdc5813 MAINTAINERS: update Intel C600 SAS driver maintainers by Lukasz Dorau · 10 years ago
  28. fe4487d fs/ufs: remove unused ufs_super_block_third pointer by Christian Engelmayer · 10 years ago
  29. 48968a1 fs/ufs: remove unused ufs_super_block_second pointer by Christian Engelmayer · 10 years ago
  30. 6e0bd34 fs/ufs: remove unused ufs_super_block_first pointer by Christian Engelmayer · 10 years ago
  31. 76ee473 fs/ufs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  32. 56aeeba doc/kernel-parameters.txt: add early_ioremap_debug by Mark Salter · 10 years ago
  33. bf4b558 arm64: add early_ioremap support by Mark Salter · 10 years ago
  34. 0bf757c arm64: initialize pgprot info earlier in boot by Mark Salter · 10 years ago
  35. 5b7c73e x86: use generic early_ioremap by Mark Salter · 10 years ago
  36. 9e5c33d mm: create generic early_ioremap() support by Mark Salter · 10 years ago
  37. 6b550f6 x86/mm: sparse warning fix for early_memremap by Dave Young · 10 years ago
  38. 64b47e8 lglock: map to spinlock when !CONFIG_SMP by Josh Triplett · 10 years ago
  39. 188a814 percpu: add preemption checks to __this_cpu ops by Christoph Lameter · 10 years ago
  40. 293b6a4 vmstat: use raw_cpu_ops to avoid false positives on preemption checks by Christoph Lameter · 10 years ago
  41. 88da03a slub: use raw_cpu_inc for incrementing statistics by Christoph Lameter · 10 years ago
  42. 3ed66e9 net: replace __this_cpu_inc in route.c with raw_cpu_inc by Christoph Lameter · 10 years ago
  43. 08f141d modules: use raw_cpu_write for initialization of per cpu refcount. by Christoph Lameter · 10 years ago
  44. dc322a9 mm: use raw_cpu ops for determining current NUMA node by Christoph Lameter · 10 years ago
  45. b3ca1c1 percpu: add raw_cpu_ops by Christoph Lameter · 10 years ago
  46. 54b6a73 slub: fix leak of 'name' in sysfs_slab_add by Dave Jones · 10 years ago
  47. 9a41707 slub: rework sysfs layout for memcg caches by Vladimir Davydov · 10 years ago
  48. 84d0ddd slub: adjust memcg caches when creating cache alias by Vladimir Davydov · 10 years ago
  49. b852990 memcg, slab: do not destroy children caches if parent has aliases by Vladimir Davydov · 10 years ago
  50. 051dd46 memcg, slab: unregister cache from memcg before starting to destroy it by Vladimir Davydov · 10 years ago
  51. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  52. 5722d09 memcg, slab: cleanup memcg cache creation by Vladimir Davydov · 10 years ago
  53. a44cb94 memcg, slab: never try to merge memcg caches by Vladimir Davydov · 10 years ago
  54. cf7bc58 asm/system.h: um: arch_align_stack() moved to asm/exec.h by David Howells · 10 years ago
  55. 9566328 asm/system.h: clean asm/system.h from docs by David Howells · 10 years ago
  56. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  57. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  58. 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 10 years ago
  59. 187841a8 ipc/compat.c: remove sc_semopm macro by Davidlohr Bueso · 10 years ago
  60. 6aa7a29 initramfs: debug detected compression method by Daniel M. Weeks · 10 years ago
  61. 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 10 years ago
  62. b06dd87 x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUG by Josh Triplett · 10 years ago
  63. a4b5d58 bug: Make BUG() always stop the machine by Josh Triplett · 10 years ago
  64. 4e50ebd bug: when !CONFIG_BUG, make WARN call no_printk to check format and args by Josh Triplett · 10 years ago
  65. a3f7607 include/asm-generic/bug.h: style fix: s/while(0)/while (0)/ by Josh Triplett · 10 years ago
  66. b607e70 bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family by Josh Triplett · 10 years ago
  67. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 10 years ago
  68. 527518f ppc: make PPC_BOOK3S_64 select IRQ_WORK by Josh Triplett · 10 years ago
  69. 6035d9d ia64: select CONFIG_TTY for use of tty_write_message in unaligned by Josh Triplett · 10 years ago
  70. c638b10 cris: cpuinfo_op should depend on CONFIG_PROC_FS by Geert Uytterhoeven · 10 years ago
  71. ae797bd cris: make ETRAX_ARCH_V10 select TTY for use in debugport by Josh Triplett · 10 years ago
  72. b6a83d9 drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a little by Dan Carpenter · 10 years ago
  73. d7c0847 kernel/panic.c: display reason at end + pr_emerg by Fabian Frederick · 10 years ago
  74. 758b444 fs/bfs/inode.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  75. 8ca5772 affs: add mount option to avoid filename truncates by Fabian Frederick · 10 years ago
  76. d40c4d4 fs/affs/dir.c: unlock/brelse dir on failure + code clean-up by Fabian Frederick · 10 years ago
  77. adbd319 affs: add __init to init_inodecache () by Fabian Frederick · 10 years ago
  78. 894122d fs/adfs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  79. 80df284 hung_task: check the value of "sysctl_hung_task_timeout_sec" by Liu Hua · 10 years ago
  80. 2aaf308 rapidio: rework device hierarchy and introduce mport class of devices by Alexandre Bounine · 10 years ago
  81. 40f847b drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptors by Alexandre Bounine · 10 years ago
  82. 3f59b06 lib/idr.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  83. 90ae3ae idr: remove dead code by Stephen Hemminger · 10 years ago
  84. c4082f3 vmcore: continue vmcore initialization if PT_NOTE is found empty by WANG Chao · 10 years ago
  85. 82e0703 include/linux/crash_dump.h: add vmcore_cleanup() prototype by Rashika Kheria · 10 years ago
  86. 7c733eb wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by another process by Oleg Nesterov · 10 years ago
  87. 377d75d wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent by Oleg Nesterov · 10 years ago
  88. ad86622 wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space by Oleg Nesterov · 10 years ago
  89. b3ab031 wait: completely ignore the EXIT_DEAD tasks by Oleg Nesterov · 10 years ago
  90. b436069 wait: use EXIT_TRACE only if thread_group_leader(zombie) by Oleg Nesterov · 10 years ago
  91. abd50b3 wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition by Oleg Nesterov · 10 years ago
  92. dfccbb5 wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race by Oleg Nesterov · 10 years ago
  93. 23aebe1 exec: kill bprm->tcomm[], simplify the "basename" logic by Oleg Nesterov · 10 years ago
  94. 32ed74a procfs: make /proc/*/pagemap 0400 by Djalal Harouni · 10 years ago
  95. 35a3504 procfs: make /proc/*/{stack,syscall,personality} 0400 by Djalal Harouni · 10 years ago
  96. 1c44dbc fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  97. 49d063c proc: show mnt_id in /proc/pid/fdinfo by Andrey Vagin · 10 years ago
  98. f0b5664 fs/proc/meminfo: meminfo_proc_show(): fix typo in comment by Luiz Capitulino · 10 years ago
  99. ef98239 kernel/exit.c: call proc_exit_connector() after exit_state is set by Guillaume Morin · 10 years ago
  100. 4bcb823 exit: move check_stack_usage() to the end of do_exit() by Oleg Nesterov · 10 years ago