summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* tinyconfig: remove unnecessary 'is not set' for choice blocksMasahiro Yamada2024-09-011-6/+0
* Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-08-271-22/+3
|\
| * Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner2024-08-211-22/+3
* | Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-08-241-17/+21
|\ \
| * | cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long2024-08-051-16/+17
| * | cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long2024-08-051-1/+2
| * | cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong2024-08-051-0/+2
* | | Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-241-23/+27
|\ \ \
| * | | workqueue: Correct declaration of cpu_pwq in struct workqueue_structUros Bizjak2024-08-061-1/+1
| * | | workqueue: Fix spruious data race in __flush_work()Tejun Heo2024-08-061-20/+25
| * | | workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from...Lai Jiangshan2024-08-061-1/+0
| * | | workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()Will Deacon2024-08-061-1/+1
| |/ /
* | | Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-192-2/+8
|\ \ \ | |_|/ |/| |
| * | printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura2024-08-132-2/+8
* | | Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-181-1/+2
|\ \ \
| * | | crash: fix riscv64 crash memory reserve dead loopJinjie Ruan2024-08-161-1/+2
* | | | Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-08-181-1/+11
|\ \ \ \
| * | | | cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A2024-08-131-1/+11
* | | | | Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-08-161-1/+1
|\ \ \ \ \
| * | | | | tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt2024-08-091-1/+1
* | | | | | Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-152-70/+7
|\ \ \ \ \ \
| * | | | | | kallsyms: Match symbols exactly with CONFIG_LTO_CLANGSong Liu2024-08-152-70/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-141-3/+22
|\ \ \ \ \ \
| * | | | | | pidfd: prevent creation of pidfds for kthreadsChristian Brauner2024-08-121-3/+22
| | |_|_|_|/ | |/| | | |
* | | | | | perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey2024-08-131-1/+2
* | | | | | bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song2024-08-131-2/+3
| |_|_|/ / |/| | | |
* | | | | Merge tag 'timers-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-112-6/+5
|\ \ \ \ \
| * | | | | timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner2024-08-051-1/+1
| * | | | | ntp: Safeguard against time_constant overflowJustin Stitt2024-08-051-3/+2
| * | | | | ntp: Clamp maxerror and esterror to operating rangeJustin Stitt2024-08-051-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-111-0/+1
|\ \ \ \ \
| * | | | | genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory2024-08-071-0/+1
| |/ / / /
* | | | | Merge tag 'dma-mapping-6.11-2024-08-10' of git://git.infradead.org/users/hch/...Linus Torvalds2024-08-101-1/+4
|\ \ \ \ \
| * | | | | dma-debug: avoid deadlock between dma debug vs printk and netconsoleRik van Riel2024-08-061-1/+4
* | | | | | Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-08-091-2/+2
|\ \ \ \ \ \
| * | | | | | kprobes: Fix to check symbol prefixes correctlyMasami Hiramatsu (Google)2024-08-051-2/+2
| | |/ / / / | |/| | | |
* | | | | | module: make waiting for a concurrent module loader interruptibleLinus Torvalds2024-08-091-15/+25
* | | | | | Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-08-088-39/+57
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou2024-08-081-12/+0
| * | | | | tracing: Fix overflow in get_free_elt()Tze-nan Wu2024-08-081-3/+3
| * | | | | function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()Petr Pavlu2024-08-081-1/+1
| * | | | | tracing: Use refcount for trace_event_file reference counterSteven Rostedt2024-08-081-4/+4
| * | | | | tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt2024-08-085-19/+49
| |/ / / /
* | | | | Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-081-0/+6
|\ \ \ \ \
| * | | | | lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STATKent Overstreet2024-08-071-0/+6
| | |_|/ / | |/| | |
* | | | | module: warn about excessively long module waitsLinus Torvalds2024-08-081-7/+20
* | | | | Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-082-3/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | padata: Fix possible divide-by-0 panic in padata_mt_helper()Waiman Long2024-08-081-0/+7
| * | | | kcov: properly check for softirq contextAndrey Konovalov2024-08-081-3/+12
| |/ / /
* | | | profiling: remove profile=sleep supportTetsuo Handa2024-08-042-20/+1