summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-07-12ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_sysca...Thomas Gleixner
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan
2026-07-12entry: Use syscall number instead of rereading itThomas Gleixner
2026-07-12entry: Remove syscall_enter_from_user_mode()Thomas Gleixner
2026-07-12entry: Provide [syscall_]enter_from_user_mode_randomize_stack()Thomas Gleixner
2026-07-12randomize_kstack: Provide add_random_kstack_offset_irqsoff()Thomas Gleixner
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela
2026-07-11kobject: Allow the constification of kobject attributesThomas Weißschuh
2026-07-11kobject: Provide macros to initialize 'struct kobj_attribute'Thomas Weißschuh
2026-07-11net: Call unregister_netdevice_many() per netns.Kuniyuki Iwashima
2026-07-11net: Add per-netns netdev unregistration infra.Kuniyuki Iwashima
2026-07-11rtnetlink: Add per-netns rtnl_work.Kuniyuki Iwashima
2026-07-10Merge tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson
2026-07-10Merge tag 'wireless-2026-07-09' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2026-07-10driver core: platform: provide platform_device_set_of_node_from_dev()Bartosz Golaszewski
2026-07-10driver core: platform: provide platform_device_set_fwnode()Bartosz Golaszewski
2026-07-10driver core: platform: provide platform_device_set_of_node()Bartosz Golaszewski
2026-07-10usb: fix UAF when probe runs concurrent to dyn ID removalGary Guo
2026-07-10usb: typec: tcpm: fix EPR AVS APDO maximum voltage decodingXu Rao
2026-07-10serial: core: add new I/O type for SPI and I2C bus devicesHugo Villeneuve
2026-07-10serial: uniformize serial port I/O infos displayHugo Villeneuve
2026-07-10serial: core: add uart_iotype_mmio/io helper functionsHugo Villeneuve
2026-07-10platform/x86/amd/pmf: Store commonly used enums in the header fileShyam Sundar S K
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-10timekeeping: Drive time_offset skew via per-tick ntp_error transferDavid Woodhouse
2026-07-10timekeeping: Account for clocksource tick quantisation via NTPDavid Woodhouse
2026-07-09mm: page_reporting: allow driver to set batch capacityMichael S. Tsirkin
2026-07-09MAINTAINERS: s/SeongJae/SJ/SJ Park
2026-07-09remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIsSumit Garg
2026-07-09Merge branch '20260702115835.167602-2-sumit.garg@kernel.org' of https://git.k...Bjorn Andersson
2026-07-09Merge branch '20260702115835.167602-2-sumit.garg@kernel.org' into drivers-for...Bjorn Andersson
2026-07-09firmware: qcom: Add a generic PAS serviceSumit Garg
2026-07-09Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-09ACPI/IORT: Implement ACPI infrastructure to enable GICv5 IWB probe deferralLorenzo Pieralisi
2026-07-09ACPI: irq: Move RISC-V interrupt controllers autodep to ACPI IRQ codeLorenzo Pieralisi
2026-07-09ACPI: Add acpi_device_clear_deps() helper functionLorenzo Pieralisi
2026-07-09net: phy: Drop #inclusion of <linux/mod_devicetable.h> from <linux/mdio.h>Uwe Kleine-König (The Capable Hub)
2026-07-08bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()Tiezhu Yang
2026-07-09mmc: core: add NXP IW61x base ID and block size quirkJeff Chen
2026-07-09efi: fix stale reference to efi_recover_from_page_fault()Breno Leitao
2026-07-08KVM: x86: Treat a vCPU as unreachable if its index is invalidSean Christopherson
2026-07-08KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helperSean Christopherson
2026-07-08SUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann
2026-07-08bpf: Verify signed loader metadata at load timeDaniel Borkmann
2026-07-08bpf: Resolve and cache fd_array objects at load timeDaniel Borkmann
2026-07-08usb: typec: Add helper to check cable altmode supportAndrei Kuchynski
2026-07-08tick: Remove arch_needs_cpuMete Durlu
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet