index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
2024-09-30
ftrace: Use a running sleeptime instead of saving on shadow stack
Steven Rostedt
2024-09-30
fgraph: Use fgraph data to store subtime for profiler
Steven Rostedt
2024-09-30
tracing: Add a comment about ftrace_regs definition
Masami Hiramatsu (Google)
2024-09-30
netfs: Add folio_queue API documentation
David Howells
2024-09-30
ASoC: samsung: Remove obsoleted declaration for s3c64xx_ac97_setup_gpio
Gaosheng Cui
2024-09-30
ARM: samsung: Remove obsoleted declaration for s3c_hwmon_set_platdata
Gaosheng Cui
2024-09-30
iio: adc: Constify struct iio_map
Christophe JAILLET
2024-09-30
types: Complement the aligned types with signed 64-bit one
Andy Shevchenko
2024-09-29
close_range(): fix the logics in descriptor table trimming
Al Viro
2024-09-30
firmware: sysfb: Add a sysfb_handles_screen_info() helper function
Javier Martinez Canillas
2024-09-30
spi: remove {devm_}spi_alloc_master/slave()
Yang Yingliang
2024-09-30
regulator: Add devres version of of_regulator_get_optional()
Chen-Yu Tsai
2024-09-30
regulator: Add of_regulator_get_optional() for pure DT regulator lookup
Chen-Yu Tsai
2024-09-30
regcache: Improve documentation of available cache types
Mark Brown
2024-09-29
Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-09-29
Merge branch 'locking/core' into locking/urgent, to pick up pending commits
Ingo Molnar
2024-09-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-09-28
Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-09-28
pwm: Provide new consumer API functions for waveforms
Uwe Kleine-König
2024-09-28
pwm: New abstraction for PWM waveforms
Uwe Kleine-König
2024-09-27
Merge tag 'bitmap-for-6.12' of https://github.com/norov/linux
Linus Torvalds
2024-09-27
Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2024-09-27
Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-09-27
Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-27
Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-27
Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
pwm: Add more locking
Uwe Kleine-König
2024-09-26
compiler.h: specify correct attribute for .rodata..c_jump_table
Tiezhu Yang
2024-09-26
mm/hugetlb: fix memfd_pin_folios resv_huge_pages leak
Steve Sistare
2024-09-26
Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-26
Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-26
Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"
Linus Torvalds
2024-09-26
Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-09-26
Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-09-26
Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-09-26
Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-09-26
Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-09-26
netfilter: nfnetlink_queue: remove old clash resolution logic
Florian Westphal
2024-09-26
usbnet: fix cyclical race on disconnect with work queue
Oliver Neukum
2024-09-25
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-25
net/mlx5: Fix wrong reserved field in hca_cap_2 in mlx5_ifc
Yevgeny Kliteynik
2024-09-25
gpu: host1x: Set up device DMA parameters
Thierry Reding
2024-09-25
Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-25
tracepoint: Support iterating tracepoints in a loading module
Masami Hiramatsu (Google)
2024-09-25
tracepoint: Support iterating over tracepoints on modules
Masami Hiramatsu (Google)
2024-09-25
kprobes: Remove obsoleted declaration for init_test_probes
Gaosheng Cui
[prev]
[next]