开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-07-14
mm: zero unavailable pages before memmap init
Pavel Tatashin
2018-07-13
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-07-13
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-07-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-07-13
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-07-13
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-07-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-07-13
Merge tag 'vfio-v4.18-rc5' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2018-07-13
Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-07-13
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2018-07-13
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2018-07-13
Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-07-13
Merge tag 'sound-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2018-07-13
Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-07-12
tracing: Reorder display of TGID to be after PID
Joel Fernandes (Google)
2018-07-12
i2c: recovery: if possible send STOP with recovery pulses
Wolfram Sang
2018-07-12
Merge tag 'mtd/fixes-for-4.18-rc5' of git://git.infradead.org/linux-mtd
Linus Torvalds
2018-07-13
kbuild: suppress warnings from 'getconf LFS_*'
Masahiro Yamada
2018-07-13
scripts/tags.sh: add __ro_after_init
Constantine Shulyupin
2018-07-13
tools: build: Use HOSTLDFLAGS with fixdep
Laura Abbott
2018-07-13
tools: build: Fixup host c flags
Laura Abbott
2018-07-13
tools build: fix # escaping in .cmd files for future Make
Paul Menzel
2018-07-12
Merge tag 'perf-urgent-for-mingo-4.18-20180711' of git://git.kernel.org/pub/s...
Ingo Molnar
2018-07-12
ALSA: hda/ca0132: Update a pci quirk device name
Alastair Bridgewater
2018-07-12
ALSA: hda/ca0132: Add Recon3Di quirk for Gigabyte G1.Sniper Z97
Alastair Bridgewater
2018-07-11
ARM: 8780/1: ftrace: Only set kernel memory back to read-only after boot
Steven Rostedt (VMware)
2018-07-11
RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error path
Kamal Heib
2018-07-11
Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-07-11
tracing/kprobe: Release kprobe print_fmt properly
Jiri Olsa
2018-07-11
Merge branch 'for-4.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-07-11
sample: vfio-mdev: avoid deadlock in mdev_access()
Alexey Khoroshilov
2018-07-11
nfit: fix unchecked dereference in acpi_nfit_ctl
Dave Jiang
2018-07-11
Merge tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-07-11
Merge tag 'staging-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-07-11
Merge tag 'usb-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-07-11
Merge tag 'mmc-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
2018-07-11
Merge tag 'acpi-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2018-07-11
arm64: neon: Fix function may_use_simd() return error status
Yandong Zhao
2018-07-11
perf tools: Use python-config --includes rather than --cflags
Jeremy Cline
2018-07-11
perf script python: Fix dict reference counting
Janne Huttunen
2018-07-11
perf stat: Fix --interval_clear option
Jiri Olsa
2018-07-11
perf tools: Fix compilation errors on gcc8
Jiri Olsa
2018-07-11
perf test shell: Prevent temporary editor files from being considered test sc...
Kim Phillips
2018-07-11
perf llvm-utils: Remove bashism from kernel include fetch script
Kim Phillips
2018-07-11
perf test shell: Make perf's inet_pton test more portable
Kim Phillips
2018-07-11
perf test shell: Replace '|&' with '2>&1 |' to work with more shells
Kim Phillips
2018-07-11
perf scripts python: Add Python 3 support to EventClass.py
Jeremy Cline
2018-07-11
perf scripts python: Add Python 3 support to sched-migration.py
Jeremy Cline
2018-07-11
perf scripts python: Add Python 3 support to Util.py
Jeremy Cline
2018-07-11
perf scripts python: Add Python 3 support to SchedGui.py
Jeremy Cline
[next]