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
2023-12-10
sparc: vdso: simplify obj-y addition
Masahiro Yamada
1
-9
/
+2
2023-12-10
sparc: vdso: clean up build artifacts in arch/sparc/vdso/
Masahiro Yamada
1
-4
/
+1
2023-12-10
modpost: remove unreachable code after fatal()
Masahiro Yamada
1
-6
/
+3
2023-12-10
modpost: remove unneeded initializer in section_rel()
Masahiro Yamada
1
-1
/
+1
2023-12-10
modpost: inform compilers that fatal() never returns
Masahiro Yamada
2
-1
/
+7
2023-12-10
modpost: move __attribute__((format(printf, 2, 3))) to modpost.h
Masahiro Yamada
2
-3
/
+3
2023-12-10
kbuild: determine base DTB by suffix
Masahiro Yamada
1
-2
/
+2
2023-12-10
kbuild: deb-pkg: remove the fakeroot builds support
Masahiro Yamada
2
-10
/
+2
2023-12-10
init: move THIS_MODULE from <linux/export.h> to <linux/init.h>
Masahiro Yamada
2
-18
/
+7
2023-12-03
kconfig: default to zero if int/hex symbol lacks default property
Masahiro Yamada
1
-5
/
+12
2023-12-03
kconfig: remove unneeded symbol_empty variable
Masahiro Yamada
1
-9
/
+2
2023-12-03
scripts: clean up IA-64 code
Masahiro Yamada
10
-34
/
+6
2023-12-03
kbuild: support W=c and W=e shorthands for Kconfig
Masahiro Yamada
3
-9
/
+18
2023-11-28
kbuild: remove the last use of old cmd_src_tar rule in packaging
Masahiro Yamada
3
-26
/
+2
2023-11-28
kbuild: buildtar: always make modules_install
Petr Vorel
1
-4
/
+2
2023-11-28
kbuild: buildtar: Remove unused $dirs
Petr Vorel
1
-2
/
+0
2023-11-28
kconfig: massage the loop in conf_read_simple()
Masahiro Yamada
1
-6
/
+13
2023-11-28
kconfig: require an exact match for "is not set" to disable CONFIG option
Masahiro Yamada
1
-1
/
+1
2023-11-28
kconfig: introduce getline_stripped() helper
Masahiro Yamada
1
-14
/
+26
2023-11-28
kconfig: deduplicate code in conf_read_simple()
Masahiro Yamada
1
-54
/
+35
2023-11-28
kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()
Masahiro Yamada
1
-13
/
+8
2023-11-28
kconfig: require a space after '#' for valid input
Masahiro Yamada
1
-0
/
+2
2023-11-28
kconfig: remove error check for xrealloc()
Masahiro Yamada
1
-6
/
+2
2023-11-28
kbuild: deb-pkg: apply short -R and -j options
Dmitrii Bundin
1
-1
/
+1
2023-11-28
kconfig: do not clear SYMBOL_DEF_USER when the value is out of range
Masahiro Yamada
1
-1
/
+1
2023-11-28
genksyms: use getopt_long() unconditionally
Masahiro Yamada
1
-18
/
+0
2023-11-28
genksyms: remove the remnant of the -s option
Masahiro Yamada
1
-4
/
+2
2023-11-27
Linux 6.7-rc3
v6.7-rc3
Linus Torvalds
1
-1
/
+1
2023-11-27
Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-48
/
+31
2023-11-26
Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-34
/
+43
2023-11-26
Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-48
/
+37
2023-11-26
Merge tag 'perf-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2023-11-26
Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+2
2023-11-26
Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-375
/
+314
2023-11-26
Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
29
-2245
/
+175
2023-11-25
Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-5
/
+21
2023-11-25
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-8
/
+20
2023-11-25
Merge tag 'for-linus-6.7a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-2
/
+4
2023-11-25
parisc: Reduce size of the bug_table on 64-bit kernel by half
Helge Deller
2
-19
/
+22
2023-11-25
parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
Helge Deller
3
-10
/
+0
2023-11-25
parisc: Use natural CPU alignment for bug_table
Helge Deller
1
-12
/
+18
2023-11-25
parisc: Ensure 32-bit alignment on parisc unwind section
Helge Deller
1
-0
/
+1
2023-11-25
parisc: Mark lock_aligned variables 16-byte aligned on SMP
Helge Deller
1
-1
/
+1
2023-11-25
parisc: Mark jump_table naturally aligned
Helge Deller
1
-2
/
+6
2023-11-25
parisc: Mark altinstructions read-only and 32-bit aligned
Helge Deller
1
-3
/
+6
2023-11-25
parisc: Mark ex_table entries 32-bit aligned in uaccess.h
Helge Deller
1
-0
/
+1
2023-11-25
parisc: Mark ex_table entries 32-bit aligned in assembly.h
Helge Deller
1
-0
/
+1
2023-11-24
Merge tag 's390-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
5
-10
/
+7
2023-11-24
Merge tag 'acpi-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
5
-2
/
+23
2023-11-24
Merge tag 'pm-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+1
[next]