1. 3b27a0c objtool: Detect and warn if libelf is missing and don't break the build by Josh Poimboeuf · 8 years ago
  2. e17cf3a tools: Support relative directory path for 'O=' by Josh Poimboeuf · 8 years ago
  3. c1d45c3 objtool: Support CROSS_COMPILE by Josh Poimboeuf · 8 years ago
  4. 19072f2 x86/asm/decoder: Use explicitly signed chars by Josh Poimboeuf · 8 years ago
  5. d4883d5 objtool: Enable stack metadata validation on 64-bit x86 by Josh Poimboeuf · 8 years ago
  6. b9ab5eb objtool: Add CONFIG_STACK_VALIDATION option by Josh Poimboeuf · 8 years ago
  7. 442f04c objtool: Add tool to perform compile-time stack metadata validation by Josh Poimboeuf · 8 years ago
  8. 87aaff2 x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standard by Josh Poimboeuf · 8 years ago
  9. 0493694 sched: Always inline context_switch() by Josh Poimboeuf · 8 years ago
  10. 8e05e96 sched: Mark __schedule() stack frame as non-standard by Josh Poimboeuf · 8 years ago
  11. 39853cc bpf: Mark __bpf_prog_run() stack frame as non-standard by Josh Poimboeuf · 8 years ago
  12. 983bb6d x86/xen: Mark xen_cpuid() stack frame as non-standard by Josh Poimboeuf · 8 years ago
  13. 9a99417 objtool: Add STACK_FRAME_NON_STANDARD() macro by Josh Poimboeuf · 8 years ago
  14. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 8 years ago
  15. 319e305 Merge branch 'ras/core' into core/objtool, to pick up the new exception table format by Ingo Molnar · 8 years ago
  16. c085386 Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixes by Ingo Molnar · 8 years ago
  17. 1923f3d watchdog/hpwdt: Fix build on certain configs by Ingo Molnar · 8 years ago
  18. 6dc390a Merge tag 'arc-4.5-rc6-fixes-upd' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  19. aa263c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  20. 2ac015e thp: call pmdp_invalidate() with correct virtual address by Kirill A. Shutemov · 8 years ago
  21. 9ef2d8b arc: SMP: CONFIG_ARC_IPI_DBG cleanup by Valentin Rothberg · 8 years ago
  22. 821eae7 sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]() by Josh Poimboeuf · 8 years ago
  23. 3f62de5 x86/kvm: Add output operand in vmx_handle_external_intr inline asm by Chris J Arges · 8 years ago
  24. 16df4ff x86/locking: Create stack frame in PV unlock by Josh Poimboeuf · 8 years ago
  25. 5c1d5f2 watchdog/hpwdt: Create stack frame in asminline_call() by Josh Poimboeuf · 8 years ago
  26. cb7390f x86/kvm: Make test_cc() always inline by Josh Poimboeuf · 8 years ago
  27. 1482a08 x86/kvm: Set ELF function type for fastop functions by Josh Poimboeuf · 8 years ago
  28. c1c355c x86/kprobes: Get rid of kretprobe_trampoline_holder() by Josh Poimboeuf · 8 years ago
  29. d21001c x86/asm/bpf: Create stack frames in bpf_jit.S by Josh Poimboeuf · 8 years ago
  30. 2d8fe90 x86/asm/bpf: Annotate callable functions by Josh Poimboeuf · 8 years ago
  31. f05058c x86/uaccess: Add stack frame output operand in get_user() inline asm by Chris J Arges · 8 years ago
  32. ef0f3ed x86/asm/power: Create stack frames in hibernate_asm_64.S by Josh Poimboeuf · 8 years ago
  33. 779c433 x86/asm/efi: Create a stack frame in efi_call() by Josh Poimboeuf · 8 years ago
  34. 3387a53 x86/asm: Create stack frames in rwsem functions by Josh Poimboeuf · 8 years ago
  35. 1352330 x86/asm/acpi: Create a stack frame in do_suspend_lowlevel() by Josh Poimboeuf · 8 years ago
  36. 058fb73 x86/asm/entry: Create stack frames in thunk functions by Josh Poimboeuf · 8 years ago
  37. 8691ccd x86/asm/crypto: Create stack frames in crypto functions by Josh Poimboeuf · 8 years ago
  38. 68874ac x86/asm/crypto: Don't use RBP as a scratch register by Josh Poimboeuf · 8 years ago
  39. aec4d0e x86/asm/crypto: Simplify stack usage in sha-mb functions by Josh Poimboeuf · 8 years ago
  40. f66f619 x86/asm/crypto: Move jump_table to .rodata section by Josh Poimboeuf · 8 years ago
  41. 1253cab x86/asm/crypto: Move .Lbswap_mask data to .rodata section by Josh Poimboeuf · 8 years ago
  42. de642fa x86/amd: Set ELF function type for vide() by Josh Poimboeuf · 8 years ago
  43. 87b240c x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNK by Josh Poimboeuf · 8 years ago
  44. bb93eb4 x86/paravirt: Add stack frame dependency to PVOP inline asm calls by Josh Poimboeuf · 8 years ago
  45. 8be0eb7 x86/asm/xen: Create stack frames in xen-asm.S by Josh Poimboeuf · 8 years ago
  46. 9fd2160 x86/asm/xen: Set ELF function type for xen_adjust_exception_frame() by Josh Poimboeuf · 8 years ago
  47. 0e8e223 x86/xen: Add stack frame dependency to hypercall inline asm calls by Josh Poimboeuf · 8 years ago
  48. d73b73f ARC: SMP: No need for CONFIG_ARC_IPI_DBG by Vineet Gupta · 8 years ago
  49. 3dea30c ARCv2: Elide sending new cross core intr if receiver didn't ack prev by Vineet Gupta · 8 years ago
  50. 9681787 ARCv2: SMP: Push IPI_IRQ into IPI provider by Vineet Gupta · 8 years ago
  51. dbcbc7e ARC: [intc-compact] Remove IPI setup from ARCompact port by Vineet Gupta · 8 years ago
  52. bb143f8 ARCv2: SMP: Emulate IPI to self using software triggered interrupt by Vineet Gupta · 8 years ago
  53. 84e54c4 Merge tag 'dm-4.5-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  54. 0ecdcd3 Merge tag 'mmc-v4.5-rc4' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  55. 420eb6d Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  56. de9e478 x86: fix SMAP in 32-bit environments by Linus Torvalds · 8 years ago
  57. 3e5177c arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE by Alexey Brodkin · 8 years ago
  58. 9fd4b9f NFSv4.x/pnfs: Fix a race between layoutget and bulk recalls by Trond Myklebust · 8 years ago
  59. 2454dfe NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layout by Trond Myklebust · 8 years ago
  60. 4de8ebe Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  61. 692b8c6 Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  62. dea08e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  63. 5c102d0e Merge tag 'hwmon-for-linus-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  64. a16152c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  65. 7ee302f Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  66. d856626 Merge tag 'linux-can-fixes-for-4.5-20160221' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 8 years ago
  67. dd78dac Merge branch 'bnx2x-848xx-phy-fixes' by David S. Miller · 8 years ago
  68. 4ec0b6d bnx2x: Fix 84833 phy command handler by Yuval Mintz · 8 years ago
  69. bb1187a bnx2x: Fix led setting for 84858 phy. by Yuval Mintz · 8 years ago
  70. 27ba2d2 bnx2x: Correct 84858 PHY fw version by Yuval Mintz · 8 years ago
  71. 512ab9a bnx2x: Fix 84833 RX CRC by Yuval Mintz · 8 years ago
  72. 1e411f0 bnx2x: Fix link-forcing for KR2 by Yuval Mintz · 8 years ago
  73. 9ca69b7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 8 years ago
  74. b5a099c net: ethernet: davicom: fix devicetree irq resource by Robert Jarzmik · 8 years ago
  75. 1ad5466 fmvj18x_cs: fix incorrect indexing of dev->dev_addr[] when copying the MAC address by Ken Kawasaki · 8 years ago
  76. 14112ca Driver: Vmxnet3: Update Rx ring 2 max size by Shrikrishna Khare · 8 years ago
  77. d3e1718 Merge branch 'netcp-fixes' by David S. Miller · 8 years ago
  78. 0632448 net: netcp: rework the code for get/set sw_data in dma desc by Karicheri, Muralidharan · 8 years ago
  79. b1cb86a soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data by Karicheri, Muralidharan · 8 years ago
  80. 9ecfe87 net: ti: netcp: restore get/set_pad_info() functionality by Karicheri, Muralidharan · 8 years ago
  81. 3301be3 MAINTAINERS: Drop myself as xen netback maintainer by Ian Campbell · 8 years ago
  82. d9749fb sctp: Fix port hash table size computation by Neil Horman · 8 years ago
  83. 4328daa dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths by Mike Snitzer · 8 years ago
  84. 90cfde4 can: ems_usb: Fix possible tx overflow by Gerhard Uttenthaler · 8 years ago
  85. 81f70ba Linux 4.5-rc5 by Linus Torvalds · 8 years ago
  86. 0389075 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 06b74c6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. e6a1c1e Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  89. da6b736 Merge tag 'dmaengine-fix-4.5-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  90. 37aa4da Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  91. a703f42 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  92. 59ceeaa kernel/resource.c: fix muxed resource handling in __request_region() by Simon Guinot · 9 years ago
  93. 3bd7594 Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skb by Douglas Anderson · 8 years ago
  94. 7ae8fd0 fs/pnode.c: treat zero mnt_group_id-s as unequal by Maxim Patlasov · 8 years ago
  95. 0bacbe5 affs_do_readpage_ofs(): just use kmap_atomic() around memcpy() by Al Viro · 8 years ago
  96. 0e9a7da xattr handlers: plug a lock leak in simple_xattr_list by Mateusz Guzik · 8 years ago
  97. 2feb55f fs: allow no_seek_end_llseek to actually seek by Wouter van Kesteren · 8 years ago
  98. d07c027 net: bcmgenet: Fix internal PHY link state by Jaedon Shin · 8 years ago
  99. 18eceb8 af_unix: Don't use continue to re-execute unix_stream_read_generic loop by Rainer Weikusat · 8 years ago
  100. b5f0549 unix_diag: fix incorrect sign extension in unix_lookup_by_ino by Dmitry V. Levin · 8 years ago