summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry13-15/+15
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault4-87/+103
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry4-13/+29
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry6-29/+47
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry2-15/+21
2020-09-10objtool: Make sync-check consider the target architectureJulien Thierry1-0/+7
2020-09-10objtool: Group headers to check in a single listJulien Thierry1-9/+14
2020-09-02objtool: Define 'struct orc_entry' only when neededJulien Thierry3-0/+8
2020-09-02objtool: Skip ORC entry creation for non-text sectionsJulien Thierry1-0/+3
2020-09-02objtool: Move ORC logic out of check()Julien Thierry5-21/+32
2020-09-02objtool: Move object file loading out of check()Julien Thierry6-35/+60
2020-09-01x86/perf, static_call: Optimize x86_pmu methodsPeter Zijlstra1-40/+94
2020-09-01tracepoint: Optimize using static_call()Steven Rostedt (VMware)4-36/+94
2020-09-01static_call: Allow early initPeter Zijlstra4-7/+85
2020-09-01static_call: Add some validationPeter Zijlstra1-2/+26
2020-09-01static_call: Handle tail-callsPeter Zijlstra6-18/+60
2020-09-01static_call: Add static_call_cond()Peter Zijlstra3-13/+127
2020-09-01x86/alternatives: Teach text_poke_bp() to emulate RETPeter Zijlstra2-0/+24
2020-09-01static_call: Add simple self-test for static callsPeter Zijlstra2-0/+49
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf13-9/+193
2020-09-01x86/static_call: Add out-of-line static call implementationJosh Poimboeuf4-0/+56
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra4-1/+84
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf8-1/+373
2020-09-01static_call: Add basic static call infrastructureJosh Poimboeuf3-0/+174
2020-09-01compiler.h: Make __ADDRESSABLE() symbol truly uniqueJosh Poimboeuf1-1/+1
2020-09-01jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved()Peter Zijlstra1-2/+8
2020-09-01module: Properly propagate MODULE_STATE_COMING failurePeter Zijlstra1-3/+7
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra6-9/+13
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra9-140/+147
2020-08-31Linux 5.9-rc3Linus Torvalds1-1/+1
2020-08-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-13/+19
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+45
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-394/+534
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-122/+123
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+16
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds22-30/+144
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-169/+423
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+6
2020-08-30Merge tag 'dma-mapping-5.9-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-30Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds1-6/+6
2020-08-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-22/+4
2020-08-29Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-14/+15
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+21
2020-08-29Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+25
2020-08-29Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+9
2020-08-29Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-44/+76
2020-08-28Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8