summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/32: Remove unused resume_userspace labelThomas Gleixner2019-11-161-1/+0
* ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra2019-10-282-1/+5
* x86/ftrace: Get rid of function_hookBorislav Petkov2019-10-253-14/+11
* x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNJiri Slaby2019-10-184-4/+4
* x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-1826-108/+104
* x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-183-56/+58
* x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-187-13/+22
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-1870-375/+379
* x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-186-46/+46
* x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-187-12/+25
* x86/asm/ftrace: Mark function_hook as functionJiri Slaby2019-10-181-2/+2
* x86/asm: Make some functions localJiri Slaby2019-10-187-34/+35
* x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby2019-10-183-10/+4
* x86/asm/realmode: Use SYM_DATA_* instead of GLOBALJiri Slaby2019-10-188-43/+36
* x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2019-10-186-16/+16
* x86/asm: Do not annotate functions with GLOBALJiri Slaby2019-10-183-12/+13
* x86/asm/purgatory: Start using annotationsJiri Slaby2019-10-183-19/+26
* xen/pvh: Annotate data appropriatelyJiri Slaby2019-10-181-7/+7
* x86/um: Annotate data appropriatelyJiri Slaby2019-10-181-3/+3
* x86/boot: Annotate data appropriatelyJiri Slaby2019-10-184-30/+30
* x86/asm/head: Annotate data appropriatelyJiri Slaby2019-10-182-57/+65
* x86/asm/entry: Annotate interrupt symbols properlyJiri Slaby2019-10-182-21/+20
* x86/asm: Annotate aliasesJiri Slaby2019-10-185-11/+10
* x86/uaccess: Annotate local functionJiri Slaby2019-10-181-3/+2
* x86/boot: Annotate local functionsJiri Slaby2019-10-183-6/+10
* x86/asm/crypto: Annotate local functionsJiri Slaby2019-10-1811-77/+68
* x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-186-10/+14
* x86/asm/entry: Annotate THUNKsJiri Slaby2019-10-182-5/+6
* x86/asm: Annotate relocate_kernel_{32,64}.cJiri Slaby2019-10-182-10/+16
* x86/asm/suspend: Use SYM_DATA for dataJiri Slaby2019-10-182-2/+2
* linkage: Introduce new macros for assembler symbolsJiri Slaby2019-10-184-11/+468
* x86/asm: Make more symbols localJiri Slaby2019-10-113-8/+8
* x86/asm: Make boot_gdt_descr localJiri Slaby2019-10-051-2/+0
* x86/asm: Reorder early variablesJiri Slaby2019-10-051-6/+5
* Linux 5.4-rc1v5.4-rc1Linus Torvalds2019-09-301-2/+2
* Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-305-18/+58
|\
| * btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
| * btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
| * btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
| * btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
| * Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
| * Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2019-09-241-0/+4
| * btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-09-241-0/+9
| * Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
|\ \
| * | csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| * | csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| * | csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| * | csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
| * | csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0