index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
sh: Fix validation of system call number
Michael Karcher
1
-3
/
+3
2020-07-27
sh/tlb: Fix PGTABLE_LEVELS > 2
Peter Zijlstra
1
-9
/
+1
2020-07-27
drm: hold gem reference until object is no longer accessed
Steve Cohen
1
-6
/
+4
2020-07-27
drm/dbi: Fix SPI Type 1 (9-bit) transfer
Paul Cercueil
1
-1
/
+1
2020-07-27
drm/drm_fb_helper: fix fbdev with sparc64
Sam Ravnborg
3
-1
/
+18
2020-07-27
io: Fix return type of _inb and _inl
Stafford Horne
1
-2
/
+2
2020-07-26
Linux 5.8-rc7
v5.8-rc7
Linus Torvalds
1
-1
/
+1
2020-07-26
drm/mcde: Fix stability issue
Linus Walleij
1
-3
/
+8
2020-07-26
drm/bridge: nwl-dsi: Drop DRM_BRIDGE_ATTACH_NO_CONNECTOR check.
Guido Günther
1
-5
/
+0
2020-07-26
drm/panel: Fix auo, kd101n80-45na horizontal noise on edges of panel
Jitao Shi
1
-3
/
+3
2020-07-26
drm: panel: simple: Delay HPD checking on boe_nv133fhm_n61 for 15 ms
Douglas Anderson
1
-1
/
+15
2020-07-26
drm/bridge/adv7511: set the bridge type properly
Laurentiu Palcu
1
-0
/
+1
2020-07-26
drm: of: Fix double-free bug
Biju Das
1
-3
/
+1
2020-07-25
ARM: dts: keystone-k2g-evm: fix rgmii phy-mode for ksz9031 phy
Grygorii Strashko
1
-1
/
+1
2020-07-25
riscv: Parse all memory blocks to remove unusable memory
Atish Patra
1
-14
/
+17
2020-07-25
RISC-V: Do not rely on initrd_start/end computed during early dt parsing
Atish Patra
1
-6
/
+27
2020-07-25
drivers/net/wan: lapb: Corrected the usage of skb_cow
Xie He
2
-4
/
+8
2020-07-25
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2020-07-25
RISC-V: Set maximum number of mapped pages correctly
Atish Patra
1
-1
/
+1
2020-07-25
qrtr: orphan socket in qrtr_release()
Cong Wang
1
-0
/
+1
2020-07-25
xen-netfront: fix potential deadlock in xennet_remove()
Andrea Righi
1
-22
/
+42
2020-07-25
flow_offload: Move rhashtable inclusion to the source file
Herbert Xu
3
-2
/
+1
2020-07-24
scripts/gdb: fix lx-symbols 'gdb.error' while loading modules
Stefano Garzarella
1
-1
/
+1
2020-07-24
MAINTAINERS: add KCOV section
Andrey Konovalov
1
-0
/
+11
2020-07-24
io-mapping: indicate mapping failure
Michael J. Ruhl
1
-1
/
+4
2020-07-24
scripts/decode_stacktrace: strip basepath from all paths
Pi-Hsun Shih
1
-2
/
+2
2020-07-24
squashfs: fix length field overlap check in metadata reading
Phillip Lougher
1
-1
/
+1
2020-07-24
mailmap: add entry for Mike Rapoport
Mike Rapoport
1
-0
/
+3
2020-07-24
khugepaged: fix null-pointer dereference due to race
Kirill A. Shutemov
1
-0
/
+3
2020-07-24
mm/hugetlb: avoid hardcoding while checking if cma is enabled
Barry Song
1
-5
/
+10
2020-07-24
mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
Muchun Song
1
-7
/
+28
2020-07-24
mm/memcg: fix refcount error while moving and swapping
Hugh Dickins
1
-2
/
+2
2020-07-24
mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages()
Bhupesh Sharma
1
-1
/
+8
2020-07-24
mm: initialize return of vm_insert_pages
Tom Rix
1
-1
/
+1
2020-07-24
vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
Chengguang Xu
2
-2
/
+3
2020-07-24
mm/mmap.c: close race between munmap() and expand_upwards()/downwards()
Kirill A. Shutemov
1
-2
/
+14
2020-07-24
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...
Oleg Nesterov
1
-1
/
+1
2020-07-24
sched: Warn if garbage is passed to default_wake_function()
Chris Wilson
1
-0
/
+1
2020-07-24
serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X
Matthew Howell
1
-1
/
+11
2020-07-24
drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure
Ben Skeggs
1
-1
/
+1
2020-07-24
drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reason
Ben Skeggs
1
-0
/
+1
2020-07-24
drm/nouveau/kms/tu102: wait for core update to complete when assigning windows
Ben Skeggs
1
-1
/
+1
2020-07-24
drm/nouveau/kms/gf100: use correct format modifiers
Ben Skeggs
1
-1
/
+1
2020-07-24
drm/nouveau/disp/gm200-: fix regression from HDA SOR selection changes
Ben Skeggs
1
-9
/
+21
2020-07-24
ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds
Russell King
1
-1
/
+2
2020-07-24
geneve: fix an uninitialized value in geneve_changelink()
Cong Wang
1
-1
/
+1
2020-07-24
bonding: check return value of register_netdevice() in bond_newlink()
Cong Wang
1
-2
/
+1
2020-07-23
Revert "cifs: Fix the target file was deleted when rename failed."
Steve French
1
-8
/
+2
2020-07-23
i2c: i2c-qcom-geni: Fix DMA transfer race
Douglas Anderson
1
-2
/
+4
2020-07-23
i2c: rcar: always clear ICSAR to avoid side effects
Wolfram Sang
1
-0
/
+3
[next]