index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-31
Linux 5.19
v5.19
Linus Torvalds
1
-1
/
+1
2022-07-31
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2022-07-31
Merge tag 'x86_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-33
/
+22
2022-07-31
Merge tag 'locking_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+20
2022-07-31
Merge tag 'edac_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-22
/
+33
2022-07-30
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-9
/
+9
2022-07-30
locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...
Waiman Long
1
-10
/
+20
2022-07-29
Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-15
/
+16
2022-07-29
Merge tag 'block-5.19-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+2
2022-07-29
Merge tag 'drm-fixes-2022-07-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-2
/
+6
2022-07-30
Merge tag 'drm-misc-fixes-2022-07-29' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-2
/
+6
2022-07-29
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-21
/
+55
2022-07-29
docs/kernel-parameters: Update descriptions for "mitigations=" param with ret...
Eiichi Tsukata
1
-0
/
+2
2022-07-29
mm/hmm: fault non-owner device private entries
Ralph Campbell
1
-11
/
+8
2022-07-29
page_alloc: fix invalid watermark check on a negative value
Jaewon Kim
1
-4
/
+8
2022-07-29
Merge tag 'perf-tools-fixes-for-v5.19-2022-07-29' of git://git.kernel.org/pub...
Linus Torvalds
4
-31
/
+78
2022-07-29
Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+4
2022-07-29
Merge tag 'pm-5.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+7
2022-07-29
workqueue: Avoid a false warning in unbind_workers()
Lai Jiangshan
1
-1
/
+4
2022-07-29
Merge tag 'riscv-for-linus-5.19-rc9' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-07-29
Merge tag 'loongarch-fixes-5.19-5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
31
-428
/
+277
2022-07-29
Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-1
/
+6
2022-07-29
LoongArch: Fix wrong "ROM Size" of boardinfo
Tiezhu Yang
1
-1
/
+1
2022-07-29
LoongArch: Fix missing fcsr in ptrace's fpr_set
Qi Hu
1
-5
/
+7
2022-07-29
LoongArch: Fix shared cache size calculation
Huacai Chen
1
-2
/
+9
2022-07-29
LoongArch: Disable executable stack by default
Huacai Chen
1
-2
/
+0
2022-07-29
LoongArch: Remove unused variables
Bibo Mao
2
-32
/
+0
2022-07-29
LoongArch: Remove clock setting during cpu hotplug stage
Bibo Mao
2
-101
/
+13
2022-07-29
LoongArch: Remove useless header compiler.h
Jun Yi
8
-32
/
+6
2022-07-29
LoongArch: Remove several syntactic sugar macros for branches
WANG Xuerui
1
-12
/
+0
2022-07-29
LoongArch: Re-tab the assembly files
WANG Xuerui
7
-163
/
+163
2022-07-29
LoongArch: Simplify "BGT foo, zero" with BGTZ
WANG Xuerui
2
-2
/
+2
2022-07-29
LoongArch: Simplify "BLT foo, zero" with BLTZ
WANG Xuerui
2
-7
/
+7
2022-07-29
LoongArch: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZ
WANG Xuerui
4
-22
/
+22
2022-07-29
LoongArch: Use the "move" pseudo-instruction where applicable
WANG Xuerui
5
-8
/
+8
2022-07-29
LoongArch: Use the "jr" pseudo-instruction where applicable
WANG Xuerui
5
-15
/
+15
2022-07-29
LoongArch: Use ABI names of registers where appropriate
WANG Xuerui
7
-55
/
+55
2022-07-29
ARM: findbit: fix overflowing offset
Russell King (Oracle)
1
-8
/
+8
2022-07-29
x86/bugs: Do not enable IBPB at firmware entry when IBPB is not available
Thadeu Lima de Souza Cascardo
1
-0
/
+1
2022-07-28
Merge tag 'drm-fixes-2022-07-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
5
-79
/
+103
2022-07-29
Merge tag 'drm-intel-fixes-2022-07-28-1' of git://anongit.freedesktop.org/drm...
Dave Airlie
5
-79
/
+103
2022-07-28
nouveau/svm: Fix to migrate all requested pages
Alistair Popple
1
-1
/
+5
2022-07-28
Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...
Linus Torvalds
56
-321
/
+481
2022-07-28
stmmac: dwmac-mediatek: fix resource leak in probe
Dan Carpenter
1
-4
/
+5
2022-07-28
ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
Ziyang Xuan
1
-0
/
+3
2022-07-28
net: ping6: Fix memleak in ipv6_renew_options().
Kuniyuki Iwashima
1
-0
/
+6
2022-07-28
watch_queue: Fix missing locking in add_watch_to_object()
Linus Torvalds
1
-22
/
+36
2022-07-28
watch_queue: Fix missing rcu annotation
David Howells
1
-1
/
+1
2022-07-28
net/funeth: Fix fun_xdp_tx() and XDP packet reclaim
Dimitris Michailidis
3
-15
/
+16
2022-07-27
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
5
-48
/
+16
[next]