Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4a8e991b91aca9e20705d434677ac013974e0e30
4a8e991
futex: Sanitize exit state handling
by Thomas Gleixner
· 5 years ago
18f6943
futex: Mark the begin of futex exit explicitly
by Thomas Gleixner
· 5 years ago
f24f224
futex: Set task::futex_state to DEAD right after handling futex exit
by Thomas Gleixner
· 5 years ago
150d715
futex: Split futex_mm_release() for exit/exec
by Thomas Gleixner
· 5 years ago
4610ba7
exit/exec: Seperate mm_release()
by Thomas Gleixner
· 5 years ago
3d4775d
futex: Replace PF_EXITPIDONE with a state
by Thomas Gleixner
· 5 years ago
ba31c1a4
futex: Move futex exit handling into futex code
by Thomas Gleixner
· 5 years ago
ca16d5b
futex: Prevent robust futex exit race
by Yang Tao
· 5 years ago
c759bc4
locking/lockdep: Update the comment for __lock_release()
by Dan Carpenter
· 5 years ago
a0855d2
locking/mutex: Complain upon mutex API misuse in IRQ contexts
by Davidlohr Bueso
· 5 years ago
7514590
futex: Drop leftover wake_q_add() comment
by Davidlohr Bueso
· 5 years ago
5facae4
locking/lockdep: Remove unused @nested argument from lock_release()
by Qian Cai
· 5 years ago
e950cca
lib/smp_processor_id: Don't use cpumask_equal()
by Waiman Long
· 5 years ago
e3280b5
Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 5 years ago
4050d21
Add my linux-leds branch to MAINTAINERS
by Pavel Machek
· 5 years ago
e3f1271
leds: core: Fix leds.h structure documentation
by Dan Murphy
· 5 years ago
d500195
Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 5 years ago
2ef4591
Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 5 years ago
f54e66a
Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 5 years ago
eda57a0
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
59bb479
mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
by Vlastimil Babka
· 5 years ago
6a486c0
mm, sl[ou]b: improve memory accounting
by Vlastimil Babka
· 5 years ago
1bc63fb
mm, memcg: make scan aggression always exclude protection
by Chris Down
· 5 years ago
9de7ca4
mm, memcg: make memory.emin the baseline for utilisation determination
by Chris Down
· 5 years ago
9783aa9
mm, memcg: proportional memory.{low,min} reclaim
by Chris Down
· 5 years ago
518a867
mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()
by Dan Carpenter
· 5 years ago
234fdce
mm/page_alloc.c: fix a crash in free_pages_prepare()
by Qian Cai
· 5 years ago
5b6807d
mm/z3fold.c: claim page in the beginning of free
by Vitaly Wool
· 5 years ago
b0f53db
kernel/sysctl.c: do not override max_threads provided by userspace
by Michal Hocko
· 5 years ago
08d1d0e
memcg: only record foreign writebacks with dirty pages when memcg is not disabled
by Baoquan He
· 5 years ago
758b8db
mm: fix -Wmissing-prototypes warnings
by Yi Wang
· 5 years ago
8e00c4e
writeback: fix use-after-free in finish_writeback_work()
by Tejun Heo
· 5 years ago
6d0e984
mm/memremap: drop unused SECTION_SIZE and SECTION_MASK
by Anshuman Khandual
· 5 years ago
20bb759
panic: ensure preemption is disabled during panic()
by Will Deacon
· 5 years ago
2abb7d3
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_alloc()
by Jia-Ju Bai
· 5 years ago
583fee3
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()
by Jia-Ju Bai
· 5 years ago
56e94ea
fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
by Jia-Ju Bai
· 5 years ago
7a243c8
ocfs2: clear zero in unaligned direct IO
by Jia Guo
· 5 years ago
c512c69
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
by Linus Torvalds
· 5 years ago
da0c9ea
Linux 5.4-rc2
by Linus Torvalds
· 5 years ago
b212921
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
by Linus Torvalds
· 5 years ago
7cdb85d
Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 5 years ago
43b815c
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
2d00aee
Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
126195c
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 5 years ago
4f11918
Merge branch 'readdir' (readdir speedup and sanity checking)
by Linus Torvalds
· 5 years ago
8a23eb8
Make filldir[64]() verify the directory entry filename is valid
by Linus Torvalds
· 5 years ago
9f79b78
Convert filldir[64]() from __put_user() to unsafe_put_user()
by Linus Torvalds
· 9 years ago
9819a30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
6fe137c
Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
d0dea73
KVM: s390: mark __insn32_query() as __always_inline
by Heiko Carstens
· 5 years ago
b1c41ac
KVM: s390: fix __insn32_query() inline assembly
by Heiko Carstens
· 5 years ago
2cf2aa6
dma-mapping: fix false positivse warnings in dma_common_free_remap()
by Andrey Smirnov
· 5 years ago
86cdd2f
kheaders: make headers archive reproducible
by Dmitry Goldin
· 5 years ago
d188b8c
kbuild: update compile-test header list for v5.4-rc2
by Masahiro Yamada
· 5 years ago
4349670
kbuild: two minor updates for Documentation/kbuild/modules.rst
by Masahiro Yamada
· 5 years ago
7a82e3f
scripts/setlocalversion: clear local variable to make it work for sh
by Masahiro Yamada
· 5 years ago
82fdd12
namespace: fix namespace.pl script to support relative paths
by Jacob Keller
· 5 years ago
01bb251
video/logo: do not generate unneeded logo C files
by Masahiro Yamada
· 5 years ago
a9bbe79
video/logo: remove unneeded *.o pattern from clean-files
by Masahiro Yamada
· 5 years ago
7a8beb7
integrity: remove pointless subdir-$(CONFIG_...)
by Masahiro Yamada
· 5 years ago
6b190d3
integrity: remove unneeded, broken attempt to add -fshort-wchar
by Masahiro Yamada
· 5 years ago
ef129d3
selftests/net: add nettest to .gitignore
by Jakub Kicinski
· 5 years ago
1acb8f2a
net: qlogic: Fix memory leak in ql_alloc_large_buffers
by Navid Emamdoost
· 5 years ago
a0c2dc1
nfc: fix memory leak in llcp_sock_bind()
by Eric Dumazet
· 5 years ago
474f081
sch_dsmark: fix potential NULL deref in dsmark_init()
by Eric Dumazet
· 5 years ago
e3ba9bf6
Merge branch 'Fix-regression-with-AR8035-speed-downgrade'
by David S. Miller
· 5 years ago
06d5f34
net: phy: at803x: use operating parameters from PHY-specific status
by Russell King
· 5 years ago
2d880b8
net: phy: extract pause mode
by Russell King
· 5 years ago
8d3dc3ac
net: phy: extract link partner advertisement reading
by Russell King
· 5 years ago
4cf6c57
net: phy: fix write to mii-ctrl1000 register
by Russell King
· 5 years ago
2d819d25
ipv6: Handle missing host route in __ipv6_ifa_notify
by David Ahern
· 5 years ago
ea977d1
net: phy: allow for reset line to be tied to a sleepy GPIO controller
by Andrea Merello
· 5 years ago
b406472
net: ipv4: avoid mixed n_redirects and rate_tokens usage
by Paolo Abeni
· 5 years ago
a54cdee
r8152: Set macpassthru in reset_resume callback
by Kai-Heng Feng
· 5 years ago
fffa6af
gpio: max77620: Use correct unit for debounce times
by Thierry Reding
· 5 years ago
6b517374
cxgb4:Fix out-of-bounds MSI-X info array access
by Vishal Kulkarni
· 5 years ago
8ae72cb
Revert "ipv6: Handle race in addrconf_dad_work"
by David Ahern
· 5 years ago
7a512eb
net: make sock_prot_memory_pressure() return "const char *"
by Alexey Dobriyan
· 5 years ago
db9b2e0
rxrpc: Fix rxrpc_recvmsg tracepoint
by David Howells
· 5 years ago
cf74ac6
qmi_wwan: add support for Cinterion CLS8 devices
by Reinhard Speyerer
· 5 years ago
4ea6553
Merge tag 'mips_fixes_5.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
812ad49
Merge tag 'riscv/for-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 5 years ago
a4ad51e
Merge tag 'devicetree-fixes-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 5 years ago
6822c29
MIPS: fw/arc: Remove unused addr variable
by Paul Burton
· 5 years ago
b145b0e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
50dfd03
Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 5 years ago
e524d16
Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 5 years ago
af0622f
Merge tag 'for-linus-20191003' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 5 years ago
60c1b3e
ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support
by Patrice Chotard
· 5 years ago
768b47b
Merge tag 'drm-fixes-2019-10-04' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 5 years ago
c4bd70e
Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
61c3134
s390: update defconfigs
by Heiko Carstens
· 5 years ago
771c24f
s390/pci: mark function(s) __always_inline
by Heiko Carstens
· 5 years ago
6818b54
s390/mm: mark function(s) __always_inline
by Heiko Carstens
· 5 years ago
7f032fe
s390/jump_label: mark function(s) __always_inline
by Heiko Carstens
· 5 years ago
44967bfb
s390/cpu_mf: mark function(s) __always_inline
by Heiko Carstens
· 5 years ago
b4fd5a0
s390/atomic,bitops: mark function(s) __always_inline
by Heiko Carstens
· 5 years ago
51ce022
s390/mm: fix -Wunused-but-set-variable warnings
by Qian Cai
· 5 years ago
5c8e10f
s390: mark __cpacf_query() as __always_inline
by Jiri Kosina
· 5 years ago
Next »