index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2023-02-12
Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-02-12
tracing: Fix TASK_COMM_LEN in trace event format file
Yafang Shao
2023-02-11
Merge tag 'locking-urgent-2023-02-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-02-07
Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-02-06
cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
Will Deacon
2023-02-06
cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...
Waiman Long
2023-02-06
rtmutex: Ensure that the top waiter is always woken up
Wander Lairson Costa
2023-02-05
Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-05
Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-02-03
kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-02
Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-02-02
tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...
Shiju Jose
2023-01-31
cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
Waiman Long
2023-01-31
perf: Fix perf_event_pmu_context serialization
James Clark
2023-01-29
Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-01-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-27
Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-01-26
bpf: Fix the kernel crash caused by bpf_setsockopt().
Kui-Feng Lee
2023-01-25
rv: remove redundant initialization of pointer ptr
Colin Ian King
2023-01-25
tracing/filter: fix kernel-doc warnings
Randy Dunlap
2023-01-24
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
2023-01-24
tracing/osnoise: Use built-in RCU list checking
Chuang Wang
2023-01-24
module: Don't wait for GOING modules
Petr Pavlu
2023-01-24
tracing: Kconfig: Fix spelling/grammar/punctuation
Randy Dunlap
2023-01-24
tracing: Make sure trace_printk() can output as soon as it can be used
Steven Rostedt (Google)
2023-01-24
ftrace: Export ftrace_free_filter() to modules
Mark Rutland
2023-01-22
Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-01-21
Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-01-21
Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-01-21
prlimit: do_prlimit needs to have a speculation check
Greg Kroah-Hartman
2023-01-20
Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2023-01-20
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
2023-01-19
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
2023-01-19
Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-01-19
Merge branch 'rework/console-list-lock' into for-linus
Petr Mladek
2023-01-18
bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
Yonghong Song
2023-01-18
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
2023-01-18
kheaders: explicitly validate existence of cpio command
Thomas Weißschuh
2023-01-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-17
genirq/msi: Free the fwnode created by msi_create_device_irq_domain()
Jason Gunthorpe
2023-01-16
kernel/printk/printk.c: Fix W=1 kernel-doc warning
Anuradha Weeraman
2023-01-16
tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
John Ogness
2023-01-16
sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...
Waiman Long
2023-01-14
Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-01-13
kallsyms: Fix scheduling with interrupts disabled in self-test
Nicholas Piggin
2023-01-13
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-01-13
sched/fair: Fixes for capacity inversion detection
Qais Yousef
2023-01-13
sched/uclamp: Fix a uninitialized variable warnings
Qais Yousef
2023-01-12
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2023-01-12
Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
[next]