summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon2-19/+48
2019-11-25locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon1-56/+75
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon2-246/+229
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2-43/+36
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon2-10/+10
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon3-26/+29
2019-11-20futex: Prevent exit livelockThomas Gleixner1-15/+91
2019-11-20futex: Provide distinct return value when owner is exitingThomas Gleixner1-7/+9
2019-11-20futex: Add mutex around futex exitThomas Gleixner3-0/+18
2019-11-20futex: Provide state handling for exec() as wellThomas Gleixner1-4/+34
2019-11-20futex: Sanitize exit state handlingThomas Gleixner1-7/+10
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner3-41/+40
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2-1/+1
2019-11-20futex: Split futex_mm_release() for exit/execThomas Gleixner3-6/+12
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner4-5/+17
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner4-29/+49
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner4-41/+48
2019-11-15futex: Prevent robust futex exit raceYang Tao1-7/+51
2019-11-13locking/lockdep: Update the comment for __lock_release()Dan Carpenter1-3/+1
2019-10-29locking/mutex: Complain upon mutex API misuse in IRQ contextsDavidlohr Bueso1-0/+4
2019-10-29futex: Drop leftover wake_q_add() commentDavidlohr Bueso1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai33-93/+90
2019-10-09lib/smp_processor_id: Don't use cpumask_equal()Waiman Long1-1/+1
2019-10-08Add my linux-leds branch to MAINTAINERSPavel Machek1-0/+1
2019-10-08leds: core: Fix leds.h structure documentationDan Murphy1-3/+2
2019-10-08mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka4-12/+49
2019-10-08mm, sl[ou]b: improve memory accountingVlastimil Babka3-9/+33
2019-10-08mm, memcg: make scan aggression always exclude protectionChris Down2-54/+32
2019-10-08mm, memcg: make memory.emin the baseline for utilisation determinationChris Down2-28/+46
2019-10-08mm, memcg: proportional memory.{low,min} reclaimChris Down4-12/+115
2019-10-08mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter1-9/+11
2019-10-08mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai1-1/+7
2019-10-08mm/z3fold.c: claim page in the beginning of freeVitaly Wool1-2/+8
2019-10-08kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko1-2/+2
2019-10-08memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He1-0/+3
2019-10-08mm: fix -Wmissing-prototypes warningsYi Wang2-2/+2
2019-10-08writeback: fix use-after-free in finish_writeback_work()Tejun Heo1-2/+7
2019-10-08mm/memremap: drop unused SECTION_SIZE and SECTION_MASKAnshuman Khandual1-2/+0
2019-10-08panic: ensure preemption is disabled during panic()Will Deacon1-0/+1
2019-10-08fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai1-1/+1
2019-10-08fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai1-1/+2
2019-10-08fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai1-33/+23
2019-10-08ocfs2: clear zero in unaligned direct IOJia Guo1-1/+21
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds3-44/+29
2019-10-06Linux 5.4-rc2v5.4-rc2Linus Torvalds1-2/+2
2019-10-06elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds1-10/+3
2019-10-05Make filldir[64]() verify the directory entry filename is validLinus Torvalds1-0/+40
2019-10-05Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds1-35/+93
2019-10-05KVM: s390: mark __insn32_query() as __always_inlineHeiko Carstens1-1/+1
2019-10-05KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens1-3/+3