1. ea2d1f7 hrtimers: Prepare hrtimer_nanosleep() for time namespaces by Andrei Vagin · 5 years ago
  2. 0b9b9a3 alarmtimer: Make nanosleep() time namespace aware by Andrei Vagin · 5 years ago
  3. 7da8b3a posix-timers: Make timer_settime() time namespace aware by Andrei Vagin · 5 years ago
  4. 6cd889d timerfd: Make timerfd_settime() time namespace aware by Andrei Vagin · 5 years ago
  5. 89dd8ee time: Add do_timens_ktime_to_host() helper by Andrei Vagin · 5 years ago
  6. 5a590f3 posix-clocks: Wire up clock_gettime() with timens offsets by Andrei Vagin · 5 years ago
  7. 198fa44 posix-timers: Use clock_get_ktime() in common_timer_get() by Andrei Vagin · 5 years ago
  8. 9c71a2e posix-clocks: Introduce clock_get_ktime() callback by Andrei Vagin · 5 years ago
  9. 2f58bf9 alarmtimer: Provide get_timespec() callback by Andrei Vagin · 5 years ago
  10. 41b3b8d alarmtimer: Rename gettime() callback to get_ktime() by Andrei Vagin · 5 years ago
  11. eaf8019 posix-clocks: Rename .clock_get_timespec() callbacks accordingly by Andrei Vagin · 5 years ago
  12. 819a95f posix-clocks: Rename the clock_get() callback to clock_get_timespec() by Andrei Vagin · 5 years ago
  13. af993f5 time: Add timens_offsets to be used for tasks in time namespace by Andrei Vagin · 5 years ago
  14. 769071a ns: Introduce Time Namespace by Andrei Vagin · 5 years ago
  15. c966533 lib/vdso: Mark do_hres() and do_coarse() as __always_inline by Andrei Vagin · 5 years ago
  16. 0898a16 lib/vdso: Add unlikely() hint into vdso_read_begin() by Andrei Vagin · 5 years ago
  17. cdb7c5a lib/vdso: Avoid duplication in __cvdso_clock_getres() by Christophe Leroy · 5 years ago
  18. 8463cf8 lib/vdso: Let do_coarse() return 0 to simplify the callsite by Christophe Leroy · 5 years ago
  19. 0b5c123 x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 5 years ago
  20. de0209f mips: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 5 years ago
  21. 972188f arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 5 years ago
  22. a279235 lib/vdso: Remove checks on return value for 32 bit vDSO by Vincenzo Frascino · 5 years ago
  23. b767081 lib/vdso: Remove VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 5 years ago
  24. bf27984 lib/vdso: Build 32 bit specific functions in the right context by Vincenzo Frascino · 5 years ago
  25. 715f23b ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacks by Thomas Gleixner · 5 years ago
  26. 3b5584a arm64: compat: vdso: Expose BUILD_VDSO32 by Vincenzo Frascino · 5 years ago
  27. 2e34d63 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 5 years ago
  28. ffd0873 lib/vdso: Make __cvdso_clock_getres() static by Vincenzo Frascino · 5 years ago
  29. 2707745 time/sched_clock: Disable interrupts in sched_clock_register() by Paul Cercueil · 5 years ago
  30. f35deaf time/posix-stubs: Provide compat itimer supoprt for alpha by Arnd Bergmann · 5 years ago
  31. c79f46a Linux 5.5-rc5 by Linus Torvalds · 5 years ago
  32. 768fc66 Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  33. 0e194d9 Documentation: riscv: add patch acceptance guidelines by Paul Walmsley · 5 years ago
  34. 2f3035d riscv: prefix IRQ_ macro names with an RV_ namespace by Paul Walmsley · 5 years ago
  35. 9d05c18 clocksource: riscv: add notrace to riscv_sched_clock by Zong Li · 5 years ago
  36. 3648790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  37. a125bcd Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 5 years ago
  38. 8c62ed2 apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock by John Johansen · 5 years ago
  39. c420ddd Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  40. 7312b70 hexagon: define ioremap_uc by Nick Desaulniers · 5 years ago
  41. b73eba2 ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less by Gang He · 5 years ago
  42. 397eac1 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 5 years ago
  43. c77c0a8 mm/hugetlb: defer freeing of huge pages if in non-task context by Waiman Long · 5 years ago
  44. a7c46c0 mm/gup: fix memory leak in __gup_benchmark_ioctl by Navid Emamdoost · 5 years ago
  45. 941f762 mm/oom: fix pgtables units mismatch in Killed process message by Ilya Dryomov · 5 years ago
  46. e39e773 fs/posix_acl.c: fix kernel-doc warnings by Randy Dunlap · 5 years ago
  47. 63e8031 hexagon: work around compiler crash by Nick Desaulniers · 5 years ago
  48. 780a0cf hexagon: parenthesize registers in asm predicates by Nick Desaulniers · 5 years ago
  49. 213921f fs/namespace.c: make to_mnt_ns() static by Eric Biggers · 5 years ago
  50. 7bebd69 fs/nsfs.c: include headers for missing declarations by Eric Biggers · 5 years ago
  51. b16155a fs/direct-io.c: include fs/internal.h for missing prototype by Eric Biggers · 5 years ago
  52. e0153fc mm: move_pages: return valid node id in status if the page is already on the target node by Yang Shi · 5 years ago
  53. 84029fd memcg: account security cred as well to kmemcg by Shakeel Butt · 5 years ago
  54. a69b83e kcov: fix struct layout for kcov_remote_arg by Andrey Konovalov · 5 years ago
  55. ac8f05d mm/zsmalloc.c: fix the migrated zspage statistics. by Chanho Min · 5 years ago
  56. feee6b2 mm/memory_hotplug: shrink zones when offlining memory by David Hildenbrand · 5 years ago
  57. 5613970 Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  58. 50978df Merge tag 'media/v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  59. 3a562ae Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  60. b6b4aaf Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  61. bed7235 Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  62. d9c82fd Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  63. 6f2e9c3 Merge tag 'powerpc-5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  64. e35d016 Merge tag 'sound-5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  65. ca78fde Merge tag 'drm-fixes-2020-01-03' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  66. 15f0ec9 mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs() by Jan Stancek · 5 years ago
  67. 8ffdc54 kbuild/deb-pkg: annotate libelf-dev dependency as :native by Ard Biesheuvel · 5 years ago
  68. cc97661 gen_initramfs_list.sh: fix 'bad variable name' error by Masahiro Yamada · 5 years ago
  69. ce644cf media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytes by Sakari Ailus · 5 years ago
  70. 1d8f657 riscv: ftrace: correct the condition logic in function graph tracer by Zong Li · 5 years ago
  71. cfda861 riscv: dts: Add DT support for SiFive L2 cache controller by Yash Shah · 5 years ago
  72. 0da310e8 riscv: gcov: enable gcov for RISC-V by Zong Li · 5 years ago
  73. ac51e00 riscv: mm: use __pa_symbol for kernel symbols by Zong Li · 5 years ago
  74. a6204fc agp: remove unused variable arqsz in agp_3_5_enable() by Yunfeng Ye · 5 years ago
  75. 2fec966 agp: remove unused variable mcapndx by Yunfeng Ye · 5 years ago
  76. 7ca4ad5 Merge tag 'sizeof_field-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  77. 90e0a47 Merge tag 'gcc-plugins-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  78. bf6dd9a Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  79. bbcc567 MIPS: Avoid VDSO ABI breakage due to global register variable by Paul Burton · 5 years ago
  80. 278b14e Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  81. 74f1a29 Revert "fs: remove ksys_dup()" by Dominik Brodowski · 5 years ago
  82. a5b0dc5 gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS again by Arnd Bergmann · 5 years ago
  83. e4ab5cc selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECV by Sargun Dhillon · 5 years ago
  84. 2882d53 seccomp: Check that seccomp_notif is zeroed out by the user by Sargun Dhillon · 5 years ago
  85. 88c13f8 selftests/seccomp: Zero out seccomp_notif by Sargun Dhillon · 5 years ago
  86. 771b894 samples/seccomp: Zero out members based on seccomp_notif_sizes by Sargun Dhillon · 5 years ago
  87. 9e5f1c1 pstore/ram: Write new dumps to start of recycled zones by Aleksandr Yashkin · 5 years ago
  88. 8df955a pstore/ram: Fix error-path memory leak in persistent_ram_new() callers by Kees Cook · 5 years ago
  89. 20d4e80 apparmor: only get a label reference if the fast path check fails by John Johansen · 5 years ago
  90. 9c95a27 apparmor: fix bind mounts aborting with -ENOMEM by Patrick Steinhardt · 5 years ago
  91. 866bd5e Merge tag 'amd-drm-fixes-5.5-2020-01-01' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 5 years ago
  92. e7cbcb1 Merge tag 'drm-misc-fixes-2019-12-31' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  93. 886a0dc Merge tag 'mediatek-drm-fixes-5.5' of https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes by Dave Airlie · 5 years ago
  94. 969e115 drm/amdgpu: correct RLC firmwares loading sequence by Evan Quan · 5 years ago
  95. 738d290 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  96. c5c928c Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 by Linus Torvalds · 5 years ago
  97. 04b6942 hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename() by Taehee Yoo · 5 years ago
  98. a5b72a0 net/sched: add delete_empty() to filters and use it in cls_flower by Davide Caratti · 5 years ago
  99. 8536975 tcp: Fix highest_sack and highest_sack_seq by Cambda Zhu · 5 years ago
  100. a33121e ptp: fix the race between the release of ptp_clock and cdev by Vladis Dronov · 5 years ago