aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-22/+31
2024-04-14Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...Gravatar Linus Torvalds 1-33/+58
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-4/+8
2024-04-11ring-buffer: Only update pages_touched when a new page is touchedGravatar Steven Rostedt (Google) 1-3/+3
2024-04-11tracing: hide unused ftrace_event_id_fopsGravatar Arnd Bergmann 1-0/+4
2024-04-11tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryGravatar Prasad Pandit 1-1/+1
2024-04-11Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-0/+6
2024-04-10kprobes: Fix possible use-after-free issue on kprobe registrationGravatar Zheng Yejian 1-6/+12
2024-04-10x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nGravatar Sean Christopherson 1-1/+2
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuGravatar Thomas Gleixner 2-22/+31
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeGravatar Anna-Maria Behnsen 1-0/+6
2024-04-07Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-16/+58
2024-04-05timers/migration: Return early on deactivationGravatar Anna-Maria Behnsen 1-0/+27
2024-04-05timers/migration: Fix ignored event due to missing CPU updateGravatar Frederic Weisbecker 1-1/+4
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-8/+40
2024-04-02swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()Gravatar Dexuan Cui 1-4/+0
2024-04-02swiotlb: fix swiotlb_bounce() to do partial sync's correctlyGravatar Michael Kelley 1-17/+13
2024-04-02swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryGravatar Petr Tesarik 1-13/+46
2024-04-01timers: Fix text inconsistencies and spellingGravatar Randy Dunlap 1-11/+11
2024-04-01tick/sched: Fix struct tick_sched doc warningsGravatar Randy Dunlap 1-1/+1
2024-04-01tick/sched: Fix various kernel-doc warningsGravatar Randy Dunlap 1-3/+15
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2024-03-31Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+7
2024-03-31kbuild: make -Woverride-init warnings more consistentGravatar Arnd Bergmann 1-1/+1
2024-03-29bpf: fix possible file descriptor leaks in verifierGravatar Anton Protopopov 1-0/+3
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodGravatar Andrii Nakryiko 2-5/+34
2024-03-28bpf: put uprobe link's path and task in release callbackGravatar Andrii Nakryiko 1-3/+3
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-11/+56
2024-03-27Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-2/+12
2024-03-27Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2024-03-27bpf: Protect against int overflow for stack access sizeGravatar Andrei Matei 1-0/+5
2024-03-27bpf: Check bloom filter map value sizeGravatar Andrei Matei 1-0/+13
2024-03-27Fix memory leak in posix_clock_open()Gravatar Linus Torvalds 1-7/+9
2024-03-27bpf: fix warning for crash_kexecGravatar Hari Bathini 1-1/+1
2024-03-26crash: use macro to add crashk_res into iomem early for specific archGravatar Baoquan He 1-0/+7
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archGravatar Zev Weiss 1-2/+5
2024-03-26Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+6
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Paolo Abeni 2-10/+37
2024-03-25genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdGravatar Rafael J. Wysocki 1-2/+7
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-0/+5
2024-03-25tracing: probes: Fix to zero initialize a local variableGravatar Masami Hiramatsu (Google) 1-1/+1
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-12/+33
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+20
2024-03-23Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+7
2024-03-22bpf: verifier: reject addr_space_cast insn without arenaGravatar Puranjay Mohan 1-0/+4
2024-03-22bpf: verifier: fix addr_space_cast from as(1) to as(0)Gravatar Puranjay Mohan 1-2/+6
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+22
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Gravatar Eric Biggers 1-0/+5
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 2-2/+2