summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-10x86/defconfig: Enable CONFIG_USB_XHCI_HCD=yAdam Borowski2-0/+2
2018-10-09futex: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long4-10/+37
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit3-55/+20
2018-10-06x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2-35/+48
2018-10-06x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2-33/+21
2018-10-04x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit2-29/+28
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit3-46/+61
2018-10-04x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugsNadav Amit3-15/+17
2018-10-04x86/refcount: Work around GCC inlining bugNadav Amit2-29/+46
2018-10-04x86/objtool: Use asm macros to work around GCC inlining bugsNadav Amit2-13/+45
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit5-3/+26
2018-10-04kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker scriptNadav Amit1-2/+2
2018-10-03locking/lockdep: Add a faster path in __lock_release()Waiman Long1-3/+14
2018-10-03locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()Waiman Long1-8/+7
2018-10-03locking/lockdep: Remove add_chain_cache_classes()Waiman Long1-70/+0
2018-10-02Documentation/lockstat: Fix trivial typoAndrew Murray1-1/+1
2018-10-02locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Andrea Parri1-2/+1
2018-10-02tools/memory-model: Add more LKMM limitationsPaul E. McKenney1-0/+39
2018-10-02tools/memory-model: Fix a README typoSeongJae Park1-1/+1
2018-10-02tools/memory-model: Add extra ordering for locks and remove it for ordinary r...Alan Stern3-51/+150
2018-10-02tools/memory-model: Add litmus-test naming schemePaul E. McKenney1-2/+102
2018-10-02locking/spinlocks: Remove an instruction from spin and write locksMatthew Wilcox2-10/+13
2018-10-02jump_label: Fix NULL dereference bug in __jump_label_mod_update()Ard Biesheuvel1-1/+1
2018-10-02s390/vmlinux.lds: Move JUMP_TABLE_DATA into output sectionArd Biesheuvel1-1/+1
2018-10-01arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier1-1/+9
2018-10-01arm64: KVM: Tighten guest core register access from userspaceDave Martin1-0/+45
2018-10-01x86/build: Remove unused CONFIG_AS_CRC32Masahiro Yamada1-1/+0
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook1-4/+25
2018-09-30Linux 4.19-rc6v4.19-rc6Greg Kroah-Hartman1-1/+1
2018-09-30MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.cMiguel Ojeda1-1/+1
2018-09-29cpufreq: qcom-kryo: Fix section annotationsNathan Chancellor1-2/+2
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-09-28mmc: slot-gpio: Fix debounce time to use miliseconds againMarek Szyprowski1-1/+1
2018-09-28xen/blkfront: correct purging of persistent grantsJuergen Gross1-2/+2
2018-09-28Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe1-1/+3
2018-09-28selftests/powerpc: Fix Makefiles for headers_install changeMichael Ellerman17-0/+17
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2
2018-09-27dax: Fix deadlock in dax_lock_mapping_entry()Jan Kara1-0/+1
2018-09-27x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song1-19/+0
2018-09-27s390/jump_label: Switch to relative referencesHeiko Carstens3-29/+23
2018-09-27jump_table: Move entries into ro_after_init regionArd Biesheuvel3-4/+17
2018-09-27jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel3-42/+18
2018-09-27x86/jump_table: Use relative referencesArd Biesheuvel3-18/+11
2018-09-27x86/jump_label: Switch to jump_entry accessorsArd Biesheuvel1-37/+25
2018-09-27x86: Add support for 64-bit place relative relocationsArd Biesheuvel4-4/+18
2018-09-27arm64/kernel: jump_label: Switch to relative referencesArd Biesheuvel3-23/+22
2018-09-27jump_label: Implement generic support for relative referencesArd Biesheuvel3-1/+52
2018-09-27jump_label: Abstract jump_entry member accessorsArd Biesheuvel2-25/+49
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang3-3/+12