index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
157
-627
/
+110
2021-05-07
ipc/sem.c: spelling fix
Bhaskar Chowdhury
1
-1
/
+1
2021-05-07
fs: fat: fix spelling typo of values
dingsenjie
1
-1
/
+1
2021-05-07
kernel/sys.c: fix typo
Xiaofeng Cao
1
-7
/
+7
2021-05-07
kernel/up.c: fix typo
Bhaskar Chowdhury
1
-1
/
+1
2021-05-07
kernel/user_namespace.c: fix typos
Xiaofeng Cao
1
-3
/
+3
2021-05-07
kernel/umh.c: fix some spelling mistakes
zhouchuangao
1
-3
/
+3
2021-05-07
include/linux/pgtable.h: few spelling fixes
Bhaskar Chowdhury
1
-5
/
+5
2021-05-07
mm/slab.c: fix spelling mistake "disired" -> "desired"
Colin Ian King
1
-1
/
+1
2021-05-07
scripts/spelling.txt: add "overflw"
Drew Fustini
1
-0
/
+1
2021-05-07
scripts/spelling.txt: Add "diabled" typo
zuoqilin
1
-0
/
+1
2021-05-07
scripts/spelling.txt: add "overlfow"
Drew Fustini
1
-0
/
+1
2021-05-07
arm: print alloc free paths for address in registers
Maninder Singh
3
-0
/
+13
2021-05-07
mm/vmalloc: remove vwrite()
David Hildenbrand
3
-126
/
+1
2021-05-07
mm: remove xlate_dev_kmem_ptr()
David Hildenbrand
13
-76
/
+0
2021-05-07
drivers/char: remove /dev/kmem for good
David Hildenbrand
25
-264
/
+5
2021-05-07
mm: fix some typos and code style problems
Shijie Luo
7
-9
/
+9
2021-05-07
ipc/sem.c: mundane typo fixes
Bhaskar Chowdhury
1
-5
/
+5
2021-05-07
modules: add CONFIG_MODPROBE_PATH
Rasmus Villemoes
2
-1
/
+13
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
6
-1
/
+56
2021-05-07
kernel/async.c: remove async_unregister_domain()
Rasmus Villemoes
2
-19
/
+0
2021-05-07
kernel/async.c: stop guarding pr_debug() statements
Rasmus Villemoes
1
-28
/
+20
2021-05-07
selftests: remove duplicate include
Zhang Yunkai
3
-3
/
+0
2021-05-07
kernel/resource: fix locking in request_free_mem_region
Alistair Popple
1
-7
/
+38
2021-05-07
kernel/resource: refactor __request_region to allow external locking
Alistair Popple
1
-20
/
+32
2021-05-07
kernel/resource: allow region_intersects users to hold resource_lock
Alistair Popple
1
-21
/
+31
2021-05-07
kernel/resource: remove first_lvl / siblings_only logic
David Hildenbrand
1
-33
/
+12
2021-05-07
kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
David Hildenbrand
1
-1
/
+1
2021-05-07
kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...
David Hildenbrand
1
-1
/
+1
2021-05-07
scripts/gdb: add lx_current support for arm64
Barry Song
2
-1
/
+14
2021-05-07
scripts/gdb: document lx_current is only supported by x86
Barry Song
2
-3
/
+9
2021-05-07
gdb: lx-symbols: store the abspath()
Johannes Berg
1
-1
/
+2
2021-05-07
delayacct: clear right task's flag after blkio completes
Yafang Shao
2
-14
/
+14
2021-05-07
smp: kernel/panic.c - silence warnings
He Ying
1
-0
/
+8
2021-05-07
gcov: clang: drop support for clang-10 and older
Nick Desaulniers
2
-103
/
+1
2021-05-07
gcov: use kvmalloc()
Johannes Berg
3
-12
/
+12
2021-05-07
gcov: simplify buffer allocation
Johannes Berg
1
-15
/
+9
2021-05-07
gcov: combine common code
Johannes Berg
5
-342
/
+171
2021-05-07
kexec: dump kmessage before machine_kexec
Pavel Tatashin
1
-0
/
+2
2021-05-07
kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
Jia-Ju Bai
1
-1
/
+3
2021-05-07
kexec: Add kexec reboot string
Joe LeVeque
1
-1
/
+1
2021-05-07
Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-11
/
+3
2021-05-07
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
18
-68
/
+143
2021-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
53
-537
/
+5469
2021-05-07
Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...
Dave Airlie
14
-45
/
+328
2021-05-07
Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...
Dave Airlie
4
-33
/
+1
2021-05-07
kernel/fork.c: fix typos
Xiaofeng Cao
1
-4
/
+4
2021-05-07
kernel/fork.c: simplify copy_mm()
Rolf Eike Beer
1
-11
/
+4
2021-05-07
do_wait: make PIDTYPE_PID case O(1) instead of O(n)
Jim Newsome
1
-10
/
+57
2021-05-07
hpfs: replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+2
[prev]
[next]