index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-25
locking/refcount: Move saturation warnings out of line
Will Deacon
2
-19
/
+48
2019-11-25
locking/refcount: Improve performance of generic REFCOUNT_FULL code
Will Deacon
1
-56
/
+75
2019-11-25
locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...
Will Deacon
2
-246
/
+229
2019-11-25
locking/refcount: Remove unused refcount_*_checked() variants
Will Deacon
2
-43
/
+36
2019-11-25
locking/refcount: Ensure integer operands are treated as signed
Will Deacon
2
-10
/
+10
2019-11-25
locking/refcount: Define constants for saturation and max refcount values
Will Deacon
3
-26
/
+29
2019-11-20
futex: Prevent exit livelock
Thomas Gleixner
1
-15
/
+91
2019-11-20
futex: Provide distinct return value when owner is exiting
Thomas Gleixner
1
-7
/
+9
2019-11-20
futex: Add mutex around futex exit
Thomas Gleixner
3
-0
/
+18
2019-11-20
futex: Provide state handling for exec() as well
Thomas Gleixner
1
-4
/
+34
2019-11-20
futex: Sanitize exit state handling
Thomas Gleixner
1
-7
/
+10
2019-11-20
futex: Mark the begin of futex exit explicitly
Thomas Gleixner
3
-41
/
+40
2019-11-20
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner
2
-1
/
+1
2019-11-20
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
3
-6
/
+12
2019-11-20
exit/exec: Seperate mm_release()
Thomas Gleixner
4
-5
/
+17
2019-11-20
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner
4
-29
/
+49
2019-11-20
futex: Move futex exit handling into futex code
Thomas Gleixner
4
-41
/
+48
2019-11-15
futex: Prevent robust futex exit race
Yang Tao
1
-7
/
+51
2019-11-13
locking/lockdep: Update the comment for __lock_release()
Dan Carpenter
1
-3
/
+1
2019-10-29
locking/mutex: Complain upon mutex API misuse in IRQ contexts
Davidlohr Bueso
1
-0
/
+4
2019-10-29
futex: Drop leftover wake_q_add() comment
Davidlohr Bueso
1
-1
/
+1
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
33
-93
/
+90
2019-10-09
lib/smp_processor_id: Don't use cpumask_equal()
Waiman Long
1
-1
/
+1
2019-10-08
Add my linux-leds branch to MAINTAINERS
Pavel Machek
1
-0
/
+1
2019-10-08
leds: core: Fix leds.h structure documentation
Dan Murphy
1
-3
/
+2
2019-10-08
mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
Vlastimil Babka
4
-12
/
+49
2019-10-08
mm, sl[ou]b: improve memory accounting
Vlastimil Babka
3
-9
/
+33
2019-10-08
mm, memcg: make scan aggression always exclude protection
Chris Down
2
-54
/
+32
2019-10-08
mm, memcg: make memory.emin the baseline for utilisation determination
Chris Down
2
-28
/
+46
2019-10-08
mm, memcg: proportional memory.{low,min} reclaim
Chris Down
4
-12
/
+115
2019-10-08
mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()
Dan Carpenter
1
-9
/
+11
2019-10-08
mm/page_alloc.c: fix a crash in free_pages_prepare()
Qian Cai
1
-1
/
+7
2019-10-08
mm/z3fold.c: claim page in the beginning of free
Vitaly Wool
1
-2
/
+8
2019-10-08
kernel/sysctl.c: do not override max_threads provided by userspace
Michal Hocko
1
-2
/
+2
2019-10-08
memcg: only record foreign writebacks with dirty pages when memcg is not disa...
Baoquan He
1
-0
/
+3
2019-10-08
mm: fix -Wmissing-prototypes warnings
Yi Wang
2
-2
/
+2
2019-10-08
writeback: fix use-after-free in finish_writeback_work()
Tejun Heo
1
-2
/
+7
2019-10-08
mm/memremap: drop unused SECTION_SIZE and SECTION_MASK
Anshuman Khandual
1
-2
/
+0
2019-10-08
panic: ensure preemption is disabled during panic()
Will Deacon
1
-0
/
+1
2019-10-08
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...
Jia-Ju Bai
1
-1
/
+1
2019-10-08
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()
Jia-Ju Bai
1
-1
/
+2
2019-10-08
fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
Jia-Ju Bai
1
-33
/
+23
2019-10-08
ocfs2: clear zero in unaligned direct IO
Jia Guo
1
-1
/
+21
2019-10-07
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
3
-44
/
+29
2019-10-06
Linux 5.4-rc2
v5.4-rc2
Linus Torvalds
1
-2
/
+2
2019-10-06
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-10-05
KVM: s390: mark __insn32_query() as __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-05
KVM: s390: fix __insn32_query() inline assembly
Heiko Carstens
1
-3
/
+3
[next]